From f8b83a0d73d1ade0ab6bd87105a2acb48356f890 Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Thu, 20 Apr 2023 08:06:33 -0700 Subject: [PATCH] [v1] Weekly OpenApiDocs Refresh (#1951) * Weekly OpenApiDocs Download. * Add generated MgCommandMetadata.json. [run ci] --------- Co-authored-by: Microsoft Graph DevX Tooling --- openApiDocs/beta/Calendar.yml | 2 +- .../beta/Devices.CorporateManagement.yml | 121 +- openApiDocs/beta/Education.yml | 616 +- openApiDocs/beta/Reports.yml | 4 +- openApiDocs/beta/Security.yml | 662 +- openApiDocs/beta/Users.Actions.yml | 533 +- openApiDocs/beta/Users.yml | 179 +- openApiDocs/v1.0/Applications.yml | 30 + openApiDocs/v1.0/Calendar.yml | 2 +- openApiDocs/v1.0/DeviceManagement.yml | 28 + openApiDocs/v1.0/Devices.CloudPrint.yml | 445 +- .../v1.0/Devices.CorporateManagement.yml | 28 + .../v1.0/Identity.DirectoryManagement.yml | 34 + openApiDocs/v1.0/Identity.Governance.yml | 28 + openApiDocs/v1.0/Security.yml | 28 + openApiDocs/v1.0/Sites.yml | 62 +- openApiDocs/v1.0/Users.yml | 49 +- .../Devices.CloudPrint/crawl-log-v1.0.json | 4 + .../Devices.CloudPrint/definitions/v1.0.md | 1 + profiles/Education/crawl-log-v1.0-beta.json | 8 + profiles/Education/definitions/v1.0-beta.md | 2 + profiles/Security/crawl-log-v1.0-beta.json | 8 + profiles/Security/definitions/v1.0-beta.md | 2 + .../Users.Actions/crawl-log-v1.0-beta.json | 28 + .../Users.Actions/definitions/v1.0-beta.md | 7 + .../Microsoft.Graph.Authentication.psd1 | 2 +- .../custom/common/MgCommandMetadata.json | 216948 ++++++++------- 27 files changed, 110971 insertions(+), 108890 deletions(-) diff --git a/openApiDocs/beta/Calendar.yml b/openApiDocs/beta/Calendar.yml index 280d41a10d5..50e29bd65b9 100644 --- a/openApiDocs/beta/Calendar.yml +++ b/openApiDocs/beta/Calendar.yml @@ -53862,7 +53862,7 @@ paths: tags: - users.calendarGroup summary: List calendarView - description: "Get the occurrences, exceptions and single instances of events in a calendar view defined by a time range,\nfrom a user's default calendar `(../me/calendarview)` or some other calendar of the user's." + description: "Get the occurrences, exceptions and single instances of events in a calendar view defined by a time range,\nfrom a user's default calendar `(../me/calendarView)` or some other calendar of the user's." externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0 diff --git a/openApiDocs/beta/Devices.CorporateManagement.yml b/openApiDocs/beta/Devices.CorporateManagement.yml index bf6e43d7ac5..89fc2a12b9e 100644 --- a/openApiDocs/beta/Devices.CorporateManagement.yml +++ b/openApiDocs/beta/Devices.CorporateManagement.yml @@ -23092,6 +23092,8 @@ paths: - refreshTokensValidFromDateTime desc - securityIdentifier - securityIdentifier desc + - serviceProvisioningErrors + - serviceProvisioningErrors desc - showInAddressList - showInAddressList desc - signInSessionsValidFromDateTime @@ -23206,6 +23208,7 @@ paths: - proxyAddresses - refreshTokensValidFromDateTime - securityIdentifier + - serviceProvisioningErrors - showInAddressList - signInSessionsValidFromDateTime - state @@ -31781,6 +31784,10 @@ components: type: string description: 'Security identifier (SID) of the user, used in Windows scenarios. Read-only. Returned by default. Supports $select and $filter (eq, not, ge, le, startsWith).' nullable: true + serviceProvisioningErrors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' showInAddressList: type: boolean description: Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue. @@ -35087,6 +35094,23 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.serviceProvisioningError: + title: serviceProvisioningError + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + isResolved: + type: boolean + nullable: true + serviceInstance: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.mailboxSettings: title: mailboxSettings type: object @@ -36320,6 +36344,10 @@ components: type: string description: 'Security identifier of the group, used in Windows scenarios. Returned by default.' nullable: true + serviceProvisioningErrors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' theme: type: string description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' @@ -39109,12 +39137,14 @@ components: properties: isEnabled: type: boolean + description: Denotes whether the policy is enabled. restrictions: $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' appliesTo: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: Collection of application and service principals to which a policy is applied. x-ms-navigationProperty: true additionalProperties: type: object @@ -40450,6 +40480,8 @@ components: $ref: '#/components/schemas/microsoft.graph.permission' description: The set of permissions for the item. Read-only. Nullable. x-ms-navigationProperty: true + retentionLabel: + $ref: '#/components/schemas/microsoft.graph.itemRetentionLabel' subscriptions: type: array items: @@ -43644,11 +43676,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + description: The open shift requests in the schedule. x-ms-navigationProperty: true openShifts: type: array items: $ref: '#/components/schemas/microsoft.graph.openShift' + description: The set of open shifts in a scheduling group in the schedule. x-ms-navigationProperty: true schedulingGroups: type: array @@ -43666,6 +43700,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + description: The swap requests for shifts in the schedule. x-ms-navigationProperty: true timeCards: type: array @@ -43682,6 +43717,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + description: The time off requests in the schedule. x-ms-navigationProperty: true timesOff: type: array @@ -44284,11 +44320,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -45620,6 +45656,29 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.itemRetentionLabel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: itemRetentionLabel + type: object + properties: + isLabelAppliedExplicitly: + type: boolean + nullable: true + labelAppliedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + labelAppliedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + name: + type: string + nullable: true + retentionSettings: + $ref: '#/components/schemas/microsoft.graph.retentionLabelSettings' + additionalProperties: + type: object microsoft.graph.subscription: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -49814,6 +49873,29 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.retentionLabelSettings: + title: retentionLabelSettings + type: object + properties: + behaviorDuringRetentionPeriod: + $ref: '#/components/schemas/microsoft.graph.security.behaviorDuringRetentionPeriod' + isContentUpdateAllowed: + type: boolean + nullable: true + isDeleteAllowed: + type: boolean + nullable: true + isLabelUpdateAllowed: + type: boolean + nullable: true + isMetadataUpdateAllowed: + type: boolean + nullable: true + isRecordLocked: + type: boolean + nullable: true + additionalProperties: + type: object microsoft.graph.thumbnail: title: thumbnail type: object @@ -52493,9 +52575,13 @@ components: title: synchronizationRule type: object properties: + containerFilter: + $ref: '#/components/schemas/microsoft.graph.containerFilter' editable: type: boolean description: true if the synchronization rule can be customized; false if this rule is read-only and should not be changed. + groupFilter: + $ref: '#/components/schemas/microsoft.graph.groupFilter' id: type: string description: Synchronization rule identifier. Must be one of the identifiers recognized by the synchronization engine. Supported rule identifiers can be found in the synchronization template returned by the API. @@ -52757,6 +52843,15 @@ components: description: Indicates if the worksheet is protected. Read-only. additionalProperties: type: object + microsoft.graph.security.behaviorDuringRetentionPeriod: + title: behaviorDuringRetentionPeriod + enum: + - doNotRetain + - retain + - retainAsRecord + - retainAsRegulatoryRecord + - unknownFutureValue + type: string microsoft.graph.accessAction: title: accessAction type: object @@ -53172,6 +53267,28 @@ components: - TooManyDeletes - IngestionInterrupted type: string + microsoft.graph.containerFilter: + title: containerFilter + type: object + properties: + includedContainers: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.groupFilter: + title: groupFilter + type: object + properties: + includedGroups: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.stringKeyStringValuePair: title: stringKeyStringValuePair type: object diff --git a/openApiDocs/beta/Education.yml b/openApiDocs/beta/Education.yml index 0730906463f..a1be7e8d4cb 100644 --- a/openApiDocs/beta/Education.yml +++ b/openApiDocs/beta/Education.yml @@ -3896,6 +3896,7 @@ paths: - resourceProvisioningOptions - securityEnabled - securityIdentifier + - serviceProvisioningErrors - theme - visibility - writebackConfiguration @@ -8534,6 +8535,7 @@ paths: - proxyAddresses - refreshTokensValidFromDateTime - securityIdentifier + - serviceProvisioningErrors - showInAddressList - signInSessionsValidFromDateTime - state @@ -8712,6 +8714,85 @@ paths: version: 2023-03/Notification_Deprecation description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' x-ms-docs-operation-type: operation + /education/me/user/mailboxSettings: + get: + tags: + - education.educationUser + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + operationId: education.me.user_GetMailboxSettings + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - archiveFolder + - automaticRepliesSetting + - dateFormat + - delegateMeetingMessageDeliveryOptions + - language + - timeFormat + - timeZone + - userPurpose + - userPurposeV2 + - workingHours + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Result entities + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-20T00:00:00.0000000+00:00' + date: '2023-03-09T00:00:00.0000000+00:00' + version: 2023-03/Notification_Deprecation + description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' + patch: + tags: + - education.educationUser + summary: Update property mailboxSettings value. + operationId: education.me.user_UpdateMailboxSettings + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-20T00:00:00.0000000+00:00' + date: '2023-03-09T00:00:00.0000000+00:00' + version: 2023-03/Notification_Deprecation + description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' /education/schools: get: tags: @@ -14777,6 +14858,7 @@ paths: - proxyAddresses - refreshTokensValidFromDateTime - securityIdentifier + - serviceProvisioningErrors - showInAddressList - signInSessionsValidFromDateTime - state @@ -14955,6 +15037,102 @@ paths: version: 2023-03/Notification_Deprecation description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' x-ms-docs-operation-type: operation + '/education/users/{educationUser-id}/user/mailboxSettings': + get: + tags: + - education.educationUser + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + operationId: education.users.user_GetMailboxSettings + parameters: + - name: educationUser-id + in: path + description: The unique identifier of educationUser + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: educationUser + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - archiveFolder + - automaticRepliesSetting + - dateFormat + - delegateMeetingMessageDeliveryOptions + - language + - timeFormat + - timeZone + - userPurpose + - userPurposeV2 + - workingHours + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Result entities + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-20T00:00:00.0000000+00:00' + date: '2023-03-09T00:00:00.0000000+00:00' + version: 2023-03/Notification_Deprecation + description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' + patch: + tags: + - education.educationUser + summary: Update property mailboxSettings value. + operationId: education.users.user_UpdateMailboxSettings + parameters: + - name: educationUser-id + in: path + description: The unique identifier of educationUser + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: educationUser + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-20T00:00:00.0000000+00:00' + date: '2023-03-09T00:00:00.0000000+00:00' + version: 2023-03/Notification_Deprecation + description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' /education/users/microsoft.graph.delta(): get: tags: @@ -15717,6 +15895,10 @@ components: type: string description: 'Security identifier of the group, used in Windows scenarios. Returned by default.' nullable: true + serviceProvisioningErrors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' theme: type: string description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' @@ -16389,6 +16571,10 @@ components: type: string description: 'Security identifier (SID) of the user, used in Windows scenarios. Read-only. Returned by default. Supports $select and $filter (eq, not, ge, le, startsWith).' nullable: true + serviceProvisioningErrors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' showInAddressList: type: boolean description: Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue. @@ -16785,6 +16971,40 @@ components: $ref: '#/components/schemas/microsoft.graph.todo' additionalProperties: type: object + microsoft.graph.mailboxSettings: + title: mailboxSettings + type: object + properties: + archiveFolder: + type: string + description: Folder ID of an archive folder for the user. Read-only. + nullable: true + automaticRepliesSetting: + $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' + dateFormat: + type: string + description: The date format for the user's mailbox. + nullable: true + delegateMeetingMessageDeliveryOptions: + $ref: '#/components/schemas/microsoft.graph.delegateMeetingMessageDeliveryOptions' + language: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + timeFormat: + type: string + description: The time format for the user's mailbox. + nullable: true + timeZone: + type: string + description: The default time zone for the user's mailbox. + nullable: true + userPurpose: + $ref: '#/components/schemas/microsoft.graph.userPurpose' + userPurposeV2: + $ref: '#/components/schemas/microsoft.graph.mailboxRecipientType' + workingHours: + $ref: '#/components/schemas/microsoft.graph.workingHours' + additionalProperties: + type: object microsoft.graph.administrativeUnit: allOf: - $ref: '#/components/schemas/microsoft.graph.directoryObject' @@ -17239,6 +17459,23 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.serviceProvisioningError: + title: serviceProvisioningError + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + isResolved: + type: boolean + nullable: true + serviceInstance: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.groupWritebackConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.writebackConfiguration' @@ -18515,40 +18752,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.mailboxSettings: - title: mailboxSettings - type: object - properties: - archiveFolder: - type: string - description: Folder ID of an archive folder for the user. Read-only. - nullable: true - automaticRepliesSetting: - $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' - dateFormat: - type: string - description: The date format for the user's mailbox. - nullable: true - delegateMeetingMessageDeliveryOptions: - $ref: '#/components/schemas/microsoft.graph.delegateMeetingMessageDeliveryOptions' - language: - $ref: '#/components/schemas/microsoft.graph.localeInfo' - timeFormat: - type: string - description: The time format for the user's mailbox. - nullable: true - timeZone: - type: string - description: The default time zone for the user's mailbox. - nullable: true - userPurpose: - $ref: '#/components/schemas/microsoft.graph.userPurpose' - userPurposeV2: - $ref: '#/components/schemas/microsoft.graph.mailboxRecipientType' - workingHours: - $ref: '#/components/schemas/microsoft.graph.workingHours' - additionalProperties: - type: object microsoft.graph.userPrint: title: userPrint type: object @@ -21312,6 +21515,97 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.automaticRepliesSetting: + title: automaticRepliesSetting + type: object + properties: + externalAudience: + $ref: '#/components/schemas/microsoft.graph.externalAudienceScope' + externalReplyMessage: + type: string + description: 'The automatic reply to send to the specified external audience, if Status is AlwaysEnabled or Scheduled.' + nullable: true + internalReplyMessage: + type: string + description: 'The automatic reply to send to the audience internal to the signed-in user''s organization, if Status is AlwaysEnabled or Scheduled.' + nullable: true + scheduledEndDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + scheduledStartDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + status: + $ref: '#/components/schemas/microsoft.graph.automaticRepliesStatus' + additionalProperties: + type: object + microsoft.graph.delegateMeetingMessageDeliveryOptions: + title: delegateMeetingMessageDeliveryOptions + enum: + - sendToDelegateAndInformationToPrincipal + - sendToDelegateAndPrincipal + - sendToDelegateOnly + type: string + microsoft.graph.localeInfo: + title: localeInfo + type: object + properties: + displayName: + type: string + description: 'A name representing the user''s locale in natural language, for example, ''English (United States)''.' + nullable: true + locale: + type: string + description: 'A locale representation for the user, which includes the user''s preferred language and country/region. For example, ''en-us''. The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2.' + nullable: true + additionalProperties: + type: object + microsoft.graph.userPurpose: + title: userPurpose + enum: + - unknown + - user + - linked + - shared + - room + - equipment + - others + - unknownFutureValue + type: string + microsoft.graph.mailboxRecipientType: + title: mailboxRecipientType + enum: + - unknown + - user + - linked + - shared + - room + - equipment + - others + type: string + microsoft.graph.workingHours: + title: workingHours + type: object + properties: + daysOfWeek: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.dayOfWeek' + description: The days of the week on which the user works. + endTime: + pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' + type: string + description: The time of the day that the user stops working. + format: time + nullable: true + startTime: + pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' + type: string + description: The time of the day that the user starts working. + format: time + nullable: true + timeZone: + $ref: '#/components/schemas/microsoft.graph.timeZoneBase' + additionalProperties: + type: object microsoft.graph.educationSynchronizationDataProvider: title: educationSynchronizationDataProvider type: object @@ -22224,6 +22518,8 @@ components: $ref: '#/components/schemas/microsoft.graph.permission' description: The set of permissions for the item. Read-only. Nullable. x-ms-navigationProperty: true + retentionLabel: + $ref: '#/components/schemas/microsoft.graph.itemRetentionLabel' subscriptions: type: array items: @@ -23361,11 +23657,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + description: The open shift requests in the schedule. x-ms-navigationProperty: true openShifts: type: array items: $ref: '#/components/schemas/microsoft.graph.openShift' + description: The set of open shifts in a scheduling group in the schedule. x-ms-navigationProperty: true schedulingGroups: type: array @@ -23383,6 +23681,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + description: The swap requests for shifts in the schedule. x-ms-navigationProperty: true timeCards: type: array @@ -23399,6 +23698,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + description: The time off requests in the schedule. x-ms-navigationProperty: true timesOff: type: array @@ -23436,97 +23736,6 @@ components: - other - unknownFutureValue type: string - microsoft.graph.automaticRepliesSetting: - title: automaticRepliesSetting - type: object - properties: - externalAudience: - $ref: '#/components/schemas/microsoft.graph.externalAudienceScope' - externalReplyMessage: - type: string - description: 'The automatic reply to send to the specified external audience, if Status is AlwaysEnabled or Scheduled.' - nullable: true - internalReplyMessage: - type: string - description: 'The automatic reply to send to the audience internal to the signed-in user''s organization, if Status is AlwaysEnabled or Scheduled.' - nullable: true - scheduledEndDateTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - scheduledStartDateTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - status: - $ref: '#/components/schemas/microsoft.graph.automaticRepliesStatus' - additionalProperties: - type: object - microsoft.graph.delegateMeetingMessageDeliveryOptions: - title: delegateMeetingMessageDeliveryOptions - enum: - - sendToDelegateAndInformationToPrincipal - - sendToDelegateAndPrincipal - - sendToDelegateOnly - type: string - microsoft.graph.localeInfo: - title: localeInfo - type: object - properties: - displayName: - type: string - description: 'A name representing the user''s locale in natural language, for example, ''English (United States)''.' - nullable: true - locale: - type: string - description: 'A locale representation for the user, which includes the user''s preferred language and country/region. For example, ''en-us''. The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2.' - nullable: true - additionalProperties: - type: object - microsoft.graph.userPurpose: - title: userPurpose - enum: - - unknown - - user - - linked - - shared - - room - - equipment - - others - - unknownFutureValue - type: string - microsoft.graph.mailboxRecipientType: - title: mailboxRecipientType - enum: - - unknown - - user - - linked - - shared - - room - - equipment - - others - type: string - microsoft.graph.workingHours: - title: workingHours - type: object - properties: - daysOfWeek: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: The days of the week on which the user works. - endTime: - pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' - type: string - description: The time of the day that the user stops working. - format: time - nullable: true - startTime: - pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' - type: string - description: The time of the day that the user starts working. - format: time - nullable: true - timeZone: - $ref: '#/components/schemas/microsoft.graph.timeZoneBase' - additionalProperties: - type: object microsoft.graph.printerShare: allOf: - $ref: '#/components/schemas/microsoft.graph.printerBase' @@ -24168,12 +24377,14 @@ components: properties: isEnabled: type: boolean + description: Denotes whether the policy is enabled. restrictions: $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' appliesTo: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: Collection of application and service principals to which a policy is applied. x-ms-navigationProperty: true additionalProperties: type: object @@ -28659,6 +28870,41 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.externalAudienceScope: + title: externalAudienceScope + enum: + - none + - contactsOnly + - all + type: string + microsoft.graph.automaticRepliesStatus: + title: automaticRepliesStatus + enum: + - disabled + - alwaysEnabled + - scheduled + type: string + microsoft.graph.dayOfWeek: + title: dayOfWeek + enum: + - sunday + - monday + - tuesday + - wednesday + - thursday + - friday + - saturday + type: string + microsoft.graph.timeZoneBase: + title: timeZoneBase + type: object + properties: + name: + type: string + description: 'The name of a time zone. It can be a standard time zone name such as ''Hawaii-Aleutian Standard Time'', or ''Customized Time Zone'' for a custom time zone.' + nullable: true + additionalProperties: + type: object microsoft.graph.ODataErrors.MainError: required: - code @@ -29499,6 +29745,29 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.itemRetentionLabel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: itemRetentionLabel + type: object + properties: + isLabelAppliedExplicitly: + type: boolean + nullable: true + labelAppliedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + labelAppliedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + name: + type: string + nullable: true + retentionSettings: + $ref: '#/components/schemas/microsoft.graph.retentionLabelSettings' + additionalProperties: + type: object microsoft.graph.subscription: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -30949,41 +31218,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.externalAudienceScope: - title: externalAudienceScope - enum: - - none - - contactsOnly - - all - type: string - microsoft.graph.automaticRepliesStatus: - title: automaticRepliesStatus - enum: - - disabled - - alwaysEnabled - - scheduled - type: string - microsoft.graph.dayOfWeek: - title: dayOfWeek - enum: - - sunday - - monday - - tuesday - - wednesday - - thursday - - friday - - saturday - type: string - microsoft.graph.timeZoneBase: - title: timeZoneBase - type: object - properties: - name: - type: string - description: 'The name of a time zone. It can be a standard time zone name such as ''Hawaii-Aleutian Standard Time'', or ''Customized Time Zone'' for a custom time zone.' - nullable: true - additionalProperties: - type: object microsoft.graph.printerBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -31337,11 +31571,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -34587,6 +34821,29 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.retentionLabelSettings: + title: retentionLabelSettings + type: object + properties: + behaviorDuringRetentionPeriod: + $ref: '#/components/schemas/microsoft.graph.security.behaviorDuringRetentionPeriod' + isContentUpdateAllowed: + type: boolean + nullable: true + isDeleteAllowed: + type: boolean + nullable: true + isLabelUpdateAllowed: + type: boolean + nullable: true + isMetadataUpdateAllowed: + type: boolean + nullable: true + isRecordLocked: + type: boolean + nullable: true + additionalProperties: + type: object microsoft.graph.thumbnail: title: thumbnail type: object @@ -37324,6 +37581,15 @@ components: description: Indicates if the worksheet is protected. Read-only. additionalProperties: type: object + microsoft.graph.security.behaviorDuringRetentionPeriod: + title: behaviorDuringRetentionPeriod + enum: + - doNotRetain + - retain + - retainAsRecord + - retainAsRegulatoryRecord + - unknownFutureValue + type: string microsoft.graph.accessAction: title: accessAction type: object @@ -38894,9 +39160,13 @@ components: title: synchronizationRule type: object properties: + containerFilter: + $ref: '#/components/schemas/microsoft.graph.containerFilter' editable: type: boolean description: true if the synchronization rule can be customized; false if this rule is read-only and should not be changed. + groupFilter: + $ref: '#/components/schemas/microsoft.graph.groupFilter' id: type: string description: Synchronization rule identifier. Must be one of the identifiers recognized by the synchronization engine. Supported rule identifiers can be found in the synchronization template returned by the API. @@ -39429,6 +39699,28 @@ components: - TooManyDeletes - IngestionInterrupted type: string + microsoft.graph.containerFilter: + title: containerFilter + type: object + properties: + includedContainers: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.groupFilter: + title: groupFilter + type: object + properties: + includedGroups: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.stringKeyStringValuePair: title: stringKeyStringValuePair type: object diff --git a/openApiDocs/beta/Reports.yml b/openApiDocs/beta/Reports.yml index 68cafcda11f..7930661001a 100644 --- a/openApiDocs/beta/Reports.yml +++ b/openApiDocs/beta/Reports.yml @@ -11836,11 +11836,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Security.yml b/openApiDocs/beta/Security.yml index 614150d3855..347ae68c6ea 100644 --- a/openApiDocs/beta/Security.yml +++ b/openApiDocs/beta/Security.yml @@ -3799,6 +3799,7 @@ paths: - resourceProvisioningOptions - securityEnabled - securityIdentifier + - serviceProvisioningErrors - theme - visibility - writebackConfiguration @@ -14221,6 +14222,8 @@ paths: - refreshTokensValidFromDateTime desc - securityIdentifier - securityIdentifier desc + - serviceProvisioningErrors + - serviceProvisioningErrors desc - showInAddressList - showInAddressList desc - signInSessionsValidFromDateTime @@ -14335,6 +14338,7 @@ paths: - proxyAddresses - refreshTokensValidFromDateTime - securityIdentifier + - serviceProvisioningErrors - showInAddressList - signInSessionsValidFromDateTime - state @@ -14606,6 +14610,7 @@ paths: - proxyAddresses - refreshTokensValidFromDateTime - securityIdentifier + - serviceProvisioningErrors - showInAddressList - signInSessionsValidFromDateTime - state @@ -14784,6 +14789,118 @@ paths: version: 2023-03/Notification_Deprecation description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' x-ms-docs-operation-type: operation + '/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings': + get: + tags: + - security.subjectRightsRequest + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + operationId: security.subjectRightsRequests.approvers_GetMailboxSettings + parameters: + - name: subjectRightsRequest-id + in: path + description: The unique identifier of subjectRightsRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: subjectRightsRequest + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - archiveFolder + - automaticRepliesSetting + - dateFormat + - delegateMeetingMessageDeliveryOptions + - language + - timeFormat + - timeZone + - userPurpose + - userPurposeV2 + - workingHours + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Result entities + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-20T00:00:00.0000000+00:00' + date: '2023-03-09T00:00:00.0000000+00:00' + version: 2023-03/Notification_Deprecation + description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' + patch: + tags: + - security.subjectRightsRequest + summary: Update property mailboxSettings value. + operationId: security.subjectRightsRequests.approvers_UpdateMailboxSettings + parameters: + - name: subjectRightsRequest-id + in: path + description: The unique identifier of subjectRightsRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: subjectRightsRequest + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-20T00:00:00.0000000+00:00' + date: '2023-03-09T00:00:00.0000000+00:00' + version: 2023-03/Notification_Deprecation + description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' '/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators': get: tags: @@ -14936,6 +15053,8 @@ paths: - refreshTokensValidFromDateTime desc - securityIdentifier - securityIdentifier desc + - serviceProvisioningErrors + - serviceProvisioningErrors desc - showInAddressList - showInAddressList desc - signInSessionsValidFromDateTime @@ -15050,6 +15169,7 @@ paths: - proxyAddresses - refreshTokensValidFromDateTime - securityIdentifier + - serviceProvisioningErrors - showInAddressList - signInSessionsValidFromDateTime - state @@ -15321,6 +15441,7 @@ paths: - proxyAddresses - refreshTokensValidFromDateTime - securityIdentifier + - serviceProvisioningErrors - showInAddressList - signInSessionsValidFromDateTime - state @@ -15499,6 +15620,118 @@ paths: version: 2023-03/Notification_Deprecation description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' x-ms-docs-operation-type: operation + '/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings': + get: + tags: + - security.subjectRightsRequest + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. For more information, see User preferences for languages and regional formats. Returned only on $select.' + operationId: security.subjectRightsRequests.collaborators_GetMailboxSettings + parameters: + - name: subjectRightsRequest-id + in: path + description: The unique identifier of subjectRightsRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: subjectRightsRequest + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - archiveFolder + - automaticRepliesSetting + - dateFormat + - delegateMeetingMessageDeliveryOptions + - language + - timeFormat + - timeZone + - userPurpose + - userPurposeV2 + - workingHours + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Result entities + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-20T00:00:00.0000000+00:00' + date: '2023-03-09T00:00:00.0000000+00:00' + version: 2023-03/Notification_Deprecation + description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' + patch: + tags: + - security.subjectRightsRequest + summary: Update property mailboxSettings value. + operationId: security.subjectRightsRequests.collaborators_UpdateMailboxSettings + parameters: + - name: subjectRightsRequest-id + in: path + description: The unique identifier of subjectRightsRequest + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: subjectRightsRequest + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-20T00:00:00.0000000+00:00' + date: '2023-03-09T00:00:00.0000000+00:00' + version: 2023-03/Notification_Deprecation + description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' '/security/subjectRightsRequests/{subjectRightsRequest-id}/microsoft.graph.getFinalAttachment()': get: tags: @@ -23634,6 +23867,10 @@ components: type: string description: 'Security identifier of the group, used in Windows scenarios. Returned by default.' nullable: true + serviceProvisioningErrors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' theme: type: string description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' @@ -25497,6 +25734,10 @@ components: type: string description: 'Security identifier (SID) of the user, used in Windows scenarios. Read-only. Returned by default. Supports $select and $filter (eq, not, ge, le, startsWith).' nullable: true + serviceProvisioningErrors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' showInAddressList: type: boolean description: Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue. @@ -25893,6 +26134,40 @@ components: $ref: '#/components/schemas/microsoft.graph.todo' additionalProperties: type: object + microsoft.graph.mailboxSettings: + title: mailboxSettings + type: object + properties: + archiveFolder: + type: string + description: Folder ID of an archive folder for the user. Read-only. + nullable: true + automaticRepliesSetting: + $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' + dateFormat: + type: string + description: The date format for the user's mailbox. + nullable: true + delegateMeetingMessageDeliveryOptions: + $ref: '#/components/schemas/microsoft.graph.delegateMeetingMessageDeliveryOptions' + language: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + timeFormat: + type: string + description: The time format for the user's mailbox. + nullable: true + timeZone: + type: string + description: The default time zone for the user's mailbox. + nullable: true + userPurpose: + $ref: '#/components/schemas/microsoft.graph.userPurpose' + userPurposeV2: + $ref: '#/components/schemas/microsoft.graph.mailboxRecipientType' + workingHours: + $ref: '#/components/schemas/microsoft.graph.workingHours' + additionalProperties: + type: object microsoft.graph.authoredNote: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -28828,6 +29103,23 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.serviceProvisioningError: + title: serviceProvisioningError + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + isResolved: + type: boolean + nullable: true + serviceInstance: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.groupWritebackConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.writebackConfiguration' @@ -30446,40 +30738,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.mailboxSettings: - title: mailboxSettings - type: object - properties: - archiveFolder: - type: string - description: Folder ID of an archive folder for the user. Read-only. - nullable: true - automaticRepliesSetting: - $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' - dateFormat: - type: string - description: The date format for the user's mailbox. - nullable: true - delegateMeetingMessageDeliveryOptions: - $ref: '#/components/schemas/microsoft.graph.delegateMeetingMessageDeliveryOptions' - language: - $ref: '#/components/schemas/microsoft.graph.localeInfo' - timeFormat: - type: string - description: The time format for the user's mailbox. - nullable: true - timeZone: - type: string - description: The default time zone for the user's mailbox. - nullable: true - userPurpose: - $ref: '#/components/schemas/microsoft.graph.userPurpose' - userPurposeV2: - $ref: '#/components/schemas/microsoft.graph.mailboxRecipientType' - workingHours: - $ref: '#/components/schemas/microsoft.graph.workingHours' - additionalProperties: - type: object microsoft.graph.userPrint: title: userPrint type: object @@ -33214,6 +33472,97 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.automaticRepliesSetting: + title: automaticRepliesSetting + type: object + properties: + externalAudience: + $ref: '#/components/schemas/microsoft.graph.externalAudienceScope' + externalReplyMessage: + type: string + description: 'The automatic reply to send to the specified external audience, if Status is AlwaysEnabled or Scheduled.' + nullable: true + internalReplyMessage: + type: string + description: 'The automatic reply to send to the audience internal to the signed-in user''s organization, if Status is AlwaysEnabled or Scheduled.' + nullable: true + scheduledEndDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + scheduledStartDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + status: + $ref: '#/components/schemas/microsoft.graph.automaticRepliesStatus' + additionalProperties: + type: object + microsoft.graph.delegateMeetingMessageDeliveryOptions: + title: delegateMeetingMessageDeliveryOptions + enum: + - sendToDelegateAndInformationToPrincipal + - sendToDelegateAndPrincipal + - sendToDelegateOnly + type: string + microsoft.graph.localeInfo: + title: localeInfo + type: object + properties: + displayName: + type: string + description: 'A name representing the user''s locale in natural language, for example, ''English (United States)''.' + nullable: true + locale: + type: string + description: 'A locale representation for the user, which includes the user''s preferred language and country/region. For example, ''en-us''. The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2.' + nullable: true + additionalProperties: + type: object + microsoft.graph.userPurpose: + title: userPurpose + enum: + - unknown + - user + - linked + - shared + - room + - equipment + - others + - unknownFutureValue + type: string + microsoft.graph.mailboxRecipientType: + title: mailboxRecipientType + enum: + - unknown + - user + - linked + - shared + - room + - equipment + - others + type: string + microsoft.graph.workingHours: + title: workingHours + type: object + properties: + daysOfWeek: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.dayOfWeek' + description: The days of the week on which the user works. + endTime: + pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' + type: string + description: The time of the day that the user stops working. + format: time + nullable: true + startTime: + pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' + type: string + description: The time of the day that the user starts working. + format: time + nullable: true + timeZone: + $ref: '#/components/schemas/microsoft.graph.timeZoneBase' + additionalProperties: + type: object microsoft.graph.itemBody: title: itemBody type: object @@ -33662,11 +34011,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + description: The open shift requests in the schedule. x-ms-navigationProperty: true openShifts: type: array items: $ref: '#/components/schemas/microsoft.graph.openShift' + description: The set of open shifts in a scheduling group in the schedule. x-ms-navigationProperty: true schedulingGroups: type: array @@ -33684,6 +34035,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + description: The swap requests for shifts in the schedule. x-ms-navigationProperty: true timeCards: type: array @@ -33700,6 +34052,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + description: The time off requests in the schedule. x-ms-navigationProperty: true timesOff: type: array @@ -35793,6 +36146,8 @@ components: $ref: '#/components/schemas/microsoft.graph.permission' description: The set of permissions for the item. Read-only. Nullable. x-ms-navigationProperty: true + retentionLabel: + $ref: '#/components/schemas/microsoft.graph.itemRetentionLabel' subscriptions: type: array items: @@ -36935,97 +37290,6 @@ components: - failed - unknownFutureValue type: string - microsoft.graph.automaticRepliesSetting: - title: automaticRepliesSetting - type: object - properties: - externalAudience: - $ref: '#/components/schemas/microsoft.graph.externalAudienceScope' - externalReplyMessage: - type: string - description: 'The automatic reply to send to the specified external audience, if Status is AlwaysEnabled or Scheduled.' - nullable: true - internalReplyMessage: - type: string - description: 'The automatic reply to send to the audience internal to the signed-in user''s organization, if Status is AlwaysEnabled or Scheduled.' - nullable: true - scheduledEndDateTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - scheduledStartDateTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - status: - $ref: '#/components/schemas/microsoft.graph.automaticRepliesStatus' - additionalProperties: - type: object - microsoft.graph.delegateMeetingMessageDeliveryOptions: - title: delegateMeetingMessageDeliveryOptions - enum: - - sendToDelegateAndInformationToPrincipal - - sendToDelegateAndPrincipal - - sendToDelegateOnly - type: string - microsoft.graph.localeInfo: - title: localeInfo - type: object - properties: - displayName: - type: string - description: 'A name representing the user''s locale in natural language, for example, ''English (United States)''.' - nullable: true - locale: - type: string - description: 'A locale representation for the user, which includes the user''s preferred language and country/region. For example, ''en-us''. The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2.' - nullable: true - additionalProperties: - type: object - microsoft.graph.userPurpose: - title: userPurpose - enum: - - unknown - - user - - linked - - shared - - room - - equipment - - others - - unknownFutureValue - type: string - microsoft.graph.mailboxRecipientType: - title: mailboxRecipientType - enum: - - unknown - - user - - linked - - shared - - room - - equipment - - others - type: string - microsoft.graph.workingHours: - title: workingHours - type: object - properties: - daysOfWeek: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: The days of the week on which the user works. - endTime: - pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' - type: string - description: The time of the day that the user stops working. - format: time - nullable: true - startTime: - pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' - type: string - description: The time of the day that the user starts working. - format: time - nullable: true - timeZone: - $ref: '#/components/schemas/microsoft.graph.timeZoneBase' - additionalProperties: - type: object microsoft.graph.printerShare: allOf: - $ref: '#/components/schemas/microsoft.graph.printerBase' @@ -37527,12 +37791,14 @@ components: properties: isEnabled: type: boolean + description: Denotes whether the policy is enabled. restrictions: $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' appliesTo: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: Collection of application and service principals to which a policy is applied. x-ms-navigationProperty: true additionalProperties: type: object @@ -41991,6 +42257,41 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.externalAudienceScope: + title: externalAudienceScope + enum: + - none + - contactsOnly + - all + type: string + microsoft.graph.automaticRepliesStatus: + title: automaticRepliesStatus + enum: + - disabled + - alwaysEnabled + - scheduled + type: string + microsoft.graph.dayOfWeek: + title: dayOfWeek + enum: + - sunday + - monday + - tuesday + - wednesday + - thursday + - friday + - saturday + type: string + microsoft.graph.timeZoneBase: + title: timeZoneBase + type: object + properties: + name: + type: string + description: 'The name of a time zone. It can be a standard time zone name such as ''Hawaii-Aleutian Standard Time'', or ''Customized Time Zone'' for a custom time zone.' + nullable: true + additionalProperties: + type: object microsoft.graph.bodyType: title: bodyType enum: @@ -43629,6 +43930,29 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.itemRetentionLabel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: itemRetentionLabel + type: object + properties: + isLabelAppliedExplicitly: + type: boolean + nullable: true + labelAppliedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + labelAppliedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + name: + type: string + nullable: true + retentionSettings: + $ref: '#/components/schemas/microsoft.graph.retentionLabelSettings' + additionalProperties: + type: object microsoft.graph.thumbnailSet: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -43874,11 +44198,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -44257,41 +44581,6 @@ components: $ref: '#/components/schemas/microsoft.graph.plannerUserIds' additionalProperties: type: object - microsoft.graph.externalAudienceScope: - title: externalAudienceScope - enum: - - none - - contactsOnly - - all - type: string - microsoft.graph.automaticRepliesStatus: - title: automaticRepliesStatus - enum: - - disabled - - alwaysEnabled - - scheduled - type: string - microsoft.graph.dayOfWeek: - title: dayOfWeek - enum: - - sunday - - monday - - tuesday - - wednesday - - thursday - - friday - - saturday - type: string - microsoft.graph.timeZoneBase: - title: timeZoneBase - type: object - properties: - name: - type: string - description: 'The name of a time zone. It can be a standard time zone name such as ''Hawaii-Aleutian Standard Time'', or ''Customized Time Zone'' for a custom time zone.' - nullable: true - additionalProperties: - type: object microsoft.graph.printerBase: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -48124,6 +48413,29 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.retentionLabelSettings: + title: retentionLabelSettings + type: object + properties: + behaviorDuringRetentionPeriod: + $ref: '#/components/schemas/microsoft.graph.security.behaviorDuringRetentionPeriod' + isContentUpdateAllowed: + type: boolean + nullable: true + isDeleteAllowed: + type: boolean + nullable: true + isLabelUpdateAllowed: + type: boolean + nullable: true + isMetadataUpdateAllowed: + type: boolean + nullable: true + isRecordLocked: + type: boolean + nullable: true + additionalProperties: + type: object microsoft.graph.thumbnail: title: thumbnail type: object @@ -51826,9 +52138,13 @@ components: title: synchronizationRule type: object properties: + containerFilter: + $ref: '#/components/schemas/microsoft.graph.containerFilter' editable: type: boolean description: true if the synchronization rule can be customized; false if this rule is read-only and should not be changed. + groupFilter: + $ref: '#/components/schemas/microsoft.graph.groupFilter' id: type: string description: Synchronization rule identifier. Must be one of the identifiers recognized by the synchronization engine. Supported rule identifiers can be found in the synchronization template returned by the API. @@ -52361,6 +52677,28 @@ components: - TooManyDeletes - IngestionInterrupted type: string + microsoft.graph.containerFilter: + title: containerFilter + type: object + properties: + includedContainers: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.groupFilter: + title: groupFilter + type: object + properties: + includedGroups: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.stringKeyStringValuePair: title: stringKeyStringValuePair type: object diff --git a/openApiDocs/beta/Users.Actions.yml b/openApiDocs/beta/Users.Actions.yml index b27c1093874..44c1738adfb 100644 --- a/openApiDocs/beta/Users.Actions.yml +++ b/openApiDocs/beta/Users.Actions.yml @@ -21362,6 +21362,10 @@ paths: tags: - users.Actions summary: Invoke action powerOff + description: 'Power off a Windows 365 Frontline Cloud PC. This action supports Microsoft Endpoint Manager (MEM) admin scenarios. After a Windows 365 Frontline Cloud PC is powered off, it is de-allocated, and licenses are revoked immediately. Only IT admin users can perform this action. ' + externalDocs: + description: Find more info here + url: https://docs.microsoft.com/graph/api/cloudpc-poweroff?view=graph-rest-1.0 operationId: users.cloudPCs_powerOff parameters: - name: user-id @@ -21397,6 +21401,10 @@ paths: tags: - users.Actions summary: Invoke action powerOn + description: 'Power on a Windows 365 Frontline Cloud PC. This action supports Microsoft Endpoint Manager (MEM) admin scenarios. After a Windows 365 Frontline Cloud PC is powered on, it is allocated to a user, and licenses are assigned immediately. Only IT admin users can perform this action. ' + externalDocs: + description: Find more info here + url: https://docs.microsoft.com/graph/api/cloudpc-poweron?view=graph-rest-1.0 operationId: users.cloudPCs_powerOn parameters: - name: user-id @@ -21667,6 +21675,10 @@ paths: tags: - users.Actions summary: Invoke action start + description: 'Start a specific Cloud PC for a user. Currently, only Windows 365 Frontline Cloud PCs are supported.' + externalDocs: + description: Find more info here + url: https://docs.microsoft.com/graph/api/cloudpc-start?view=graph-rest-1.0 operationId: users.cloudPCs_start parameters: - name: user-id @@ -21702,6 +21714,10 @@ paths: tags: - users.Actions summary: Invoke action stop + description: 'Stop a specific Cloud PC for a user. Currently, only Windows 365 Frontline Cloud PCs are supported.' + externalDocs: + description: Find more info here + url: https://docs.microsoft.com/graph/api/cloudpc-stop?view=graph-rest-1.0 operationId: users.cloudPCs_stop parameters: - name: user-id @@ -29345,6 +29361,142 @@ paths: version: 2023-03/Notification_Deprecation description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' x-ms-docs-operation-type: action + '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.markAsJunk': + post: + tags: + - users.Actions + summary: Invoke action markAsJunk + operationId: users.mailFolders.childFolders.messages_markAsJunk + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: mailFolder-id + in: path + description: The unique identifier of mailFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailFolder + - name: mailFolder-id1 + in: path + description: The unique identifier of mailFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailFolder + - name: message-id + in: path + description: The unique identifier of message + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: message + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + moveToJunk: + type: boolean + default: false + additionalProperties: + type: object + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.message' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-20T00:00:00.0000000+00:00' + date: '2023-03-09T00:00:00.0000000+00:00' + version: 2023-03/Notification_Deprecation + description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' + x-ms-docs-operation-type: action + '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.markAsNotJunk': + post: + tags: + - users.Actions + summary: Invoke action markAsNotJunk + operationId: users.mailFolders.childFolders.messages_markAsNotJunk + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: mailFolder-id + in: path + description: The unique identifier of mailFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailFolder + - name: mailFolder-id1 + in: path + description: The unique identifier of mailFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailFolder + - name: message-id + in: path + description: The unique identifier of message + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: message + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + moveToInbox: + type: boolean + default: false + additionalProperties: + type: object + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.message' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-20T00:00:00.0000000+00:00' + date: '2023-03-09T00:00:00.0000000+00:00' + version: 2023-03/Notification_Deprecation + description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' + x-ms-docs-operation-type: action '/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.move': post: tags: @@ -30186,6 +30338,126 @@ paths: version: 2023-03/Notification_Deprecation description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' x-ms-docs-operation-type: action + '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.markAsJunk': + post: + tags: + - users.Actions + summary: Invoke action markAsJunk + operationId: users.mailFolders.messages_markAsJunk + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: mailFolder-id + in: path + description: The unique identifier of mailFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailFolder + - name: message-id + in: path + description: The unique identifier of message + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: message + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + moveToJunk: + type: boolean + default: false + additionalProperties: + type: object + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.message' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-20T00:00:00.0000000+00:00' + date: '2023-03-09T00:00:00.0000000+00:00' + version: 2023-03/Notification_Deprecation + description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' + x-ms-docs-operation-type: action + '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.markAsNotJunk': + post: + tags: + - users.Actions + summary: Invoke action markAsNotJunk + operationId: users.mailFolders.messages_markAsNotJunk + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: mailFolder-id + in: path + description: The unique identifier of mailFolder + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: mailFolder + - name: message-id + in: path + description: The unique identifier of message + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: message + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + moveToInbox: + type: boolean + default: false + additionalProperties: + type: object + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.message' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-20T00:00:00.0000000+00:00' + date: '2023-03-09T00:00:00.0000000+00:00' + version: 2023-03/Notification_Deprecation + description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' + x-ms-docs-operation-type: action '/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.move': post: tags: @@ -33201,6 +33473,110 @@ paths: version: 2023-03/Notification_Deprecation description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' x-ms-docs-operation-type: action + '/users/{user-id}/messages/{message-id}/microsoft.graph.markAsJunk': + post: + tags: + - users.Actions + summary: Invoke action markAsJunk + operationId: users.messages_markAsJunk + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: message-id + in: path + description: The unique identifier of message + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: message + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + moveToJunk: + type: boolean + default: false + additionalProperties: + type: object + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.message' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-20T00:00:00.0000000+00:00' + date: '2023-03-09T00:00:00.0000000+00:00' + version: 2023-03/Notification_Deprecation + description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' + x-ms-docs-operation-type: action + '/users/{user-id}/messages/{message-id}/microsoft.graph.markAsNotJunk': + post: + tags: + - users.Actions + summary: Invoke action markAsNotJunk + operationId: users.messages_markAsNotJunk + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: message-id + in: path + description: The unique identifier of message + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: message + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + moveToInbox: + type: boolean + default: false + additionalProperties: + type: object + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.message' + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-20T00:00:00.0000000+00:00' + date: '2023-03-09T00:00:00.0000000+00:00' + version: 2023-03/Notification_Deprecation + description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' + x-ms-docs-operation-type: action '/users/{user-id}/messages/{message-id}/microsoft.graph.move': post: tags: @@ -33975,6 +34351,33 @@ paths: version: 2023-03/Notification_Deprecation description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' x-ms-docs-operation-type: action + '/users/{user-id}/microsoft.graph.retryServiceProvisioning': + post: + tags: + - users.Actions + summary: Invoke action retryServiceProvisioning + operationId: users_retryServiceProvisioning + parameters: + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + deprecated: true + x-ms-deprecation: + removalDate: '2023-03-20T00:00:00.0000000+00:00' + date: '2023-03-09T00:00:00.0000000+00:00' + version: 2023-03/Notification_Deprecation + description: 'The Graph Notification API is deprecated and will stop returning data on March 20, 2023.' + x-ms-docs-operation-type: action '/users/{user-id}/microsoft.graph.revokeSignInSessions': post: tags: @@ -35818,6 +36221,10 @@ paths: tags: - users.Actions summary: Invoke action complete + description: 'Complete an Outlook task which sets the **completedDateTime** property to the current date, and the **status** property to `completed`. If you are completing a task in a recurring series, in the response, the task collection will contain the completed task in the series, and the next task in the series. The **completedDateTime** property represents the date when the task is finished. The time portion of **completedDateTime** is set to midnight UTC by default. By default, this operation (and the POST, GET, and PATCH task operations) returns date-related properties in UTC. You can use the `Prefer: outlook.timezone` header to have all the date-related properties in the response represented in a time zone different than UTC.' + externalDocs: + description: Find more info here + url: https://docs.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-1.0 operationId: users.outlook.taskFolders.tasks_complete parameters: - name: user-id @@ -35950,6 +36357,10 @@ paths: tags: - users.Actions summary: Invoke action complete + description: 'Complete an Outlook task which sets the **completedDateTime** property to the current date, and the **status** property to `completed`. If you are completing a task in a recurring series, in the response, the task collection will contain the completed task in the series, and the next task in the series. The **completedDateTime** property represents the date when the task is finished. The time portion of **completedDateTime** is set to midnight UTC by default. By default, this operation (and the POST, GET, and PATCH task operations) returns date-related properties in UTC. You can use the `Prefer: outlook.timezone` header to have all the date-related properties in the response represented in a time zone different than UTC.' + externalDocs: + description: Find more info here + url: https://docs.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-1.0 operationId: users.outlook.taskGroups.taskFolders.tasks_complete parameters: - name: user-id @@ -36074,6 +36485,10 @@ paths: tags: - users.Actions summary: Invoke action complete + description: 'Complete an Outlook task which sets the **completedDateTime** property to the current date, and the **status** property to `completed`. If you are completing a task in a recurring series, in the response, the task collection will contain the completed task in the series, and the next task in the series. The **completedDateTime** property represents the date when the task is finished. The time portion of **completedDateTime** is set to midnight UTC by default. By default, this operation (and the POST, GET, and PATCH task operations) returns date-related properties in UTC. You can use the `Prefer: outlook.timezone` header to have all the date-related properties in the response represented in a time zone different than UTC.' + externalDocs: + description: Find more info here + url: https://docs.microsoft.com/graph/api/outlooktask-complete?view=graph-rest-1.0 operationId: users.outlook.tasks_complete parameters: - name: user-id @@ -38762,6 +39177,8 @@ components: $ref: '#/components/schemas/microsoft.graph.permission' description: The set of permissions for the item. Read-only. Nullable. x-ms-navigationProperty: true + retentionLabel: + $ref: '#/components/schemas/microsoft.graph.itemRetentionLabel' subscriptions: type: array items: @@ -41248,6 +41665,29 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.itemRetentionLabel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: itemRetentionLabel + type: object + properties: + isLabelAppliedExplicitly: + type: boolean + nullable: true + labelAppliedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + labelAppliedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + name: + type: string + nullable: true + retentionSettings: + $ref: '#/components/schemas/microsoft.graph.retentionLabelSettings' + additionalProperties: + type: object microsoft.graph.subscription: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -42798,6 +43238,10 @@ components: type: string description: 'Security identifier (SID) of the user, used in Windows scenarios. Read-only. Returned by default. Supports $select and $filter (eq, not, ge, le, startsWith).' nullable: true + serviceProvisioningErrors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' showInAddressList: type: boolean description: Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue. @@ -43814,6 +44258,29 @@ components: $ref: '#/components/schemas/microsoft.graph.fieldValueSet' additionalProperties: type: object + microsoft.graph.retentionLabelSettings: + title: retentionLabelSettings + type: object + properties: + behaviorDuringRetentionPeriod: + $ref: '#/components/schemas/microsoft.graph.security.behaviorDuringRetentionPeriod' + isContentUpdateAllowed: + type: boolean + nullable: true + isDeleteAllowed: + type: boolean + nullable: true + isLabelUpdateAllowed: + type: boolean + nullable: true + isMetadataUpdateAllowed: + type: boolean + nullable: true + isRecordLocked: + type: boolean + nullable: true + additionalProperties: + type: object microsoft.graph.thumbnail: title: thumbnail type: object @@ -45004,6 +45471,23 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.serviceProvisioningError: + title: serviceProvisioningError + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + isResolved: + type: boolean + nullable: true + serviceInstance: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.mailboxSettings: title: mailboxSettings type: object @@ -46237,6 +46721,10 @@ components: type: string description: 'Security identifier of the group, used in Windows scenarios. Returned by default.' nullable: true + serviceProvisioningErrors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' theme: type: string description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' @@ -48850,6 +49338,15 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.security.behaviorDuringRetentionPeriod: + title: behaviorDuringRetentionPeriod + enum: + - doNotRetain + - retain + - retainAsRecord + - retainAsRegulatoryRecord + - unknownFutureValue + type: string microsoft.graph.termStore.term: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -49872,12 +50369,14 @@ components: properties: isEnabled: type: boolean + description: Denotes whether the policy is enabled. restrictions: $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' appliesTo: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: Collection of application and service principals to which a policy is applied. x-ms-navigationProperty: true additionalProperties: type: object @@ -54882,11 +55381,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + description: The open shift requests in the schedule. x-ms-navigationProperty: true openShifts: type: array items: $ref: '#/components/schemas/microsoft.graph.openShift' + description: The set of open shifts in a scheduling group in the schedule. x-ms-navigationProperty: true schedulingGroups: type: array @@ -54904,6 +55405,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + description: The swap requests for shifts in the schedule. x-ms-navigationProperty: true timeCards: type: array @@ -54920,6 +55422,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + description: The time off requests in the schedule. x-ms-navigationProperty: true timesOff: type: array @@ -55237,11 +55740,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -62621,9 +63124,13 @@ components: title: synchronizationRule type: object properties: + containerFilter: + $ref: '#/components/schemas/microsoft.graph.containerFilter' editable: type: boolean description: true if the synchronization rule can be customized; false if this rule is read-only and should not be changed. + groupFilter: + $ref: '#/components/schemas/microsoft.graph.groupFilter' id: type: string description: Synchronization rule identifier. Must be one of the identifiers recognized by the synchronization engine. Supported rule identifiers can be found in the synchronization template returned by the API. @@ -63088,6 +63595,28 @@ components: - TooManyDeletes - IngestionInterrupted type: string + microsoft.graph.containerFilter: + title: containerFilter + type: object + properties: + includedContainers: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.groupFilter: + title: groupFilter + type: object + properties: + includedGroups: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.stringKeyStringValuePair: title: stringKeyStringValuePair type: object diff --git a/openApiDocs/beta/Users.yml b/openApiDocs/beta/Users.yml index dffcd7fb936..97e2897d851 100644 --- a/openApiDocs/beta/Users.yml +++ b/openApiDocs/beta/Users.yml @@ -10,11 +10,11 @@ paths: get: tags: - users.user - summary: Get user - description: 'Retrieve the properties and relationships of user object. This operation returns by default only a subset of the more commonly used properties for each user. These _default_ properties are noted in the Properties section. To get properties that are _not_ returned by default, do a GET operation for the user and specify the properties in a `$select` OData query option. Because the **user** resource supports extensions, you can also use the `GET` operation to get custom properties and extension data in a **user** instance.' + summary: List users + description: 'Retrieve a list of user objects. This operation returns by default only a subset of the more commonly used properties for each user. These _default_ properties are noted in the Properties section. To get properties that are _not_ returned by default, do a GET operation for the user and specify the properties in a `$select` OData query option.' externalDocs: description: Find more info here - url: https://docs.microsoft.com/graph/api/user-get?view=graph-rest-1.0 + url: https://docs.microsoft.com/graph/api/user-list?view=graph-rest-1.0 operationId: users.user_ListUser parameters: - name: ConsistencyLevel @@ -163,6 +163,8 @@ paths: - refreshTokensValidFromDateTime desc - securityIdentifier - securityIdentifier desc + - serviceProvisioningErrors + - serviceProvisioningErrors desc - showInAddressList - showInAddressList desc - signInSessionsValidFromDateTime @@ -277,6 +279,7 @@ paths: - proxyAddresses - refreshTokensValidFromDateTime - securityIdentifier + - serviceProvisioningErrors - showInAddressList - signInSessionsValidFromDateTime - state @@ -576,6 +579,7 @@ paths: - proxyAddresses - refreshTokensValidFromDateTime - securityIdentifier + - serviceProvisioningErrors - showInAddressList - signInSessionsValidFromDateTime - state @@ -3565,7 +3569,11 @@ paths: post: tags: - users.outlookUser - summary: Create new navigation property to taskFolders for users + summary: Create outlookTaskFolder (deprecated) + description: Create a task folder in the default task group (`My Tasks`) of the user's mailbox. + externalDocs: + description: Find more info here + url: https://docs.microsoft.com/graph/api/outlookuser-post-taskfolders?view=graph-rest-1.0 operationId: users.outlook_CreateTaskFolders parameters: - name: user-id @@ -4470,7 +4478,11 @@ paths: post: tags: - users.outlookUser - summary: Create new navigation property to tasks for users + summary: Create outlookTask (deprecated) + description: "Create an Outlook task in the specified task folder. The POST method always ignores the time portion of **startDateTime** and **dueDateTime** in the request body, and assumes the time \nto be always midnight in the specified time zone." + externalDocs: + description: Find more info here + url: https://docs.microsoft.com/graph/api/outlooktaskfolder-post-tasks?view=graph-rest-1.0 operationId: users.outlook.taskFolders_CreateTasks parameters: - name: user-id @@ -6016,7 +6028,11 @@ paths: post: tags: - users.outlookUser - summary: Create new navigation property to taskFolders for users + summary: Create outlookTaskFolder (deprecated) + description: Create an Outlook task folder under a specified outlookTaskGroup. + externalDocs: + description: Find more info here + url: https://docs.microsoft.com/graph/api/outlooktaskgroup-post-taskfolders?view=graph-rest-1.0 operationId: users.outlook.taskGroups_CreateTaskFolders parameters: - name: user-id @@ -7042,7 +7058,11 @@ paths: post: tags: - users.outlookUser - summary: Create new navigation property to tasks for users + summary: Create outlookTask (deprecated) + description: "Create an Outlook task in the specified task folder. The POST method always ignores the time portion of **startDateTime** and **dueDateTime** in the request body, and assumes the time \nto be always midnight in the specified time zone." + externalDocs: + description: Find more info here + url: https://docs.microsoft.com/graph/api/outlooktaskfolder-post-tasks?view=graph-rest-1.0 operationId: users.outlook.taskGroups.taskFolders_CreateTasks parameters: - name: user-id @@ -8516,10 +8536,10 @@ paths: tags: - users.outlookUser summary: Create outlookTask (deprecated) - description: "Create an Outlook task in the specified task folder. The POST method always ignores the time portion of **startDateTime** and **dueDateTime** in the request body, and assumes the time \nto be always midnight in the specified time zone." + description: "Create an Outlook task in the default task group (`My Tasks`) and default task folder (`Tasks`) in the user's mailbox. The POST method always ignores the time portion of **startDateTime** and **dueDateTime** in the request body, and assumes the time \nto be always midnight in the specified time zone. By default, this operation (and the GET, PATCH, and complete task operations) returns date-related properties in UTC. \nYou can use the `Prefer: outlook.timezone` header to have all the date-related properties in the response represented in a time zone \ndifferent than UTC." externalDocs: description: Find more info here - url: https://docs.microsoft.com/graph/api/outlooktaskfolder-post-tasks?view=graph-rest-1.0 + url: https://docs.microsoft.com/graph/api/outlookuser-post-tasks?view=graph-rest-1.0 operationId: users.outlook_CreateTasks parameters: - name: user-id @@ -12002,7 +12022,11 @@ paths: patch: tags: - users.userSettings - summary: Update the navigation property regionalAndLanguageSettings in users + summary: Update regionalAndLanguageSettings + description: Update some or all of the properties of a regionalAndLanguageSettings object. + externalDocs: + description: Find more info here + url: https://docs.microsoft.com/graph/api/regionalandlanguagesettings-update?view=graph-rest-1.0 operationId: users.settings_UpdateRegionalAndLanguageSettings parameters: - name: user-id @@ -14063,8 +14087,11 @@ paths: get: tags: - users.todo - summary: Get checklistItems from users - description: A collection of smaller subtasks linked to the more complex parent task. + summary: List checklistItems + description: Get the checklistItem resources associated to the **checklistItems** navigation property of a todoTask. + externalDocs: + description: Find more info here + url: https://docs.microsoft.com/graph/api/todotask-list-checklistitems?view=graph-rest-1.0 operationId: users.todo.lists.tasks_ListChecklistItems parameters: - name: user-id @@ -14163,7 +14190,11 @@ paths: post: tags: - users.todo - summary: Create new navigation property to checklistItems for users + summary: Create checklistItem + description: Create a new checklistItem object as a subtask in a bigger todoTask. + externalDocs: + description: Find more info here + url: https://docs.microsoft.com/graph/api/todotask-post-checklistitems?view=graph-rest-1.0 operationId: users.todo.lists.tasks_CreateChecklistItems parameters: - name: user-id @@ -15997,6 +16028,10 @@ components: type: string description: 'Security identifier (SID) of the user, used in Windows scenarios. Read-only. Returned by default. Supports $select and $filter (eq, not, ge, le, startsWith).' nullable: true + serviceProvisioningErrors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' showInAddressList: type: boolean description: Do not use in Microsoft Graph. Manage this property through the Microsoft 365 admin center instead. Represents whether the user should be included in the Outlook global address list. See Known issue. @@ -16737,6 +16772,10 @@ components: items: type: string description: 'For example: ''SMTP: bob@contoso.com'', ''smtp: bob@sales.contoso.com''. The any operator is required for filter expressions on multi-valued properties. Supports $filter (eq, not, ge, le, startsWith, /$count eq 0, /$count ne 0).' + serviceProvisioningErrors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' surname: type: string description: 'Last name for this organizational contact. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq for null values)' @@ -16997,6 +17036,10 @@ components: type: string description: 'Security identifier of the group, used in Windows scenarios. Returned by default.' nullable: true + serviceProvisioningErrors: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.serviceProvisioningError' theme: type: string description: 'Specifies a Microsoft 365 group''s color theme. Possible values are Teal, Purple, Green, Blue, Pink, Orange or Red. Returned by default.' @@ -18570,6 +18613,23 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.serviceProvisioningError: + title: serviceProvisioningError + type: object + properties: + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + isResolved: + type: boolean + nullable: true + serviceInstance: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.mailboxSettings: title: mailboxSettings type: object @@ -21616,12 +21676,14 @@ components: properties: isEnabled: type: boolean + description: Denotes whether the policy is enabled. restrictions: $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' appliesTo: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: Collection of application and service principals to which a policy is applied. x-ms-navigationProperty: true additionalProperties: type: object @@ -24181,6 +24243,8 @@ components: $ref: '#/components/schemas/microsoft.graph.permission' description: The set of permissions for the item. Read-only. Nullable. x-ms-navigationProperty: true + retentionLabel: + $ref: '#/components/schemas/microsoft.graph.itemRetentionLabel' subscriptions: type: array items: @@ -29117,11 +29181,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + description: The open shift requests in the schedule. x-ms-navigationProperty: true openShifts: type: array items: $ref: '#/components/schemas/microsoft.graph.openShift' + description: The set of open shifts in a scheduling group in the schedule. x-ms-navigationProperty: true schedulingGroups: type: array @@ -29139,6 +29205,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + description: The swap requests for shifts in the schedule. x-ms-navigationProperty: true timeCards: type: array @@ -29155,6 +29222,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + description: The time off requests in the schedule. x-ms-navigationProperty: true timesOff: type: array @@ -29209,11 +29277,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -31154,6 +31222,29 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.itemRetentionLabel: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: itemRetentionLabel + type: object + properties: + isLabelAppliedExplicitly: + type: boolean + nullable: true + labelAppliedBy: + $ref: '#/components/schemas/microsoft.graph.identitySet' + labelAppliedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + nullable: true + name: + type: string + nullable: true + retentionSettings: + $ref: '#/components/schemas/microsoft.graph.retentionLabelSettings' + additionalProperties: + type: object microsoft.graph.subscription: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -36114,6 +36205,29 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.retentionLabelSettings: + title: retentionLabelSettings + type: object + properties: + behaviorDuringRetentionPeriod: + $ref: '#/components/schemas/microsoft.graph.security.behaviorDuringRetentionPeriod' + isContentUpdateAllowed: + type: boolean + nullable: true + isDeleteAllowed: + type: boolean + nullable: true + isLabelUpdateAllowed: + type: boolean + nullable: true + isMetadataUpdateAllowed: + type: boolean + nullable: true + isRecordLocked: + type: boolean + nullable: true + additionalProperties: + type: object microsoft.graph.thumbnail: title: thumbnail type: object @@ -37865,9 +37979,13 @@ components: title: synchronizationRule type: object properties: + containerFilter: + $ref: '#/components/schemas/microsoft.graph.containerFilter' editable: type: boolean description: true if the synchronization rule can be customized; false if this rule is read-only and should not be changed. + groupFilter: + $ref: '#/components/schemas/microsoft.graph.groupFilter' id: type: string description: Synchronization rule identifier. Must be one of the identifiers recognized by the synchronization engine. Supported rule identifiers can be found in the synchronization template returned by the API. @@ -39361,6 +39479,15 @@ components: description: Indicates if the worksheet is protected. Read-only. additionalProperties: type: object + microsoft.graph.security.behaviorDuringRetentionPeriod: + title: behaviorDuringRetentionPeriod + enum: + - doNotRetain + - retain + - retainAsRecord + - retainAsRegulatoryRecord + - unknownFutureValue + type: string microsoft.graph.accessAction: title: accessAction type: object @@ -39630,6 +39757,28 @@ components: - TooManyDeletes - IngestionInterrupted type: string + microsoft.graph.containerFilter: + title: containerFilter + type: object + properties: + includedContainers: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object + microsoft.graph.groupFilter: + title: groupFilter + type: object + properties: + includedGroups: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.stringKeyStringValuePair: title: stringKeyStringValuePair type: object diff --git a/openApiDocs/v1.0/Applications.yml b/openApiDocs/v1.0/Applications.yml index 8ab842470c1..13077b5f326 100644 --- a/openApiDocs/v1.0/Applications.yml +++ b/openApiDocs/v1.0/Applications.yml @@ -11524,12 +11524,14 @@ components: properties: isEnabled: type: boolean + description: Denotes whether the policy is enabled. restrictions: $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' appliesTo: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: Collection of applications and service principals to which the policy is applied. x-ms-navigationProperty: true additionalProperties: type: object @@ -18236,6 +18238,10 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessageMention' description: 'List of entities mentioned in the chat message. Supported entities are: user, bot, team, and channel.' + messageHistory: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' policyViolation: @@ -18642,11 +18648,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + description: The open shift requests in the schedule. x-ms-navigationProperty: true openShifts: type: array items: $ref: '#/components/schemas/microsoft.graph.openShift' + description: The set of open shifts in a scheduling group in the schedule. x-ms-navigationProperty: true schedulingGroups: type: array @@ -21647,6 +21655,20 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.chatMessageHistoryItem: + title: chatMessageHistoryItem + type: object + properties: + actions: + $ref: '#/components/schemas/microsoft.graph.chatMessageActions' + modifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + reaction: + $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolation: title: chatMessagePolicyViolation type: object @@ -23009,6 +23031,14 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkConversationIdentity' additionalProperties: type: object + microsoft.graph.chatMessageActions: + title: chatMessageActions + enum: + - reactionAdded + - reactionRemoved + - actionUndefined + - unknownFutureValue + type: string microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/v1.0/Calendar.yml b/openApiDocs/v1.0/Calendar.yml index 1e5395eca48..138254c2c4a 100644 --- a/openApiDocs/v1.0/Calendar.yml +++ b/openApiDocs/v1.0/Calendar.yml @@ -20978,7 +20978,7 @@ paths: tags: - users.calendarGroup summary: List calendarView - description: "Get the occurrences, exceptions and single instances of events in a calendar view defined by a time range,\nfrom a user's default calendar `(../me/calendarview)` or some other calendar of the user's." + description: "Get the occurrences, exceptions and single instances of events in a calendar view defined by a time range,\nfrom a user's default calendar `(../me/calendarView)` or some other calendar of the user's." externalDocs: description: Find more info here url: https://docs.microsoft.com/graph/api/calendar-list-calendarview?view=graph-rest-1.0 diff --git a/openApiDocs/v1.0/DeviceManagement.yml b/openApiDocs/v1.0/DeviceManagement.yml index 50ca89348f1..d697b3fa2ca 100644 --- a/openApiDocs/v1.0/DeviceManagement.yml +++ b/openApiDocs/v1.0/DeviceManagement.yml @@ -16925,6 +16925,10 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessageMention' description: 'List of entities mentioned in the chat message. Supported entities are: user, bot, team, and channel.' + messageHistory: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' policyViolation: @@ -17637,11 +17641,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + description: The open shift requests in the schedule. x-ms-navigationProperty: true openShifts: type: array items: $ref: '#/components/schemas/microsoft.graph.openShift' + description: The set of open shifts in a scheduling group in the schedule. x-ms-navigationProperty: true schedulingGroups: type: array @@ -20336,6 +20342,20 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.chatMessageHistoryItem: + title: chatMessageHistoryItem + type: object + properties: + actions: + $ref: '#/components/schemas/microsoft.graph.chatMessageActions' + modifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + reaction: + $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolation: title: chatMessagePolicyViolation type: object @@ -21847,6 +21867,14 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkConversationIdentity' additionalProperties: type: object + microsoft.graph.chatMessageActions: + title: chatMessageActions + enum: + - reactionAdded + - reactionRemoved + - actionUndefined + - unknownFutureValue + type: string microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/v1.0/Devices.CloudPrint.yml b/openApiDocs/v1.0/Devices.CloudPrint.yml index 6e5afc0f38e..457b58c7135 100644 --- a/openApiDocs/v1.0/Devices.CloudPrint.yml +++ b/openApiDocs/v1.0/Devices.CloudPrint.yml @@ -2970,6 +2970,105 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings': + get: + tags: + - print.printerShare + summary: Get mailboxSettings property value + description: 'Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale and time zone. Returned only on $select.' + operationId: print.shares.allowedUsers_GetMailboxSettings + parameters: + - name: printerShare-id + in: path + description: The unique identifier of printerShare + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: printerShare + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - archiveFolder + - automaticRepliesSetting + - dateFormat + - delegateMeetingMessageDeliveryOptions + - language + - timeFormat + - timeZone + - userPurpose + - workingHours + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Result entities + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + default: + $ref: '#/components/responses/error' + patch: + tags: + - print.printerShare + summary: Update property mailboxSettings value. + operationId: print.shares.allowedUsers_UpdateMailboxSettings + parameters: + - name: printerShare-id + in: path + description: The unique identifier of printerShare + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: printerShare + - name: user-id + in: path + description: The unique identifier of user + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + requestBody: + description: New property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.mailboxSettings' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' '/print/shares/{printerShare-id}/allowedUsers/$ref': get: tags: @@ -4060,6 +4159,38 @@ components: description: The URI that can be used to access the service. additionalProperties: type: object + microsoft.graph.mailboxSettings: + title: mailboxSettings + type: object + properties: + archiveFolder: + type: string + description: Folder ID of an archive folder for the user. + nullable: true + automaticRepliesSetting: + $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' + dateFormat: + type: string + description: The date format for the user's mailbox. + nullable: true + delegateMeetingMessageDeliveryOptions: + $ref: '#/components/schemas/microsoft.graph.delegateMeetingMessageDeliveryOptions' + language: + $ref: '#/components/schemas/microsoft.graph.localeInfo' + timeFormat: + type: string + description: The time format for the user's mailbox. + nullable: true + timeZone: + type: string + description: The default time zone for the user's mailbox. + nullable: true + userPurpose: + $ref: '#/components/schemas/microsoft.graph.userPurpose' + workingHours: + $ref: '#/components/schemas/microsoft.graph.workingHours' + additionalProperties: + type: object microsoft.graph.printTask: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -5105,6 +5236,85 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.automaticRepliesSetting: + title: automaticRepliesSetting + type: object + properties: + externalAudience: + $ref: '#/components/schemas/microsoft.graph.externalAudienceScope' + externalReplyMessage: + type: string + description: 'The automatic reply to send to the specified external audience, if Status is AlwaysEnabled or Scheduled.' + nullable: true + internalReplyMessage: + type: string + description: 'The automatic reply to send to the audience internal to the signed-in user''s organization, if Status is AlwaysEnabled or Scheduled.' + nullable: true + scheduledEndDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + scheduledStartDateTime: + $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' + status: + $ref: '#/components/schemas/microsoft.graph.automaticRepliesStatus' + additionalProperties: + type: object + microsoft.graph.delegateMeetingMessageDeliveryOptions: + title: delegateMeetingMessageDeliveryOptions + enum: + - sendToDelegateAndInformationToPrincipal + - sendToDelegateAndPrincipal + - sendToDelegateOnly + type: string + microsoft.graph.localeInfo: + title: localeInfo + type: object + properties: + displayName: + type: string + description: 'A name representing the user''s locale in natural language, for example, ''English (United States)''.' + nullable: true + locale: + type: string + description: 'A locale representation for the user, which includes the user''s preferred language and country/region. For example, ''en-us''. The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2.' + nullable: true + additionalProperties: + type: object + microsoft.graph.userPurpose: + title: userPurpose + enum: + - user + - linked + - shared + - room + - equipment + - others + - unknownFutureValue + type: string + microsoft.graph.workingHours: + title: workingHours + type: object + properties: + daysOfWeek: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.dayOfWeek' + description: The days of the week on which the user works. + endTime: + pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' + type: string + description: The time of the day that the user stops working. + format: time + nullable: true + startTime: + pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' + type: string + description: The time of the day that the user starts working. + format: time + nullable: true + timeZone: + $ref: '#/components/schemas/microsoft.graph.timeZoneBase' + additionalProperties: + type: object microsoft.graph.printTaskStatus: title: printTaskStatus type: object @@ -6650,38 +6860,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.mailboxSettings: - title: mailboxSettings - type: object - properties: - archiveFolder: - type: string - description: Folder ID of an archive folder for the user. - nullable: true - automaticRepliesSetting: - $ref: '#/components/schemas/microsoft.graph.automaticRepliesSetting' - dateFormat: - type: string - description: The date format for the user's mailbox. - nullable: true - delegateMeetingMessageDeliveryOptions: - $ref: '#/components/schemas/microsoft.graph.delegateMeetingMessageDeliveryOptions' - language: - $ref: '#/components/schemas/microsoft.graph.localeInfo' - timeFormat: - type: string - description: The time format for the user's mailbox. - nullable: true - timeZone: - type: string - description: The default time zone for the user's mailbox. - nullable: true - userPurpose: - $ref: '#/components/schemas/microsoft.graph.userPurpose' - workingHours: - $ref: '#/components/schemas/microsoft.graph.workingHours' - additionalProperties: - type: object microsoft.graph.licenseDetails: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -8096,6 +8274,54 @@ components: x-ms-navigationProperty: true additionalProperties: type: object + microsoft.graph.externalAudienceScope: + title: externalAudienceScope + enum: + - none + - contactsOnly + - all + type: string + microsoft.graph.dateTimeTimeZone: + title: dateTimeTimeZone + type: object + properties: + dateTime: + type: string + description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' + timeZone: + type: string + description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' + nullable: true + additionalProperties: + type: object + microsoft.graph.automaticRepliesStatus: + title: automaticRepliesStatus + enum: + - disabled + - alwaysEnabled + - scheduled + type: string + microsoft.graph.dayOfWeek: + title: dayOfWeek + enum: + - sunday + - monday + - tuesday + - wednesday + - thursday + - friday + - saturday + type: string + microsoft.graph.timeZoneBase: + title: timeZoneBase + type: object + properties: + name: + type: string + description: 'The name of a time zone. It can be a standard time zone name such as ''Hawaii-Aleutian Standard Time'', or ''Customized Time Zone'' for a custom time zone.' + nullable: true + additionalProperties: + type: object microsoft.graph.printTaskProcessingState: title: printTaskProcessingState enum: @@ -9352,19 +9578,6 @@ components: $ref: '#/components/schemas/microsoft.graph.bodyType' additionalProperties: type: object - microsoft.graph.dateTimeTimeZone: - title: dateTimeTimeZone - type: object - properties: - dateTime: - type: string - description: 'A single point of time in a combined date and time representation ({date}T{time}; for example, 2017-08-29T04:00:00.0000000).' - timeZone: - type: string - description: 'Represents a time zone, for example, ''Pacific Standard Time''. See below for more possible values.' - nullable: true - additionalProperties: - type: object microsoft.graph.importance: title: importance enum: @@ -10815,11 +11028,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + description: The open shift requests in the schedule. x-ms-navigationProperty: true openShifts: type: array items: $ref: '#/components/schemas/microsoft.graph.openShift' + description: The set of open shifts in a scheduling group in the schedule. x-ms-navigationProperty: true schedulingGroups: type: array @@ -10857,85 +11072,6 @@ components: x-ms-navigationProperty: true additionalProperties: type: object - microsoft.graph.automaticRepliesSetting: - title: automaticRepliesSetting - type: object - properties: - externalAudience: - $ref: '#/components/schemas/microsoft.graph.externalAudienceScope' - externalReplyMessage: - type: string - description: 'The automatic reply to send to the specified external audience, if Status is AlwaysEnabled or Scheduled.' - nullable: true - internalReplyMessage: - type: string - description: 'The automatic reply to send to the audience internal to the signed-in user''s organization, if Status is AlwaysEnabled or Scheduled.' - nullable: true - scheduledEndDateTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - scheduledStartDateTime: - $ref: '#/components/schemas/microsoft.graph.dateTimeTimeZone' - status: - $ref: '#/components/schemas/microsoft.graph.automaticRepliesStatus' - additionalProperties: - type: object - microsoft.graph.delegateMeetingMessageDeliveryOptions: - title: delegateMeetingMessageDeliveryOptions - enum: - - sendToDelegateAndInformationToPrincipal - - sendToDelegateAndPrincipal - - sendToDelegateOnly - type: string - microsoft.graph.localeInfo: - title: localeInfo - type: object - properties: - displayName: - type: string - description: 'A name representing the user''s locale in natural language, for example, ''English (United States)''.' - nullable: true - locale: - type: string - description: 'A locale representation for the user, which includes the user''s preferred language and country/region. For example, ''en-us''. The language component follows 2-letter codes as defined in ISO 639-1, and the country component follows 2-letter codes as defined in ISO 3166-1 alpha-2.' - nullable: true - additionalProperties: - type: object - microsoft.graph.userPurpose: - title: userPurpose - enum: - - user - - linked - - shared - - room - - equipment - - others - - unknownFutureValue - type: string - microsoft.graph.workingHours: - title: workingHours - type: object - properties: - daysOfWeek: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.dayOfWeek' - description: The days of the week on which the user works. - endTime: - pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' - type: string - description: The time of the day that the user stops working. - format: time - nullable: true - startTime: - pattern: '^([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?$' - type: string - description: The time of the day that the user starts working. - format: time - nullable: true - timeZone: - $ref: '#/components/schemas/microsoft.graph.timeZoneBase' - additionalProperties: - type: object microsoft.graph.servicePlanInfo: title: servicePlanInfo type: object @@ -12689,6 +12825,10 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessageMention' description: 'List of entities mentioned in the chat message. Supported entities are: user, bot, team, and channel.' + messageHistory: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' policyViolation: @@ -14854,41 +14994,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.externalAudienceScope: - title: externalAudienceScope - enum: - - none - - contactsOnly - - all - type: string - microsoft.graph.automaticRepliesStatus: - title: automaticRepliesStatus - enum: - - disabled - - alwaysEnabled - - scheduled - type: string - microsoft.graph.dayOfWeek: - title: dayOfWeek - enum: - - sunday - - monday - - tuesday - - wednesday - - thursday - - friday - - saturday - type: string - microsoft.graph.timeZoneBase: - title: timeZoneBase - type: object - properties: - name: - type: string - description: 'The name of a time zone. It can be a standard time zone name such as ''Hawaii-Aleutian Standard Time'', or ''Customized Time Zone'' for a custom time zone.' - nullable: true - additionalProperties: - type: object microsoft.graph.messageRuleActions: title: messageRuleActions type: object @@ -15932,6 +16037,20 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.chatMessageHistoryItem: + title: chatMessageHistoryItem + type: object + properties: + actions: + $ref: '#/components/schemas/microsoft.graph.chatMessageActions' + modifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + reaction: + $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolation: title: chatMessagePolicyViolation type: object @@ -17112,6 +17231,14 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkConversationIdentity' additionalProperties: type: object + microsoft.graph.chatMessageActions: + title: chatMessageActions + enum: + - reactionAdded + - reactionRemoved + - actionUndefined + - unknownFutureValue + type: string microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/v1.0/Devices.CorporateManagement.yml b/openApiDocs/v1.0/Devices.CorporateManagement.yml index e1fad523f19..99ff691d270 100644 --- a/openApiDocs/v1.0/Devices.CorporateManagement.yml +++ b/openApiDocs/v1.0/Devices.CorporateManagement.yml @@ -19834,6 +19834,10 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessageMention' description: 'List of entities mentioned in the chat message. Supported entities are: user, bot, team, and channel.' + messageHistory: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' policyViolation: @@ -20546,11 +20550,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + description: The open shift requests in the schedule. x-ms-navigationProperty: true openShifts: type: array items: $ref: '#/components/schemas/microsoft.graph.openShift' + description: The set of open shifts in a scheduling group in the schedule. x-ms-navigationProperty: true schedulingGroups: type: array @@ -23245,6 +23251,20 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.chatMessageHistoryItem: + title: chatMessageHistoryItem + type: object + properties: + actions: + $ref: '#/components/schemas/microsoft.graph.chatMessageActions' + modifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + reaction: + $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolation: title: chatMessagePolicyViolation type: object @@ -24756,6 +24776,14 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkConversationIdentity' additionalProperties: type: object + microsoft.graph.chatMessageActions: + title: chatMessageActions + enum: + - reactionAdded + - reactionRemoved + - actionUndefined + - unknownFutureValue + type: string microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/v1.0/Identity.DirectoryManagement.yml b/openApiDocs/v1.0/Identity.DirectoryManagement.yml index b1677711a5e..5708db50f88 100644 --- a/openApiDocs/v1.0/Identity.DirectoryManagement.yml +++ b/openApiDocs/v1.0/Identity.DirectoryManagement.yml @@ -13022,6 +13022,10 @@ paths: tags: - domains.Actions summary: Invoke action promote + description: Promote a verified subdomain to the root domain. A verified domain has its **isVerified** property set to `true`. + externalDocs: + description: Find more info here + url: https://docs.microsoft.com/graph/api/domain-promote?view=graph-rest-1.0 operationId: domains_promote parameters: - name: domain-id @@ -20620,12 +20624,14 @@ components: properties: isEnabled: type: boolean + description: Denotes whether the policy is enabled. restrictions: $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' appliesTo: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: Collection of applications and service principals to which the policy is applied. x-ms-navigationProperty: true additionalProperties: type: object @@ -24577,6 +24583,10 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessageMention' description: 'List of entities mentioned in the chat message. Supported entities are: user, bot, team, and channel.' + messageHistory: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' policyViolation: @@ -24983,11 +24993,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + description: The open shift requests in the schedule. x-ms-navigationProperty: true openShifts: type: array items: $ref: '#/components/schemas/microsoft.graph.openShift' + description: The set of open shifts in a scheduling group in the schedule. x-ms-navigationProperty: true schedulingGroups: type: array @@ -28022,6 +28034,20 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.chatMessageHistoryItem: + title: chatMessageHistoryItem + type: object + properties: + actions: + $ref: '#/components/schemas/microsoft.graph.chatMessageActions' + modifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + reaction: + $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolation: title: chatMessagePolicyViolation type: object @@ -29392,6 +29418,14 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkConversationIdentity' additionalProperties: type: object + microsoft.graph.chatMessageActions: + title: chatMessageActions + enum: + - reactionAdded + - reactionRemoved + - actionUndefined + - unknownFutureValue + type: string microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/v1.0/Identity.Governance.yml b/openApiDocs/v1.0/Identity.Governance.yml index d7ec4846028..9115246649b 100644 --- a/openApiDocs/v1.0/Identity.Governance.yml +++ b/openApiDocs/v1.0/Identity.Governance.yml @@ -21317,11 +21317,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + description: The open shift requests in the schedule. x-ms-navigationProperty: true openShifts: type: array items: $ref: '#/components/schemas/microsoft.graph.openShift' + description: The set of open shifts in a scheduling group in the schedule. x-ms-navigationProperty: true schedulingGroups: type: array @@ -23791,6 +23793,10 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessageMention' description: 'List of entities mentioned in the chat message. Supported entities are: user, bot, team, and channel.' + messageHistory: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' policyViolation: @@ -26637,6 +26643,20 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.chatMessageHistoryItem: + title: chatMessageHistoryItem + type: object + properties: + actions: + $ref: '#/components/schemas/microsoft.graph.chatMessageActions' + modifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + reaction: + $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' + additionalProperties: + type: object microsoft.graph.chatMessageType: title: chatMessageType enum: @@ -28764,6 +28784,14 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkConversationIdentity' additionalProperties: type: object + microsoft.graph.chatMessageActions: + title: chatMessageActions + enum: + - reactionAdded + - reactionRemoved + - actionUndefined + - unknownFutureValue + type: string microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/v1.0/Security.yml b/openApiDocs/v1.0/Security.yml index cf4f94aac11..0ab54bac8a6 100644 --- a/openApiDocs/v1.0/Security.yml +++ b/openApiDocs/v1.0/Security.yml @@ -15827,11 +15827,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + description: The open shift requests in the schedule. x-ms-navigationProperty: true openShifts: type: array items: $ref: '#/components/schemas/microsoft.graph.openShift' + description: The set of open shifts in a scheduling group in the schedule. x-ms-navigationProperty: true schedulingGroups: type: array @@ -19102,6 +19104,10 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessageMention' description: 'List of entities mentioned in the chat message. Supported entities are: user, bot, team, and channel.' + messageHistory: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' policyViolation: @@ -21921,6 +21927,20 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.chatMessageHistoryItem: + title: chatMessageHistoryItem + type: object + properties: + actions: + $ref: '#/components/schemas/microsoft.graph.chatMessageActions' + modifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + reaction: + $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' + additionalProperties: + type: object microsoft.graph.chatMessageType: title: chatMessageType enum: @@ -23305,6 +23325,14 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkConversationIdentity' additionalProperties: type: object + microsoft.graph.chatMessageActions: + title: chatMessageActions + enum: + - reactionAdded + - reactionRemoved + - actionUndefined + - unknownFutureValue + type: string microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/v1.0/Sites.yml b/openApiDocs/v1.0/Sites.yml index 8eff5901e59..41a1b531e3b 100644 --- a/openApiDocs/v1.0/Sites.yml +++ b/openApiDocs/v1.0/Sites.yml @@ -2665,11 +2665,8 @@ paths: get: tags: - groups.site - summary: Get Drive - description: 'Retrieve the properties and relationships of a Drive resource. A Drive is the top-level container for a file system, such as OneDrive or SharePoint document libraries.' - externalDocs: - description: Find more info here - url: https://docs.microsoft.com/graph/api/drive-get?view=graph-rest-1.0 + summary: Get drive from groups + description: The default drive (document library) for this site. operationId: groups.sites_GetDrive parameters: - name: group-id @@ -2756,11 +2753,8 @@ paths: get: tags: - groups.site - summary: List available drives - description: 'Retrieve the list of Drive resources available for a target User, Group, or Site.' - externalDocs: - description: Find more info here - url: https://docs.microsoft.com/graph/api/drive-list?view=graph-rest-1.0 + summary: Get drives from groups + description: The collection of drives (document libraries) under this site. operationId: groups.sites_ListDrives parameters: - name: group-id @@ -55816,11 +55810,11 @@ paths: get: tags: - sites.site - summary: Search for sites - description: 'Search across a SharePoint tenant for [sites][] that match keywords provided. The only property that works for sorting is **createdDateTime**. The search filter is a free text search that uses multiple properties when retrieving the search results.' + summary: List sites + description: 'List all available sites][] in an organization. Specific filter criteria and query options are also supported and described below: In addition, you can use a **[$search][]** query against the `/sites` collection to find sites matching given keywords. For more guidance about building applications that use site discovery for scanning purposes, see [Best practices for discovering files and detecting changes at scale.' externalDocs: description: Find more info here - url: https://docs.microsoft.com/graph/api/site-search?view=graph-rest-1.0 + url: https://docs.microsoft.com/graph/api/site-list?view=graph-rest-1.0 operationId: sites.site_ListSite parameters: - $ref: '#/components/parameters/top' @@ -58631,11 +58625,8 @@ paths: get: tags: - sites.drive - summary: Get Drive - description: 'Retrieve the properties and relationships of a Drive resource. A Drive is the top-level container for a file system, such as OneDrive or SharePoint document libraries.' - externalDocs: - description: Find more info here - url: https://docs.microsoft.com/graph/api/drive-get?view=graph-rest-1.0 + summary: Get drive from sites + description: The default drive (document library) for this site. operationId: sites_GetDrive parameters: - name: site-id @@ -58714,11 +58705,8 @@ paths: get: tags: - sites.drive - summary: List available drives - description: 'Retrieve the list of Drive resources available for a target User, Group, or Site.' - externalDocs: - description: Find more info here - url: https://docs.microsoft.com/graph/api/drive-list?view=graph-rest-1.0 + summary: Get drives from sites + description: The collection of drives (document libraries) under this site. operationId: sites_ListDrives parameters: - name: site-id @@ -110624,6 +110612,10 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessageMention' description: 'List of entities mentioned in the chat message. Supported entities are: user, bot, team, and channel.' + messageHistory: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' policyViolation: @@ -111336,11 +111328,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + description: The open shift requests in the schedule. x-ms-navigationProperty: true openShifts: type: array items: $ref: '#/components/schemas/microsoft.graph.openShift' + description: The set of open shifts in a scheduling group in the schedule. x-ms-navigationProperty: true schedulingGroups: type: array @@ -112968,6 +112962,20 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.chatMessageHistoryItem: + title: chatMessageHistoryItem + type: object + properties: + actions: + $ref: '#/components/schemas/microsoft.graph.chatMessageActions' + modifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + reaction: + $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolation: title: chatMessagePolicyViolation type: object @@ -114153,6 +114161,14 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkConversationIdentity' additionalProperties: type: object + microsoft.graph.chatMessageActions: + title: chatMessageActions + enum: + - reactionAdded + - reactionRemoved + - actionUndefined + - unknownFutureValue + type: string microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/v1.0/Users.yml b/openApiDocs/v1.0/Users.yml index acf1433fabd..6639d691bca 100644 --- a/openApiDocs/v1.0/Users.yml +++ b/openApiDocs/v1.0/Users.yml @@ -10,11 +10,11 @@ paths: get: tags: - users.user - summary: Get a user - description: Retrieve the properties and relationships of user object. + summary: List users + description: Retrieve a list of user objects. externalDocs: description: Find more info here - url: https://docs.microsoft.com/graph/api/user-get?view=graph-rest-1.0 + url: https://docs.microsoft.com/graph/api/user-list?view=graph-rest-1.0 operationId: users.user_ListUser parameters: - name: ConsistencyLevel @@ -6828,8 +6828,11 @@ paths: get: tags: - users.todo - summary: Get checklistItems from users - description: A collection of checklistItems linked to a task. + summary: List checklistItems + description: Get the checklistItem resources associated to a todoTask from the checklistItems navigation property. + externalDocs: + description: Find more info here + url: https://docs.microsoft.com/graph/api/todotask-list-checklistitems?view=graph-rest-1.0 operationId: users.todo.lists.tasks_ListChecklistItems parameters: - name: user-id @@ -6922,7 +6925,11 @@ paths: post: tags: - users.todo - summary: Create new navigation property to checklistItems for users + summary: Create checklistItem + description: Create a new checklistItem object. + externalDocs: + description: Find more info here + url: https://docs.microsoft.com/graph/api/todotask-post-checklistitems?view=graph-rest-1.0 operationId: users.todo.lists.tasks_CreateChecklistItems parameters: - name: user-id @@ -12599,12 +12606,14 @@ components: properties: isEnabled: type: boolean + description: Denotes whether the policy is enabled. restrictions: $ref: '#/components/schemas/microsoft.graph.appManagementConfiguration' appliesTo: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' + description: Collection of applications and service principals to which the policy is applied. x-ms-navigationProperty: true additionalProperties: type: object @@ -16514,6 +16523,10 @@ components: items: $ref: '#/components/schemas/microsoft.graph.chatMessageMention' description: 'List of entities mentioned in the chat message. Supported entities are: user, bot, team, and channel.' + messageHistory: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.chatMessageHistoryItem' messageType: $ref: '#/components/schemas/microsoft.graph.chatMessageType' policyViolation: @@ -16920,11 +16933,13 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + description: The open shift requests in the schedule. x-ms-navigationProperty: true openShifts: type: array items: $ref: '#/components/schemas/microsoft.graph.openShift' + description: The set of open shifts in a scheduling group in the schedule. x-ms-navigationProperty: true schedulingGroups: type: array @@ -19839,6 +19854,20 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.chatMessageHistoryItem: + title: chatMessageHistoryItem + type: object + properties: + actions: + $ref: '#/components/schemas/microsoft.graph.chatMessageActions' + modifiedDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-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 + reaction: + $ref: '#/components/schemas/microsoft.graph.chatMessageReaction' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolation: title: chatMessagePolicyViolation type: object @@ -21090,6 +21119,14 @@ components: $ref: '#/components/schemas/microsoft.graph.teamworkConversationIdentity' additionalProperties: type: object + microsoft.graph.chatMessageActions: + title: chatMessageActions + enum: + - reactionAdded + - reactionRemoved + - actionUndefined + - unknownFutureValue + type: string microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/profiles/Devices.CloudPrint/crawl-log-v1.0.json b/profiles/Devices.CloudPrint/crawl-log-v1.0.json index f1e287e732c..c90ecdfcb96 100644 --- a/profiles/Devices.CloudPrint/crawl-log-v1.0.json +++ b/profiles/Devices.CloudPrint/crawl-log-v1.0.json @@ -109,6 +109,10 @@ "apiVersion": "v1.0", "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" }, + "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" + }, "/print/shares/{printerShare-id}/allowedUsers/$ref": { "apiVersion": "v1.0", "originalLocation": "/openApiDocs/v1.0/Devices.CloudPrint.yml" diff --git a/profiles/Devices.CloudPrint/definitions/v1.0.md b/profiles/Devices.CloudPrint/definitions/v1.0.md index e5bda779404..05e95f1cd3b 100644 --- a/profiles/Devices.CloudPrint/definitions/v1.0.md +++ b/profiles/Devices.CloudPrint/definitions/v1.0.md @@ -34,6 +34,7 @@ profiles: /print/shares/{printerShare-id}/allowedGroups/$ref: v1.0 /print/shares/{printerShare-id}/allowedUsers: v1.0 /print/shares/{printerShare-id}/allowedUsers/{user-id}/$ref: v1.0 + /print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings: v1.0 /print/shares/{printerShare-id}/allowedUsers/$ref: v1.0 /print/shares/{printerShare-id}/printer: v1.0 /print/taskDefinitions: v1.0 diff --git a/profiles/Education/crawl-log-v1.0-beta.json b/profiles/Education/crawl-log-v1.0-beta.json index 62c0b721740..986f7ee865e 100644 --- a/profiles/Education/crawl-log-v1.0-beta.json +++ b/profiles/Education/crawl-log-v1.0-beta.json @@ -329,6 +329,10 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Education.yml" }, + "/education/me/user/mailboxSettings": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" + }, "/education/schools": { "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Education.yml" @@ -561,6 +565,10 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Education.yml" }, + "/education/users/{educationUser-id}/user/mailboxSettings": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Education.yml" + }, "/education/users/microsoft.graph.delta()": { "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Education.yml" diff --git a/profiles/Education/definitions/v1.0-beta.md b/profiles/Education/definitions/v1.0-beta.md index a27fdb0e1f7..e46fab53f36 100644 --- a/profiles/Education/definitions/v1.0-beta.md +++ b/profiles/Education/definitions/v1.0-beta.md @@ -89,6 +89,7 @@ profiles: /education/me/taughtClasses: v1.0-beta /education/me/taughtClasses/{educationClass-id}: v1.0-beta /education/me/user: v1.0-beta + /education/me/user/mailboxSettings: v1.0-beta /education/schools: v1.0-beta /education/schools/{educationSchool-id}: v1.0-beta /education/schools/{educationSchool-id}/administrativeUnit: v1.0-beta @@ -147,6 +148,7 @@ profiles: /education/users/{educationUser-id}/taughtClasses: v1.0-beta /education/users/{educationUser-id}/taughtClasses/{educationClass-id}: v1.0-beta /education/users/{educationUser-id}/user: v1.0-beta + /education/users/{educationUser-id}/user/mailboxSettings: v1.0-beta /education/users/microsoft.graph.delta(): v1.0-beta ``` diff --git a/profiles/Security/crawl-log-v1.0-beta.json b/profiles/Security/crawl-log-v1.0-beta.json index f493b4fa740..dae121d8faa 100644 --- a/profiles/Security/crawl-log-v1.0-beta.json +++ b/profiles/Security/crawl-log-v1.0-beta.json @@ -557,6 +557,10 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Security.yml" }, + "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" + }, "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators": { "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Security.yml" @@ -565,6 +569,10 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Security.yml" }, + "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Security.yml" + }, "/security/subjectRightsRequests/{subjectRightsRequest-id}/microsoft.graph.getFinalAttachment()": { "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Security.yml" diff --git a/profiles/Security/definitions/v1.0-beta.md b/profiles/Security/definitions/v1.0-beta.md index c2a0516ba8b..833b10da9ce 100644 --- a/profiles/Security/definitions/v1.0-beta.md +++ b/profiles/Security/definitions/v1.0-beta.md @@ -146,8 +146,10 @@ profiles: /security/subjectRightsRequests/{subjectRightsRequest-id}: v1.0-beta /security/subjectRightsRequests/{subjectRightsRequest-id}/approvers: v1.0-beta /security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}: v1.0-beta + /security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings: v1.0-beta /security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators: v1.0-beta /security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}: v1.0-beta + /security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings: v1.0-beta /security/subjectRightsRequests/{subjectRightsRequest-id}/microsoft.graph.getFinalAttachment(): v1.0-beta /security/subjectRightsRequests/{subjectRightsRequest-id}/microsoft.graph.getFinalReport(): v1.0-beta /security/subjectRightsRequests/{subjectRightsRequest-id}/notes: v1.0-beta diff --git a/profiles/Users.Actions/crawl-log-v1.0-beta.json b/profiles/Users.Actions/crawl-log-v1.0-beta.json index 7c8e3542f20..a424a51e951 100644 --- a/profiles/Users.Actions/crawl-log-v1.0-beta.json +++ b/profiles/Users.Actions/crawl-log-v1.0-beta.json @@ -1785,6 +1785,14 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.markAsJunk": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.markAsNotJunk": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" + }, "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.move": { "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Users.Actions.yml" @@ -1837,6 +1845,14 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.markAsJunk": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" + }, + "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.markAsNotJunk": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" + }, "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.move": { "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Users.Actions.yml" @@ -2093,6 +2109,14 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, + "/users/{user-id}/messages/{message-id}/microsoft.graph.markAsJunk": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" + }, + "/users/{user-id}/messages/{message-id}/microsoft.graph.markAsNotJunk": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" + }, "/users/{user-id}/messages/{message-id}/microsoft.graph.move": { "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Users.Actions.yml" @@ -2165,6 +2189,10 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Users.Actions.yml" }, + "/users/{user-id}/microsoft.graph.retryServiceProvisioning": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Users.Actions.yml" + }, "/users/{user-id}/microsoft.graph.revokeSignInSessions": { "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Users.Actions.yml" diff --git a/profiles/Users.Actions/definitions/v1.0-beta.md b/profiles/Users.Actions/definitions/v1.0-beta.md index 6ba06eb79d8..f44ec66f933 100644 --- a/profiles/Users.Actions/definitions/v1.0-beta.md +++ b/profiles/Users.Actions/definitions/v1.0-beta.md @@ -453,6 +453,8 @@ profiles: /users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.createReply: v1.0-beta /users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.createReplyAll: v1.0-beta /users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.forward: v1.0-beta + /users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.markAsJunk: v1.0-beta + /users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.markAsNotJunk: v1.0-beta /users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.move: v1.0-beta /users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.reply: v1.0-beta /users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/microsoft.graph.replyAll: v1.0-beta @@ -466,6 +468,8 @@ profiles: /users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.createReply: v1.0-beta /users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.createReplyAll: v1.0-beta /users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.forward: v1.0-beta + /users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.markAsJunk: v1.0-beta + /users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.markAsNotJunk: v1.0-beta /users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.move: v1.0-beta /users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.reply: v1.0-beta /users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/microsoft.graph.replyAll: v1.0-beta @@ -530,6 +534,8 @@ profiles: /users/{user-id}/messages/{message-id}/microsoft.graph.createReply: v1.0-beta /users/{user-id}/messages/{message-id}/microsoft.graph.createReplyAll: v1.0-beta /users/{user-id}/messages/{message-id}/microsoft.graph.forward: v1.0-beta + /users/{user-id}/messages/{message-id}/microsoft.graph.markAsJunk: v1.0-beta + /users/{user-id}/messages/{message-id}/microsoft.graph.markAsNotJunk: v1.0-beta /users/{user-id}/messages/{message-id}/microsoft.graph.move: v1.0-beta /users/{user-id}/messages/{message-id}/microsoft.graph.reply: v1.0-beta /users/{user-id}/messages/{message-id}/microsoft.graph.replyAll: v1.0-beta @@ -548,6 +554,7 @@ profiles: /users/{user-id}/microsoft.graph.removeAllDevicesFromManagement: v1.0-beta /users/{user-id}/microsoft.graph.reprocessLicenseAssignment: v1.0-beta /users/{user-id}/microsoft.graph.restore: v1.0-beta + /users/{user-id}/microsoft.graph.retryServiceProvisioning: v1.0-beta /users/{user-id}/microsoft.graph.revokeSignInSessions: v1.0-beta /users/{user-id}/microsoft.graph.sendMail: v1.0-beta /users/{user-id}/microsoft.graph.translateExchangeIds: v1.0-beta diff --git a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 index 742e2005eff..1d71ae1697c 100644 --- a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 +++ b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft # -# Generated on: 4/12/2023 +# Generated on: 4/18/2023 # @{ diff --git a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json index 503e0fa2dde..1a323ddf98f 100644 --- a/src/Authentication/Authentication/custom/common/MgCommandMetadata.json +++ b/src/Authentication/Authentication/custom/common/MgCommandMetadata.json @@ -1,6 +1,12 @@ [ { + "Uri": "/accessReviews/{accessReview-id}/applyDecisions", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Apply", + "ApplyViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -16,30 +22,32 @@ "IsAdmin": true } ], - "Uri": "/accessReviews/{accessReview-id}/applyDecisions", - "Variants": [ - "Apply", - "ApplyViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgAccessReviewDecision" + "Command": "Add-MgAccessReviewDecision", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/applyDecisions", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Apply", "ApplyViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgAccessReviewInstanceDecision" + "Method": "POST", + "Permissions": [], + "Command": "Add-MgAccessReviewInstanceDecision", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/addKey", "Module": "Applications", + "OutputType": "IMicrosoftGraphKeyCredential", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -55,19 +63,19 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/addKey", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphKeyCredential", - "Command": "Add-MgApplicationKey" + "Command": "Add-MgApplicationKey", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/addKey", "Module": "Applications", + "OutputType": "IMicrosoftGraphKeyCredential", + "Variants": [ + "Add1", + "AddExpanded1", + "AddViaIdentity1", + "AddViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -83,39 +91,19 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/addKey", - "Variants": [ - "Add1", - "AddExpanded1", - "AddViaIdentity1", - "AddViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphKeyCredential", - "Command": "Add-MgApplicationKey" + "Command": "Add-MgApplicationKey", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "POST", - "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 - }, "Uri": "/applications/{application-id}/addPassword", + "Module": "Applications", + "OutputType": "IMicrosoftGraphPasswordCredential", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPasswordCredential", - "Command": "Add-MgApplicationPassword" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": { "Name": "Application.ReadWrite.All", @@ -123,69 +111,69 @@ "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 }, + "Command": "Add-MgApplicationPassword", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/addPassword", + "Module": "Applications", + "OutputType": "IMicrosoftGraphPasswordCredential", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPasswordCredential", - "Command": "Add-MgApplicationPassword" + "Method": "POST", + "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 + }, + "Command": "Add-MgApplicationPassword", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/chats/{chat-id}/members/add", + "Module": "Teams", + "OutputType": "IMicrosoftGraphActionResultPart", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActionResultPart", - "Command": "Add-MgChatMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Add-MgChatMember", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/members/add", + "Module": "Teams", + "OutputType": "IMicrosoftGraphActionResultPart", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphActionResultPart", - "Command": "Add-MgChatMember" + "Method": "POST", + "Permissions": [], + "Command": "Add-MgChatMember", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "POST", - "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, "Uri": "/communications/calls/{call-id}/addLargeGalleryView", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", - "Command": "Add-MgCommunicationCallLargeGalleryView" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": { "Name": "N/A", @@ -193,22 +181,33 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Add-MgCommunicationCallLargeGalleryView", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/addLargeGalleryView", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAddLargeGalleryViewOperation", - "Command": "Add-MgCommunicationCallLargeGalleryView" + "Method": "POST", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "Add-MgCommunicationCallLargeGalleryView", + "ApiVersion": "v1.0" }, { - "Module": "Compliance", - "Method": "POST", - "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/applyHold", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Apply", "Apply1", @@ -217,15 +216,15 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgComplianceEdiscoveryCaseCustodianHold" - }, - { - "Module": "Compliance", "Method": "POST", "Permissions": [], + "Command": "Add-MgComplianceEdiscoveryCaseCustodianHold", + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/applyHold", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Apply", "Apply1", @@ -234,12 +233,21 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgComplianceEdiscoveryCaseNoncustodialDataSourceHold" + "Method": "POST", + "Permissions": [], + "Command": "Add-MgComplianceEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/applyTags", "Module": "Compliance", + "OutputType": null, + "Variants": [ + "Apply", + "ApplyExpanded", + "ApplyViaIdentity", + "ApplyViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -255,19 +263,19 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}/applyTags", - "Variants": [ - "Apply", - "ApplyExpanded", - "ApplyViaIdentity", - "ApplyViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgComplianceEdiscoveryCaseReviewSetQueryTag" + "Command": "Add-MgComplianceEdiscoveryCaseReviewSetQueryTag", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet", "Module": "Compliance", + "OutputType": null, + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -283,19 +291,17 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/addToReviewSet", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgComplianceEdiscoveryCaseReviewSetToReviewSet" + "Command": "Add-MgComplianceEdiscoveryCaseReviewSetToReviewSet", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Add", + "AddExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.Read.All", @@ -303,17 +309,19 @@ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true }, - "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/addApps", - "Variants": [ - "Add", - "AddExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp" + "Command": "Add-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/addLanguageFiles", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -321,180 +329,178 @@ "FullDescription": "Allows 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/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/addLanguageFiles", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile" + "Command": "Add-MgDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/apply", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Apply", "ApplyViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgDeviceManagementVirtualEndpointProvisioningPolicy" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Add-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/applyConfig", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Apply", "ApplyExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgDeviceManagementVirtualEndpointProvisioningPolicyConfig" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Add-MgDeviceManagementVirtualEndpointProvisioningPolicyConfig", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Add-MgDriveListContentTypeCopy" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Add-MgDriveListContentTypeCopy", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/addCopy", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Add-MgDriveListContentTypeCopy" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Add-MgDriveListContentTypeCopy", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub" - }, - { - "Module": "Search", "Method": "POST", "Permissions": [], + "Command": "Add-MgDriveListContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0" + }, + { "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/addActivities", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivityResult", - "Command": "Add-MgExternalConnectionItemActivity" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Add-MgExternalConnectionItemActivity", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Add-MgGroupDriveListContentTypeCopy" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Add-MgGroupDriveListContentTypeCopy", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopy", + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Add-MgGroupDriveListContentTypeCopy" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Add-MgGroupDriveListContentTypeCopy", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub" + "Method": "POST", + "Permissions": [], + "Command": "Add-MgGroupDriveListContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/addFavorite", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Add", + "AddViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -502,17 +508,17 @@ "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": "/groups/{group-id}/addFavorite", - "Variants": [ - "Add", - "AddViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgGroupFavorite" + "Command": "Add-MgGroupFavorite", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/addFavorite", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Add1", + "AddViaIdentity1" + ], "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -520,187 +526,169 @@ "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": "/groups/{group-id}/addFavorite", - "Variants": [ - "Add1", - "AddViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Add-MgGroupFavorite" + "Command": "Add-MgGroupFavorite", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/sites/add", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSite", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", - "Command": "Add-MgGroupSite" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Add-MgGroupSite", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/add", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSite1", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite1", - "Command": "Add-MgGroupSite" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Add-MgGroupSite", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Add-MgGroupSiteContentTypeCopy" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Add-MgGroupSiteContentTypeCopy", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopy", + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Add-MgGroupSiteContentTypeCopy" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Add-MgGroupSiteContentTypeCopy", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Add-MgGroupSiteContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Add-MgGroupSiteListContentTypeCopy" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Add-MgGroupSiteListContentTypeCopy", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Add-MgGroupSiteListContentTypeCopy" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Add-MgGroupSiteListContentTypeCopy", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub" + "Method": "POST", + "Permissions": [], + "Command": "Add-MgGroupSiteListContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "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 - }, "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", + "Module": "Groups", + "OutputType": null, "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgGroupToLifecyclePolicy" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -708,32 +696,50 @@ "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": "Add-MgGroupToLifecyclePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/addGroup", + "Module": "Groups", + "OutputType": null, "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Add-MgGroupToLifecyclePolicy" + "Method": "POST", + "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 + }, + "Command": "Add-MgGroupToLifecyclePolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/applyDecisions", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Apply", "ApplyViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgIdentityGovernanceAccessReviewDecisionInstanceDecision" + "Method": "POST", + "Permissions": [], + "Command": "Add-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Apply", + "ApplyViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -741,17 +747,17 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", - "Variants": [ - "Apply", - "ApplyViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision" + "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Apply1", + "ApplyViaIdentity1" + ], "Method": "POST", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -759,33 +765,13 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/applyDecisions", - "Variants": [ - "Apply1", - "ApplyViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision" + "Command": "Add-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "POST", - "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.", - "IsAdmin": true - }, - { - "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 - } - ], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", + "Module": "Security", + "OutputType": null, "Variants": [ "Apply2", "Apply3", @@ -794,12 +780,6 @@ "ApplyViaIdentity3", "ApplyViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -815,7 +795,13 @@ "IsAdmin": true } ], + "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/applyHold", + "Module": "Security", + "OutputType": null, "Variants": [ "Apply", "Apply1", @@ -824,12 +810,6 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -845,7 +825,13 @@ "IsAdmin": true } ], + "Command": "Add-MgSecurityCaseEdiscoveryCaseCustodianHold", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", + "Module": "Security", + "OutputType": null, "Variants": [ "Apply", "Apply1", @@ -854,12 +840,6 @@ "ApplyViaIdentity1", "ApplyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -875,7 +855,13 @@ "IsAdmin": true } ], + "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/applyHold", + "Module": "Security", + "OutputType": null, "Variants": [ "Apply2", "Apply3", @@ -884,12 +870,6 @@ "ApplyViaIdentity3", "ApplyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -905,19 +885,19 @@ "IsAdmin": true } ], + "Command": "Add-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", + "Module": "Security", + "OutputType": null, "Variants": [ "Apply", "ApplyExpanded", "ApplyViaIdentity", "ApplyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -933,19 +913,19 @@ "IsAdmin": true } ], + "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/applyTags", + "Module": "Security", + "OutputType": null, "Variants": [ "Apply1", "ApplyExpanded1", "ApplyViaIdentity1", "ApplyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -961,19 +941,19 @@ "IsAdmin": true } ], + "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetQueryTag", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", + "Module": "Security", + "OutputType": null, "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -989,19 +969,47 @@ "IsAdmin": true } ], + "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/addToReviewSet", + "Module": "Security", + "OutputType": null, "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet" + "Method": "POST", + "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.", + "IsAdmin": true + }, + { + "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 + } + ], + "Command": "Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/addKey", "Module": "Applications", + "OutputType": "IMicrosoftGraphKeyCredential", + "Variants": [ + "Add", + "AddExpanded", + "AddViaIdentity", + "AddViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -1017,19 +1025,19 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/addKey", + "Command": "Add-MgServicePrincipalKey", + "ApiVersion": "v1.0" + }, + { + "Uri": "/servicePrincipals/{servicePrincipal-id}/addPassword", + "Module": "Applications", + "OutputType": "IMicrosoftGraphPasswordCredential", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphKeyCredential", - "Command": "Add-MgServicePrincipalKey" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": { "Name": "Application.ReadWrite.All", @@ -1037,19 +1045,19 @@ "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 }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/addPassword", + "Command": "Add-MgServicePrincipalPassword", + "ApiVersion": "v1.0" + }, + { + "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", + "Module": "Applications", + "OutputType": "IMicrosoftGraphSelfSignedCertificate", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPasswordCredential", - "Command": "Add-MgServicePrincipalPassword" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [ { @@ -1065,19 +1073,19 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", - "Variants": [ - "Add", - "AddExpanded", - "AddViaIdentity", - "AddViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSelfSignedCertificate", - "Command": "Add-MgServicePrincipalTokenSigningCertificate" + "Command": "Add-MgServicePrincipalTokenSigningCertificate", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", "Module": "Applications", + "OutputType": "IMicrosoftGraphSelfSignedCertificate", + "Variants": [ + "Add1", + "AddExpanded1", + "AddViaIdentity1", + "AddViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -1093,547 +1101,527 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/addTokenSigningCertificate", - "Variants": [ - "Add1", - "AddExpanded1", - "AddViaIdentity1", - "AddViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSelfSignedCertificate", - "Command": "Add-MgServicePrincipalTokenSigningCertificate" + "Command": "Add-MgServicePrincipalTokenSigningCertificate", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Add-MgShareListContentTypeCopy" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Add-MgShareListContentTypeCopy", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopy", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Add-MgShareListContentTypeCopy" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Add-MgShareListContentTypeCopy", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/addCopyFromContentTypeHub", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Add-MgShareListContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/contentTypes/addCopy", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Add-MgSiteContentTypeCopy" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Add-MgSiteContentTypeCopy", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/contentTypes/addCopy", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Add-MgSiteContentTypeCopy" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Add-MgSiteContentTypeCopy", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/contentTypes/addCopyFromContentTypeHub", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Add-MgSiteContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Add-MgSiteListContentTypeCopy" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Add-MgSiteListContentTypeCopy", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopy", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Add-MgSiteListContentTypeCopy" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Add-MgSiteListContentTypeCopy", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/addCopyFromContentTypeHub", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Add-MgSiteListContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", + "Module": "Teams", + "OutputType": "IMicrosoftGraphActionResultPart", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActionResultPart", - "Command": "Add-MgTeamChannelMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Add-MgTeamChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/members/add", + "Module": "Teams", + "OutputType": "IMicrosoftGraphActionResultPart", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphActionResultPart", - "Command": "Add-MgTeamChannelMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Add-MgTeamChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/members/add", + "Module": "Teams", + "OutputType": "IMicrosoftGraphActionResultPart", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActionResultPart", - "Command": "Add-MgTeamMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Add-MgTeamMember", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/members/add", + "Module": "Teams", + "OutputType": "IMicrosoftGraphActionResultPart", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphActionResultPart", - "Command": "Add-MgTeamMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Add-MgTeamMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/members/add", + "Module": "Teams", + "OutputType": "IMicrosoftGraphActionResultPart", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActionResultPart", - "Command": "Add-MgTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Add-MgTeamPrimaryChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/members/add", + "Module": "Teams", + "OutputType": "IMicrosoftGraphActionResultPart", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphActionResultPart", - "Command": "Add-MgTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Add-MgTeamPrimaryChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", + "Module": "Teams", + "OutputType": "IMicrosoftGraphActionResultPart", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActionResultPart", - "Command": "Add-MgTeamworkDeletedTeamChannelMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Add-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/add", + "Module": "Teams", + "OutputType": "IMicrosoftGraphActionResultPart", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphActionResultPart", - "Command": "Add-MgTeamworkDeletedTeamChannelMember" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Add-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/members/add", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphActionResultPart", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActionResultPart", - "Command": "Add-MgUserChatMember" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Add-MgUserChatMember", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/members/add", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphActionResultPart", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphActionResultPart", - "Command": "Add-MgUserChatMember" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Add-MgUserChatMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Add-MgUserDriveListContentTypeCopy" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Add-MgUserDriveListContentTypeCopy", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopy", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Add-MgUserDriveListContentTypeCopy" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Add-MgUserDriveListContentTypeCopy", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Add1", "AddExpanded1", "AddViaIdentity1", "AddViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/addCopyFromContentTypeHub", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Add-MgUserDriveListContentTypeCopyFromContentTypeHub", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/applyDecisions", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Apply", "ApplyViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgUserPendingAccessReviewInstanceDecision" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Add-MgUserPendingAccessReviewInstanceDecision", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/addMembersById", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgWindowsUpdatesDeploymentAudienceExclusionMemberById" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Add-MgWindowsUpdatesDeploymentAudienceExclusionMemberById", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembers", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgWindowsUpdatesDeploymentAudienceMember" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Add-MgWindowsUpdatesDeploymentAudienceMember", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/addMembersById", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgWindowsUpdatesDeploymentAudienceMemberById" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Add-MgWindowsUpdatesDeploymentAudienceMemberById", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembers", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgWindowsUpdatesPolicyAudienceExclusionMember" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Add-MgWindowsUpdatesPolicyAudienceExclusionMember", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/addMembersById", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgWindowsUpdatesPolicyAudienceExclusionMemberById" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Add-MgWindowsUpdatesPolicyAudienceExclusionMemberById", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembers", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgWindowsUpdatesPolicyAudienceMember" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Add-MgWindowsUpdatesPolicyAudienceMember", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/addMembersById", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgWindowsUpdatesPolicyAudienceMemberById" + "Method": "POST", + "Permissions": [], + "Command": "Add-MgWindowsUpdatesPolicyAudienceMemberById", + "ApiVersion": "beta" }, { - "Module": "WindowsUpdates", - "Method": "POST", - "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 - }, "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembers", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgWindowsUpdatesUpdatableAssetMember" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -1641,19 +1629,37 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, + "Command": "Add-MgWindowsUpdatesUpdatableAssetMember", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/addMembersById", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Add", "AddExpanded", "AddViaIdentity", "AddViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Add-MgWindowsUpdatesUpdatableAssetMemberById" + "Method": "POST", + "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 + }, + "Command": "Add-MgWindowsUpdatesUpdatableAssetMemberById", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/approveApps", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Approve", + "ApproveExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -1661,17 +1667,16 @@ "FullDescription": "Allows 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/androidManagedStoreAccountEnterpriseSettings/approveApps", - "Variants": [ - "Approve", - "ApproveExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Approve-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp" + "Command": "Approve-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/zebraFotaConnector/approveFotaApps", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Approve" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.Read.All", @@ -1679,16 +1684,17 @@ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true }, - "Uri": "/deviceManagement/zebraFotaConnector/approveFotaApps", - "Variants": [ - "Approve" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Approve-MgDeviceManagementZebraFotaConnectorFotaApp" + "Command": "Approve-MgDeviceManagementZebraFotaConnectorFotaApp", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/unsetVerifiedPublisher", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Unset1", + "UnsetViaIdentity1" + ], "Method": "POST", "Permissions": { "Name": "Application.ReadWrite.All", @@ -1696,17 +1702,17 @@ "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 }, - "Uri": "/applications/{application-id}/unsetVerifiedPublisher", - "Variants": [ - "Unset1", - "UnsetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgApplicationVerifiedPublisher" + "Command": "Clear-MgApplicationVerifiedPublisher", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/unsetVerifiedPublisher", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Unset", + "UnsetViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "Application.ReadWrite.All", @@ -1714,103 +1720,103 @@ "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 }, - "Uri": "/applications/{application-id}/unsetVerifiedPublisher", - "Variants": [ - "Unset", - "UnsetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Clear-MgApplicationVerifiedPublisher" + "Command": "Clear-MgApplicationVerifiedPublisher", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", + "Module": "Teams", + "OutputType": null, "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgChatMessageReaction" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Clear-MgChatMessageReaction", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "Module": "Teams", + "OutputType": null, "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgChatMessageReplyReaction" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Clear-MgChatMessageReplyReaction", + "ApiVersion": "beta" + }, + { "Uri": "/communications/presences/{presence-id}/clearPresence", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgCommunicationPresence" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Clear-MgCommunicationPresence", + "ApiVersion": "beta" + }, + { "Uri": "/communications/presences/{presence-id}/clearPresence", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Clear1", "ClearExpanded1", "ClearViaIdentity1", "ClearViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Clear-MgCommunicationPresence" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Clear-MgCommunicationPresence", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Clear", "ClearViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgCommunicationPresenceUserPreferredPresence" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Clear-MgCommunicationPresenceUserPreferredPresence", + "ApiVersion": "beta" + }, + { "Uri": "/communications/presences/{presence-id}/clearUserPreferredPresence", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Clear1", "ClearViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Clear-MgCommunicationPresenceUserPreferredPresence" + "Method": "POST", + "Permissions": [], + "Command": "Clear-MgCommunicationPresenceUserPreferredPresence", + "ApiVersion": "v1.0" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData", "Module": "Compliance", + "OutputType": null, + "Variants": [ + "Purge", + "PurgeViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "eDiscovery.ReadWrite.All", @@ -1818,17 +1824,17 @@ "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 }, - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/purgeData", - "Variants": [ - "Purge", - "PurgeViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgComplianceEdiscoveryCaseSourceCollectionData" + "Command": "Clear-MgComplianceEdiscoveryCaseSourceCollectionData", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Wipe", + "WipeViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -1844,17 +1850,19 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}/wipe", - "Variants": [ - "Wipe", - "WipeViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration" + "Command": "Clear-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/wipe", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Wipe", + "WipeExpanded", + "WipeViaIdentity", + "WipeViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -1876,19 +1884,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/wipe", + "Command": "Clear-MgDeviceManagementComanagedDevice", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgDeviceManagementComanagedDevice" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -1904,19 +1912,19 @@ "IsAdmin": true } ], + "Command": "Clear-MgDeviceManagementManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ - "Wipe", - "WipeExpanded", - "WipeViaIdentity", - "WipeViaIdentityExpanded" + "Wipe1", + "WipeExpanded1", + "WipeViaIdentity1", + "WipeViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgDeviceManagementManagedDevice" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -1932,39 +1940,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/wipe", - "Variants": [ - "Wipe1", - "WipeExpanded1", - "WipeViaIdentity1", - "WipeViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Clear-MgDeviceManagementManagedDevice" + "Command": "Clear-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "POST", - "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 - }, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", + "Module": "Security", + "OutputType": null, "Variants": [ "Purge", "PurgeExpanded", "PurgeViaIdentity", "PurgeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData" - }, - { - "Module": "Security", "Method": "POST", "Permissions": { "Name": "eDiscovery.ReadWrite.All", @@ -1972,19 +1960,39 @@ "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 }, + "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/purgeData", + "Module": "Security", + "OutputType": null, "Variants": [ "Purge1", "PurgeExpanded1", "PurgeViaIdentity1", "PurgeViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData" + "Method": "POST", + "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 + }, + "Command": "Clear-MgSecurityCaseEdiscoveryCaseSearchData", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Unset", + "UnsetExpanded", + "UnsetViaIdentity", + "UnsetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -2006,19 +2014,19 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "Command": "Clear-MgTeamChannelMessageReaction", + "ApiVersion": "beta" + }, + { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "Module": "Teams", + "OutputType": null, "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgTeamChannelMessageReaction" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [ { @@ -2040,79 +2048,77 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", - "Variants": [ - "Unset", - "UnsetExpanded", - "UnsetViaIdentity", - "UnsetViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgTeamChannelMessageReplyReaction" + "Command": "Clear-MgTeamChannelMessageReplyReaction", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/unsetReaction", + "Module": "Teams", + "OutputType": null, "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgTeamPrimaryChannelMessageReaction" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Clear-MgTeamPrimaryChannelMessageReaction", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "Module": "Teams", + "OutputType": null, "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Clear-MgTeamPrimaryChannelMessageReplyReaction", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/unsetReaction", + "Module": "Teams", + "OutputType": null, "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReaction", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "Module": "Teams", + "OutputType": null, "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction" + "Method": "POST", + "Permissions": [], + "Command": "Clear-MgTeamworkDeletedTeamChannelMessageReplyReaction", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/wipeAndBlockManagedApps", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Wipe", + "WipeViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -2128,17 +2134,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/wipeAndBlockManagedApps", - "Variants": [ - "Wipe", - "WipeViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgUserAndBlockManagedApp" + "Command": "Clear-MgUserAndBlockManagedApp", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Unset", + "UnsetExpanded", + "UnsetViaIdentity", + "UnsetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -2160,34 +2168,34 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/unsetReaction", - "Variants": [ - "Unset", - "UnsetExpanded", - "UnsetViaIdentity", - "UnsetViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgUserChatMessageReaction" + "Command": "Clear-MgUserChatMessageReaction", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/unsetReaction", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Unset", "UnsetExpanded", "UnsetViaIdentity", "UnsetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgUserChatMessageReplyReaction" + "Method": "POST", + "Permissions": [], + "Command": "Clear-MgUserChatMessageReplyReaction", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Wipe", + "WipeExpanded", + "WipeViaIdentity", + "WipeViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -2203,39 +2211,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByAzureAdDeviceId", - "Variants": [ - "Wipe", - "WipeExpanded", - "WipeViaIdentity", - "WipeViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgUserManagedAppRegistrationByAzureAdDeviceId" + "Command": "Clear-MgUserManagedAppRegistrationByAzureAdDeviceId", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Wipe1", "WipeExpanded1", "WipeViaIdentity1", "WipeViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgUserManagedAppRegistrationByDeviceTag" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -2243,69 +2231,69 @@ "FullDescription": "Allows 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": "Clear-MgUserManagedAppRegistrationByDeviceTag", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/wipeManagedAppRegistrationsByDeviceTag", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Wipe2", "WipeExpanded2", "WipeViaIdentity2", "WipeViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Clear-MgUserManagedAppRegistrationByDeviceTag" + "Method": "POST", + "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": "Clear-MgUserManagedAppRegistrationByDeviceTag", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Wipe", "WipeExpanded", "WipeViaIdentity", "WipeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgUserManagedDevice" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Clear-MgUserManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/wipe", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Wipe1", "WipeExpanded1", "WipeViaIdentity1", "WipeViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Clear-MgUserManagedDevice" + "Method": "POST", + "Permissions": [], + "Command": "Clear-MgUserManagedDevice", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": { - "Name": "Presence.ReadWrite", - "Description": "Read and write your presence information", - "FullDescription": "Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", - "IsAdmin": false - }, "Uri": "/users/{user-id}/presence/clearPresence", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Clear", "ClearExpanded", "ClearViaIdentity", "ClearViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgUserPresence" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Presence.ReadWrite", @@ -2313,19 +2301,19 @@ "FullDescription": "Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", "IsAdmin": false }, + "Command": "Clear-MgUserPresence", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/presence/clearPresence", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Clear1", "ClearExpanded1", "ClearViaIdentity1", "ClearViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Clear-MgUserPresence" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Presence.ReadWrite", @@ -2333,17 +2321,17 @@ "FullDescription": "Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", "IsAdmin": false }, + "Command": "Clear-MgUserPresence", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Clear", "ClearViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Clear-MgUserPresenceUserPreferredPresence" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Presence.ReadWrite", @@ -2351,17 +2339,35 @@ "FullDescription": "Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", "IsAdmin": false }, + "Command": "Clear-MgUserPresenceUserPreferredPresence", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/presence/clearUserPreferredPresence", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Clear1", "ClearViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Clear-MgUserPresenceUserPreferredPresence" + "Method": "POST", + "Permissions": { + "Name": "Presence.ReadWrite", + "Description": "Read and write your presence information", + "FullDescription": "Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", + "IsAdmin": false + }, + "Command": "Clear-MgUserPresenceUserPreferredPresence", + "ApiVersion": "v1.0" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/close", "Module": "Compliance", + "OutputType": null, + "Variants": [ + "Close", + "CloseViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -2377,17 +2383,17 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/close", - "Variants": [ - "Close", - "CloseViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Close-MgComplianceEdiscoveryCase" + "Command": "Close-MgComplianceEdiscoveryCase", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", "Module": "Security", + "OutputType": null, + "Variants": [ + "Close1", + "CloseViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -2403,17 +2409,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", - "Variants": [ - "Close1", - "CloseViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Close-MgSecurityCaseEdiscoveryCase" + "Command": "Close-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", "Module": "Security", + "OutputType": null, + "Variants": [ + "Close", + "CloseViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -2429,17 +2435,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/close", - "Variants": [ - "Close", - "CloseViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Close-MgSecurityCaseEdiscoveryCase" + "Command": "Close-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')", "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", + "Variants": [ + "Compare", + "CompareViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -2455,17 +2461,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/compare(templateId='{templateId}')", + "Command": "Compare-MgDeviceManagementIntent", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", "Variants": [ "Compare", "CompareViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", - "Command": "Compare-MgDeviceManagementIntent" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -2481,17 +2487,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/compare(templateId='{templateId}')", + "Command": "Compare-MgDeviceManagementTemplate", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", "Variants": [ "Compare", "CompareViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", - "Command": "Compare-MgDeviceManagementTemplate" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -2507,17 +2513,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/compare(templateId='{templateId}')", - "Variants": [ - "Compare", - "CompareViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingComparison", - "Command": "Compare-MgDeviceManagementTemplateMigratableTo" + "Command": "Compare-MgDeviceManagementTemplateMigratableTo", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkSettings/completeSignup", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Complete", + "CompleteExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2525,17 +2531,17 @@ "FullDescription": "Allows 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/androidForWorkSettings/completeSignup", + "Command": "Complete-MgDeviceManagementAndroidForWorkSettingSignup", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/completeSignup", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Complete", "CompleteExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Complete-MgDeviceManagementAndroidForWorkSettingSignup" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -2543,30 +2549,30 @@ "FullDescription": "Allows 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/androidManagedStoreAccountEnterpriseSettings/completeSignup", - "Variants": [ - "Complete", - "CompleteExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Complete-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup" + "Command": "Complete-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignup", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directory/impactedResources/{impactedResource-id}/complete", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphImpactedResource", "Variants": [ "Complete", "CompleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", - "Command": "Complete-MgDirectoryImpactedResource" + "Method": "POST", + "Permissions": [], + "Command": "Complete-MgDirectoryImpactedResource", + "ApiVersion": "beta" }, { + "Uri": "/directory/recommendations/{recommendation-id}/complete", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphRecommendation", + "Variants": [ + "Complete", + "CompleteViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "DirectoryRecommendations.ReadWrite.All", @@ -2574,35 +2580,17 @@ "FullDescription": "Allows the app to read and update Azure AD recommendations, on your behalf.", "IsAdmin": true }, - "Uri": "/directory/recommendations/{recommendation-id}/complete", - "Variants": [ - "Complete", - "CompleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecommendation", - "Command": "Complete-MgDirectoryRecommendation" + "Command": "Complete-MgDirectoryRecommendation", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", + "Module": "Teams", + "OutputType": null, "Variants": [ "Complete1", "CompleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Complete-MgTeamChannelMigration" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": { "Name": "N/A", @@ -2610,17 +2598,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Complete-MgTeamChannelMigration", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/completeMigration", + "Module": "Teams", + "OutputType": null, "Variants": [ "Complete", "CompleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Complete-MgTeamChannelMigration" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": { "Name": "N/A", @@ -2628,17 +2616,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Complete-MgTeamChannelMigration", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/completeMigration", + "Module": "Teams", + "OutputType": null, "Variants": [ "Complete1", "CompleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Complete-MgTeamMigration" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": { "Name": "N/A", @@ -2646,69 +2634,87 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Complete-MgTeamMigration", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/completeMigration", + "Module": "Teams", + "OutputType": null, "Variants": [ "Complete", "CompleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Complete-MgTeamMigration" + "Method": "POST", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "Complete-MgTeamMigration", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/completeMigration", + "Module": "Teams", + "OutputType": null, "Variants": [ "Complete1", "CompleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Complete-MgTeamPrimaryChannelMigration" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Complete-MgTeamPrimaryChannelMigration", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/completeMigration", + "Module": "Teams", + "OutputType": null, "Variants": [ "Complete", "CompleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Complete-MgTeamPrimaryChannelMigration" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Complete-MgTeamPrimaryChannelMigration", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", + "Module": "Teams", + "OutputType": null, "Variants": [ "Complete1", "CompleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Complete-MgTeamworkDeletedTeamChannelMigration" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Complete-MgTeamworkDeletedTeamChannelMigration", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/completeMigration", + "Module": "Teams", + "OutputType": null, "Variants": [ "Complete", "CompleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Complete-MgTeamworkDeletedTeamChannelMigration" + "Method": "POST", + "Permissions": [], + "Command": "Complete-MgTeamworkDeletedTeamChannelMigration", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/complete", "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphOutlookTask", + "Variants": [ + "Complete", + "CompleteViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "Tasks.ReadWrite", @@ -2716,189 +2722,191 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/complete", - "Variants": [ - "Complete", - "CompleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", - "Command": "Complete-MgUserOutlookTask" + "Command": "Complete-MgUserOutlookTask", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphOutlookTask", "Variants": [ "Complete", "CompleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", - "Command": "Complete-MgUserOutlookTaskFolderTask" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Complete-MgUserOutlookTaskFolderTask", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/complete", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphOutlookTask", "Variants": [ "Complete", "CompleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", - "Command": "Complete-MgUserOutlookTaskGroupTaskFolderTask" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Complete-MgUserOutlookTaskGroupTaskFolderTask", + "ApiVersion": "beta" + }, + { "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgAdministrativeUnitMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgAdministrativeUnitMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/administrativeUnits/{administrativeUnit-id}/checkMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgAdministrativeUnitMemberObject" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgAdministrativeUnitMemberObject", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/checkMemberGroups", + "Module": "Applications", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgApplicationMemberGroup" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgApplicationMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/checkMemberGroups", + "Module": "Applications", + "OutputType": null, "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgApplicationMemberGroup" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgApplicationMemberGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/checkMemberObjects", + "Module": "Applications", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgApplicationMemberObject" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgApplicationMemberObject", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/checkMemberObjects", + "Module": "Applications", + "OutputType": null, "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgApplicationMemberObject" - }, - { - "Module": "Reports", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgApplicationMemberObject", + "ApiVersion": "v1.0" + }, + { "Uri": "/auditLogs/signIns/confirmCompromised", + "Module": "Reports", + "OutputType": null, "Variants": [ "Confirm", "ConfirmExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgAuditLogSignInCompromised" - }, - { - "Module": "Reports", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgAuditLogSignInCompromised", + "ApiVersion": "beta" + }, + { "Uri": "/auditLogs/signIns/confirmSafe", + "Module": "Reports", + "OutputType": null, "Variants": [ "Confirm", "ConfirmExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgAuditLogSignInSafe" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgAuditLogSignInSafe", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", + "Module": "Teams", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgChatPermissionGrantMemberGroup" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgChatPermissionGrantMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", + "Module": "Teams", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgChatPermissionGrantMemberObject" + "Method": "POST", + "Permissions": [], + "Command": "Confirm-MgChatPermissionGrantMemberObject", + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/checkMemberGroups", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Check1", + "CheckExpanded1", + "CheckViaIdentity1", + "CheckViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -2962,19 +2970,19 @@ "IsAdmin": false } ], - "Uri": "/contacts/{orgContact-id}/checkMemberGroups", - "Variants": [ - "Check1", - "CheckExpanded1", - "CheckViaIdentity1", - "CheckViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgContactMemberGroup" + "Command": "Confirm-MgContactMemberGroup", + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/checkMemberGroups", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -3038,19 +3046,19 @@ "IsAdmin": false } ], - "Uri": "/contacts/{orgContact-id}/checkMemberGroups", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgContactMemberGroup" + "Command": "Confirm-MgContactMemberGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/contacts/{orgContact-id}/checkMemberObjects", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Check1", + "CheckExpanded1", + "CheckViaIdentity1", + "CheckViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -3120,19 +3128,19 @@ "IsAdmin": true } ], - "Uri": "/contacts/{orgContact-id}/checkMemberObjects", - "Variants": [ - "Check1", - "CheckExpanded1", - "CheckViaIdentity1", - "CheckViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgContactMemberObject" + "Command": "Confirm-MgContactMemberObject", + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/checkMemberObjects", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -3202,79 +3210,77 @@ "IsAdmin": true } ], - "Uri": "/contacts/{orgContact-id}/checkMemberObjects", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgContactMemberObject" + "Command": "Confirm-MgContactMemberObject", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/contracts/{contract-id}/checkMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgContractMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgContractMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/contracts/{contract-id}/checkMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgContractMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgContractMemberGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/contracts/{contract-id}/checkMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgContractMemberObject" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgContractMemberObject", + "ApiVersion": "beta" + }, + { "Uri": "/contracts/{contract-id}/checkMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgContractMemberObject" + "Method": "POST", + "Permissions": [], + "Command": "Confirm-MgContractMemberObject", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", "Module": "DeviceManagement.Functions", + "OutputType": null, + "Variants": [ + "Verify", + "VerifyViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -3290,17 +3296,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", - "Variants": [ - "Verify", - "VerifyViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgDeviceManagementWindowEnrollmentAutoDiscovery" + "Command": "Confirm-MgDeviceManagementWindowEnrollmentAutoDiscovery", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", "Module": "DeviceManagement.Functions", + "OutputType": null, + "Variants": [ + "Verify1", + "VerifyViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -3316,17 +3322,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/verifyWindowsEnrollmentAutoDiscovery(domainName='{domainName}')", - "Variants": [ - "Verify1", - "VerifyViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgDeviceManagementWindowEnrollmentAutoDiscovery" + "Command": "Confirm-MgDeviceManagementWindowEnrollmentAutoDiscovery", + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/checkMemberGroups", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -3390,19 +3398,19 @@ "IsAdmin": false } ], - "Uri": "/devices/{device-id}/checkMemberGroups", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgDeviceMemberGroup" + "Command": "Confirm-MgDeviceMemberGroup", + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/checkMemberGroups", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Check1", + "CheckExpanded1", + "CheckViaIdentity1", + "CheckViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -3466,19 +3474,19 @@ "IsAdmin": false } ], - "Uri": "/devices/{device-id}/checkMemberGroups", - "Variants": [ - "Check1", - "CheckExpanded1", - "CheckViaIdentity1", - "CheckViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgDeviceMemberGroup" + "Command": "Confirm-MgDeviceMemberGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/checkMemberObjects", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -3548,19 +3556,19 @@ "IsAdmin": true } ], - "Uri": "/devices/{device-id}/checkMemberObjects", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgDeviceMemberObject" + "Command": "Confirm-MgDeviceMemberObject", + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/checkMemberObjects", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Check1", + "CheckExpanded1", + "CheckViaIdentity1", + "CheckViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -3630,109 +3638,185 @@ "IsAdmin": true } ], - "Uri": "/devices/{device-id}/checkMemberObjects", - "Variants": [ - "Check1", - "CheckExpanded1", - "CheckViaIdentity1", - "CheckViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgDeviceMemberObject" + "Command": "Confirm-MgDeviceMemberObject", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/checkMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgDirectoryAdministrativeUnitMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgDirectoryAdministrativeUnitMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/checkMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgDirectoryAdministrativeUnitMemberObject" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgDirectoryAdministrativeUnitMemberObject", + "ApiVersion": "beta" + }, + { "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgDirectoryDeletedItemMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgDirectoryDeletedItemMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgDirectoryDeletedItemMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgDirectoryDeletedItemMemberGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgDirectoryDeletedItemMemberObject" + "Method": "POST", + "Permissions": [], + "Command": "Confirm-MgDirectoryDeletedItemMemberObject", + "ApiVersion": "beta" }, { + "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Check1", + "CheckExpanded1", + "CheckViaIdentity1", + "CheckViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [], - "Uri": "/directory/deletedItems/{directoryObject-id}/checkMemberObjects", + "Command": "Confirm-MgDirectoryDeletedItemMemberObject", + "ApiVersion": "v1.0" + }, + { + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", + "Module": "DirectoryObjects", + "OutputType": null, "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgDirectoryDeletedItemMemberObject" + "Method": "POST", + "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": "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 group memberships", + "FullDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", + "IsAdmin": true + }, + { + "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 + } + ], + "Command": "Confirm-MgDirectoryObjectMemberGroup", + "ApiVersion": "beta" }, { + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", "Module": "DirectoryObjects", + "OutputType": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -3796,95 +3880,19 @@ "IsAdmin": false } ], - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", + "Command": "Confirm-MgDirectoryObjectMemberGroup", + "ApiVersion": "v1.0" + }, + { + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", + "Module": "DirectoryObjects", + "OutputType": null, "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgDirectoryObjectMemberGroup" - }, - { - "Module": "DirectoryObjects", - "Method": "POST", - "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": "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 group memberships", - "FullDescription": "Allows the app to list groups, read basic group properties and read membership of all your groups.", - "IsAdmin": true - }, - { - "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 - } - ], - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberGroups", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgDirectoryObjectMemberGroup" - }, - { - "Module": "DirectoryObjects", "Method": "POST", "Permissions": [ { @@ -3954,19 +3962,19 @@ "IsAdmin": true } ], - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", - "Variants": [ - "Check1", - "CheckExpanded1", - "CheckViaIdentity1", - "CheckViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgDirectoryObjectMemberObject" + "Command": "Confirm-MgDirectoryObjectMemberObject", + "ApiVersion": "beta" }, { + "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", "Module": "DirectoryObjects", + "OutputType": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -4036,169 +4044,167 @@ "IsAdmin": true } ], - "Uri": "/directoryObjects/{directoryObject-id}/checkMemberObjects", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgDirectoryObjectMemberObject" + "Command": "Confirm-MgDirectoryObjectMemberObject", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgDirectoryRoleMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgDirectoryRoleMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/checkMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgDirectoryRoleMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgDirectoryRoleMemberGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgDirectoryRoleMemberObject" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgDirectoryRoleMemberObject", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/checkMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgDirectoryRoleMemberObject" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgDirectoryRoleMemberObject", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgDirectoryRoleTemplateMemberGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgDirectoryRoleTemplateMemberObject" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgDirectoryRoleTemplateMemberObject", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/checkMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgDirectoryRoleTemplateMemberObject" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgDirectoryRoleTemplateMemberObject", + "ApiVersion": "v1.0" + }, + { "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgDirectorySettingTemplateMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgDirectorySettingTemplateMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/checkMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgDirectorySettingTemplateMemberObject" + "Method": "POST", + "Permissions": [], + "Command": "Confirm-MgDirectorySettingTemplateMemberObject", + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/verify", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomain", + "Variants": [ + "Verify", + "VerifyViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "Domain.ReadWrite.All", @@ -4206,17 +4212,17 @@ "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 }, - "Uri": "/domains/{domain-id}/verify", - "Variants": [ - "Verify", - "VerifyViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomain", - "Command": "Confirm-MgDomain" + "Command": "Confirm-MgDomain", + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/verify", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomain1", + "Variants": [ + "Verify1", + "VerifyViaIdentity1" + ], "Method": "POST", "Permissions": { "Name": "Domain.ReadWrite.All", @@ -4224,43 +4230,45 @@ "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 }, - "Uri": "/domains/{domain-id}/verify", - "Variants": [ - "Verify1", - "VerifyViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomain1", - "Command": "Confirm-MgDomain" + "Command": "Confirm-MgDomain", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", + "Module": "Groups", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Variants": [ "Check", "CheckViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Command": "Confirm-MgGroupGrantedPermissionForApp" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgGroupGrantedPermissionForApp", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/checkGrantedPermissionsForApp", + "Module": "Groups", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Variants": [ "Check1", "CheckViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Command": "Confirm-MgGroupGrantedPermissionForApp" + "Method": "POST", + "Permissions": [], + "Command": "Confirm-MgGroupGrantedPermissionForApp", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/checkMemberGroups", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -4324,19 +4332,19 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/checkMemberGroups", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgGroupMemberGroup" + "Command": "Confirm-MgGroupMemberGroup", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/checkMemberGroups", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Check1", + "CheckExpanded1", + "CheckViaIdentity1", + "CheckViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -4400,19 +4408,19 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/checkMemberGroups", - "Variants": [ - "Check1", - "CheckExpanded1", - "CheckViaIdentity1", - "CheckViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgGroupMemberGroup" + "Command": "Confirm-MgGroupMemberGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/checkMemberObjects", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -4482,19 +4490,19 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/checkMemberObjects", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgGroupMemberObject" + "Command": "Confirm-MgGroupMemberObject", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/checkMemberObjects", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Check1", + "CheckExpanded1", + "CheckViaIdentity1", + "CheckViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -4564,219 +4572,219 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/checkMemberObjects", - "Variants": [ - "Check1", - "CheckExpanded1", - "CheckViaIdentity1", - "CheckViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgGroupMemberObject" + "Command": "Confirm-MgGroupMemberObject", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", + "Module": "Groups", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgGroupPermissionGrantMemberGroup" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgGroupPermissionGrantMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", + "Module": "Groups", + "OutputType": null, "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgGroupPermissionGrantMemberGroup" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgGroupPermissionGrantMemberGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", + "Module": "Groups", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgGroupPermissionGrantMemberObject" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgGroupPermissionGrantMemberObject", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", + "Module": "Groups", + "OutputType": null, "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgGroupPermissionGrantMemberObject" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgGroupPermissionGrantMemberObject", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/verifySignature", + "Module": "Groups", + "OutputType": null, "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgGroupSiteInformationProtectionSignature" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgGroupSiteInformationProtectionSignature", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/verifySignature", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Verify", "VerifyExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgInformationProtectionSignature" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgInformationProtectionSignature", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/checkMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgOrganizationMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgOrganizationMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/checkMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgOrganizationMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgOrganizationMemberGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/checkMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgOrganizationMemberObject" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgOrganizationMemberObject", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/checkMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Check1", "CheckExpanded1", "CheckViaIdentity1", "CheckViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgOrganizationMemberObject" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgOrganizationMemberObject", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Confirm", "ConfirmExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgRiskyServicePrincipalCompromised" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgRiskyServicePrincipalCompromised", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/confirmCompromised", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Confirm1", "ConfirmExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgRiskyServicePrincipalCompromised" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgRiskyServicePrincipalCompromised", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyUsers/confirmCompromised", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Confirm", "ConfirmExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgRiskyUserCompromised" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgRiskyUserCompromised", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyUsers/confirmCompromised", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Confirm1", "ConfirmExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgRiskyUserCompromised" + "Method": "POST", + "Permissions": [], + "Command": "Confirm-MgRiskyUserCompromised", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -4840,19 +4848,19 @@ "IsAdmin": false } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgServicePrincipalMemberGroup" + "Command": "Confirm-MgServicePrincipalMemberGroup", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Check1", + "CheckExpanded1", + "CheckViaIdentity1", + "CheckViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -4916,19 +4924,19 @@ "IsAdmin": false } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberGroups", - "Variants": [ - "Check1", - "CheckExpanded1", - "CheckViaIdentity1", - "CheckViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgServicePrincipalMemberGroup" + "Command": "Confirm-MgServicePrincipalMemberGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -4998,19 +5006,19 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgServicePrincipalMemberObject" + "Command": "Confirm-MgServicePrincipalMemberObject", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Check1", + "CheckExpanded1", + "CheckViaIdentity1", + "CheckViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -5080,64 +5088,62 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/checkMemberObjects", - "Variants": [ - "Check1", - "CheckExpanded1", - "CheckViaIdentity1", - "CheckViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgServicePrincipalMemberObject" + "Command": "Confirm-MgServicePrincipalMemberObject", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/informationProtection/verifySignature", + "Module": "Sites", + "OutputType": null, "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgSiteInformationProtectionSignature" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgSiteInformationProtectionSignature", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", + "Module": "Teams", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgTeamPermissionGrantMemberGroup" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgTeamPermissionGrantMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", + "Module": "Teams", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgTeamPermissionGrantMemberObject" + "Method": "POST", + "Permissions": [], + "Command": "Confirm-MgTeamPermissionGrantMemberObject", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/confirm", "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeCard", + "Variants": [ + "Confirm", + "ConfirmViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "Schedule.ReadWrite.All", @@ -5145,92 +5151,94 @@ "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/timeCards/{timeCard-id}/confirm", - "Variants": [ - "Confirm", - "ConfirmViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", - "Command": "Confirm-MgTeamScheduleTimeCard" + "Command": "Confirm-MgTeamScheduleTimeCard", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberGroups", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgUserChatPermissionGrantMemberGroup" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgUserChatPermissionGrantMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/checkMemberObjects", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgUserChatPermissionGrantMemberObject" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgUserChatPermissionGrantMemberObject", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/checkMemberGroups", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgUserDeviceMemberGroup" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgUserDeviceMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/checkMemberObjects", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Check", "CheckExpanded", "CheckViaIdentity", "CheckViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgUserDeviceMemberObject" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Confirm-MgUserDeviceMemberObject", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/verifySignature", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Verify", "VerifyExpanded", "VerifyViaIdentity", "VerifyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgUserInformationProtectionSignature" + "Method": "POST", + "Permissions": [], + "Command": "Confirm-MgUserInformationProtectionSignature", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/checkMemberGroups", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -5294,19 +5302,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/checkMemberGroups", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgUserMemberGroup" + "Command": "Confirm-MgUserMemberGroup", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/checkMemberGroups", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Check1", + "CheckExpanded1", + "CheckViaIdentity1", + "CheckViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -5370,19 +5378,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/checkMemberGroups", - "Variants": [ - "Check1", - "CheckExpanded1", - "CheckViaIdentity1", - "CheckViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgUserMemberGroup" + "Command": "Confirm-MgUserMemberGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/checkMemberObjects", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Check", + "CheckExpanded", + "CheckViaIdentity", + "CheckViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -5452,19 +5460,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/checkMemberObjects", - "Variants": [ - "Check", - "CheckExpanded", - "CheckViaIdentity", - "CheckViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Confirm-MgUserMemberObject" + "Command": "Confirm-MgUserMemberObject", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/checkMemberObjects", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Check1", + "CheckExpanded1", + "CheckViaIdentity1", + "CheckViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -5534,32 +5542,29 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/checkMemberObjects", - "Variants": [ - "Check1", - "CheckExpanded1", - "CheckViaIdentity1", - "CheckViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Confirm-MgUserMemberObject" + "Command": "Confirm-MgUserMemberObject", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/chromeOSOnboardingSettings/connect", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Connect", "ConnectExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Connect-MgDeviceManagementChromeOSOnboardingSetting" + "Method": "POST", + "Permissions": [], + "Command": "Connect-MgDeviceManagementChromeOSOnboardingSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/zebraFotaConnector/connect", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Connect" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.Read.All", @@ -5567,16 +5572,17 @@ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true }, - "Uri": "/deviceManagement/zebraFotaConnector/connect", - "Variants": [ - "Connect" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Connect-MgDeviceManagementZebraFotaConnector" + "Command": "Connect-MgDeviceManagementZebraFotaConnector", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/clone", "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting", + "Variants": [ + "Clone", + "CloneViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.Read.All", @@ -5584,17 +5590,19 @@ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true }, - "Uri": "/deviceManagement/reusablePolicySettings/{deviceManagementReusablePolicySetting-id}/clone", - "Variants": [ - "Clone", - "CloneViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementReusablePolicySetting", - "Command": "Copy-MgDeviceManagementReusablePolicySetting" + "Command": "Copy-MgDeviceManagementReusablePolicySetting", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -5616,19 +5624,19 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Copy-MgDriveItem" + "Command": "Copy-MgDriveItem", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Copy1", + "CopyExpanded1", + "CopyViaIdentity1", + "CopyViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -5650,203 +5658,169 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/copy", - "Variants": [ - "Copy1", - "CopyExpanded1", - "CopyViaIdentity1", - "CopyViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Copy-MgDriveItem" + "Command": "Copy-MgDriveItem", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Module": "Files", + "OutputType": null, "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Module": "Files", + "OutputType": null, "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Copy-MgDriveListContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/copy", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Copy-MgDriveRoot" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Copy-MgDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/copy", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Copy-MgDriveRoot" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Copy-MgDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Copy-MgGroupDriveItem" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Copy-MgGroupDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Copy-MgGroupDriveItem" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Copy-MgGroupDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Module": "Groups", + "OutputType": null, "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Module": "Groups", + "OutputType": null, "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Copy-MgGroupDriveListContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Copy-MgGroupDriveRoot" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Copy-MgGroupDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/copy", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Copy-MgGroupDriveRoot" + "Method": "POST", + "Permissions": [], + "Command": "Copy-MgGroupDriveRoot", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "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.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": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgGroupOnenoteNotebook" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [ { @@ -5868,19 +5842,19 @@ "IsAdmin": false } ], + "Command": "Copy-MgGroupOnenoteNotebook", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgGroupOnenoteNotebook" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [ { @@ -5902,19 +5876,19 @@ "IsAdmin": false } ], + "Command": "Copy-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgGroupOnenotePageToSection" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [ { @@ -5936,19 +5910,19 @@ "IsAdmin": false } ], + "Command": "Copy-MgGroupOnenotePageToSection", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/copyToSection", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgGroupOnenotePageToSection" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [ { @@ -5970,19 +5944,19 @@ "IsAdmin": false } ], + "Command": "Copy-MgGroupOnenotePageToSection", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgGroupOnenoteSectionToNotebook" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [ { @@ -6004,19 +5978,19 @@ "IsAdmin": false } ], + "Command": "Copy-MgGroupOnenoteSectionToNotebook", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgGroupOnenoteSectionToNotebook" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [ { @@ -6038,19 +6012,19 @@ "IsAdmin": false } ], + "Command": "Copy-MgGroupOnenoteSectionToNotebook", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgGroupOnenoteSectionToSectionGroup" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [ { @@ -6072,109 +6046,143 @@ "IsAdmin": false } ], + "Command": "Copy-MgGroupOnenoteSectionToSectionGroup", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgGroupOnenoteSectionToSectionGroup" + "Method": "POST", + "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.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": "Copy-MgGroupOnenoteSectionToSectionGroup", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Module": "Groups", + "OutputType": null, "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Module": "Groups", + "OutputType": null, "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Copy-MgGroupSiteContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Module": "Groups", + "OutputType": null, "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Module": "Groups", + "OutputType": null, "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Copy-MgGroupSiteListContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Module": "Files", + "OutputType": null, "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Copy-MgShareListContentTypeToDefaultContentLocation" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Copy-MgShareListContentTypeToDefaultContentLocation", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Module": "Files", + "OutputType": null, "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Copy-MgShareListContentTypeToDefaultContentLocation" + "Method": "POST", + "Permissions": [], + "Command": "Copy-MgShareListContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Copy", + "CopyExpanded", + "CopyViaIdentity", + "CopyViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -6196,19 +6204,19 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Variants": [ - "Copy", - "CopyExpanded", - "CopyViaIdentity", - "CopyViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Copy-MgSiteContentTypeToDefaultContentLocation" + "Command": "Copy-MgSiteContentTypeToDefaultContentLocation", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Copy1", + "CopyExpanded1", + "CopyViaIdentity1", + "CopyViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -6230,83 +6238,49 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", - "Variants": [ - "Copy1", - "CopyExpanded1", - "CopyViaIdentity1", - "CopyViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Copy-MgSiteContentTypeToDefaultContentLocation" + "Command": "Copy-MgSiteContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Module": "Sites", + "OutputType": null, "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Module": "Sites", + "OutputType": null, "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation" + "Method": "POST", + "Permissions": [], + "Command": "Copy-MgSiteListContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "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.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/notebooks/{notebook-id}/copyNotebook", + "Module": "Sites", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgSiteOnenoteNotebook" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [ { @@ -6328,19 +6302,19 @@ "IsAdmin": false } ], + "Command": "Copy-MgSiteOnenoteNotebook", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "Module": "Sites", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgSiteOnenoteNotebook" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [ { @@ -6362,19 +6336,19 @@ "IsAdmin": false } ], + "Command": "Copy-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", + "Module": "Sites", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgSiteOnenotePageToSection" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [ { @@ -6396,19 +6370,19 @@ "IsAdmin": false } ], + "Command": "Copy-MgSiteOnenotePageToSection", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/copyToSection", + "Module": "Sites", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgSiteOnenotePageToSection" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [ { @@ -6430,19 +6404,19 @@ "IsAdmin": false } ], + "Command": "Copy-MgSiteOnenotePageToSection", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "Module": "Sites", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgSiteOnenoteSectionToNotebook" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [ { @@ -6464,19 +6438,19 @@ "IsAdmin": false } ], + "Command": "Copy-MgSiteOnenoteSectionToNotebook", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "Module": "Sites", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgSiteOnenoteSectionToNotebook" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [ { @@ -6498,19 +6472,19 @@ "IsAdmin": false } ], + "Command": "Copy-MgSiteOnenoteSectionToNotebook", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "Module": "Sites", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgSiteOnenoteSectionToSectionGroup" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [ { @@ -6532,19 +6506,53 @@ "IsAdmin": false } ], + "Command": "Copy-MgSiteOnenoteSectionToSectionGroup", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "Module": "Sites", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgSiteOnenoteSectionToSectionGroup" + "Method": "POST", + "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.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": "Copy-MgSiteOnenoteSectionToSectionGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/clone", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Clone1", + "CloneExpanded1", + "CloneViaIdentity1", + "CloneViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -6566,19 +6574,19 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/clone", - "Variants": [ - "Clone1", - "CloneExpanded1", - "CloneViaIdentity1", - "CloneViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Copy-MgTeam" + "Command": "Copy-MgTeam", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/clone", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Clone", + "CloneExpanded", + "CloneViaIdentity", + "CloneViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -6600,129 +6608,109 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/clone", - "Variants": [ - "Clone", - "CloneExpanded", - "CloneViaIdentity", - "CloneViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Copy-MgTeam" + "Command": "Copy-MgTeam", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Copy-MgUserDriveItem" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Copy-MgUserDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/copy", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Copy-MgUserDriveItem" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Copy-MgUserDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/copyToDefaultContentLocation", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Copy-MgUserDriveListContentTypeToDefaultContentLocation", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Copy-MgUserDriveRoot" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Copy-MgUserDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/copy", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Copy-MgUserDriveRoot" + "Method": "POST", + "Permissions": [], + "Command": "Copy-MgUserDriveRoot", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMailFolder", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder", - "Command": "Copy-MgUserMailFolder" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -6730,99 +6718,99 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "Copy-MgUserMailFolder", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/copy", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMailFolder1", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder1", - "Command": "Copy-MgUserMailFolder" + "Method": "POST", + "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 + }, + "Command": "Copy-MgUserMailFolder", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMailFolder", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder", - "Command": "Copy-MgUserMailFolderChildFolder" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Copy-MgUserMailFolderChildFolder", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/copy", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMailFolder1", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder1", - "Command": "Copy-MgUserMailFolderChildFolder" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Copy-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Command": "Copy-MgUserMailFolderChildFolderMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Copy-MgUserMailFolderChildFolderMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/copy", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "Copy-MgUserMailFolderChildFolderMessage" + "Method": "POST", + "Permissions": [], + "Command": "Copy-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Command": "Copy-MgUserMailFolderMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -6830,19 +6818,19 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "Copy-MgUserMailFolderMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/copy", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "Copy-MgUserMailFolderMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -6850,19 +6838,19 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "Copy-MgUserMailFolderMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/copy", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Command": "Copy-MgUserMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -6870,53 +6858,39 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "Copy-MgUserMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/copy", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "Copy-MgUserMessage" + "Method": "POST", + "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 + }, + "Command": "Copy-MgUserMessage", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "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.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/notebooks/{notebook-id}/copyNotebook", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgUserOnenoteNotebook" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [ { @@ -6938,19 +6912,19 @@ "IsAdmin": false } ], + "Command": "Copy-MgUserOnenoteNotebook", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/copyNotebook", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgUserOnenoteNotebook" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [ { @@ -6972,19 +6946,19 @@ "IsAdmin": false } ], + "Command": "Copy-MgUserOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgUserOnenotePageToSection" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [ { @@ -7006,19 +6980,19 @@ "IsAdmin": false } ], + "Command": "Copy-MgUserOnenotePageToSection", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/copyToSection", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgUserOnenotePageToSection" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [ { @@ -7040,19 +7014,19 @@ "IsAdmin": false } ], + "Command": "Copy-MgUserOnenotePageToSection", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgUserOnenoteSectionToNotebook" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [ { @@ -7074,19 +7048,19 @@ "IsAdmin": false } ], + "Command": "Copy-MgUserOnenoteSectionToNotebook", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToNotebook", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgUserOnenoteSectionToNotebook" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [ { @@ -7108,19 +7082,19 @@ "IsAdmin": false } ], + "Command": "Copy-MgUserOnenoteSectionToNotebook", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy", "CopyExpanded", "CopyViaIdentity", "CopyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgUserOnenoteSectionToSectionGroup" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [ { @@ -7142,19 +7116,51 @@ "IsAdmin": false } ], + "Command": "Copy-MgUserOnenoteSectionToSectionGroup", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/copyToSectionGroup", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Copy1", "CopyExpanded1", "CopyViaIdentity1", "CopyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Copy-MgUserOnenoteSectionToSectionGroup" + "Method": "POST", + "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.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": "Copy-MgUserOnenoteSectionToSectionGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disable", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Disable", + "DisableViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -7170,17 +7176,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disable", + "Command": "Disable-MgDeviceManagementComanagedDevice", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Disable", "DisableViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Disable-MgDeviceManagementComanagedDevice" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -7188,17 +7194,17 @@ "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 }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/disableLostMode", + "Command": "Disable-MgDeviceManagementComanagedDeviceLostMode", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disable", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Disable", "DisableViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Disable-MgDeviceManagementComanagedDeviceLostMode" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -7214,17 +7220,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disable", + "Command": "Disable-MgDeviceManagementManagedDevice", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Disable", "DisableViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Disable-MgDeviceManagementManagedDevice" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -7232,17 +7238,17 @@ "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 }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", - "Variants": [ - "Disable", - "DisableViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Disable-MgDeviceManagementManagedDeviceLostMode" + "Command": "Disable-MgDeviceManagementManagedDeviceLostMode", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Disable1", + "DisableViaIdentity1" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -7250,17 +7256,17 @@ "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 }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/disableLostMode", - "Variants": [ - "Disable1", - "DisableViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Disable-MgDeviceManagementManagedDeviceLostMode" + "Command": "Disable-MgDeviceManagementManagedDeviceLostMode", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/oemWarrantyInformationOnboarding/{oemWarrantyInformationOnboarding-id}/disable", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Disable", + "DisableViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -7276,17 +7282,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/oemWarrantyInformationOnboarding/{oemWarrantyInformationOnboarding-id}/disable", + "Command": "Disable-MgDeviceManagementOemWarrantyInformationOnboarding", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/disableSmsSignIn", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Disable", "DisableViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Disable-MgDeviceManagementOemWarrantyInformationOnboarding" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -7294,17 +7300,17 @@ "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/methods/{authenticationMethod-id}/disableSmsSignIn", + "Command": "Disable-MgUserAuthenticationMethodSmsSignIn", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Disable", "DisableViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Disable-MgUserAuthenticationMethodSmsSignIn" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [ { @@ -7320,68 +7326,68 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/disableSmsSignIn", - "Variants": [ - "Disable", - "DisableViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Disable-MgUserAuthenticationPhoneMethodSmSign" + "Command": "Disable-MgUserAuthenticationPhoneMethodSmSign", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disable", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Disable", "DisableViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Disable-MgUserManagedDevice" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Disable-MgUserManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Disable", "DisableViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Disable-MgUserManagedDeviceLostMode" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Disable-MgUserManagedDeviceLostMode", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/disableLostMode", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Disable1", "DisableViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Disable-MgUserManagedDeviceLostMode" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Disable-MgUserManagedDeviceLostMode", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/chromeOSOnboardingSettings/disconnect", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Disconnect" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Disconnect-MgDeviceManagementChromeOSOnboardingSetting" + "Method": "POST", + "Permissions": [], + "Command": "Disconnect-MgDeviceManagementChromeOSOnboardingSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Disconnect", + "DisconnectViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -7389,17 +7395,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", - "Variants": [ - "Disconnect", - "DisconnectViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner" + "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Disconnect1", + "DisconnectViaIdentity1" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -7407,17 +7413,16 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/disconnect", - "Variants": [ - "Disconnect1", - "DisconnectViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner" + "Command": "Disconnect-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/zebraFotaConnector/disconnect", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Disconnect" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -7425,16 +7430,16 @@ "FullDescription": "Allows 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/zebraFotaConnector/disconnect", - "Variants": [ - "Disconnect" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Disconnect-MgDeviceManagementZebraFotaConnector" + "Command": "Disconnect-MgDeviceManagementZebraFotaConnector", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/enableAndroidDeviceAdministratorEnrollment", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Enable" + ], "Method": "POST", "Permissions": [ { @@ -7450,29 +7455,32 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/enableAndroidDeviceAdministratorEnrollment", - "Variants": [ - "Enable" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Enable-MgDeviceManagementAndroidDeviceAdministratorEnrollment" + "Command": "Enable-MgDeviceManagementAndroidDeviceAdministratorEnrollment", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/assignmentFilters/enable", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Enable", "EnableExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Enable-MgDeviceManagementAssignmentFilter" + "Method": "POST", + "Permissions": [], + "Command": "Enable-MgDeviceManagementAssignmentFilter", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Enable", + "EnableExpanded", + "EnableViaIdentity", + "EnableViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -7480,43 +7488,43 @@ "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 }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enableLostMode", - "Variants": [ - "Enable", - "EnableExpanded", - "EnableViaIdentity", - "EnableViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Enable-MgDeviceManagementComanagedDeviceLostMode" + "Command": "Enable-MgDeviceManagementComanagedDeviceLostMode", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/deviceHealthScripts/enableGlobalScripts", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Enable" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Enable-MgDeviceManagementDeviceHealthScriptGlobalScript" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Enable-MgDeviceManagementDeviceHealthScriptGlobalScript", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/enableLegacyPcManagement", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Enable" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Enable-MgDeviceManagementLegacyPcManagement" + "Method": "POST", + "Permissions": [], + "Command": "Enable-MgDeviceManagementLegacyPcManagement", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Enable", + "EnableExpanded", + "EnableViaIdentity", + "EnableViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -7524,19 +7532,17 @@ "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 }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enableLostMode", - "Variants": [ - "Enable", - "EnableExpanded", - "EnableViaIdentity", - "EnableViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Enable-MgDeviceManagementManagedDeviceLostMode" + "Command": "Enable-MgDeviceManagementManagedDeviceLostMode", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/oemWarrantyInformationOnboarding/{oemWarrantyInformationOnboarding-id}/enable", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Enable", + "EnableViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -7552,17 +7558,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/oemWarrantyInformationOnboarding/{oemWarrantyInformationOnboarding-id}/enable", - "Variants": [ - "Enable", - "EnableViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Enable-MgDeviceManagementOemWarrantyInformationOnboarding" + "Command": "Enable-MgDeviceManagementOemWarrantyInformationOnboarding", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/tenantAttachRBAC/enable", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Enable", + "EnableExpanded" + ], "Method": "POST", "Permissions": [ { @@ -7578,17 +7584,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/tenantAttachRBAC/enable", - "Variants": [ - "Enable", - "EnableExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Enable-MgDeviceManagementTenantAttachRbac" + "Command": "Enable-MgDeviceManagementTenantAttachRbac", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/enableUnlicensedAdminstrators", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Enable" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -7596,16 +7601,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/enableUnlicensedAdminstrators", - "Variants": [ - "Enable" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Enable-MgDeviceManagementUnlicensedAdminstrator" + "Command": "Enable-MgDeviceManagementUnlicensedAdminstrator", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/enableSmsSignIn", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Enable", + "EnableViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -7613,17 +7619,17 @@ "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/methods/{authenticationMethod-id}/enableSmsSignIn", + "Command": "Enable-MgUserAuthenticationMethodSmsSignIn", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Enable", "EnableViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Enable-MgUserAuthenticationMethodSmsSignIn" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [ { @@ -7639,32 +7645,34 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}/enableSmsSignIn", - "Variants": [ - "Enable", - "EnableViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Enable-MgUserAuthenticationPhoneMethodSmSign" + "Command": "Enable-MgUserAuthenticationPhoneMethodSmSign", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enableLostMode", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Enable", "EnableExpanded", "EnableViaIdentity", "EnableViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Enable-MgUserManagedDeviceLostMode" + "Method": "POST", + "Permissions": [], + "Command": "Enable-MgUserManagedDeviceLostMode", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export", "Module": "Compliance", + "OutputType": null, + "Variants": [ + "Export", + "ExportExpanded", + "ExportViaIdentity", + "ExportViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -7680,19 +7688,17 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/export", - "Variants": [ - "Export", - "ExportExpanded", - "ExportViaIdentity", - "ExportViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Export-MgComplianceEdiscoveryCaseReviewSet" + "Command": "Export-MgComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig", "Module": "DeviceManagement.Functions", + "OutputType": null, + "Variants": [ + "Export", + "ExportViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -7708,58 +7714,60 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/exportMobileConfig", - "Variants": [ - "Export", - "ExportViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Export-MgDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig" + "Command": "Export-MgDeviceManagementDepOnboardingSettingEnrollmentProfileMobileConfig", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/exportPersonalData", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Export-MgDirectoryInboundSharedUserProfilePersonalData" + "Method": "POST", + "Permissions": [], + "Command": "Export-MgDirectoryInboundSharedUserProfilePersonalData", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/export", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Export", "ExportViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Export-MgPrivilegedAccessResourceRoleAssignment" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Export-MgPrivilegedAccessResourceRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/export", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Export", "ExportViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Export-MgPrivilegedAccessRoleAssignment" + "Method": "GET", + "Permissions": [], + "Command": "Export-MgPrivilegedAccessRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", "Module": "Security", + "OutputType": null, + "Variants": [ + "Export", + "ExportExpanded", + "ExportViaIdentity", + "ExportViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -7775,19 +7783,19 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/export", + "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta" + }, + { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", + "Module": "Security", + "OutputType": null, "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSet" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -7803,19 +7811,19 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/export", - "Variants": [ - "Export", - "ExportExpanded", - "ExportViaIdentity", - "ExportViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery" + "Command": "Export-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", "Module": "Users.Functions", + "OutputType": null, + "Variants": [ + "Export2", + "Export3", + "ExportViaIdentity2", + "ExportViaIdentity3" + ], "Method": "GET", "Permissions": [ { @@ -7843,19 +7851,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", - "Variants": [ - "Export2", - "Export3", - "ExportViaIdentity2", - "ExportViaIdentity3" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Export-MgUserDeviceAndAppManagementData" + "Command": "Export-MgUserDeviceAndAppManagementData", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", "Module": "Users.Functions", + "OutputType": null, + "Variants": [ + "Export", + "Export1", + "ExportViaIdentity", + "ExportViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -7883,39 +7891,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/exportDeviceAndAppManagementData", - "Variants": [ - "Export", - "Export1", - "ExportViaIdentity", - "ExportViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Export-MgUserDeviceAndAppManagementData" + "Command": "Export-MgUserDeviceAndAppManagementData", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/exportPersonalData", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Export", "ExportExpanded", "ExportViaIdentity", "ExportViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Export-MgUserPersonalData" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "User.Export.All", @@ -7923,63 +7911,63 @@ "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 }, + "Command": "Export-MgUserPersonalData", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/exportPersonalData", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Export1", "ExportExpanded1", "ExportViaIdentity1", "ExportViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Export-MgUserPersonalData" + "Method": "POST", + "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 + }, + "Command": "Export-MgUserPersonalData", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "POST", - "Permissions": [], "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "Command": "Find-MgApplicationSynchronizationJobSchemaDirectory" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "Find-MgApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "Command": "Find-MgApplicationSynchronizationTemplateSchemaDirectory" + "Method": "POST", + "Permissions": [], + "Command": "Find-MgApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/locateDevice", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Locate", "LocateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Find-MgDeviceManagementComanagedDevice" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -7987,17 +7975,17 @@ "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 }, + "Command": "Find-MgDeviceManagementComanagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Locate", "LocateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Find-MgDeviceManagementManagedDevice" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -8005,30 +7993,48 @@ "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 }, + "Command": "Find-MgDeviceManagementManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/locateDevice", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Locate1", "LocateViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Find-MgDeviceManagementManagedDevice" + "Method": "POST", + "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 + }, + "Command": "Find-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Variants": [ "Find", "FindViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "Command": "Find-MgIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode" + "Method": "GET", + "Permissions": [], + "Command": "Find-MgIdentityConditionalAccessAuthenticationStrengthPolicyByMethodMode", + "ApiVersion": "beta" }, { + "Uri": "/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Variants": [ + "Find", + "FindViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -8050,17 +8056,17 @@ "IsAdmin": true } ], - "Uri": "/policies/authenticationStrengthPolicies/findByMethodMode(authenticationMethodModes={authenticationMethodModes})", - "Variants": [ - "Find", - "FindViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "Command": "Find-MgPolicyAuthenticationStrengthPolicyByMethodMode" + "Command": "Find-MgPolicyAuthenticationStrengthPolicyByMethodMode", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryDefinition", + "Variants": [ + "Discover", + "DiscoverViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -8068,56 +8074,58 @@ "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": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}/discover", - "Variants": [ - "Discover", - "DiscoverViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory" + "Command": "Find-MgServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "POST", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}/discover", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Variants": [ "Discover", "DiscoverViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "Command": "Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Find-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Locate", "LocateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Find-MgUserManagedDevice" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Find-MgUserManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/locateDevice", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Locate1", "LocateViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Find-MgUserManagedDevice" + "Method": "POST", + "Permissions": [], + "Command": "Find-MgUserManagedDevice", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/findMeetingTimes", "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult1", + "Variants": [ + "Find", + "FindExpanded", + "FindViaIdentity", + "FindViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -8133,19 +8141,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/findMeetingTimes", - "Variants": [ - "Find", - "FindExpanded", - "FindViaIdentity", - "FindViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult1", - "Command": "Find-MgUserMeetingTime" + "Command": "Find-MgUserMeetingTime", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/findMeetingTimes", "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", + "Variants": [ + "Find1", + "FindExpanded1", + "FindViaIdentity1", + "FindViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -8161,19 +8169,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/findMeetingTimes", - "Variants": [ - "Find1", - "FindExpanded1", - "FindViaIdentity1", - "FindViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingTimeSuggestionsResult", - "Command": "Find-MgUserMeetingTime" + "Command": "Find-MgUserMeetingTime", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/findRooms", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphEmailAddress", + "Variants": [ + "Find", + "Find1", + "FindViaIdentity", + "FindViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -8189,19 +8197,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/findRooms", - "Variants": [ - "Find", - "Find1", - "FindViaIdentity", - "FindViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmailAddress", - "Command": "Find-MgUserRoom" + "Command": "Find-MgUserRoom", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/findRoomLists", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphEmailAddress", + "Variants": [ + "Find", + "FindViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -8217,17 +8223,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/findRoomLists", - "Variants": [ - "Find", - "FindViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmailAddress", - "Command": "Find-MgUserRoomList" + "Command": "Find-MgUserRoomList", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReview", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -8249,17 +8255,16 @@ "IsAdmin": true } ], - "Uri": "/accessReviews/{accessReview-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReview", - "Command": "Get-MgAccessReview" + "Command": "Get-MgAccessReview", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReview", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -8281,29 +8286,29 @@ "IsAdmin": true } ], - "Uri": "/accessReviews", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReview", - "Command": "Get-MgAccessReview" + "Command": "Get-MgAccessReview", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "Command": "Get-MgAccessReviewDecision" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgAccessReviewDecision", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/decisions", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -8325,129 +8330,129 @@ "IsAdmin": true } ], - "Uri": "/accessReviews/{accessReview-id}/decisions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "Command": "Get-MgAccessReviewDecision" + "Command": "Get-MgAccessReviewDecision", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReview", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReview", - "Command": "Get-MgAccessReviewInstance" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgAccessReviewInstance", + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReview", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReview", - "Command": "Get-MgAccessReviewInstance" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgAccessReviewInstance", + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "Command": "Get-MgAccessReviewInstanceDecision" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgAccessReviewInstanceDecision", + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "Command": "Get-MgAccessReviewInstanceDecision" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgAccessReviewInstanceDecision", + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "Command": "Get-MgAccessReviewInstanceMyDecision" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgAccessReviewInstanceMyDecision", + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "Command": "Get-MgAccessReviewInstanceMyDecision" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgAccessReviewInstanceMyDecision", + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "Command": "Get-MgAccessReviewInstanceReviewer" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgAccessReviewInstanceReviewer", + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "Command": "Get-MgAccessReviewInstanceReviewer" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgAccessReviewInstanceReviewer", + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "Command": "Get-MgAccessReviewMyDecision" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgAccessReviewMyDecision", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/myDecisions", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewDecision", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -8469,29 +8474,29 @@ "IsAdmin": true } ], - "Uri": "/accessReviews/{accessReview-id}/myDecisions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "Command": "Get-MgAccessReviewMyDecision" + "Command": "Get-MgAccessReviewMyDecision", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "Command": "Get-MgAccessReviewReviewer" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgAccessReviewReviewer", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/reviewers", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -8513,16 +8518,17 @@ "IsAdmin": true } ], - "Uri": "/accessReviews/{accessReview-id}/reviewers", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "Command": "Get-MgAccessReviewReviewer" + "Command": "Get-MgAccessReviewReviewer", + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -8550,17 +8556,16 @@ "IsAdmin": true } ], - "Uri": "/administrativeUnits/{administrativeUnit-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Get-MgAdministrativeUnit" + "Command": "Get-MgAdministrativeUnit", + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -8588,29 +8593,29 @@ "IsAdmin": true } ], - "Uri": "/administrativeUnits", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Get-MgAdministrativeUnit" + "Command": "Get-MgAdministrativeUnit", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/administrativeUnits/getByIds", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgAdministrativeUnitById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgAdministrativeUnitById", + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/delta", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Variants": [ + "Delta" + ], "Method": "GET", "Permissions": [ { @@ -8638,41 +8643,41 @@ "IsAdmin": true } ], - "Uri": "/administrativeUnits/delta", - "Variants": [ - "Delta" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Get-MgAdministrativeUnitDelta" + "Command": "Get-MgAdministrativeUnitDelta", + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgAdministrativeUnitExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgAdministrativeUnitExtension", + "ApiVersion": "beta" + }, + { "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgAdministrativeUnitExtension" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgAdministrativeUnitExtension", + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/members", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -8700,16 +8705,16 @@ "IsAdmin": true } ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgAdministrativeUnitMember" + "Command": "Get-MgAdministrativeUnitMember", + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -8737,46 +8742,47 @@ "IsAdmin": true } ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgAdministrativeUnitMemberByRef" + "Command": "Get-MgAdministrativeUnitMemberByRef", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgAdministrativeUnitMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgAdministrativeUnitMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/administrativeUnits/{administrativeUnit-id}/getMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgAdministrativeUnitMemberObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgAdministrativeUnitMemberObject", + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -8804,17 +8810,16 @@ "IsAdmin": true } ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Command": "Get-MgAdministrativeUnitScopedRoleMember" + "Command": "Get-MgAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -8842,29 +8847,30 @@ "IsAdmin": true } ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Command": "Get-MgAdministrativeUnitScopedRoleMember" + "Command": "Get-MgAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/administrativeUnits/getUserOwnedObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgAdministrativeUnitUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgAdministrativeUnitUserOwnedObject", + "ApiVersion": "beta" }, { + "Uri": "/agreements/{agreement-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreement", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Agreement.Read.All", @@ -8872,41 +8878,41 @@ "FullDescription": "Allows the app to read terms of use agreements on your behalf.", "IsAdmin": true }, - "Uri": "/agreements/{agreement-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreement", - "Command": "Get-MgAgreement" + "Command": "Get-MgAgreement", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/agreements", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreement", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreement", - "Command": "Get-MgAgreement" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgAgreement", + "ApiVersion": "beta" + }, + { "Uri": "/agreements", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreement", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreement", - "Command": "Get-MgAgreement" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgAgreement", + "ApiVersion": "v1.0" }, { + "Uri": "/agreements/{agreement-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreement", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "Agreement.Read.All", @@ -8914,67 +8920,67 @@ "FullDescription": "Allows the app to read terms of use agreements on your behalf.", "IsAdmin": true }, - "Uri": "/agreements/{agreement-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreement", - "Command": "Get-MgAgreement" + "Command": "Get-MgAgreement", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "Command": "Get-MgAgreementAcceptance" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgAgreementAcceptance", + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/acceptances", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "Command": "Get-MgAgreementAcceptance" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgAgreementAcceptance", + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/acceptances", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "Command": "Get-MgAgreementAcceptance" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgAgreementAcceptance", + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "Command": "Get-MgAgreementAcceptance" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgAgreementAcceptance", + "ApiVersion": "v1.0" }, { + "Uri": "/agreements/{agreement-id}/file", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -8990,17 +8996,17 @@ "IsAdmin": true } ], - "Uri": "/agreements/{agreement-id}/file", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFile", - "Command": "Get-MgAgreementFile" + "Command": "Get-MgAgreementFile", + "ApiVersion": "beta" }, { + "Uri": "/agreements/{agreement-id}/file", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFile", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -9016,180 +9022,179 @@ "IsAdmin": true } ], - "Uri": "/agreements/{agreement-id}/file", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFile", - "Command": "Get-MgAgreementFile" + "Command": "Get-MgAgreementFile", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "Command": "Get-MgAgreementFileLocalization" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgAgreementFileLocalization", + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "Command": "Get-MgAgreementFileLocalization" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgAgreementFileLocalization", + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "Command": "Get-MgAgreementFileLocalization" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgAgreementFileLocalization", + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "Command": "Get-MgAgreementFileLocalization" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgAgreementFileLocalization", + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "Command": "Get-MgAgreementFileLocalizationVersion" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgAgreementFileLocalizationVersion", + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "Command": "Get-MgAgreementFileLocalizationVersion" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgAgreementFileLocalizationVersion", + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "Command": "Get-MgAgreementFileLocalizationVersion" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgAgreementFileLocalizationVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "Command": "Get-MgAgreementFileLocalizationVersion" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgAgreementFileLocalizationVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel1", - "Command": "Get-MgAllGroupTeamChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgAllGroupTeamChannel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/allChannels", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel1", - "Command": "Get-MgAllGroupTeamChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgAllGroupTeamChannel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/allChannels", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel", "Variants": [ "List2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Command": "Get-MgAllGroupTeamChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgAllGroupTeamChannel", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/allChannels/{channel-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Command": "Get-MgAllGroupTeamChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgAllGroupTeamChannel", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/allChannels/{channel-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel1", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel1", - "Command": "Get-MgAllTeamChannel" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgAllTeamChannel", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/allChannels", "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel1", + "Variants": [ + "List2" + ], "Method": "GET", "Permissions": [ { @@ -9211,16 +9216,16 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/allChannels", - "Variants": [ - "List2" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel1", - "Command": "Get-MgAllTeamChannel" + "Command": "Get-MgAllTeamChannel", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/allChannels", "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -9242,29 +9247,30 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/allChannels", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Command": "Get-MgAllTeamChannel" + "Command": "Get-MgAllTeamChannel", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/teams/{team-id}/allChannels/{channel-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Command": "Get-MgAllTeamChannel" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgAllTeamChannel", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/getAllMessages", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphChatMessage1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "N/A", @@ -9272,17 +9278,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/users/{user-id}/chats/getAllMessages", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgAllUserChatMessage" + "Command": "Get-MgAllUserChatMessage", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/getAllMessages", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "N/A", @@ -9290,30 +9296,29 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/users/{user-id}/chats/getAllMessages", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgAllUserChatMessage" + "Command": "Get-MgAllUserChatMessage", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp1", - "Command": "Get-MgAppCatalogTeamApp" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgAppCatalogTeamApp", + "ApiVersion": "beta" }, { + "Uri": "/appCatalogs/teamsApps", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -9347,16 +9352,16 @@ "IsAdmin": true } ], - "Uri": "/appCatalogs/teamsApps", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp1", - "Command": "Get-MgAppCatalogTeamApp" + "Command": "Get-MgAppCatalogTeamApp", + "ApiVersion": "beta" }, { + "Uri": "/appCatalogs/teamsApps", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -9390,79 +9395,80 @@ "IsAdmin": true } ], - "Uri": "/appCatalogs/teamsApps", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", - "Command": "Get-MgAppCatalogTeamApp" + "Command": "Get-MgAppCatalogTeamApp", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", - "Command": "Get-MgAppCatalogTeamApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgAppCatalogTeamApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppDefinition1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppDefinition1", - "Command": "Get-MgAppCatalogTeamAppDefinition" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgAppCatalogTeamAppDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppDefinition1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppDefinition1", - "Command": "Get-MgAppCatalogTeamAppDefinition" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgAppCatalogTeamAppDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "Command": "Get-MgAppCatalogTeamAppDefinition" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgAppCatalogTeamAppDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "Command": "Get-MgAppCatalogTeamAppDefinition" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgAppCatalogTeamAppDefinition", + "ApiVersion": "v1.0" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -9484,17 +9490,17 @@ "IsAdmin": false } ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgAppCatalogTeamAppDefinitionBot" + "Command": "Get-MgAppCatalogTeamAppDefinitionBot", + "ApiVersion": "beta" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -9516,17 +9522,17 @@ "IsAdmin": false } ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgAppCatalogTeamAppDefinitionBot" + "Command": "Get-MgAppCatalogTeamAppDefinitionBot", + "ApiVersion": "v1.0" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -9548,17 +9554,19 @@ "IsAdmin": false } ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppIcon", - "Command": "Get-MgAppCatalogTeamAppDefinitionColorIcon" + "Command": "Get-MgAppCatalogTeamAppDefinitionColorIcon", + "ApiVersion": "beta" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -9580,19 +9588,17 @@ "IsAdmin": false } ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkHostedContent", - "Command": "Get-MgAppCatalogTeamAppDefinitionColorIconHostedContent" + "Command": "Get-MgAppCatalogTeamAppDefinitionColorIconHostedContent", + "ApiVersion": "beta" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppIcon", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -9614,17 +9620,19 @@ "IsAdmin": false } ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppIcon", - "Command": "Get-MgAppCatalogTeamAppDefinitionOutlineIcon" + "Command": "Get-MgAppCatalogTeamAppDefinitionOutlineIcon", + "ApiVersion": "beta" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkHostedContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -9646,19 +9654,17 @@ "IsAdmin": false } ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkHostedContent", - "Command": "Get-MgAppCatalogTeamAppDefinitionOutlineIconHostedContent" + "Command": "Get-MgAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}", "Module": "Applications", + "OutputType": "IMicrosoftGraphApplication1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -9680,17 +9686,16 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Get-MgApplication" + "Command": "Get-MgApplication", + "ApiVersion": "beta" }, { + "Uri": "/applications", "Module": "Applications", + "OutputType": "IMicrosoftGraphApplication1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -9712,16 +9717,16 @@ "IsAdmin": true } ], - "Uri": "/applications", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Get-MgApplication" + "Command": "Get-MgApplication", + "ApiVersion": "beta" }, { + "Uri": "/applications", "Module": "Applications", + "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -9743,16 +9748,17 @@ "IsAdmin": true } ], - "Uri": "/applications", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Get-MgApplication" + "Command": "Get-MgApplication", + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}", "Module": "Applications", + "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -9774,143 +9780,142 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Get-MgApplication" + "Command": "Get-MgApplication", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/applications/{application-id}/appManagementPolicies", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppManagementPolicy1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppManagementPolicy1", - "Command": "Get-MgApplicationAppManagementPolicy" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgApplicationAppManagementPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/appManagementPolicies", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "Command": "Get-MgApplicationAppManagementPolicy" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgApplicationAppManagementPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "Module": "Applications", + "OutputType": null, "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgApplicationAppManagementPolicyByRef" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgApplicationAppManagementPolicyByRef", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/appManagementPolicies/$ref", + "Module": "Applications", + "OutputType": null, "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgApplicationAppManagementPolicyByRef" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgApplicationAppManagementPolicyByRef", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "POST", - "Permissions": [], "Uri": "/applications/getByIds", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgApplicationById" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "Get-MgApplicationById", + "ApiVersion": "beta" + }, + { "Uri": "/applications/getByIds", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgApplicationById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgApplicationById", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/applications/{application-id}/connectorGroup", + "Module": "Applications", + "OutputType": "IMicrosoftGraphConnectorGroup", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnectorGroup", - "Command": "Get-MgApplicationConnectorGroup" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgApplicationConnectorGroup", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/connectorGroup/$ref", + "Module": "Applications", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgApplicationConnectorGroupByRef" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgApplicationConnectorGroupByRef", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/createdOnBehalfOf", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgApplicationCreatedOnBehalfOf" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgApplicationCreatedOnBehalfOf", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/createdOnBehalfOf", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgApplicationCreatedOnBehalfOf" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgApplicationCreatedOnBehalfOf", + "ApiVersion": "v1.0" }, { + "Uri": "/applications/delta", "Module": "Applications", + "OutputType": "IMicrosoftGraphApplication1", + "Variants": [ + "Delta" + ], "Method": "GET", "Permissions": [ { @@ -9932,16 +9937,16 @@ "IsAdmin": true } ], - "Uri": "/applications/delta", - "Variants": [ - "Delta" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Get-MgApplicationDelta" + "Command": "Get-MgApplicationDelta", + "ApiVersion": "beta" }, { + "Uri": "/applications/delta", "Module": "Applications", + "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "Delta1" + ], "Method": "GET", "Permissions": [ { @@ -9963,16 +9968,17 @@ "IsAdmin": true } ], - "Uri": "/applications/delta", - "Variants": [ - "Delta1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Get-MgApplicationDelta" + "Command": "Get-MgApplicationDelta", + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "Module": "Applications", + "OutputType": "IMicrosoftGraphExtensionProperty1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -9994,17 +10000,16 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtensionProperty1", - "Command": "Get-MgApplicationExtensionProperty" + "Command": "Get-MgApplicationExtensionProperty", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/extensionProperties", "Module": "Applications", + "OutputType": "IMicrosoftGraphExtensionProperty1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -10026,16 +10031,16 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/extensionProperties", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtensionProperty1", - "Command": "Get-MgApplicationExtensionProperty" + "Command": "Get-MgApplicationExtensionProperty", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/extensionProperties", "Module": "Applications", + "OutputType": "IMicrosoftGraphExtensionProperty", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -10057,16 +10062,17 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/extensionProperties", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtensionProperty", - "Command": "Get-MgApplicationExtensionProperty" + "Command": "Get-MgApplicationExtensionProperty", + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", "Module": "Applications", + "OutputType": "IMicrosoftGraphExtensionProperty", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -10088,17 +10094,17 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtensionProperty", - "Command": "Get-MgApplicationExtensionProperty" + "Command": "Get-MgApplicationExtensionProperty", + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "Module": "Applications", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Application.ReadWrite.All", @@ -10106,17 +10112,16 @@ "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 }, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "Command": "Get-MgApplicationFederatedIdentityCredential" + "Command": "Get-MgApplicationFederatedIdentityCredential", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/federatedIdentityCredentials", "Module": "Applications", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -10132,16 +10137,16 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "Command": "Get-MgApplicationFederatedIdentityCredential" + "Command": "Get-MgApplicationFederatedIdentityCredential", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/federatedIdentityCredentials", "Module": "Applications", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -10157,16 +10162,17 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/federatedIdentityCredentials", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "Command": "Get-MgApplicationFederatedIdentityCredential" + "Command": "Get-MgApplicationFederatedIdentityCredential", + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", "Module": "Applications", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "Application.ReadWrite.All", @@ -10174,153 +10180,152 @@ "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 }, - "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "Command": "Get-MgApplicationFederatedIdentityCredential" + "Command": "Get-MgApplicationFederatedIdentityCredential", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", + "Module": "Applications", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies", + "Module": "Applications", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgApplicationHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/logo", + "Module": "Applications", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgApplicationLogo" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgApplicationLogo", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/logo", + "Module": "Applications", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgApplicationLogo" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgApplicationLogo", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "POST", - "Permissions": [], "Uri": "/applications/{application-id}/getMemberGroups", + "Module": "Applications", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgApplicationMemberGroup" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "Get-MgApplicationMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/getMemberGroups", + "Module": "Applications", + "OutputType": null, "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgApplicationMemberGroup" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "Get-MgApplicationMemberGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/getMemberObjects", + "Module": "Applications", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgApplicationMemberObject" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "Get-MgApplicationMemberObject", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/getMemberObjects", + "Module": "Applications", + "OutputType": null, "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgApplicationMemberObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgApplicationMemberObject", + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/owners", "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -10342,16 +10347,16 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/owners", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgApplicationOwner" + "Command": "Get-MgApplicationOwner", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/owners", "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -10373,16 +10378,16 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/owners", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgApplicationOwner" + "Command": "Get-MgApplicationOwner", + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/owners/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -10404,16 +10409,16 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/owners/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgApplicationOwnerByRef" + "Command": "Get-MgApplicationOwnerByRef", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/owners/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -10435,29 +10440,32 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/owners/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgApplicationOwnerByRef" + "Command": "Get-MgApplicationOwnerByRef", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/applications/{application-id}/synchronization", + "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronization", - "Command": "Get-MgApplicationSynchronization" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgApplicationSynchronization", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/synchronization/acquireAccessToken", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Acquire", + "AcquireExpanded", + "AcquireViaIdentity", + "AcquireViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -10465,100 +10473,80 @@ "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": "/applications/{application-id}/synchronization/acquireAccessToken", - "Variants": [ - "Acquire", - "AcquireExpanded", - "AcquireViaIdentity", - "AcquireViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgApplicationSynchronizationAccessToken" + "Command": "Get-MgApplicationSynchronizationAccessToken", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronizationJob", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "Command": "Get-MgApplicationSynchronizationJob" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgApplicationSynchronizationJob", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs", + "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronizationJob", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "Command": "Get-MgApplicationSynchronizationJob" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgApplicationSynchronizationJob", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "Command": "Get-MgApplicationSynchronizationJobSchema" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgApplicationSynchronizationJobSchema", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "Command": "Get-MgApplicationSynchronizationTemplate" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": { "Name": "Directory.Read.All", @@ -10566,16 +10554,16 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, + "Command": "Get-MgApplicationSynchronizationTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/templates", + "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "Command": "Get-MgApplicationSynchronizationTemplate" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": { "Name": "Directory.Read.All", @@ -10583,92 +10571,109 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, + "Command": "Get-MgApplicationSynchronizationTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "Command": "Get-MgApplicationSynchronizationTemplateSchema" + "Method": "GET", + "Permissions": { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, + "Command": "Get-MgApplicationSynchronizationTemplateSchema", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" + }, + { "Uri": "/applicationTemplates/{applicationTemplate-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphApplicationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplicationTemplate", - "Command": "Get-MgApplicationTemplate" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgApplicationTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/applicationTemplates", + "Module": "Applications", + "OutputType": "IMicrosoftGraphApplicationTemplate", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplicationTemplate", - "Command": "Get-MgApplicationTemplate" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgApplicationTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/applicationTemplates", + "Module": "Applications", + "OutputType": "IMicrosoftGraphApplicationTemplate1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplicationTemplate1", - "Command": "Get-MgApplicationTemplate" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgApplicationTemplate", + "ApiVersion": "v1.0" + }, + { "Uri": "/applicationTemplates/{applicationTemplate-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphApplicationTemplate1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplicationTemplate1", - "Command": "Get-MgApplicationTemplate" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgApplicationTemplate", + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/tokenIssuancePolicies", "Module": "Applications", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -10690,16 +10695,16 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/tokenIssuancePolicies", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", - "Command": "Get-MgApplicationTokenIssuancePolicy" + "Command": "Get-MgApplicationTokenIssuancePolicy", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/tokenIssuancePolicies", "Module": "Applications", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -10721,16 +10726,16 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/tokenIssuancePolicies", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "Command": "Get-MgApplicationTokenIssuancePolicy" + "Command": "Get-MgApplicationTokenIssuancePolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -10752,16 +10757,16 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgApplicationTokenIssuancePolicyByRef" + "Command": "Get-MgApplicationTokenIssuancePolicyByRef", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -10783,16 +10788,16 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgApplicationTokenIssuancePolicyByRef" + "Command": "Get-MgApplicationTokenIssuancePolicyByRef", + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/tokenLifetimePolicies", "Module": "Applications", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -10814,16 +10819,16 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", - "Command": "Get-MgApplicationTokenLifetimePolicy" + "Command": "Get-MgApplicationTokenLifetimePolicy", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/tokenLifetimePolicies", "Module": "Applications", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -10845,16 +10850,16 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "Command": "Get-MgApplicationTokenLifetimePolicy" + "Command": "Get-MgApplicationTokenLifetimePolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -10876,16 +10881,16 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgApplicationTokenLifetimePolicyByRef" + "Command": "Get-MgApplicationTokenLifetimePolicyByRef", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -10907,29 +10912,30 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgApplicationTokenLifetimePolicyByRef" + "Command": "Get-MgApplicationTokenLifetimePolicyByRef", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "POST", - "Permissions": [], "Uri": "/applications/getUserOwnedObjects", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgApplicationUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgApplicationUserOwnedObject", + "ApiVersion": "beta" }, { + "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", "Module": "Reports", + "OutputType": "IMicrosoftGraphDirectoryAudit1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -10945,17 +10951,16 @@ "IsAdmin": true } ], - "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryAudit1", - "Command": "Get-MgAuditLogDirectoryAudit" + "Command": "Get-MgAuditLogDirectoryAudit", + "ApiVersion": "beta" }, { + "Uri": "/auditLogs/directoryAudits", "Module": "Reports", + "OutputType": "IMicrosoftGraphDirectoryAudit1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -10971,16 +10976,16 @@ "IsAdmin": true } ], - "Uri": "/auditLogs/directoryAudits", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryAudit1", - "Command": "Get-MgAuditLogDirectoryAudit" + "Command": "Get-MgAuditLogDirectoryAudit", + "ApiVersion": "beta" }, { + "Uri": "/auditLogs/directoryAudits", "Module": "Reports", + "OutputType": "IMicrosoftGraphDirectoryAudit", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -10996,16 +11001,17 @@ "IsAdmin": true } ], - "Uri": "/auditLogs/directoryAudits", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryAudit", - "Command": "Get-MgAuditLogDirectoryAudit" + "Command": "Get-MgAuditLogDirectoryAudit", + "ApiVersion": "v1.0" }, { + "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", "Module": "Reports", + "OutputType": "IMicrosoftGraphDirectoryAudit", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -11021,55 +11027,54 @@ "IsAdmin": true } ], - "Uri": "/auditLogs/directoryAudits/{directoryAudit-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryAudit", - "Command": "Get-MgAuditLogDirectoryAudit" + "Command": "Get-MgAuditLogDirectoryAudit", + "ApiVersion": "v1.0" }, { - "Module": "Reports", - "Method": "GET", - "Permissions": [], "Uri": "/auditLogs/directoryProvisioning/{provisioningObjectSummary-id}", + "Module": "Reports", + "OutputType": "IMicrosoftGraphProvisioningObjectSummary1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary1", - "Command": "Get-MgAuditLogDirectoryProvisioning" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": [], + "Command": "Get-MgAuditLogDirectoryProvisioning", + "ApiVersion": "beta" + }, + { "Uri": "/auditLogs/directoryProvisioning", + "Module": "Reports", + "OutputType": "IMicrosoftGraphProvisioningObjectSummary1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary1", - "Command": "Get-MgAuditLogDirectoryProvisioning" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": [], + "Command": "Get-MgAuditLogDirectoryProvisioning", + "ApiVersion": "beta" + }, + { "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", + "Module": "Reports", + "OutputType": "IMicrosoftGraphProvisioningObjectSummary1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary1", - "Command": "Get-MgAuditLogProvisioning" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgAuditLogProvisioning", + "ApiVersion": "beta" }, { + "Uri": "/auditLogs/provisioning", "Module": "Reports", + "OutputType": "IMicrosoftGraphProvisioningObjectSummary1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -11085,16 +11090,16 @@ "IsAdmin": true } ], - "Uri": "/auditLogs/provisioning", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary1", - "Command": "Get-MgAuditLogProvisioning" + "Command": "Get-MgAuditLogProvisioning", + "ApiVersion": "beta" }, { + "Uri": "/auditLogs/provisioning", "Module": "Reports", + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -11110,29 +11115,30 @@ "IsAdmin": true } ], - "Uri": "/auditLogs/provisioning", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", - "Command": "Get-MgAuditLogProvisioning" + "Command": "Get-MgAuditLogProvisioning", + "ApiVersion": "v1.0" }, { - "Module": "Reports", - "Method": "GET", - "Permissions": [], "Uri": "/auditLogs/provisioning/{provisioningObjectSummary-id}", + "Module": "Reports", + "OutputType": "IMicrosoftGraphProvisioningObjectSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProvisioningObjectSummary", - "Command": "Get-MgAuditLogProvisioning" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgAuditLogProvisioning", + "ApiVersion": "v1.0" }, { + "Uri": "/auditLogs/signIns/{signIn-id}", "Module": "Reports", + "OutputType": "IMicrosoftGraphSignIn1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -11148,17 +11154,16 @@ "IsAdmin": true } ], - "Uri": "/auditLogs/signIns/{signIn-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSignIn1", - "Command": "Get-MgAuditLogSignIn" + "Command": "Get-MgAuditLogSignIn", + "ApiVersion": "beta" }, { + "Uri": "/auditLogs/signIns", "Module": "Reports", + "OutputType": "IMicrosoftGraphSignIn1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -11174,16 +11179,16 @@ "IsAdmin": true } ], - "Uri": "/auditLogs/signIns", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSignIn1", - "Command": "Get-MgAuditLogSignIn" + "Command": "Get-MgAuditLogSignIn", + "ApiVersion": "beta" }, { + "Uri": "/auditLogs/signIns", "Module": "Reports", + "OutputType": "IMicrosoftGraphSignIn", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -11199,16 +11204,17 @@ "IsAdmin": true } ], - "Uri": "/auditLogs/signIns", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSignIn", - "Command": "Get-MgAuditLogSignIn" + "Command": "Get-MgAuditLogSignIn", + "ApiVersion": "v1.0" }, { + "Uri": "/auditLogs/signIns/{signIn-id}", "Module": "Reports", + "OutputType": "IMicrosoftGraphSignIn", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -11224,17 +11230,54 @@ "IsAdmin": true } ], - "Uri": "/auditLogs/signIns/{signIn-id}", + "Command": "Get-MgAuditLogSignIn", + "ApiVersion": "v1.0" + }, + { + "Uri": "/bookingBusinesses/{bookingBusiness-id}", + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingBusiness", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSignIn", - "Command": "Get-MgAuditLogSignIn" + "Method": "GET", + "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-MgBookingBusiness", + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingBusiness", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -11262,17 +11305,16 @@ "IsAdmin": false } ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingBusiness", - "Command": "Get-MgBookingBusiness" + "Command": "Get-MgBookingBusiness", + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingBusiness1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -11300,16 +11342,17 @@ "IsAdmin": false } ], - "Uri": "/bookingBusinesses", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingBusiness", - "Command": "Get-MgBookingBusiness" + "Command": "Get-MgBookingBusiness", + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingBusiness1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -11337,16 +11380,17 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingBusinesses", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingBusiness1", - "Command": "Get-MgBookingBusiness" + "Command": "Get-MgBookingBusiness", + "ApiVersion": "v1.0" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingAppointment1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -11374,17 +11418,16 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingBusiness1", - "Command": "Get-MgBookingBusiness" + "Command": "Get-MgBookingBusinessAppointment", + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingAppointment1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -11412,54 +11455,16 @@ "IsAdmin": false } ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingAppointment1", - "Command": "Get-MgBookingBusinessAppointment" + "Command": "Get-MgBookingBusinessAppointment", + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", "Module": "Bookings", - "Method": "GET", - "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 - } - ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", + "OutputType": "IMicrosoftGraphBookingAppointment", "Variants": [ - "List" + "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingAppointment1", - "Command": "Get-MgBookingBusinessAppointment" - }, - { - "Module": "Bookings", "Method": "GET", "Permissions": [ { @@ -11487,16 +11492,17 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingAppointment", - "Command": "Get-MgBookingBusinessAppointment" + "Command": "Get-MgBookingBusinessAppointment", + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -11524,30 +11530,29 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingAppointment", - "Command": "Get-MgBookingBusinessAppointment" + "Command": "Get-MgBookingBusinessAppointment", + "ApiVersion": "v1.0" }, { - "Module": "Bookings", - "Method": "GET", - "Permissions": [], "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingAppointment1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingAppointment1", - "Command": "Get-MgBookingBusinessCalendarView" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgBookingBusinessCalendarView", + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingAppointment1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -11575,16 +11580,16 @@ "IsAdmin": false } ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingAppointment1", - "Command": "Get-MgBookingBusinessCalendarView" + "Command": "Get-MgBookingBusinessCalendarView", + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -11612,29 +11617,30 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingAppointment", - "Command": "Get-MgBookingBusinessCalendarView" + "Command": "Get-MgBookingBusinessCalendarView", + "ApiVersion": "v1.0" }, { - "Module": "Bookings", - "Method": "GET", - "Permissions": [], "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingAppointment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingAppointment", - "Command": "Get-MgBookingBusinessCalendarView" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgBookingBusinessCalendarView", + "ApiVersion": "v1.0" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingCustomer", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -11662,17 +11668,16 @@ "IsAdmin": false } ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingCustomer", - "Command": "Get-MgBookingBusinessCustomer" + "Command": "Get-MgBookingBusinessCustomer", + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingCustomer", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -11700,16 +11705,16 @@ "IsAdmin": false } ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingCustomer", - "Command": "Get-MgBookingBusinessCustomer" + "Command": "Get-MgBookingBusinessCustomer", + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingCustomerBase", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -11737,16 +11742,17 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingCustomerBase", - "Command": "Get-MgBookingBusinessCustomer" + "Command": "Get-MgBookingBusinessCustomer", + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -11774,17 +11780,17 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgBookingBusinessCustomer" + "Command": "Get-MgBookingBusinessCustomer", + "ApiVersion": "v1.0" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -11812,17 +11818,16 @@ "IsAdmin": false } ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "Command": "Get-MgBookingBusinessCustomQuestion" + "Command": "Get-MgBookingBusinessCustomQuestion", + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -11844,16 +11849,16 @@ "IsAdmin": false } ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "Command": "Get-MgBookingBusinessCustomQuestion" + "Command": "Get-MgBookingBusinessCustomQuestion", + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -11875,16 +11880,17 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "Command": "Get-MgBookingBusinessCustomQuestion" + "Command": "Get-MgBookingBusinessCustomQuestion", + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -11912,17 +11918,17 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "Command": "Get-MgBookingBusinessCustomQuestion", + "ApiVersion": "v1.0" + }, + { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingService1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "Command": "Get-MgBookingBusinessCustomQuestion" - }, - { - "Module": "Bookings", "Method": "GET", "Permissions": [ { @@ -11950,17 +11956,16 @@ "IsAdmin": false } ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingService1", - "Command": "Get-MgBookingBusinessService" + "Command": "Get-MgBookingBusinessService", + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingService1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -11988,16 +11993,16 @@ "IsAdmin": false } ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingService1", - "Command": "Get-MgBookingBusinessService" + "Command": "Get-MgBookingBusinessService", + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingService", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -12025,16 +12030,17 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingService", - "Command": "Get-MgBookingBusinessService" + "Command": "Get-MgBookingBusinessService", + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingService", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -12062,37 +12068,19 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingService", - "Command": "Get-MgBookingBusinessService" + "Command": "Get-MgBookingBusinessService", + "ApiVersion": "v1.0" }, { - "Module": "Bookings", - "Method": "POST", - "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, "Uri": "/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", + "Module": "Bookings", + "OutputType": "IMicrosoftGraphStaffAvailabilityItem", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphStaffAvailabilityItem", - "Command": "Get-MgBookingBusinessStaffAvailability" - }, - { - "Module": "Bookings", "Method": "POST", "Permissions": { "Name": "N/A", @@ -12100,19 +12088,37 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Get-MgBookingBusinessStaffAvailability", + "ApiVersion": "beta" + }, + { "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/getStaffAvailability", + "Module": "Bookings", + "OutputType": "IMicrosoftGraphStaffAvailabilityItem", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphStaffAvailabilityItem", - "Command": "Get-MgBookingBusinessStaffAvailability" + "Method": "POST", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "Get-MgBookingBusinessStaffAvailability", + "ApiVersion": "v1.0" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingStaffMember", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -12140,17 +12146,16 @@ "IsAdmin": false } ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingStaffMember", - "Command": "Get-MgBookingBusinessStaffMember" + "Command": "Get-MgBookingBusinessStaffMember", + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingStaffMember", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -12178,16 +12183,16 @@ "IsAdmin": false } ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingStaffMember", - "Command": "Get-MgBookingBusinessStaffMember" + "Command": "Get-MgBookingBusinessStaffMember", + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingStaffMemberBase", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -12215,16 +12220,17 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingStaffMemberBase", - "Command": "Get-MgBookingBusinessStaffMember" + "Command": "Get-MgBookingBusinessStaffMember", + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -12252,17 +12258,17 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgBookingBusinessStaffMember" + "Command": "Get-MgBookingBusinessStaffMember", + "ApiVersion": "v1.0" }, { + "Uri": "/bookingCurrencies/{bookingCurrency-id}", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingCurrency", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -12290,17 +12296,16 @@ "IsAdmin": false } ], - "Uri": "/bookingCurrencies/{bookingCurrency-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingCurrency", - "Command": "Get-MgBookingCurrency" + "Command": "Get-MgBookingCurrency", + "ApiVersion": "beta" }, { + "Uri": "/bookingCurrencies", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingCurrency", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -12328,16 +12333,16 @@ "IsAdmin": false } ], - "Uri": "/bookingCurrencies", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingCurrency", - "Command": "Get-MgBookingCurrency" + "Command": "Get-MgBookingCurrency", + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingCurrencies", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingCurrency", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -12365,16 +12370,17 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingCurrencies", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingCurrency", - "Command": "Get-MgBookingCurrency" + "Command": "Get-MgBookingCurrency", + "ApiVersion": "v1.0" }, { + "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingCurrency", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -12402,30 +12408,29 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingCurrency", - "Command": "Get-MgBookingCurrency" + "Command": "Get-MgBookingCurrency", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", - "Command": "Get-MgBusinessFlowTemplate" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgBusinessFlowTemplate", + "ApiVersion": "beta" }, { + "Uri": "/businessFlowTemplates", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -12447,16 +12452,17 @@ "IsAdmin": true } ], - "Uri": "/businessFlowTemplates", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", - "Command": "Get-MgBusinessFlowTemplate" + "Command": "Get-MgBusinessFlowTemplate", + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBusinessScenario", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -12484,17 +12490,16 @@ "IsAdmin": true } ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessScenario", - "Command": "Get-MgBusinessScenario" + "Command": "Get-MgBusinessScenario", + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBusinessScenario", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -12522,16 +12527,17 @@ "IsAdmin": true } ], - "Uri": "/solutions/businessScenarios", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessScenario", - "Command": "Get-MgBusinessScenario" + "Command": "Get-MgBusinessScenario", + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -12559,17 +12565,19 @@ "IsAdmin": true } ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessScenarioPlanner", - "Command": "Get-MgBusinessScenarioPlanner" + "Command": "Get-MgBusinessScenarioPlanner", + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/getPlan", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -12585,19 +12593,17 @@ "IsAdmin": true } ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/getPlan", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessScenarioPlanReference", - "Command": "Get-MgBusinessScenarioPlannerPlan" + "Command": "Get-MgBusinessScenarioPlannerPlan", + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", "Module": "Bookings", + "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -12625,17 +12631,17 @@ "IsAdmin": true } ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", + "Command": "Get-MgBusinessScenarioPlannerPlanConfiguration", + "ApiVersion": "beta" + }, + { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", + "Module": "Bookings", + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlanConfiguration", - "Command": "Get-MgBusinessScenarioPlannerPlanConfiguration" - }, - { - "Module": "Bookings", "Method": "GET", "Permissions": [ { @@ -12663,17 +12669,16 @@ "IsAdmin": true } ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", - "Command": "Get-MgBusinessScenarioPlannerPlanConfigurationLocalization" + "Command": "Get-MgBusinessScenarioPlannerPlanConfigurationLocalization", + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", "Module": "Bookings", + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -12701,16 +12706,17 @@ "IsAdmin": true } ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", - "Command": "Get-MgBusinessScenarioPlannerPlanConfigurationLocalization" + "Command": "Get-MgBusinessScenarioPlannerPlanConfigurationLocalization", + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -12726,17 +12732,16 @@ "IsAdmin": true } ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", - "Command": "Get-MgBusinessScenarioPlannerTask" + "Command": "Get-MgBusinessScenarioPlannerTask", + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBusinessScenarioTask", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -12752,16 +12757,17 @@ "IsAdmin": true } ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", - "Command": "Get-MgBusinessScenarioPlannerTask" + "Command": "Get-MgBusinessScenarioPlannerTask", + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", "Module": "Bookings", + "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -12789,49 +12795,17 @@ "IsAdmin": true } ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTaskConfiguration", - "Command": "Get-MgBusinessScenarioPlannerTaskConfiguration" + "Command": "Get-MgBusinessScenarioPlannerTaskConfiguration", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [ - { - "Name": "Chat.Read", - "Description": "Read your chat messages", - "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", - "IsAdmin": false - }, - { - "Name": "Chat.ReadBasic", - "Description": "Read names and members of your chat threads", - "FullDescription": "Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.", - "IsAdmin": false - }, - { - "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 - } - ], "Uri": "/chats/{chat-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChat1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChat1", - "Command": "Get-MgChat" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -12853,16 +12827,16 @@ "IsAdmin": false } ], + "Command": "Get-MgChat", + "ApiVersion": "beta" + }, + { "Uri": "/chats", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChat1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChat1", - "Command": "Get-MgChat" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -12884,16 +12858,16 @@ "IsAdmin": false } ], + "Command": "Get-MgChat", + "ApiVersion": "beta" + }, + { "Uri": "/chats", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChat", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChat", - "Command": "Get-MgChat" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -12915,17 +12889,49 @@ "IsAdmin": false } ], + "Command": "Get-MgChat", + "ApiVersion": "v1.0" + }, + { "Uri": "/chats/{chat-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChat", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChat", - "Command": "Get-MgChat" + "Method": "GET", + "Permissions": [ + { + "Name": "Chat.Read", + "Description": "Read your chat messages", + "FullDescription": "Allows an app to read your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", + "IsAdmin": false + }, + { + "Name": "Chat.ReadBasic", + "Description": "Read names and members of your chat threads", + "FullDescription": "Allows an app to read the members and descriptions of one-to-one and group chat threads, on your behalf.", + "IsAdmin": false + }, + { + "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 + } + ], + "Command": "Get-MgChat", + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -12947,17 +12953,16 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", - "Command": "Get-MgChatInstalledApp" + "Command": "Get-MgChatInstalledApp", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/installedApps", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -12979,16 +12984,16 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/installedApps", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", - "Command": "Get-MgChatInstalledApp" + "Command": "Get-MgChatInstalledApp", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/installedApps", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -13010,16 +13015,17 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/installedApps", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Command": "Get-MgChatInstalledApp" + "Command": "Get-MgChatInstalledApp", + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -13041,95 +13047,95 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Command": "Get-MgChatInstalledApp" + "Command": "Get-MgChatInstalledApp", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp1", - "Command": "Get-MgChatInstalledAppTeamApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgChatInstalledAppTeamApp", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", - "Command": "Get-MgChatInstalledAppTeamApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgChatInstalledAppTeamApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppDefinition1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppDefinition1", - "Command": "Get-MgChatInstalledAppTeamAppDefinition" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgChatInstalledAppTeamAppDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "Command": "Get-MgChatInstalledAppTeamAppDefinition" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgChatInstalledAppTeamAppDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/chats/{chat-id}/lastMessagePreview", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageInfo", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageInfo", - "Command": "Get-MgChatLastMessagePreview" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgChatLastMessagePreview", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/lastMessagePreview", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageInfo", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageInfo", - "Command": "Get-MgChatLastMessagePreview" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgChatLastMessagePreview", + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -13175,17 +13181,16 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgChatMember" + "Command": "Get-MgChatMember", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/members", "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -13219,16 +13224,16 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/members", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgChatMember" + "Command": "Get-MgChatMember", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/members", "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -13262,16 +13267,17 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/members", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgChatMember" + "Command": "Get-MgChatMember", + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -13317,17 +13323,18 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgChatMember" + "Command": "Get-MgChatMember", + "ApiVersion": "v1.0" }, { + "Uri": "/chats/getAllMessages", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -13349,18 +13356,16 @@ "IsAdmin": false } ], - "Uri": "/chats/getAllMessages", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgChatMessage" + "Command": "Get-MgChatMessage", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/messages", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -13376,16 +13381,16 @@ "IsAdmin": false } ], - "Uri": "/chats/{chat-id}/messages", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgChatMessage" + "Command": "Get-MgChatMessage", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/messages", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -13401,16 +13406,18 @@ "IsAdmin": false } ], - "Uri": "/chats/{chat-id}/messages", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgChatMessage" + "Command": "Get-MgChatMessage", + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Get2", + "Get3", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -13444,18 +13451,17 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "Variants": [ - "Get2", - "Get3", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgChatMessage" + "Command": "Get-MgChatMessage", + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/messages/delta", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -13489,17 +13495,17 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/messages/delta", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgChatMessageDelta" + "Command": "Get-MgChatMessageDelta", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/messages/delta", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Delta1", + "DeltaViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -13533,51 +13539,19 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/messages/delta", - "Variants": [ - "Delta1", - "DeltaViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgChatMessageDelta" + "Command": "Get-MgChatMessageDelta", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "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": "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.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 - } - ], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgChatMessageHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -13599,16 +13573,16 @@ "IsAdmin": false } ], + "Command": "Get-MgChatMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgChatMessageHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -13630,16 +13604,16 @@ "IsAdmin": false } ], + "Command": "Get-MgChatMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgChatMessageHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -13661,149 +13635,181 @@ "IsAdmin": false } ], + "Command": "Get-MgChatMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgChatMessageHostedContent" + "Method": "GET", + "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": "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.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 + } + ], + "Command": "Get-MgChatMessageHostedContent", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgChatMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgChatMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgChatMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgChatMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgChatMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgChatMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgChatMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgChatMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgChatMessageReplyDelta" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgChatMessageReplyDelta", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgChatMessageReplyDelta" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgChatMessageReplyDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgChatMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgChatMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgChatMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgChatMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgChatMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgChatMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgChatMessageReplyHostedContent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgChatMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -13825,17 +13831,16 @@ "IsAdmin": false } ], - "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", - "Command": "Get-MgChatOperation" + "Command": "Get-MgChatOperation", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/operations", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -13857,29 +13862,29 @@ "IsAdmin": false } ], - "Uri": "/chats/{chat-id}/operations", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", - "Command": "Get-MgChatOperation" + "Command": "Get-MgChatOperation", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Command": "Get-MgChatPermissionGrant" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgChatPermissionGrant", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/permissionGrants", "Module": "Teams", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -13907,104 +13912,104 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/permissionGrants", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Command": "Get-MgChatPermissionGrant" + "Command": "Get-MgChatPermissionGrant", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/chats/{chat-id}/permissionGrants/getByIds", + "Module": "Teams", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgChatPermissionGrantById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgChatPermissionGrantById", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/chats/{chat-id}/permissionGrants/delta", + "Module": "Teams", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgChatPermissionGrantDelta" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgChatPermissionGrantDelta", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgChatPermissionGrantMemberGroup" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Get-MgChatPermissionGrantMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgChatPermissionGrantMemberObject" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Get-MgChatPermissionGrantMemberObject", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/permissionGrants/getUserOwnedObjects", + "Module": "Teams", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgChatPermissionGrantUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgChatPermissionGrantUserOwnedObject", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", - "Command": "Get-MgChatPinnedMessage" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgChatPinnedMessage", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/pinnedMessages", "Module": "Teams", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -14020,16 +14025,16 @@ "IsAdmin": false } ], - "Uri": "/chats/{chat-id}/pinnedMessages", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", - "Command": "Get-MgChatPinnedMessage" + "Command": "Get-MgChatPinnedMessage", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/pinnedMessages", "Module": "Teams", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -14045,31 +14050,32 @@ "IsAdmin": false } ], - "Uri": "/chats/{chat-id}/pinnedMessages", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "Command": "Get-MgChatPinnedMessage" + "Command": "Get-MgChatPinnedMessage", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "Command": "Get-MgChatPinnedMessage" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgChatPinnedMessage", + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -14097,17 +14103,16 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab1", - "Command": "Get-MgChatTab" + "Command": "Get-MgChatTab", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/tabs", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -14135,16 +14140,16 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/tabs", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab1", - "Command": "Get-MgChatTab" + "Command": "Get-MgChatTab", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/tabs", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -14172,16 +14177,17 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/tabs", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Command": "Get-MgChatTab" + "Command": "Get-MgChatTab", + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -14209,82 +14215,81 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Command": "Get-MgChatTab" + "Command": "Get-MgChatTab", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp1", - "Command": "Get-MgChatTabTeamApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgChatTabTeamApp", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", - "Command": "Get-MgChatTabTeamApp" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgChatTabTeamApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCall1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCall1", - "Command": "Get-MgCommunicationCall" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationCall", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCall", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCall", - "Command": "Get-MgCommunicationCall" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationCall", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAudioRoutingGroup1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAudioRoutingGroup1", - "Command": "Get-MgCommunicationCallAudioRoutingGroup" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAudioRoutingGroup1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "N/A", @@ -14292,16 +14297,16 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAudioRoutingGroup1", - "Command": "Get-MgCommunicationCallAudioRoutingGroup" + "Command": "Get-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "beta" }, { + "Uri": "/communications/calls/{call-id}/audioRoutingGroups", "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "N/A", @@ -14309,47 +14314,30 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/communications/calls/{call-id}/audioRoutingGroups", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "Command": "Get-MgCommunicationCallAudioRoutingGroup" + "Command": "Get-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "GET", - "Permissions": [], "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "Command": "Get-MgCommunicationCallAudioRoutingGroup" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "GET", - "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgCommunicationCallContentSharingSession" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": { "Name": "N/A", @@ -14357,16 +14345,16 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Get-MgCommunicationCallContentSharingSession", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphContentSharingSession", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentSharingSession", - "Command": "Get-MgCommunicationCallContentSharingSession" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": { "Name": "N/A", @@ -14374,16 +14362,16 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Get-MgCommunicationCallContentSharingSession", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphContentSharingSession", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentSharingSession", - "Command": "Get-MgCommunicationCallContentSharingSession" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": { "Name": "N/A", @@ -14391,17 +14379,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Get-MgCommunicationCallContentSharingSession", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgCommunicationCallContentSharingSession" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": { "Name": "N/A", @@ -14409,41 +14397,59 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Get-MgCommunicationCallContentSharingSession", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCommsOperation", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCommsOperation", - "Command": "Get-MgCommunicationCallOperation" + "Method": "GET", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "Get-MgCommunicationCallOperation", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "Method": "GET", - "Permissions": [], "Uri": "/communications/calls/{call-id}/operations", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCommsOperation", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCommsOperation", - "Command": "Get-MgCommunicationCallOperation" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationCallOperation", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/operations", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCommsOperation", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCommsOperation", - "Command": "Get-MgCommunicationCallOperation" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgCommunicationCallOperation", + "ApiVersion": "v1.0" }, { + "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCommsOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "N/A", @@ -14451,85 +14457,67 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCommsOperation", - "Command": "Get-MgCommunicationCallOperation" + "Command": "Get-MgCommunicationCallOperation", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "GET", - "Permissions": [], "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphParticipant1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphParticipant1", - "Command": "Get-MgCommunicationCallParticipant" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationCallParticipant", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/participants", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphParticipant1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphParticipant1", - "Command": "Get-MgCommunicationCallParticipant" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationCallParticipant", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/participants", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphParticipant", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphParticipant", - "Command": "Get-MgCommunicationCallParticipant" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationCallParticipant", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphParticipant", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphParticipant", - "Command": "Get-MgCommunicationCallParticipant" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgCommunicationCallParticipant", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "GET", - "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, "Uri": "/communications/callRecords/{callRecord-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCallRecordsCallRecord", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecordsCallRecord", - "Command": "Get-MgCommunicationCallRecord" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": { "Name": "N/A", @@ -14537,17 +14525,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Get-MgCommunicationCallRecord", + "ApiVersion": "beta" + }, + { "Uri": "/communications/callRecords/{callRecord-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCallRecordsCallRecord", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecordsCallRecord", - "Command": "Get-MgCommunicationCallRecord" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": { "Name": "N/A", @@ -14555,17 +14543,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Get-MgCommunicationCallRecord", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/callRecords/getPstnBlockedUsersLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecordsPstnBlockedUsersLogRow", - "Command": "Get-MgCommunicationCallRecordPstnBlockedUserLog" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": { "Name": "N/A", @@ -14573,30 +14561,47 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Get-MgCommunicationCallRecordPstnBlockedUserLog", + "ApiVersion": "beta" + }, + { "Uri": "/communications/callRecords/getPstnOnlineMeetingDialoutReport(fromDateTime={fromDateTime},toDateTime={toDateTime})", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecordsPstnOnlineMeetingDialoutReport", - "Command": "Get-MgCommunicationCallRecordPstnOnlineMeetingDialoutReport" + "Method": "GET", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "Get-MgCommunicationCallRecordPstnOnlineMeetingDialoutReport", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "Method": "GET", - "Permissions": [], "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCallRecordsSession", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecordsSession", - "Command": "Get-MgCommunicationCallRecordSession" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgCommunicationCallRecordSession", + "ApiVersion": "beta" }, { + "Uri": "/communications/callRecords/{callRecord-id}/sessions", "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "N/A", @@ -14604,16 +14609,16 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecordsSession", - "Command": "Get-MgCommunicationCallRecordSession" + "Command": "Get-MgCommunicationCallRecordSession", + "ApiVersion": "beta" }, { + "Uri": "/communications/callRecords/{callRecord-id}/sessions", "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCallRecordsSession", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "N/A", @@ -14621,29 +14626,30 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/communications/callRecords/{callRecord-id}/sessions", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecordsSession", - "Command": "Get-MgCommunicationCallRecordSession" + "Command": "Get-MgCommunicationCallRecordSession", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "GET", - "Permissions": [], "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCallRecordsSession", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecordsSession", - "Command": "Get-MgCommunicationCallRecordSession" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgCommunicationCallRecordSession", + "ApiVersion": "v1.0" }, { + "Uri": "/communications/callRecords/getSmsLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "N/A", @@ -14651,32 +14657,31 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/communications/callRecords/getSmsLog(fromDateTime={fromDateTime},toDateTime={toDateTime})", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecordsSmsLogRow", - "Command": "Get-MgCommunicationCallRecordSmLog" + "Command": "Get-MgCommunicationCallRecordSmLog", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "Method": "POST", - "Permissions": [], "Uri": "/communications/onlineMeetings/createOrGet", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphOnlineMeeting1", "Variants": [ "Get", "Get3", "GetExpanded", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting1", - "Command": "Get-MgCommunicationOnlineMeeting" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeeting", + "ApiVersion": "beta" }, { + "Uri": "/communications/onlineMeetings", "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphOnlineMeeting1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -14698,16 +14703,16 @@ "IsAdmin": false } ], - "Uri": "/communications/onlineMeetings", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting1", - "Command": "Get-MgCommunicationOnlineMeeting" + "Command": "Get-MgCommunicationOnlineMeeting", + "ApiVersion": "beta" }, { + "Uri": "/communications/onlineMeetings", "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -14729,303 +14734,303 @@ "IsAdmin": false } ], - "Uri": "/communications/onlineMeetings", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "Command": "Get-MgCommunicationOnlineMeeting" + "Command": "Get-MgCommunicationOnlineMeeting", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "GET", - "Permissions": [], "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphOnlineMeeting", "Variants": [ "Get1", "Get2", "GetExpanded1", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "Command": "Get-MgCommunicationOnlineMeeting" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeeting", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgCommunicationOnlineMeetingAlternativeRecording" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingAlternativeRecording", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAttendanceRecord1", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord1", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAttendanceRecord1", "Variants": [ "List1", "List2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord1", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAttendanceRecord", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAttendanceRecord", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", - "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingAttendeeReport", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgCommunicationOnlineMeetingRecording" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingRecording", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMeetingRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistration", - "Command": "Get-MgCommunicationOnlineMeetingRegistration" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingRegistration", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "Command": "Get-MgCommunicationOnlineMeetingRegistrationCustomQuestion" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "Command": "Get-MgCommunicationOnlineMeetingRegistrationCustomQuestion" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCallTranscript", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallTranscript", - "Command": "Get-MgCommunicationOnlineMeetingTranscript" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingTranscript", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCallTranscript", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallTranscript", - "Command": "Get-MgCommunicationOnlineMeetingTranscript" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingTranscript", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgCommunicationOnlineMeetingTranscriptContent" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingTranscriptContent", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgCommunicationOnlineMeetingTranscriptMetadataContent" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/virtualAppointment", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphVirtualAppointment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualAppointment", - "Command": "Get-MgCommunicationOnlineMeetingVirtualAppointment" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [], + "Command": "Get-MgCommunicationOnlineMeetingVirtualAppointment", + "ApiVersion": "beta" + }, + { "Uri": "/communications/presences/{presence-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphPresence1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPresence1", - "Command": "Get-MgCommunicationPresence" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgCommunicationPresence", + "ApiVersion": "beta" }, { + "Uri": "/communications/presences", "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphPresence1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -15041,16 +15046,16 @@ "IsAdmin": false } ], - "Uri": "/communications/presences", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPresence1", - "Command": "Get-MgCommunicationPresence" + "Command": "Get-MgCommunicationPresence", + "ApiVersion": "beta" }, { + "Uri": "/communications/presences", "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphPresence", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -15066,29 +15071,30 @@ "IsAdmin": false } ], - "Uri": "/communications/presences", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPresence", - "Command": "Get-MgCommunicationPresence" + "Command": "Get-MgCommunicationPresence", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "GET", - "Permissions": [], "Uri": "/communications/presences/{presence-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphPresence", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPresence", - "Command": "Get-MgCommunicationPresence" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgCommunicationPresence", + "ApiVersion": "v1.0" }, { + "Uri": "/communications/getPresencesByUserId", "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphPresence1", + "Variants": [ + "Get1", + "GetExpanded1" + ], "Method": "POST", "Permissions": { "Name": "Presence.Read.All", @@ -15096,17 +15102,17 @@ "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 }, - "Uri": "/communications/getPresencesByUserId", - "Variants": [ - "Get1", - "GetExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPresence1", - "Command": "Get-MgCommunicationPresenceByUserId" + "Command": "Get-MgCommunicationPresenceByUserId", + "ApiVersion": "beta" }, { + "Uri": "/communications/getPresencesByUserId", "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphPresence", + "Variants": [ + "Get", + "GetExpanded" + ], "Method": "POST", "Permissions": { "Name": "Presence.Read.All", @@ -15114,53 +15120,53 @@ "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 }, - "Uri": "/communications/getPresencesByUserId", - "Variants": [ - "Get", - "GetExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPresence", - "Command": "Get-MgCommunicationPresenceByUserId" + "Command": "Get-MgCommunicationPresenceByUserId", + "ApiVersion": "v1.0" }, { - "Module": "Compliance", - "Method": "GET", - "Permissions": [], "Uri": "/compliance", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", - "Command": "Get-MgCompliance" - }, - { - "Module": "Compliance", "Method": "GET", "Permissions": [], + "Command": "Get-MgCompliance", + "ApiVersion": "beta" + }, + { "Uri": "/compliance", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphCompliance", "Variants": [ "Get1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCompliance", - "Command": "Get-MgCompliance" - }, - { - "Module": "Compliance", "Method": "GET", "Permissions": [], + "Command": "Get-MgCompliance", + "ApiVersion": "v1.0" + }, + { "Uri": "/compliance/ediscovery", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryEdiscoveryroot", - "Command": "Get-MgComplianceEdiscovery" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgComplianceEdiscovery", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -15176,17 +15182,16 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCase", - "Command": "Get-MgComplianceEdiscoveryCase" + "Command": "Get-MgComplianceEdiscoveryCase", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -15202,16 +15207,17 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCase", - "Command": "Get-MgComplianceEdiscoveryCase" + "Command": "Get-MgComplianceEdiscoveryCase", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -15227,17 +15233,16 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", - "Command": "Get-MgComplianceEdiscoveryCaseCustodian" + "Command": "Get-MgComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -15253,16 +15258,17 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", - "Command": "Get-MgComplianceEdiscoveryCaseCustodian" + "Command": "Get-MgComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -15278,17 +15284,16 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "Command": "Get-MgComplianceEdiscoveryCaseCustodianSiteSource" + "Command": "Get-MgComplianceEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -15304,29 +15309,30 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "Command": "Get-MgComplianceEdiscoveryCaseCustodianSiteSource" + "Command": "Get-MgComplianceEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "Method": "GET", - "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}/site", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphSite", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", - "Command": "Get-MgComplianceEdiscoveryCaseCustodianSiteSourceSite" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgComplianceEdiscoveryCaseCustodianSiteSourceSite", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -15342,17 +15348,16 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "Command": "Get-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource" + "Command": "Get-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -15368,29 +15373,30 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "Command": "Get-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource" + "Command": "Get-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "Method": "GET", - "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Get-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSourceGroup", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -15406,17 +15412,16 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "Command": "Get-MgComplianceEdiscoveryCaseCustodianUserSource" + "Command": "Get-MgComplianceEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -15432,16 +15437,17 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "Command": "Get-MgComplianceEdiscoveryCaseCustodianUserSource" + "Command": "Get-MgComplianceEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -15457,17 +15463,16 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", - "Command": "Get-MgComplianceEdiscoveryCaseLegalHold" + "Command": "Get-MgComplianceEdiscoveryCaseLegalHold", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -15483,29 +15488,29 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", - "Command": "Get-MgComplianceEdiscoveryCaseLegalHold" + "Command": "Get-MgComplianceEdiscoveryCaseLegalHold", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "Method": "GET", - "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldSiteSource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -15521,80 +15526,80 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldSiteSource" + "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "Method": "GET", - "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}/site", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphSite", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", - "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldSiteSourceSite" - }, - { - "Module": "Compliance", "Method": "GET", "Permissions": [], + "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldSiteSourceSite", + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource" - }, - { - "Module": "Compliance", "Method": "GET", "Permissions": [], + "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource" - }, - { - "Module": "Compliance", "Method": "GET", "Permissions": [], + "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", - "Variants": [ + "Module": "Compliance", + "OutputType": "IMicrosoftGraphGroup", + "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup" - }, - { - "Module": "Compliance", "Method": "GET", "Permissions": [], + "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSourceGroup", + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUserSource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -15610,16 +15615,17 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUserSource" + "Command": "Get-MgComplianceEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -15635,17 +15641,16 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "Command": "Get-MgComplianceEdiscoveryCaseNoncustodialDataSource" + "Command": "Get-MgComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -15661,29 +15666,29 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "Command": "Get-MgComplianceEdiscoveryCaseNoncustodialDataSource" + "Command": "Get-MgComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "Method": "GET", - "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", - "Command": "Get-MgComplianceEdiscoveryCaseOperation" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgComplianceEdiscoveryCaseOperation", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/operations", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -15699,16 +15704,17 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/operations", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", - "Command": "Get-MgComplianceEdiscoveryCaseOperation" + "Command": "Get-MgComplianceEdiscoveryCaseOperation", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -15724,17 +15730,16 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", - "Command": "Get-MgComplianceEdiscoveryCaseReviewSet" + "Command": "Get-MgComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -15750,16 +15755,17 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", - "Command": "Get-MgComplianceEdiscoveryCaseReviewSet" + "Command": "Get-MgComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -15775,17 +15781,16 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", - "Command": "Get-MgComplianceEdiscoveryCaseReviewSetQuery" + "Command": "Get-MgComplianceEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -15801,16 +15806,17 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", - "Command": "Get-MgComplianceEdiscoveryCaseReviewSetQuery" + "Command": "Get-MgComplianceEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/settings", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -15826,17 +15832,17 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/settings", + "Command": "Get-MgComplianceEdiscoveryCaseSetting", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCaseSettings", - "Command": "Get-MgComplianceEdiscoveryCaseSetting" - }, - { - "Module": "Compliance", "Method": "GET", "Permissions": [ { @@ -15852,17 +15858,16 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", - "Command": "Get-MgComplianceEdiscoveryCaseSourceCollection" + "Command": "Get-MgComplianceEdiscoveryCaseSourceCollection", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -15878,29 +15883,29 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", - "Command": "Get-MgComplianceEdiscoveryCaseSourceCollection" + "Command": "Get-MgComplianceEdiscoveryCaseSourceCollection", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "Method": "GET", - "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -15916,16 +15921,17 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource" + "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -15941,30 +15947,29 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/addToReviewSetOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryAddToReviewSetOperation", - "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation" + "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionAddToReviewSetOperation", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "Method": "GET", - "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources/{dataSource-id}", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionCustodianSource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionCustodianSource", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -15980,16 +15985,17 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/custodianSources", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionCustodianSource" + "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionCustodianSource", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -16005,30 +16011,29 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/lastEstimateStatisticsOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryEstimateStatisticsOperation", - "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation" + "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionLastEstimateStatisticsOperation", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "Method": "GET", - "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources/{noncustodialDataSource-id}", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionNoncustodialSource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -16044,16 +16049,17 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/noncustodialSources", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionNoncustodialSource" + "Command": "Get-MgComplianceEdiscoveryCaseSourceCollectionNoncustodialSource", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -16069,17 +16075,16 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "Command": "Get-MgComplianceEdiscoveryCaseTag" + "Command": "Get-MgComplianceEdiscoveryCaseTag", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/tags", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -16095,29 +16100,29 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "Command": "Get-MgComplianceEdiscoveryCaseTag" + "Command": "Get-MgComplianceEdiscoveryCaseTag", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "Method": "GET", - "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags/{tag-id1}", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryTag", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "Command": "Get-MgComplianceEdiscoveryCaseTagChildTag" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgComplianceEdiscoveryCaseTagChildTag", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -16133,29 +16138,30 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/childTags", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "Command": "Get-MgComplianceEdiscoveryCaseTagChildTag" + "Command": "Get-MgComplianceEdiscoveryCaseTagChildTag", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "Method": "GET", - "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}/parent", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryTag", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "Command": "Get-MgComplianceEdiscoveryCaseTagParent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgComplianceEdiscoveryCaseTagParent", + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -16177,17 +16183,16 @@ "IsAdmin": true } ], - "Uri": "/contacts/{orgContact-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "Get-MgContact" + "Command": "Get-MgContact", + "ApiVersion": "beta" }, { + "Uri": "/contacts", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -16209,16 +16214,16 @@ "IsAdmin": true } ], - "Uri": "/contacts", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "Get-MgContact" + "Command": "Get-MgContact", + "ApiVersion": "beta" }, { + "Uri": "/contacts", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -16240,16 +16245,17 @@ "IsAdmin": true } ], - "Uri": "/contacts", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", - "Command": "Get-MgContact" + "Command": "Get-MgContact", + "ApiVersion": "v1.0" }, { + "Uri": "/contacts/{orgContact-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -16271,43 +16277,42 @@ "IsAdmin": true } ], - "Uri": "/contacts/{orgContact-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", - "Command": "Get-MgContact" + "Command": "Get-MgContact", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/contacts/getByIds", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContactById" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgContactById", + "ApiVersion": "beta" + }, + { "Uri": "/contacts/getByIds", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContactById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgContactById", + "ApiVersion": "v1.0" }, { + "Uri": "/contacts/delta", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact1", + "Variants": [ + "Delta1" + ], "Method": "GET", "Permissions": [ { @@ -16329,16 +16334,16 @@ "IsAdmin": true } ], - "Uri": "/contacts/delta", - "Variants": [ - "Delta1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "Get-MgContactDelta" + "Command": "Get-MgContactDelta", + "ApiVersion": "beta" }, { + "Uri": "/contacts/delta", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact", + "Variants": [ + "Delta" + ], "Method": "GET", "Permissions": [ { @@ -16360,29 +16365,29 @@ "IsAdmin": true } ], - "Uri": "/contacts/delta", - "Variants": [ - "Delta" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", - "Command": "Get-MgContactDelta" + "Command": "Get-MgContactDelta", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContactDirectReport" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgContactDirectReport", + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/directReports", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -16404,16 +16409,16 @@ "IsAdmin": true } ], - "Uri": "/contacts/{orgContact-id}/directReports", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContactDirectReport" + "Command": "Get-MgContactDirectReport", + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/directReports", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -16435,29 +16440,30 @@ "IsAdmin": true } ], - "Uri": "/contacts/{orgContact-id}/directReports", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContactDirectReport" + "Command": "Get-MgContactDirectReport", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContactDirectReport" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgContactDirectReport", + "ApiVersion": "v1.0" }, { + "Uri": "/contacts/{orgContact-id}/manager", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -16479,17 +16485,17 @@ "IsAdmin": true } ], - "Uri": "/contacts/{orgContact-id}/manager", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContactManager" + "Command": "Get-MgContactManager", + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/manager", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -16511,17 +16517,19 @@ "IsAdmin": true } ], - "Uri": "/contacts/{orgContact-id}/manager", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContactManager" + "Command": "Get-MgContactManager", + "ApiVersion": "v1.0" }, { + "Uri": "/contacts/{orgContact-id}/getMemberGroups", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1", + "GetViaIdentity1", + "GetViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -16585,19 +16593,19 @@ "IsAdmin": false } ], - "Uri": "/contacts/{orgContact-id}/getMemberGroups", - "Variants": [ - "Get1", - "GetExpanded1", - "GetViaIdentity1", - "GetViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgContactMemberGroup" + "Command": "Get-MgContactMemberGroup", + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/getMemberGroups", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -16661,19 +16669,19 @@ "IsAdmin": false } ], - "Uri": "/contacts/{orgContact-id}/getMemberGroups", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgContactMemberGroup" + "Command": "Get-MgContactMemberGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/contacts/{orgContact-id}/getMemberObjects", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1", + "GetViaIdentity1", + "GetViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -16743,19 +16751,19 @@ "IsAdmin": true } ], - "Uri": "/contacts/{orgContact-id}/getMemberObjects", - "Variants": [ - "Get1", - "GetExpanded1", - "GetViaIdentity1", - "GetViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgContactMemberObject" + "Command": "Get-MgContactMemberObject", + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/getMemberObjects", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -16825,32 +16833,29 @@ "IsAdmin": true } ], - "Uri": "/contacts/{orgContact-id}/getMemberObjects", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgContactMemberObject" + "Command": "Get-MgContactMemberObject", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContactMemberOf" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgContactMemberOf", + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/memberOf", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -16872,16 +16877,16 @@ "IsAdmin": true } ], - "Uri": "/contacts/{orgContact-id}/memberOf", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContactMemberOf" + "Command": "Get-MgContactMemberOf", + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/memberOf", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -16903,42 +16908,42 @@ "IsAdmin": true } ], - "Uri": "/contacts/{orgContact-id}/memberOf", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContactMemberOf" + "Command": "Get-MgContactMemberOf", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContactMemberOf" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgContactMemberOf", + "ApiVersion": "v1.0" + }, + { "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContactTransitiveMemberOf" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgContactTransitiveMemberOf", + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -16960,16 +16965,16 @@ "IsAdmin": true } ], - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContactTransitiveMemberOf" + "Command": "Get-MgContactTransitiveMemberOf", + "ApiVersion": "beta" }, { + "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -16991,67 +16996,68 @@ "IsAdmin": true } ], - "Uri": "/contacts/{orgContact-id}/transitiveMemberOf", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContactTransitiveMemberOf" + "Command": "Get-MgContactTransitiveMemberOf", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContactTransitiveMemberOf" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgContactTransitiveMemberOf", + "ApiVersion": "v1.0" + }, + { "Uri": "/contacts/{orgContact-id}/transitiveReports/{directoryObject-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContactTransitiveReport" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgContactTransitiveReport", + "ApiVersion": "beta" + }, + { "Uri": "/contacts/{orgContact-id}/transitiveReports", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContactTransitiveReport" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgContactTransitiveReport", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/contacts/getUserOwnedObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContactUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgContactUserOwnedObject", + "ApiVersion": "beta" }, { + "Uri": "/contracts/{contract-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphContract", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -17067,17 +17073,16 @@ "IsAdmin": true } ], - "Uri": "/contracts/{contract-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContract", - "Command": "Get-MgContract" + "Command": "Get-MgContract", + "ApiVersion": "beta" }, { + "Uri": "/contracts", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphContract", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -17093,16 +17098,16 @@ "IsAdmin": true } ], - "Uri": "/contracts", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContract", - "Command": "Get-MgContract" + "Command": "Get-MgContract", + "ApiVersion": "beta" }, { + "Uri": "/contracts", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphContract", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -17118,16 +17123,17 @@ "IsAdmin": true } ], - "Uri": "/contracts", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContract", - "Command": "Get-MgContract" + "Command": "Get-MgContract", + "ApiVersion": "v1.0" }, { + "Uri": "/contracts/{contract-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphContract", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -17143,43 +17149,42 @@ "IsAdmin": true } ], - "Uri": "/contracts/{contract-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContract", - "Command": "Get-MgContract" + "Command": "Get-MgContract", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/contracts/getByIds", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContractById" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgContractById", + "ApiVersion": "beta" + }, + { "Uri": "/contracts/getByIds", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContractById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgContractById", + "ApiVersion": "v1.0" }, { + "Uri": "/contracts/delta", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Delta1" + ], "Method": "GET", "Permissions": [ { @@ -17195,16 +17200,16 @@ "IsAdmin": true } ], - "Uri": "/contracts/delta", - "Variants": [ - "Delta1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContractDelta" + "Command": "Get-MgContractDelta", + "ApiVersion": "beta" }, { + "Uri": "/contracts/delta", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Delta" + ], "Method": "GET", "Permissions": [ { @@ -17220,89 +17225,90 @@ "IsAdmin": true } ], - "Uri": "/contracts/delta", - "Variants": [ - "Delta" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContractDelta" + "Command": "Get-MgContractDelta", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/contracts/{contract-id}/getMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgContractMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgContractMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/contracts/{contract-id}/getMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgContractMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgContractMemberGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/contracts/{contract-id}/getMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgContractMemberObject" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgContractMemberObject", + "ApiVersion": "beta" + }, + { "Uri": "/contracts/{contract-id}/getMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgContractMemberObject" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgContractMemberObject", + "ApiVersion": "v1.0" + }, + { "Uri": "/contracts/getUserOwnedObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgContractUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgContractUserOwnedObject", + "ApiVersion": "beta" }, { + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -17318,41 +17324,41 @@ "IsAdmin": true } ], - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataPolicyOperation", - "Command": "Get-MgDataPolicyOperation" + "Command": "Get-MgDataPolicyOperation", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/dataPolicyOperations", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDataPolicyOperation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataPolicyOperation", - "Command": "Get-MgDataPolicyOperation" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgDataPolicyOperation", + "ApiVersion": "beta" + }, + { "Uri": "/dataPolicyOperations", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDataPolicyOperation", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDataPolicyOperation", - "Command": "Get-MgDataPolicyOperation" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDataPolicyOperation", + "ApiVersion": "v1.0" }, { + "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDataPolicyOperation", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -17368,17 +17374,17 @@ "IsAdmin": true } ], - "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Command": "Get-MgDataPolicyOperation", + "ApiVersion": "v1.0" + }, + { + "Uri": "/devices/{device-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDataPolicyOperation", - "Command": "Get-MgDataPolicyOperation" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [ { @@ -17400,17 +17406,16 @@ "IsAdmin": true } ], - "Uri": "/devices/{device-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Get-MgDevice" + "Command": "Get-MgDevice", + "ApiVersion": "beta" }, { + "Uri": "/devices", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -17426,16 +17431,16 @@ "IsAdmin": true } ], - "Uri": "/devices", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Get-MgDevice" + "Command": "Get-MgDevice", + "ApiVersion": "beta" }, { + "Uri": "/devices", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -17451,16 +17456,17 @@ "IsAdmin": true } ], - "Uri": "/devices", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Get-MgDevice" + "Command": "Get-MgDevice", + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -17482,17 +17488,16 @@ "IsAdmin": true } ], - "Uri": "/devices/{device-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Get-MgDevice" + "Command": "Get-MgDevice", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceAppManagement", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -17520,16 +17525,16 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAppManagement", - "Command": "Get-MgDeviceAppMgt" + "Command": "Get-MgDeviceAppMgt", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceAppManagement1", + "Variants": [ + "Get1" + ], "Method": "GET", "Permissions": [ { @@ -17557,42 +17562,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement", - "Variants": [ - "Get1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceAppManagement1", - "Command": "Get-MgDeviceAppMgt" + "Command": "Get-MgDeviceAppMgt", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "GET", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "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/androidManagedAppProtections/{androidManagedAppProtection-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection1", - "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -17608,16 +17588,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtection", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection1", - "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -17633,16 +17613,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtection", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -17658,17 +17638,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtection", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -17684,17 +17664,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtection", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -17710,16 +17690,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -17735,16 +17715,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -17760,17 +17740,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -17786,17 +17766,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -17812,17 +17792,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -17838,17 +17818,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection1", - "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -17864,16 +17844,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtection", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection1", - "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -17889,16 +17869,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtection", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -17914,17 +17894,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtection", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -17940,17 +17920,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtection", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -17966,16 +17946,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -17991,16 +17971,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18016,17 +17996,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18042,17 +18022,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18068,17 +18048,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18094,17 +18074,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", - "Command": "Get-MgDeviceAppMgtEnterpriseCodeSigningCertificate" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18120,41 +18100,16 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", - "Command": "Get-MgDeviceAppMgtEnterpriseCodeSigningCertificate" - }, - { - "Module": "Devices.CorporateManagement", - "Method": "GET", - "Permissions": [], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", - "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfiguration" + "Command": "Get-MgDeviceAppMgtEnterpriseCodeSigningCertificate", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", "Module": "Devices.CorporateManagement", - "Method": "GET", - "Permissions": [], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", - "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18170,17 +18125,42 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", + "Command": "Get-MgDeviceAppMgtEnterpriseCodeSigningCertificate", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", - "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Variants": [ + "List" + ], + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -18196,16 +18176,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", - "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18221,17 +18201,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", - "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18247,16 +18227,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", - "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18272,17 +18252,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", - "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18298,16 +18278,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", - "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18323,17 +18303,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18349,16 +18329,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18374,17 +18354,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphIosManagedAppProtection1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosManagedAppProtection1", - "Command": "Get-MgDeviceAppMgtiOSManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18400,16 +18380,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtiOSManagedAppProtection", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphIosManagedAppProtection1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosManagedAppProtection1", - "Command": "Get-MgDeviceAppMgtiOSManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18425,16 +18405,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtiOSManagedAppProtection", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "Command": "Get-MgDeviceAppMgtiOSManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18450,17 +18430,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtiOSManagedAppProtection", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "Command": "Get-MgDeviceAppMgtiOSManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18476,17 +18456,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtiOSManagedAppProtection", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18502,16 +18482,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18527,16 +18507,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18552,17 +18532,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18578,17 +18558,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18604,17 +18584,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18630,17 +18610,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy1", - "Command": "Get-MgDeviceAppMgtManagedAppPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18656,16 +18636,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppPolicies", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy1", - "Command": "Get-MgDeviceAppMgtManagedAppPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18681,16 +18661,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppPolicies", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "Command": "Get-MgDeviceAppMgtManagedAppPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18706,17 +18686,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "Command": "Get-MgDeviceAppMgtManagedAppPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18732,17 +18712,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppRegistration1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppRegistration1", - "Command": "Get-MgDeviceAppMgtManagedAppRegistration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18758,16 +18738,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppRegistration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppRegistration1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppRegistration1", - "Command": "Get-MgDeviceAppMgtManagedAppRegistration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18783,16 +18763,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppRegistration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "Command": "Get-MgDeviceAppMgtManagedAppRegistration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18808,17 +18788,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppRegistration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "Command": "Get-MgDeviceAppMgtManagedAppRegistration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18834,17 +18814,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppRegistration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy1", - "Command": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18860,16 +18840,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy1", - "Command": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18885,16 +18865,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "Command": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18910,17 +18890,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "Command": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18936,17 +18916,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy1", - "Command": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18962,16 +18942,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy1", - "Command": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -18987,16 +18967,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "Command": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19012,17 +18992,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "Command": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19038,17 +19018,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppOperation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "Command": "Get-MgDeviceAppMgtManagedAppRegistrationOperation" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19064,16 +19044,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppOperation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "Command": "Get-MgDeviceAppMgtManagedAppRegistrationOperation" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19089,16 +19069,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppOperation", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "Command": "Get-MgDeviceAppMgtManagedAppRegistrationOperation" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19114,17 +19094,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppOperation", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "Command": "Get-MgDeviceAppMgtManagedAppRegistrationOperation" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19140,16 +19120,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppRegistrationOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceAppMgtManagedAppRegistrationUserIdWithFlaggedAppRegistration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19165,16 +19145,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppRegistrationUserIdWithFlaggedAppRegistration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Get1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceAppMgtManagedAppRegistrationUserIdWithFlaggedAppRegistration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19190,17 +19170,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppRegistrationUserIdWithFlaggedAppRegistration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppStatus", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "Command": "Get-MgDeviceAppMgtManagedAppStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19216,16 +19196,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppStatus", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "Command": "Get-MgDeviceAppMgtManagedAppStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19241,16 +19221,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppStatus", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "Command": "Get-MgDeviceAppMgtManagedAppStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19266,17 +19246,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppStatus", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "Command": "Get-MgDeviceAppMgtManagedAppStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19292,17 +19272,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedAppStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedEBook1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedEBook1", - "Command": "Get-MgDeviceAppMgtManagedEBook" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19318,16 +19298,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBook", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedEBook1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedEBook1", - "Command": "Get-MgDeviceAppMgtManagedEBook" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19343,16 +19323,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBook", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedEBook", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedEBook", - "Command": "Get-MgDeviceAppMgtManagedEBook" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19368,17 +19348,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBook", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedEBook", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedEBook", - "Command": "Get-MgDeviceAppMgtManagedEBook" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19394,17 +19374,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBook", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedEBookAssignment1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedEBookAssignment1", - "Command": "Get-MgDeviceAppMgtManagedEBookAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19420,16 +19400,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBookAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedEBookAssignment1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedEBookAssignment1", - "Command": "Get-MgDeviceAppMgtManagedEBookAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19445,16 +19425,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBookAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedEBookAssignment", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", - "Command": "Get-MgDeviceAppMgtManagedEBookAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19470,17 +19450,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBookAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedEBookAssignment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", - "Command": "Get-MgDeviceAppMgtManagedEBookAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19496,19 +19476,19 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBookAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedEBookCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedEBookCategory", - "Command": "Get-MgDeviceAppMgtManagedEBookCategory" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19524,17 +19504,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBookCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBookCategories", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedEBookCategory", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedEBookCategory", - "Command": "Get-MgDeviceAppMgtManagedEBookCategory" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19550,17 +19530,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBookCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "Command": "Get-MgDeviceAppMgtManagedEBookDeviceState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19576,16 +19556,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBookDeviceState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "Command": "Get-MgDeviceAppMgtManagedEBookDeviceState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19601,16 +19581,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBookDeviceState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "Command": "Get-MgDeviceAppMgtManagedEBookDeviceState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19626,17 +19606,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBookDeviceState", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "Command": "Get-MgDeviceAppMgtManagedEBookDeviceState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19652,17 +19632,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBookDeviceState", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphEBookInstallSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEBookInstallSummary", - "Command": "Get-MgDeviceAppMgtManagedEBookInstallSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19678,17 +19658,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBookInstallSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphEBookInstallSummary", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEBookInstallSummary", - "Command": "Get-MgDeviceAppMgtManagedEBookInstallSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19704,17 +19684,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBookInstallSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19730,16 +19710,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19755,16 +19735,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19780,17 +19760,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19806,17 +19786,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19832,16 +19812,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19857,16 +19837,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19882,17 +19862,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19908,17 +19888,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy1", - "Command": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19934,16 +19914,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy1", - "Command": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19959,16 +19939,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "Command": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -19984,17 +19964,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "Command": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20010,17 +19990,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileApp1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileApp1", - "Command": "Get-MgDeviceAppMgtMobileApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20036,16 +20016,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileApp1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileApp1", - "Command": "Get-MgDeviceAppMgtMobileApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20061,16 +20041,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileApp", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileApp", - "Command": "Get-MgDeviceAppMgtMobileApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20086,17 +20066,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileApp", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileApp", - "Command": "Get-MgDeviceAppMgtMobileApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20112,17 +20092,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppAssignment1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment1", - "Command": "Get-MgDeviceAppMgtMobileAppAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20138,16 +20118,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppAssignment1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment1", - "Command": "Get-MgDeviceAppMgtMobileAppAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20163,16 +20143,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "Command": "Get-MgDeviceAppMgtMobileAppAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20188,17 +20168,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "Command": "Get-MgDeviceAppMgtMobileAppAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20214,19 +20194,19 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", - "Command": "Get-MgDeviceAppMgtMobileAppCategory" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20242,17 +20222,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppCategories", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppCategory", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", - "Command": "Get-MgDeviceAppMgtMobileAppCategory" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20268,17 +20248,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppCategories", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppCategory", "Variants": [ "List2", "List3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", - "Command": "Get-MgDeviceAppMgtMobileAppCategory" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20294,19 +20274,19 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppCategory", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", - "Command": "Get-MgDeviceAppMgtMobileAppCategory" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20322,17 +20302,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration1", - "Command": "Get-MgDeviceAppMgtMobileAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20348,16 +20328,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration1", - "Command": "Get-MgDeviceAppMgtMobileAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20373,16 +20353,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "Command": "Get-MgDeviceAppMgtMobileAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20398,17 +20378,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "Command": "Get-MgDeviceAppMgtMobileAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20424,17 +20404,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment1", - "Command": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20450,16 +20430,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment1", - "Command": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20475,16 +20455,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "Command": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20500,17 +20480,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "Command": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20526,17 +20506,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", - "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20552,16 +20532,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", - "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20577,16 +20557,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20602,17 +20582,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20628,17 +20608,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary1", - "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20654,17 +20634,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceSummary", - "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20680,17 +20660,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20706,16 +20686,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20731,16 +20711,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20756,17 +20736,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20782,17 +20762,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary1", - "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20808,17 +20788,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserSummary", - "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20834,17 +20814,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileApps/getMobileAppCount(status='{status}')", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceAppMgtMobileAppCount" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20860,17 +20840,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppCount", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppInstallStatus", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppInstallStatus", - "Command": "Get-MgDeviceAppMgtMobileAppDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20886,16 +20866,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppInstallStatus", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppInstallStatus", - "Command": "Get-MgDeviceAppMgtMobileAppDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20911,17 +20891,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}/app", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileApp1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileApp1", - "Command": "Get-MgDeviceAppMgtMobileAppDeviceStatusesApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20937,30 +20917,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/installSummary", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppInstallSummary", - "Command": "Get-MgDeviceAppMgtMobileAppInstallSummary" + "Command": "Get-MgDeviceAppMgtMobileAppDeviceStatusesApp", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/installSummary", "Module": "Devices.CorporateManagement", - "Method": "GET", - "Permissions": [], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/getRelatedAppStates(userPrincipalName='{userPrincipalName}',deviceId='{deviceId}')", + "OutputType": "IMicrosoftGraphMobileAppInstallSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationshipState", - "Command": "Get-MgDeviceAppMgtMobileAppRelatedAppState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -20976,17 +20943,30 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", + "Command": "Get-MgDeviceAppMgtMobileAppInstallSummary", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/getRelatedAppStates(userPrincipalName='{userPrincipalName}',deviceId='{deviceId}')", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppRelationshipState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", - "Command": "Get-MgDeviceAppMgtMobileAppRelationship" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceAppMgtMobileAppRelatedAppState", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppRelationship", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -21002,16 +20982,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppRelationship", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", - "Command": "Get-MgDeviceAppMgtMobileAppRelationship" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21027,17 +21007,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppRelationship", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/getTopMobileApps(status='{status}',count={count})", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileApp1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileApp1", - "Command": "Get-MgDeviceAppMgtMobileAppTopMobileApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21053,17 +21033,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppTopMobileApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphUserAppInstallStatus", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserAppInstallStatus", - "Command": "Get-MgDeviceAppMgtMobileAppUserStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21079,16 +21059,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphUserAppInstallStatus", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserAppInstallStatus", - "Command": "Get-MgDeviceAppMgtMobileAppUserStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21104,17 +21084,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/app", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileApp1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileApp1", - "Command": "Get-MgDeviceAppMgtMobileAppUserStatusesApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21130,17 +21110,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtMobileAppUserStatusesApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppInstallStatus", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppInstallStatus", - "Command": "Get-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21156,57 +21136,57 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppInstallStatus", - "Command": "Get-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses" + "Command": "Get-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses", "Module": "Devices.CorporateManagement", - "Method": "GET", - "Permissions": [], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app", + "OutputType": "IMicrosoftGraphMobileAppInstallStatus", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileApp1", - "Command": "Get-MgDeviceAppMgtMobileAppUserStatusesDeviceStatusesApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "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": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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 } ], - "Uri": "/deviceAppManagement/policySets/{policySet-id}", + "Command": "Get-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}/app", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileApp1", "Variants": [ "Get", - "Get1", - "GetExpanded", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicySet", - "Command": "Get-MgDeviceAppMgtPolicySet" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceAppMgtMobileAppUserStatusesDeviceStatusesApp", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/policySets/{policySet-id}", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphPolicySet", + "Variants": [ + "Get", + "Get1", + "GetExpanded", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -21222,16 +21202,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtPolicySet", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/policySets", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphPolicySet", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicySet", - "Command": "Get-MgDeviceAppMgtPolicySet" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21247,17 +21227,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtPolicySet", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphPolicySetAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicySetAssignment", - "Command": "Get-MgDeviceAppMgtPolicySetAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21273,16 +21253,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtPolicySetAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphPolicySetAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicySetAssignment", - "Command": "Get-MgDeviceAppMgtPolicySetAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21298,17 +21278,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtPolicySetAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphPolicySetItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicySetItem", - "Command": "Get-MgDeviceAppMgtPolicySetItem" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21324,41 +21304,41 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtPolicySetItem", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphPolicySetItem", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicySetItem", - "Command": "Get-MgDeviceAppMgtPolicySetItem" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "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": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows 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 } ], + "Command": "Get-MgDeviceAppMgtPolicySetItem", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSymantecCodeSigningCertificate", - "Command": "Get-MgDeviceAppMgtSymantecCodeSigningCertificate" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21374,17 +21354,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtSymantecCodeSigningCertificate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration1", - "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21400,16 +21380,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration1", - "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21425,16 +21405,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21450,17 +21430,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21476,17 +21456,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21502,16 +21482,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21527,16 +21507,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21552,17 +21532,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21578,17 +21558,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", - "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21604,16 +21584,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", - "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21629,16 +21609,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21654,17 +21634,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21680,17 +21660,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21706,17 +21686,43 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicyDeploymentSummary", - "Command": "Get-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary" + "Method": "GET", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "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-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -21744,17 +21750,16 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", - "Command": "Get-MgDeviceAppMgtTask" + "Command": "Get-MgDeviceAppMgtTask", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/deviceAppManagementTasks", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -21782,16 +21787,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", - "Command": "Get-MgDeviceAppMgtTask" + "Command": "Get-MgDeviceAppMgtTask", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphVppToken2", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -21819,17 +21825,16 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVppToken2", - "Command": "Get-MgDeviceAppMgtVppToken" + "Command": "Get-MgDeviceAppMgtVppToken", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/vppTokens", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphVppToken2", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -21857,16 +21862,16 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/vppTokens", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVppToken2", - "Command": "Get-MgDeviceAppMgtVppToken" + "Command": "Get-MgDeviceAppMgtVppToken", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/vppTokens", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphVppToken", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -21894,16 +21899,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/vppTokens", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVppToken", - "Command": "Get-MgDeviceAppMgtVppToken" + "Command": "Get-MgDeviceAppMgtVppToken", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphVppToken", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -21931,17 +21937,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVppToken", - "Command": "Get-MgDeviceAppMgtVppToken" + "Command": "Get-MgDeviceAppMgtVppToken", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphVppTokenLicenseSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -21969,17 +21975,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/vppTokens/getLicensesForApp(bundleId='{bundleId}')", + "Command": "Get-MgDeviceAppMgtVppTokenLicenseForApp", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVppTokenLicenseSummary", - "Command": "Get-MgDeviceAppMgtVppTokenLicenseForApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -21995,17 +22001,16 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", - "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicy" + "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicy", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -22021,16 +22026,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", - "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicy" + "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicy", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -22046,17 +22052,16 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", - "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyAssignment" + "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -22072,16 +22077,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", - "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyAssignment" + "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -22097,17 +22103,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", + "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyDeploySummary", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentSummary", - "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyDeploySummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -22123,17 +22129,16 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", - "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses" + "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -22149,16 +22154,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", - "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses" + "Command": "Get-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -22186,17 +22192,16 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", - "Command": "Get-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration" + "Command": "Get-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -22224,16 +22229,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", - "Command": "Get-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration" + "Command": "Get-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -22249,17 +22255,16 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy1", - "Command": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy" + "Command": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -22275,16 +22280,42 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", "Variants": [ - "List" + "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy1", - "Command": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy" + "Method": "GET", + "Permissions": [ + { + "Name": "DeviceManagementApps.Read.All", + "Description": "Read Microsoft Intune apps", + "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "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-MgDeviceAppMgtWindowInformationProtectionPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -22300,16 +22331,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "Command": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy" + "Command": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -22323,19 +22355,30 @@ "Description": "Read and write Microsoft Intune apps", "FullDescription": "Allows 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}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "Command": "Get-MgDeviceAppMgtWindowInformationProtectionPolicy" + "Command": "Get-MgDeviceAppMgtWindowInformationProtectionWipeAction", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -22363,17 +22406,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", + "Command": "Get-MgDeviceAppMgtWindowInformationProtectionWipeAction", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", - "Command": "Get-MgDeviceAppMgtWindowInformationProtectionWipeAction" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -22401,16 +22444,16 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", - "Command": "Get-MgDeviceAppMgtWindowInformationProtectionWipeAction" + "Command": "Get-MgDeviceAppMgtWindowManagedAppProtection", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -22438,17 +22481,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", + "Command": "Get-MgDeviceAppMgtWindowManagedAppProtection", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", - "Command": "Get-MgDeviceAppMgtWindowManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -22476,16 +22519,16 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", - "Command": "Get-MgDeviceAppMgtWindowManagedAppProtection" + "Command": "Get-MgDeviceAppMgtWindowManagedAppProtectionApp", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -22513,17 +22556,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Command": "Get-MgDeviceAppMgtWindowManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "Get-MgDeviceAppMgtWindowManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -22551,54 +22594,16 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "Get-MgDeviceAppMgtWindowManagedAppProtectionApp" + "Command": "Get-MgDeviceAppMgtWindowManagedAppProtectionAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", "Module": "Devices.CorporateManagement", - "Method": "GET", - "Permissions": [ - { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", - "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/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", - "Command": "Get-MgDeviceAppMgtWindowManagedAppProtectionAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [ { @@ -22626,16 +22631,16 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", - "Command": "Get-MgDeviceAppMgtWindowManagedAppProtectionAssignment" + "Command": "Get-MgDeviceAppMgtWindowManagedAppProtectionAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagementApp", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsManagementApp", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -22663,80 +22668,80 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsManagementApp", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsManagementApp", - "Command": "Get-MgDeviceAppMgtWindowManagementApp" + "Command": "Get-MgDeviceAppMgtWindowManagementApp", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/devices/getByIds", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDeviceById" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceById", + "ApiVersion": "beta" + }, + { "Uri": "/devices/getByIds", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDeviceById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDeviceById", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/devices/{device-id}/commands/{command-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphCommand", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCommand", - "Command": "Get-MgDeviceCommand" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceCommand", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/commands", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphCommand", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCommand", - "Command": "Get-MgDeviceCommand" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceCommand", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/commands/{command-id}/responsepayload", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceCommandResponsepayload" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceCommandResponsepayload", + "ApiVersion": "beta" }, { + "Uri": "/devices/delta", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice1", + "Variants": [ + "Delta" + ], "Method": "GET", "Permissions": [ { @@ -22758,16 +22763,16 @@ "IsAdmin": true } ], - "Uri": "/devices/delta", - "Variants": [ - "Delta" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Get-MgDeviceDelta" + "Command": "Get-MgDeviceDelta", + "ApiVersion": "beta" }, { + "Uri": "/devices/delta", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice", + "Variants": [ + "Delta1" + ], "Method": "GET", "Permissions": [ { @@ -22789,66 +22794,66 @@ "IsAdmin": true } ], - "Uri": "/devices/delta", - "Variants": [ - "Delta1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Get-MgDeviceDelta" + "Command": "Get-MgDeviceDelta", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/devices/{device-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/extensions", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgDeviceExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/extensions", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgDeviceExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceExtension" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceExtension", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagement1", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -22912,16 +22917,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagement1", - "Command": "Get-MgDeviceManagement" + "Command": "Get-MgDeviceManagement", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagement", + "Variants": [ + "Get1" + ], "Method": "GET", "Permissions": [ { @@ -22985,41 +22990,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement", - "Variants": [ - "Get1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagement", - "Command": "Get-MgDeviceManagement" + "Command": "Get-MgDeviceManagement", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "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": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingStateSummary", - "Command": "Get-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -23035,17 +23015,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", - "Command": "Get-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -23061,16 +23041,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", - "Command": "Get-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -23086,17 +23066,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", - "Command": "Get-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -23112,16 +23092,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", - "Command": "Get-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -23137,17 +23117,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", - "Command": "Get-MgDeviceManagementAndroidForWorkAppConfigurationSchema" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -23163,16 +23143,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAndroidForWorkAppConfigurationSchema", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", - "Command": "Get-MgDeviceManagementAndroidForWorkAppConfigurationSchema" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -23188,17 +23168,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAndroidForWorkAppConfigurationSchema", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", - "Command": "Get-MgDeviceManagementAndroidForWorkEnrollmentProfile" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -23214,16 +23194,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAndroidForWorkEnrollmentProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", - "Command": "Get-MgDeviceManagementAndroidForWorkEnrollmentProfile" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -23239,16 +23219,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAndroidForWorkEnrollmentProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidForWorkSettings", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAndroidForWorkSettings", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidForWorkSettings", - "Command": "Get-MgDeviceManagementAndroidForWorkSetting" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -23264,16 +23244,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAndroidForWorkSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAccountEnterpriseSettings", - "Command": "Get-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSetting" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -23289,17 +23269,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", - "Command": "Get-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -23315,16 +23295,41 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", - "Command": "Get-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema" + "Method": "GET", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "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-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/applePushNotificationCertificate", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -23340,16 +23345,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/applePushNotificationCertificate", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", - "Command": "Get-MgDeviceManagementApplePushNotificationCertificate" + "Command": "Get-MgDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/applePushNotificationCertificate", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", + "Variants": [ + "Get1" + ], "Method": "GET", "Permissions": [ { @@ -23365,16 +23370,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/applePushNotificationCertificate", - "Variants": [ - "Get1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplePushNotificationCertificate", - "Command": "Get-MgDeviceManagementApplePushNotificationCertificate" + "Command": "Get-MgDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -23390,17 +23396,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", - "Command": "Get-MgDeviceManagementAppleUserInitiatedEnrollmentProfile" + "Command": "Get-MgDeviceManagementAppleUserInitiatedEnrollmentProfile", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -23416,16 +23421,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", - "Command": "Get-MgDeviceManagementAppleUserInitiatedEnrollmentProfile" + "Command": "Get-MgDeviceManagementAppleUserInitiatedEnrollmentProfile", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -23441,17 +23447,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", - "Command": "Get-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment" + "Command": "Get-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -23467,16 +23472,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", - "Command": "Get-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment" + "Command": "Get-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/getAssignedRoleDetails", "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -23504,42 +23509,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/getAssignedRoleDetails", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignedRoleDetails", - "Command": "Get-MgDeviceManagementAssignedRoleDetail" + "Command": "Get-MgDeviceManagementAssignedRoleDetail", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "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": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", - "Command": "Get-MgDeviceManagementAssignmentFilter" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -23555,16 +23535,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAssignmentFilter", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/assignmentFilters", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", - "Command": "Get-MgDeviceManagementAssignmentFilter" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -23580,17 +23560,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAssignmentFilter", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/assignmentFilters/getPlatformSupportedProperties(platform='{platform}')", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", - "Command": "Get-MgDeviceManagementAssignmentFilterPlatformSupportedProperty" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -23606,17 +23586,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAssignmentFilterPlatformSupportedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/assignmentFilters/getState", + "Module": "DeviceManagement.Functions", + "OutputType": null, "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementAssignmentFilterState" - }, - { - "Module": "DeviceManagement.Actions", - "Method": "POST", + "Method": "GET", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -23631,18 +23611,18 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAssignmentFilterState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/getAssignmentFiltersStatusDetails", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterStatusDetails", - "Command": "Get-MgDeviceManagementAssignmentFilterStatusDetail" - }, - { - "Module": "DeviceManagement.Functions", - "Method": "GET", + "Method": "POST", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -23657,43 +23637,43 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAssignmentFilterStatusDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}/getSupportedProperties", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterSupportedProperty", - "Command": "Get-MgDeviceManagementAssignmentFilterSupportedProperty" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "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": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows 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 } ], + "Command": "Get-MgDeviceManagementAssignmentFilterSupportedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphAuditEvent", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuditEvent", - "Command": "Get-MgDeviceManagementAuditEvent" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -23709,16 +23689,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAuditEvent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/auditEvents", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphAuditEvent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuditEvent", - "Command": "Get-MgDeviceManagementAuditEvent" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -23734,16 +23714,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAuditEvent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/auditEvents", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphAuditEvent1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuditEvent1", - "Command": "Get-MgDeviceManagementAuditEvent" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -23759,17 +23739,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAuditEvent", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphAuditEvent1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuditEvent1", - "Command": "Get-MgDeviceManagementAuditEvent" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -23785,17 +23765,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAuditEvent", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", + "Module": "DeviceManagement.Functions", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementAuditEventAuditActivityType" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -23811,17 +23791,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAuditEventAuditActivityType", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/auditEvents/getAuditActivityTypes(category='{category}')", + "Module": "DeviceManagement.Functions", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceManagementAuditEventAuditActivityType" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -23837,16 +23817,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAuditEventAuditActivityType", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/auditEvents/getAuditCategories", + "Module": "DeviceManagement.Functions", + "OutputType": null, "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementAuditEventAuditCategory" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -23862,42 +23842,42 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAuditEventAuditCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/auditEvents/getAuditCategories", + "Module": "DeviceManagement.Functions", + "OutputType": null, "Variants": [ "Get1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceManagementAuditEventAuditCategory" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { - "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": "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": "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": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows 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-MgDeviceManagementAuditEventAuditCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", - "Command": "Get-MgDeviceManagementAutopilotEvent" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -23913,16 +23893,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAutopilotEvent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/autopilotEvents", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", - "Command": "Get-MgDeviceManagementAutopilotEvent" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -23938,17 +23918,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAutopilotEvent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", - "Command": "Get-MgDeviceManagementAutopilotEventPolicyStatusDetail" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -23964,42 +23944,42 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementAutopilotEventPolicyStatusDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", - "Command": "Get-MgDeviceManagementAutopilotEventPolicyStatusDetail" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "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": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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": "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-MgDeviceManagementAutopilotEventPolicyStatusDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCartToClassAssociation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCartToClassAssociation", - "Command": "Get-MgDeviceManagementCartToClassAssociation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -24015,16 +23995,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementCartToClassAssociation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/cartToClassAssociations", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCartToClassAssociation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCartToClassAssociation", - "Command": "Get-MgDeviceManagementCartToClassAssociation" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -24040,17 +24020,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementCartToClassAssociation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", - "Command": "Get-MgDeviceManagementCategory" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -24066,16 +24046,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/categories", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", - "Command": "Get-MgDeviceManagementCategory" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -24091,17 +24071,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "Command": "Get-MgDeviceManagementCategorySettingDefinition" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -24117,17 +24097,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementCategorySettingDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "Command": "Get-MgDeviceManagementCategorySettingDefinition" - }, - { - "Module": "DeviceManagement.Actions", - "Method": "POST", + "Method": "GET", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -24142,19 +24122,19 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementCategorySettingDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetrics", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphKeyLongValuePair", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphKeyLongValuePair", - "Command": "Get-MgDeviceManagementCertificateConnectorDetailHealthMetric" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -24170,19 +24150,45 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementCertificateConnectorDetailHealthMetric", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/certificateConnectorDetails/{certificateConnectorDetails-id}/getHealthMetricTimeSeries", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCertificateConnectorHealthMetricValue", - "Command": "Get-MgDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries" + "Method": "POST", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "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-MgDeviceManagementCertificateConnectorDetailHealthMetricTimeSeries", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDevice1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -24210,17 +24216,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice1", - "Command": "Get-MgDeviceManagementComanagedDevice" + "Command": "Get-MgDeviceManagementComanagedDevice", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDevice1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -24248,155 +24253,156 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagedDevices", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice1", - "Command": "Get-MgDeviceManagementComanagedDevice" + "Command": "Get-MgDeviceManagementComanagedDevice", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "Command": "Get-MgDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "Command": "Get-MgDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCategory1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCategory1", - "Command": "Get-MgDeviceManagementComanagedDeviceCategory" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", - "Command": "Get-MgDeviceManagementComanagedDeviceCloudPcRemoteActionResult" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceCloudPcRemoteActionResult", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getCloudPcReviewStatus", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", - "Command": "Get-MgDeviceManagementComanagedDeviceCloudPcReviewStatus" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceCloudPcReviewStatus", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", - "Command": "Get-MgDeviceManagementComanagedDeviceCompliancePolicyState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceCompliancePolicyState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", - "Command": "Get-MgDeviceManagementComanagedDeviceCompliancePolicyState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceCompliancePolicyState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationState1", - "Command": "Get-MgDeviceManagementComanagedDeviceConfigurationState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationState1", - "Command": "Get-MgDeviceManagementComanagedDeviceConfigurationState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDetectedApp1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDetectedApp1", - "Command": "Get-MgDeviceManagementComanagedDeviceDetectedApp" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceDetectedApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/detectedApps", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDetectedApp1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDetectedApp1", - "Command": "Get-MgDeviceManagementComanagedDeviceDetectedApp" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceDetectedApp", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey", "Module": "DeviceManagement.Functions", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -24424,105 +24430,105 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getFileVaultKey", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementComanagedDeviceFileVaultKey" + "Command": "Get-MgDeviceManagementComanagedDeviceFileVaultKey", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "Command": "Get-MgDeviceManagementComanagedDeviceHealthScriptState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceHealthScriptState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "Command": "Get-MgDeviceManagementComanagedDeviceHealthScriptState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceHealthScriptState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "Command": "Get-MgDeviceManagementComanagedDeviceLogCollectionRequest" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceLogCollectionRequest", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "Command": "Get-MgDeviceManagementComanagedDeviceLogCollectionRequest" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceLogCollectionRequest", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "Command": "Get-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "Command": "Get-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getNonCompliantSettings", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", - "Command": "Get-MgDeviceManagementComanagedDeviceNonCompliantSetting" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceNonCompliantSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getOemWarranty", "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphOemWarranty", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -24550,80 +24556,79 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/getOemWarranty", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOemWarranty", - "Command": "Get-MgDeviceManagementComanagedDeviceOemWarranty" + "Command": "Get-MgDeviceManagementComanagedDeviceOemWarranty", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/retrieveRemoteHelpSession(sessionKey='{sessionKey}')", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphRetrieveRemoteHelpSessionResponse", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRetrieveRemoteHelpSessionResponse", - "Command": "Get-MgDeviceManagementComanagedDeviceRemoteHelpSession" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceRemoteHelpSession", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineState", - "Command": "Get-MgDeviceManagementComanagedDeviceSecurityBaselineState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceSecurityBaselineState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineState", - "Command": "Get-MgDeviceManagementComanagedDeviceSecurityBaselineState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceSecurityBaselineState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "Command": "Get-MgDeviceManagementComanagedDeviceSecurityBaselineStateSettingState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "Command": "Get-MgDeviceManagementComanagedDeviceSecurityBaselineStateSettingState" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/getComanagedDevicesSummary", "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphComanagedDevicesSummary", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -24651,66 +24656,67 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/getComanagedDevicesSummary", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphComanagedDevicesSummary", - "Command": "Get-MgDeviceManagementComanagedDeviceSummary" + "Command": "Get-MgDeviceManagementComanagedDeviceSummary", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/users", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgDeviceManagementComanagedDeviceUser" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceUser", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsProtectionState", - "Command": "Get-MgDeviceManagementComanagedDeviceWindowProtectionState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceWindowProtectionState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "Command": "Get-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "Command": "Get-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -24738,17 +24744,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", - "Command": "Get-MgDeviceManagementComanagementEligibleDevice" + "Command": "Get-MgDeviceManagementComanagementEligibleDevice", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagementEligibleDevices", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -24776,16 +24781,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagementEligibleDevices", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", - "Command": "Get-MgDeviceManagementComanagementEligibleDevice" + "Command": "Get-MgDeviceManagementComanagementEligibleDevice", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/getComanagementEligibleDevicesSummary", "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -24813,16 +24818,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/getComanagementEligibleDevicesSummary", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphComanagementEligibleDevicesSummary", - "Command": "Get-MgDeviceManagementComanagementEligibleDeviceSummary" + "Command": "Get-MgDeviceManagementComanagementEligibleDeviceSummary", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -24850,17 +24856,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "Command": "Get-MgDeviceManagementComplianceManagementPartner" + "Command": "Get-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/complianceManagementPartners", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphComplianceManagementPartner", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -24888,16 +24893,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/complianceManagementPartners", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "Command": "Get-MgDeviceManagementComplianceManagementPartner" + "Command": "Get-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/complianceManagementPartners", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphComplianceManagementPartner1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -24925,16 +24930,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/complianceManagementPartners", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphComplianceManagementPartner1", - "Command": "Get-MgDeviceManagementComplianceManagementPartner" + "Command": "Get-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphComplianceManagementPartner1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -24962,43 +24968,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphComplianceManagementPartner1", - "Command": "Get-MgDeviceManagementComplianceManagementPartner" + "Command": "Get-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "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": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", - "Command": "Get-MgDeviceManagementCompliancePolicy" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25014,16 +24994,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementCompliancePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", - "Command": "Get-MgDeviceManagementCompliancePolicy" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25039,17 +25019,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementCompliancePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "Command": "Get-MgDeviceManagementCompliancePolicyAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25065,16 +25045,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementCompliancePolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "Command": "Get-MgDeviceManagementCompliancePolicyAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25090,17 +25070,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementCompliancePolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", - "Command": "Get-MgDeviceManagementCompliancePolicyScheduledActionForRule" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25116,16 +25096,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", - "Command": "Get-MgDeviceManagementCompliancePolicyScheduledActionForRule" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25141,17 +25121,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", - "Command": "Get-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25167,16 +25147,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", - "Command": "Get-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25192,17 +25172,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "Command": "Get-MgDeviceManagementCompliancePolicySetting" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25218,41 +25198,67 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementCompliancePolicySetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "Command": "Get-MgDeviceManagementCompliancePolicySetting" + "Method": "GET", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "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-MgDeviceManagementCompliancePolicySetting", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Command": "Get-MgDeviceManagementCompliancePolicySettingDefinition" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementCompliancePolicySettingDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Command": "Get-MgDeviceManagementCompliancePolicySettingDefinition" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementCompliancePolicySettingDefinition", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -25268,17 +25274,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Command": "Get-MgDeviceManagementComplianceSetting" + "Command": "Get-MgDeviceManagementComplianceSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/complianceSettings", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -25294,16 +25299,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/complianceSettings", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Command": "Get-MgDeviceManagementComplianceSetting" + "Command": "Get-MgDeviceManagementComplianceSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/conditionalAccessSettings", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -25331,16 +25336,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/conditionalAccessSettings", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", - "Command": "Get-MgDeviceManagementConditionalAccessSetting" + "Command": "Get-MgDeviceManagementConditionalAccessSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/conditionalAccessSettings", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", + "Variants": [ + "Get1" + ], "Method": "GET", "Permissions": [ { @@ -25368,16 +25373,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/conditionalAccessSettings", - "Variants": [ - "Get1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", - "Command": "Get-MgDeviceManagementConditionalAccessSetting" + "Command": "Get-MgDeviceManagementConditionalAccessSetting", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')", "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphConfigManagerPolicySummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -25405,43 +25411,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/configManagerCollections/getPolicySummary(policyId='{policyId}')", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConfigManagerPolicySummary", - "Command": "Get-MgDeviceManagementConfigManagerCollectionPolicySummary" + "Command": "Get-MgDeviceManagementConfigManagerCollectionPolicySummary", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "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": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", - "Command": "Get-MgDeviceManagementConfigurationPolicy" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25457,16 +25437,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementConfigurationPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicies", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", - "Command": "Get-MgDeviceManagementConfigurationPolicy" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25482,17 +25462,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementConfigurationPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "Command": "Get-MgDeviceManagementConfigurationPolicyAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25508,16 +25488,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "Command": "Get-MgDeviceManagementConfigurationPolicyAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25533,17 +25513,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "Command": "Get-MgDeviceManagementConfigurationPolicySetting" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25559,16 +25539,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementConfigurationPolicySetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "Command": "Get-MgDeviceManagementConfigurationPolicySetting" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25584,17 +25564,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementConfigurationPolicySetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Command": "Get-MgDeviceManagementConfigurationPolicySettingDefinition" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25610,16 +25590,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementConfigurationPolicySettingDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}/settingDefinitions", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Command": "Get-MgDeviceManagementConfigurationPolicySettingDefinition" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25635,17 +25615,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementConfigurationPolicySettingDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", - "Command": "Get-MgDeviceManagementConfigurationPolicyTemplate" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25661,16 +25641,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementConfigurationPolicyTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicyTemplates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", - "Command": "Get-MgDeviceManagementConfigurationPolicyTemplate" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25686,17 +25666,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementConfigurationPolicyTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Command": "Get-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25712,16 +25692,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Command": "Get-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25737,17 +25717,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", - "Command": "Get-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25763,16 +25743,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", - "Command": "Get-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25788,17 +25768,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Command": "Get-MgDeviceManagementConfigurationSetting" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25814,16 +25794,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementConfigurationSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationSettings", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Command": "Get-MgDeviceManagementConfigurationSetting" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25837,25 +25817,19 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows 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.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-MgDeviceManagementConfigurationSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDataSharingConsent", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataSharingConsent", - "Command": "Get-MgDeviceManagementDataSharingConsent" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -25877,22 +25851,28 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDataSharingConsent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/dataSharingConsents", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDataSharingConsent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataSharingConsent", - "Command": "Get-MgDeviceManagementDataSharingConsent" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "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.", + "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 }, { @@ -25902,17 +25882,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDataSharingConsent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDepOnboardingSetting", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDepOnboardingSetting", - "Command": "Get-MgDeviceManagementDepOnboardingSetting" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -25928,16 +25908,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDepOnboardingSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/depOnboardingSettings", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDepOnboardingSetting", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDepOnboardingSetting", - "Command": "Get-MgDeviceManagementDepOnboardingSetting" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -25953,17 +25933,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDepOnboardingSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultIosEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDepIosEnrollmentProfile", - "Command": "Get-MgDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -25979,17 +25959,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDepOnboardingSettingDefaultIoEnrollmentProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/defaultMacOsEnrollmentProfile", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDepMacOSEnrollmentProfile", - "Command": "Get-MgDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -26005,17 +25985,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDepOnboardingSettingDefaultMacOSEnrollmentProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/getEncryptionPublicKey", + "Module": "DeviceManagement.Functions", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementDepOnboardingSettingEncryptionPublicKey" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -26031,17 +26011,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDepOnboardingSettingEncryptionPublicKey", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphEnrollmentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentProfile", - "Command": "Get-MgDeviceManagementDepOnboardingSettingEnrollmentProfile" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -26057,16 +26037,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDepOnboardingSettingEnrollmentProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphEnrollmentProfile", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentProfile", - "Command": "Get-MgDeviceManagementDepOnboardingSettingEnrollmentProfile" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -26082,17 +26062,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDepOnboardingSettingEnrollmentProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/depOnboardingSettings/getExpiringVppTokenCount(expiringBeforeDateTime='{expiringBeforeDateTime}')", + "Module": "DeviceManagement.Functions", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementDepOnboardingSettingExpiringVppTokenCount" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -26108,17 +26088,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDepOnboardingSettingExpiringVppTokenCount", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", - "Command": "Get-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -26134,67 +26114,67 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", - "Command": "Get-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity" + "Method": "GET", + "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 + } + ], + "Command": "Get-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", - "Command": "Get-MgDeviceManagementDerivedCredentials" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementDerivedCredentials", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/derivedCredentials", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", - "Command": "Get-MgDeviceManagementDerivedCredentials" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementDerivedCredentials", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [ - { - "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/detectedApps/{detectedApp-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDetectedApp1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDetectedApp1", - "Command": "Get-MgDeviceManagementDetectedApp" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26210,16 +26190,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDetectedApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/detectedApps", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDetectedApp1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDetectedApp1", - "Command": "Get-MgDeviceManagementDetectedApp" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26235,16 +26215,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDetectedApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/detectedApps", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDetectedApp", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDetectedApp", - "Command": "Get-MgDeviceManagementDetectedApp" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26260,17 +26240,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDetectedApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDetectedApp", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDetectedApp", - "Command": "Get-MgDeviceManagementDetectedApp" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26286,17 +26266,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDetectedApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDevice1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice1", - "Command": "Get-MgDeviceManagementDetectedAppManagedDevice" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26312,16 +26292,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDevice1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice1", - "Command": "Get-MgDeviceManagementDetectedAppManagedDevice" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26337,16 +26317,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDevice", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDevice", - "Command": "Get-MgDeviceManagementDetectedAppManagedDevice" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26362,31 +26342,19 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/detectedApps/{detectedApp-id}/managedDevices/{managedDevice-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDevice", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDevice", - "Command": "Get-MgDeviceManagementDetectedAppManagedDevice" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "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", @@ -26400,17 +26368,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDetectedAppManagedDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCategory1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCategory1", - "Command": "Get-MgDeviceManagementDeviceCategory" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26438,53 +26406,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceCategories", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCategory1", - "Command": "Get-MgDeviceManagementDeviceCategory" + "Command": "Get-MgDeviceManagementDeviceCategory", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "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/deviceCategories", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCategory1", "Variants": [ - "List1" + "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCategory", - "Command": "Get-MgDeviceManagementDeviceCategory" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26512,17 +26443,54 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", + "Command": "Get-MgDeviceManagementDeviceCategory", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceCategories", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCategory", "Variants": [ - "Get1", - "GetViaIdentity1" + "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCategory", - "Command": "Get-MgDeviceManagementDeviceCategory" + "Method": "GET", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "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-MgDeviceManagementDeviceCategory", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -26536,19 +26504,31 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows 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-MgDeviceManagementDeviceCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy1", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicy" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26564,16 +26544,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy1", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicy" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26589,16 +26569,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicy" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26614,17 +26594,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicy" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26640,17 +26620,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment1", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26666,16 +26646,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment1", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26691,16 +26671,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26716,17 +26696,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -26742,16 +26722,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/getDevicesScheduledToRetire", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRetireScheduledManagedDevice", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26767,17 +26747,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceScheduledToRetire", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26793,16 +26773,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26818,16 +26798,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26843,17 +26823,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26869,16 +26849,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26894,16 +26874,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", "Variants": [ "Get1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyDeviceStateSummary", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26919,17 +26899,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus1", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26945,16 +26925,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus1", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26970,16 +26950,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -26995,17 +26975,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27021,17 +27001,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview1", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27047,30 +27027,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceOverview", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview" - }, - { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], - "Uri": "/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire", - "Variants": [ - "Get", - "GetExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27086,17 +27053,30 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceManagement/deviceCompliancePolicies/getNoncompliantDevicesToRetire", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", - "GetViaIdentity" + "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule1", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyNoncompliantDeviceToRetire", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -27112,16 +27092,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule1", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27137,16 +27117,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27162,17 +27142,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27188,17 +27168,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem1", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27214,16 +27194,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem1", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27239,16 +27219,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27264,17 +27244,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27290,17 +27270,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary1", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27316,16 +27296,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary1", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27341,16 +27321,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27366,17 +27346,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27392,17 +27372,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState1", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27418,16 +27398,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState1", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27443,16 +27423,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27468,17 +27448,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27494,17 +27474,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatuses" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27520,16 +27500,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatuses" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27545,16 +27525,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatuses" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27570,17 +27550,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatuses" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27596,17 +27576,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview1", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27622,17 +27602,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceUserOverview", - "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27648,17 +27628,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfiguration1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfiguration1", - "Command": "Get-MgDeviceManagementDeviceConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27674,16 +27654,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfiguration1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfiguration1", - "Command": "Get-MgDeviceManagementDeviceConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27699,16 +27679,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfiguration", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfiguration", - "Command": "Get-MgDeviceManagementDeviceConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27724,17 +27704,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfiguration", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfiguration", - "Command": "Get-MgDeviceManagementDeviceConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27750,17 +27730,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment1", - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27776,16 +27756,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment1", - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27801,16 +27781,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27826,17 +27806,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27852,17 +27832,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", - "Command": "Get-MgDeviceManagementDeviceConfigurationConflictSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27878,16 +27858,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationConflictSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurationConflictSummary", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", - "Command": "Get-MgDeviceManagementDeviceConfigurationConflictSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27903,17 +27883,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationConflictSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27929,16 +27909,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27954,16 +27934,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -27979,17 +27959,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -28005,16 +27985,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -28030,16 +28010,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", "Variants": [ "Get1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStateSummary", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -28055,17 +28035,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus1", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatuses" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -28081,16 +28061,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus1", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatuses" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -28106,16 +28086,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatuses" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -28131,17 +28111,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatuses" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -28157,17 +28137,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview1", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -28183,17 +28163,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceOverview", - "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -28209,17 +28189,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", - "Command": "Get-MgDeviceManagementDeviceConfigurationGroupAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -28235,16 +28215,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationGroupAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", - "Command": "Get-MgDeviceManagementDeviceConfigurationGroupAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -28260,17 +28240,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationGroupAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}/deviceConfiguration", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfiguration1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfiguration1", - "Command": "Get-MgDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -28286,16 +28266,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationGroupAssignmentDeviceConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/getIosAvailableUpdateVersions", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosAvailableUpdateVersion", - "Command": "Get-MgDeviceManagementDeviceConfigurationIoAvailableUpdateVersion" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -28311,17 +28291,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationIoAvailableUpdateVersion", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", - "Command": "Get-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -28337,16 +28317,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", - "Command": "Get-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -28362,17 +28342,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", + "Module": "DeviceManagement.Functions", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -28388,17 +28368,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/getOmaSettingPlainTextValue(secretReferenceValueId='{secretReferenceValueId}')", + "Module": "DeviceManagement.Functions", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -28414,17 +28394,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationOmaSettingPlainTextValue", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", - "Command": "Get-MgDeviceManagementDeviceConfigurationRestrictedAppViolation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -28440,29 +28420,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", - "Command": "Get-MgDeviceManagementDeviceConfigurationRestrictedAppViolation" + "Command": "Get-MgDeviceManagementDeviceConfigurationRestrictedAppViolation", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], - "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices", + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", "Variants": [ - "Get", - "GetExpanded" + "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice", - "Command": "Get-MgDeviceManagementDeviceConfigurationTargetedUserAndDevice" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -28478,16 +28445,29 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", + "Command": "Get-MgDeviceManagementDeviceConfigurationRestrictedAppViolation", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceConfigurations/getTargetedUsersAndDevices", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceConfigurationTargetedUserAndDevice", "Variants": [ - "Get" + "Get", + "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStateSummary" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDeviceManagementDeviceConfigurationTargetedUserAndDevice", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStateSummary", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -28503,17 +28483,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatuses" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -28529,16 +28509,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatuses" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -28554,16 +28534,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatuses" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -28579,17 +28559,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatuses" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -28605,17 +28585,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview1", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -28631,17 +28611,43 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserOverview", - "Command": "Get-MgDeviceManagementDeviceConfigurationUserStatusOverview" + "Method": "GET", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "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-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -28669,17 +28675,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration" + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -28707,16 +28712,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration" + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -28744,16 +28749,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration1", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration" + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -28781,17 +28787,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration1", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration" + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -28819,17 +28825,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment1", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment" + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -28857,16 +28862,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment1", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment" + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -28894,16 +28899,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment" + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -28931,17 +28937,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceHealthScript", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "Command": "Get-MgDeviceManagementDeviceEnrollmentConfigurationAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -28957,17 +28963,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScript", - "Command": "Get-MgDeviceManagementDeviceHealthScript" + "Command": "Get-MgDeviceManagementDeviceHealthScript", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceHealthScript", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -28983,16 +28988,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceHealthScripts", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScript", - "Command": "Get-MgDeviceManagementDeviceHealthScript" + "Command": "Get-MgDeviceManagementDeviceHealthScript", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -29008,17 +29014,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", - "Command": "Get-MgDeviceManagementDeviceHealthScriptAssignment" + "Command": "Get-MgDeviceManagementDeviceHealthScriptAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -29034,16 +29039,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", - "Command": "Get-MgDeviceManagementDeviceHealthScriptAssignment" + "Command": "Get-MgDeviceManagementDeviceHealthScriptAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -29059,17 +29065,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", - "Command": "Get-MgDeviceManagementDeviceHealthScriptDeviceRunState" + "Command": "Get-MgDeviceManagementDeviceHealthScriptDeviceRunState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -29085,16 +29090,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", - "Command": "Get-MgDeviceManagementDeviceHealthScriptDeviceRunState" + "Command": "Get-MgDeviceManagementDeviceHealthScriptDeviceRunState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDevice1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -29122,44 +29128,18 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}/managedDevice", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice1", - "Command": "Get-MgDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice" + "Command": "Get-MgDeviceManagementDeviceHealthScriptDeviceRunStateManagedDevice", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "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": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getGlobalScriptHighestAvailableVersion", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion" - }, - { - "Module": "DeviceManagement.Functions", - "Method": "GET", + "Method": "POST", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -29174,17 +29154,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceHealthScriptGlobalScriptHighestAvailableVersion", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/getRemediationHistory", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationHistory", - "Command": "Get-MgDeviceManagementDeviceHealthScriptRemediationHistory" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -29200,16 +29180,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceHealthScriptRemediationHistory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceHealthScripts/getRemediationSummary", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptRemediationSummary", - "Command": "Get-MgDeviceManagementDeviceHealthScriptRemediationSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -29225,17 +29205,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceHealthScriptRemediationSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptRunSummary", - "Command": "Get-MgDeviceManagementDeviceHealthScriptRunSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -29249,31 +29229,19 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows 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-MgDeviceManagementDeviceHealthScriptRunSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceShellScript", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceShellScript", - "Command": "Get-MgDeviceManagementDeviceShellScript" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -29301,16 +29269,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceShellScript", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceShellScripts", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceShellScript", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceShellScript", - "Command": "Get-MgDeviceManagementDeviceShellScript" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -29338,17 +29306,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceShellScript", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "Command": "Get-MgDeviceManagementDeviceShellScriptAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -29376,16 +29344,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceShellScriptAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "Command": "Get-MgDeviceManagementDeviceShellScriptAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -29413,17 +29381,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceShellScriptAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "Command": "Get-MgDeviceManagementDeviceShellScriptDeviceRunState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -29451,29 +29419,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "Command": "Get-MgDeviceManagementDeviceShellScriptDeviceRunState" + "Command": "Get-MgDeviceManagementDeviceShellScriptDeviceRunState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice1", - "Command": "Get-MgDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -29501,17 +29456,30 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "Command": "Get-MgDeviceManagementDeviceShellScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDevice1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "Command": "Get-MgDeviceManagementDeviceShellScriptGroupAssignment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementDeviceShellScriptDeviceRunStateManagedDevice", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -29539,16 +29507,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceShellScriptGroupAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "Command": "Get-MgDeviceManagementDeviceShellScriptGroupAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -29576,17 +29544,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceShellScriptGroupAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/runSummary", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", - "Command": "Get-MgDeviceManagementDeviceShellScriptRunSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -29614,17 +29582,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDeviceShellScriptRunSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "Command": "Get-MgDeviceManagementDeviceShellScriptUserRunState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -29652,41 +29620,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "Command": "Get-MgDeviceManagementDeviceShellScriptUserRunState" - }, - { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "Command": "Get-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState" + "Command": "Get-MgDeviceManagementDeviceShellScriptUserRunState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "Command": "Get-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -29700,19 +29643,56 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows 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/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "Command": "Get-MgDeviceManagementDeviceShellScriptUserRunState", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", - "Command": "Get-MgDeviceManagementDomainJoinConnector" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", + "Variants": [ + "List" + ], + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -29728,43 +29708,43 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementDomainJoinConnector", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/domainJoinConnectors", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", - "Command": "Get-MgDeviceManagementDomainJoinConnector" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { - "Name": "DeviceManagementRBAC.Read.All", - "Description": "Read Microsoft Intune RBAC settings", - "FullDescription": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", + "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": "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.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementDomainJoinConnector", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/getEffectivePermissions", + "Module": "DeviceManagement.Functions", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementEffectivePermission" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -29780,43 +29760,43 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementEffectivePermission", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/getEffectivePermissions(scope='{scope}')", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphRolePermission1", "Variants": [ "Get2", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRolePermission1", - "Command": "Get-MgDeviceManagementEffectivePermission" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "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": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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": "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-MgDeviceManagementEffectivePermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", - "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePool" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -29832,16 +29812,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePool", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/embeddedSIMActivationCodePools", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", - "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePool" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -29857,17 +29837,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePool", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", - "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -29883,16 +29863,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", - "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -29908,17 +29888,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", - "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -29934,16 +29914,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", - "Command": "Get-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -29957,31 +29937,19 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows 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-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "Command": "Get-MgDeviceManagementExchangeConnector" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -30009,16 +29977,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementExchangeConnector", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/exchangeConnectors", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "Command": "Get-MgDeviceManagementExchangeConnector" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -30046,16 +30014,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementExchangeConnector", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/exchangeConnectors", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "Command": "Get-MgDeviceManagementExchangeConnector" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -30083,17 +30051,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "Command": "Get-MgDeviceManagementExchangeConnector" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -30121,44 +30089,82 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", - "Command": "Get-MgDeviceManagementExchangeOnPremisPolicy" + "Method": "GET", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "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-MgDeviceManagementExchangeOnPremisPolicy", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/exchangeOnPremisesPolicies", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", - "Command": "Get-MgDeviceManagementExchangeOnPremisPolicy" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementExchangeOnPremisPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesConditionalAccessSettings", - "Command": "Get-MgDeviceManagementExchangeOnPremisPolicyConditionalAccessSetting" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementExchangeOnPremisPolicyConditionalAccessSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -30174,17 +30180,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "Command": "Get-MgDeviceManagementGroupPolicyCategory" + "Command": "Get-MgDeviceManagementGroupPolicyCategory", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyCategories", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -30200,118 +30205,93 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/groupPolicyCategories", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "Command": "Get-MgDeviceManagementGroupPolicyCategory" + "Command": "Get-MgDeviceManagementGroupPolicyCategory", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children/{groupPolicyCategory-id1}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "Command": "Get-MgDeviceManagementGroupPolicyCategoryChild" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyCategoryChild", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/children", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "Command": "Get-MgDeviceManagementGroupPolicyCategoryChild" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyCategoryChild", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions/{groupPolicyDefinition-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "Command": "Get-MgDeviceManagementGroupPolicyCategoryDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyCategoryDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitions", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "Command": "Get-MgDeviceManagementGroupPolicyCategoryDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyCategoryDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/definitionFile", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "Command": "Get-MgDeviceManagementGroupPolicyCategoryDefinitionFile" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyCategoryDefinitionFile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}/parent", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "Command": "Get-MgDeviceManagementGroupPolicyCategoryParent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyCategoryParent", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "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": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", - "Command": "Get-MgDeviceManagementGroupPolicyConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -30327,16 +30307,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementGroupPolicyConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", - "Command": "Get-MgDeviceManagementGroupPolicyConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -30352,17 +30332,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementGroupPolicyConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", - "Command": "Get-MgDeviceManagementGroupPolicyConfigurationAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -30378,16 +30358,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementGroupPolicyConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", - "Command": "Get-MgDeviceManagementGroupPolicyConfigurationAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -30403,17 +30383,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementGroupPolicyConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", - "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValue" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -30429,16 +30409,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValue", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", - "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValue" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -30454,17 +30434,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValue", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/definition", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -30480,17 +30460,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValueDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", - "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -30506,16 +30486,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", - "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -30531,17 +30511,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "Command": "Get-MgDeviceManagementGroupPolicyDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -30557,29 +30537,57 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementGroupPolicyDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "Command": "Get-MgDeviceManagementGroupPolicyDefinition" + "Method": "GET", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "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-MgDeviceManagementGroupPolicyDefinition", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/category", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionCategory" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionCategory", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -30595,428 +30603,400 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionFile" + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionFile", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/groupPolicyDefinitionFiles", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionFile" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionFile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions/{groupPolicyDefinition-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionFileDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionFileDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}/definitions", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionFileDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionFileDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/category", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/definitionFile", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionFile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentationDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/category", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/definitionFile", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionFile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentationDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPresentation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPresentation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPresentation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPresentation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}/definition", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPresentationDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPresentationDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/category", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/definitionFile", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionFile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/category", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/definitionFile", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionFile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentationDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}/definition", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentationDefinition", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "GET", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "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": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", - "Command": "Get-MgDeviceManagementGroupPolicyMigrationReport" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -31032,16 +31012,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementGroupPolicyMigrationReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyMigrationReports", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyMigrationReport", - "Command": "Get-MgDeviceManagementGroupPolicyMigrationReport" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -31057,17 +31037,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementGroupPolicyMigrationReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", - "Command": "Get-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -31083,16 +31063,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", - "Command": "Get-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -31108,17 +31088,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", - "Command": "Get-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -31134,16 +31114,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", - "Command": "Get-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -31159,17 +31139,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", - "Command": "Get-MgDeviceManagementGroupPolicyObjectFile" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -31185,16 +31165,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementGroupPolicyObjectFile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyObjectFiles", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", - "Command": "Get-MgDeviceManagementGroupPolicyObjectFile" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -31210,17 +31190,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementGroupPolicyObjectFile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", - "Command": "Get-MgDeviceManagementGroupPolicyUploadedDefinitionFile" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -31236,67 +31216,67 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", - "Command": "Get-MgDeviceManagementGroupPolicyUploadedDefinitionFile" + "Method": "GET", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "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-MgDeviceManagementGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyOperation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyOperation", - "Command": "Get-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyOperation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyOperation", - "Command": "Get-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "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 - } - ], "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", - "Command": "Get-MgDeviceManagementImportedDeviceIdentity" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -31312,16 +31292,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementImportedDeviceIdentity", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/importedDeviceIdentities", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", - "Command": "Get-MgDeviceManagementImportedDeviceIdentity" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -31337,17 +31317,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementImportedDeviceIdentity", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "Command": "Get-MgDeviceManagementImportedWindowAutopilotDeviceIdentity" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -31363,16 +31343,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "Command": "Get-MgDeviceManagementImportedWindowAutopilotDeviceIdentity" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -31388,16 +31368,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "Command": "Get-MgDeviceManagementImportedWindowAutopilotDeviceIdentity" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -31413,43 +31393,43 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "Command": "Get-MgDeviceManagementImportedWindowAutopilotDeviceIdentity" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "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": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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": "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-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "Command": "Get-MgDeviceManagementIntent" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -31465,16 +31445,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIntent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "Command": "Get-MgDeviceManagementIntent" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -31490,17 +31470,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIntent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", - "Command": "Get-MgDeviceManagementIntentAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -31516,16 +31496,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIntentAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", - "Command": "Get-MgDeviceManagementIntentAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -31541,17 +31521,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIntentAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", - "Command": "Get-MgDeviceManagementIntentCategory" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -31567,16 +31547,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIntentCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", - "Command": "Get-MgDeviceManagementIntentCategory" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -31592,17 +31572,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIntentCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "Command": "Get-MgDeviceManagementIntentCategorySetting" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -31618,29 +31598,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "Command": "Get-MgDeviceManagementIntentCategorySetting" + "Command": "Get-MgDeviceManagementIntentCategorySetting", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Functions", - "Method": "GET", - "Permissions": [], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/getCustomizedSettings", + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting", - "Command": "Get-MgDeviceManagementIntentCustomizedSetting" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -31656,17 +31623,30 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", + "Command": "Get-MgDeviceManagementIntentCategorySetting", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/getCustomizedSettings", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphDeviceManagementIntentCustomizedSetting", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", - "Command": "Get-MgDeviceManagementIntentDeviceSettingStateSummary" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementIntentCustomizedSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -31682,16 +31662,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIntentDeviceSettingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", - "Command": "Get-MgDeviceManagementIntentDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -31707,17 +31687,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIntentDeviceSettingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", - "Command": "Get-MgDeviceManagementIntentDeviceState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -31733,16 +31713,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIntentDeviceState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", - "Command": "Get-MgDeviceManagementIntentDeviceState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -31758,17 +31738,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIntentDeviceState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceStateSummary", - "Command": "Get-MgDeviceManagementIntentDeviceStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -31784,17 +31764,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIntentDeviceStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "Command": "Get-MgDeviceManagementIntentSetting" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -31810,16 +31790,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIntentSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "Command": "Get-MgDeviceManagementIntentSetting" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -31835,17 +31815,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIntentSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", - "Command": "Get-MgDeviceManagementIntentUserState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -31861,16 +31841,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIntentUserState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", - "Command": "Get-MgDeviceManagementIntentUserState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -31886,43 +31866,43 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIntentUserState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserStateSummary", - "Command": "Get-MgDeviceManagementIntentUserStateSummary" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "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": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows 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 } ], + "Command": "Get-MgDeviceManagementIntentUserStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", - "Command": "Get-MgDeviceManagementIntuneBrandingProfile" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -31938,16 +31918,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIntuneBrandingProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intuneBrandingProfiles", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", - "Command": "Get-MgDeviceManagementIntuneBrandingProfile" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -31963,17 +31943,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIntuneBrandingProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", - "Command": "Get-MgDeviceManagementIntuneBrandingProfileAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -31989,42 +31969,42 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIntuneBrandingProfileAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", - "Command": "Get-MgDeviceManagementIntuneBrandingProfileAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "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": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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 } ], + "Command": "Get-MgDeviceManagementIntuneBrandingProfileAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", - "Command": "Get-MgDeviceManagementIoUpdateStatuses" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -32040,16 +32020,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIoUpdateStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/iosUpdateStatuses", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", - "Command": "Get-MgDeviceManagementIoUpdateStatuses" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -32065,16 +32045,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIoUpdateStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/iosUpdateStatuses", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus1", - "Command": "Get-MgDeviceManagementIoUpdateStatuses" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -32090,17 +32070,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIoUpdateStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus1", - "Command": "Get-MgDeviceManagementIoUpdateStatuses" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -32116,17 +32096,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementIoUpdateStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", - "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -32142,16 +32122,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", - "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -32167,17 +32147,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", - "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -32193,16 +32173,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", - "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -32218,17 +32198,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", - "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -32244,42 +32224,42 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", - "Command": "Get-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { - "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": "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": "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": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDevice1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice1", - "Command": "Get-MgDeviceManagementManagedDevice" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -32295,16 +32275,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDevice1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice1", - "Command": "Get-MgDeviceManagementManagedDevice" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -32320,16 +32300,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDevice", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDevice", - "Command": "Get-MgDeviceManagementManagedDevice" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -32345,68 +32325,94 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDevice", - "Command": "Get-MgDeviceManagementManagedDevice" + "Method": "GET", + "Permissions": [ + { + "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-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "Command": "Get-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "Command": "Get-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCategory1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCategory1", - "Command": "Get-MgDeviceManagementManagedDeviceCategory" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCategory", - "Command": "Get-MgDeviceManagementManagedDeviceCategory" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceCategory", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -32414,17 +32420,17 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", + "Command": "Get-MgDeviceManagementManagedDeviceCloudPcRemoteActionResult", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", - "Command": "Get-MgDeviceManagementManagedDeviceCloudPcRemoteActionResult" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -32440,142 +32446,142 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", - "Command": "Get-MgDeviceManagementManagedDeviceCloudPcReviewStatus" + "Command": "Get-MgDeviceManagementManagedDeviceCloudPcReviewStatus", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationState1", - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationState1", - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDetectedApp1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDetectedApp1", - "Command": "Get-MgDeviceManagementManagedDeviceDetectedApp" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceDetectedApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/detectedApps", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDetectedApp1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDetectedApp1", - "Command": "Get-MgDeviceManagementManagedDeviceDetectedApp" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceDetectedApp", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -32591,17 +32597,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", - "Command": "Get-MgDeviceManagementManagedDeviceEncryptionState" + "Command": "Get-MgDeviceManagementManagedDeviceEncryptionState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDeviceEncryptionStates", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -32617,16 +32622,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/managedDeviceEncryptionStates", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", - "Command": "Get-MgDeviceManagementManagedDeviceEncryptionState" + "Command": "Get-MgDeviceManagementManagedDeviceEncryptionState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey", "Module": "DeviceManagement.Functions", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -32654,105 +32660,105 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getFileVaultKey", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementManagedDeviceFileVaultKey" + "Command": "Get-MgDeviceManagementManagedDeviceFileVaultKey", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "Command": "Get-MgDeviceManagementManagedDeviceHealthScriptState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceHealthScriptState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "Command": "Get-MgDeviceManagementManagedDeviceHealthScriptState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceHealthScriptState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "Command": "Get-MgDeviceManagementManagedDeviceMobileAppConfigurationState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "Command": "Get-MgDeviceManagementManagedDeviceMobileAppConfigurationState" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getNonCompliantSettings", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", - "Command": "Get-MgDeviceManagementManagedDeviceNonCompliantSetting" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceNonCompliantSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getOemWarranty", "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphOemWarranty", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -32780,17 +32786,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/getOemWarranty", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOemWarranty", - "Command": "Get-MgDeviceManagementManagedDeviceOemWarranty" + "Command": "Get-MgDeviceManagementManagedDeviceOemWarranty", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDeviceOverview", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDeviceOverview1", + "Variants": [ + "Get1" + ], "Method": "GET", "Permissions": [ { @@ -32806,16 +32811,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/managedDeviceOverview", - "Variants": [ - "Get1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceOverview1", - "Command": "Get-MgDeviceManagementManagedDeviceOverview" + "Command": "Get-MgDeviceManagementManagedDeviceOverview", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDeviceOverview", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDeviceOverview", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -32831,167 +32836,142 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/managedDeviceOverview", - "Variants": [ - "Get" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceOverview", - "Command": "Get-MgDeviceManagementManagedDeviceOverview" + "Command": "Get-MgDeviceManagementManagedDeviceOverview", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Functions", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retrieveRemoteHelpSession(sessionKey='{sessionKey}')", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphRetrieveRemoteHelpSessionResponse", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRetrieveRemoteHelpSessionResponse", - "Command": "Get-MgDeviceManagementManagedDeviceRemoteHelpSession" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceRemoteHelpSession", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineState", - "Command": "Get-MgDeviceManagementManagedDeviceSecurityBaselineState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceSecurityBaselineState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineState", - "Command": "Get-MgDeviceManagementManagedDeviceSecurityBaselineState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceSecurityBaselineState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "Command": "Get-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "Command": "Get-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgDeviceManagementManagedDeviceUser" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceUser", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/users", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", - "Command": "Get-MgDeviceManagementManagedDeviceUser" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsProtectionState", - "Command": "Get-MgDeviceManagementManagedDeviceWindowProtectionState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceWindowProtectionState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "Command": "Get-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "Command": "Get-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "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": "/deviceManagement/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", - "Command": "Get-MgDeviceManagementMicrosoftTunnelConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -33007,16 +32987,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementMicrosoftTunnelConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelConfigurations", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", - "Command": "Get-MgDeviceManagementMicrosoftTunnelConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -33032,17 +33012,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementMicrosoftTunnelConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", - "Command": "Get-MgDeviceManagementMicrosoftTunnelHealthThreshold" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -33058,16 +33038,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementMicrosoftTunnelHealthThreshold", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", - "Command": "Get-MgDeviceManagementMicrosoftTunnelHealthThreshold" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -33083,17 +33063,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementMicrosoftTunnelHealthThreshold", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", - "Command": "Get-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -33109,16 +33089,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", - "Command": "Get-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -33134,17 +33114,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", - "Command": "Get-MgDeviceManagementMicrosoftTunnelSite" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -33160,16 +33140,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementMicrosoftTunnelSite", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelSites", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", - "Command": "Get-MgDeviceManagementMicrosoftTunnelSite" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -33185,17 +33165,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementMicrosoftTunnelSite", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", - "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -33211,17 +33191,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", - "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -33237,17 +33217,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", - "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer" - }, - { - "Module": "DeviceManagement.Actions", - "Method": "POST", + "Method": "GET", "Permissions": [ { "Name": "DeviceManagementConfiguration.Read.All", @@ -33262,19 +33242,19 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetrics", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphKeyLongValuePair", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphKeyLongValuePair", - "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -33290,19 +33270,45 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetric", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/getHealthMetricTimeSeries", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMetricTimeSeriesDataPoint", - "Command": "Get-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries" + "Method": "POST", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "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-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerHealthMetricTimeSeries", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -33318,17 +33324,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent" + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -33344,16 +33349,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent" + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -33369,17 +33375,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest" + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -33395,16 +33400,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest" + "Command": "Get-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -33432,17 +33438,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector" + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -33470,16 +33475,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector" + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -33507,16 +33512,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector1", - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector" + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -33544,17 +33550,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector1", - "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector" + "Command": "Get-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/monitoring/alertRecords/getPortalNotifications", "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -33570,16 +33575,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/monitoring/alertRecords/getPortalNotifications", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementPortalNotification", - "Command": "Get-MgDeviceManagementMonitoringAlertRecordPortalNotification" + "Command": "Get-MgDeviceManagementMonitoringAlertRecordPortalNotification", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphNdesConnector", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -33595,17 +33601,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNdesConnector", - "Command": "Get-MgDeviceManagementNdeConnector" + "Command": "Get-MgDeviceManagementNdeConnector", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/ndesConnectors", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphNdesConnector", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -33621,42 +33626,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/ndesConnectors", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNdesConnector", - "Command": "Get-MgDeviceManagementNdeConnector" + "Command": "Get-MgDeviceManagementNdeConnector", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "GET", - "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 - } - ], "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "Command": "Get-MgDeviceManagementNotificationMessageTemplate" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -33672,16 +33652,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/notificationMessageTemplates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "Command": "Get-MgDeviceManagementNotificationMessageTemplate" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -33697,16 +33677,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/notificationMessageTemplates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "Command": "Get-MgDeviceManagementNotificationMessageTemplate" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -33722,17 +33702,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "Command": "Get-MgDeviceManagementNotificationMessageTemplate" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -33748,17 +33728,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -33774,16 +33754,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -33799,16 +33779,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -33824,31 +33804,19 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "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", @@ -33862,17 +33830,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "Command": "Get-MgDeviceManagementPartner" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -33900,16 +33868,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementPartner", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceManagementPartners", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementPartner", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "Command": "Get-MgDeviceManagementPartner" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -33937,16 +33905,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementPartner", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceManagementPartners", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementPartner1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementPartner1", - "Command": "Get-MgDeviceManagementPartner" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -33974,17 +33942,55 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementPartner", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementPartner1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementPartner1", - "Command": "Get-MgDeviceManagementPartner" + "Method": "GET", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "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-MgDeviceManagementPartner", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -34012,17 +34018,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRemoteActionAudit", - "Command": "Get-MgDeviceManagementRemoteActionAudit" + "Command": "Get-MgDeviceManagementRemoteActionAudit", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteActionAudits", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -34050,16 +34055,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/remoteActionAudits", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRemoteActionAudit", - "Command": "Get-MgDeviceManagementRemoteActionAudit" + "Command": "Get-MgDeviceManagementRemoteActionAudit", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -34075,17 +34081,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "Command": "Get-MgDeviceManagementRemoteAssistancePartner" + "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteAssistancePartners", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -34101,16 +34106,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/remoteAssistancePartners", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "Command": "Get-MgDeviceManagementRemoteAssistancePartner" + "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteAssistancePartners", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -34126,16 +34131,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/remoteAssistancePartners", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner1", - "Command": "Get-MgDeviceManagementRemoteAssistancePartner" + "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -34151,17 +34157,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner1", - "Command": "Get-MgDeviceManagementRemoteAssistancePartner" + "Command": "Get-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports", "Module": "Reports", + "OutputType": "IMicrosoftGraphDeviceManagementReports1", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -34201,16 +34206,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementReports1", - "Command": "Get-MgDeviceManagementReport" + "Command": "Get-MgDeviceManagementReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports", "Module": "Reports", + "OutputType": "IMicrosoftGraphDeviceManagementReports", + "Variants": [ + "Get1" + ], "Method": "GET", "Permissions": [ { @@ -34250,68 +34255,69 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports", - "Variants": [ - "Get1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementReports", - "Command": "Get-MgDeviceManagementReport" + "Command": "Get-MgDeviceManagementReport", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/reports/getActiveMalwareReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportActiveMalwareReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportActiveMalwareReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getActiveMalwareSummaryReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportActiveMalwareSummaryReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportActiveMalwareSummaryReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getAppsInstallSummaryReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportAppInstallSummaryReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportAppInstallSummaryReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getAppStatusOverviewReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportAppStatusOverviewReport" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDeviceManagementReportAppStatusOverviewReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getCachedReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "Method": "POST", "Permissions": [ { @@ -34351,17 +34357,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getCachedReport", - "Variants": [ - "Get", - "GetExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportCachedReport" + "Command": "Get-MgDeviceManagementReportCachedReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getCachedReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -34401,17 +34407,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getCachedReport", - "Variants": [ - "Get1", - "GetExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportCachedReport" + "Command": "Get-MgDeviceManagementReportCachedReport", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", "Module": "Reports", + "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -34451,17 +34457,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/cachedReportConfigurations/{deviceManagementCachedReportConfiguration-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", - "Command": "Get-MgDeviceManagementReportCachedReportConfiguration" + "Command": "Get-MgDeviceManagementReportCachedReportConfiguration", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/cachedReportConfigurations", "Module": "Reports", + "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -34501,42 +34506,43 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/cachedReportConfigurations", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementCachedReportConfiguration", - "Command": "Get-MgDeviceManagementReportCachedReportConfiguration" + "Command": "Get-MgDeviceManagementReportCachedReportConfiguration", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/reports/getCompliancePolicyDevicesReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportCompliancePolicyDeviceReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportCompliancePolicyDeviceReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getCompliancePolicyDeviceSummaryReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportCompliancePolicyDeviceSummaryReport" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDeviceManagementReportCompliancePolicyDeviceSummaryReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "Method": "POST", "Permissions": [ { @@ -34576,17 +34582,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", - "Variants": [ - "Get", - "GetExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport" + "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -34626,17 +34632,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceReport", - "Variants": [ - "Get1", - "GetExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport" + "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceReport", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "Method": "POST", "Permissions": [ { @@ -34676,17 +34682,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", - "Variants": [ - "Get", - "GetExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport" + "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -34726,43 +34732,43 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getCompliancePolicyNonComplianceSummaryReport", - "Variants": [ - "Get1", - "GetExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport" + "Command": "Get-MgDeviceManagementReportCompliancePolicyNonComplianceSummaryReport", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/reports/getCompliancePoliciesReportForDevice", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportCompliancePolicyReportForDevice" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportCompliancePolicyReportForDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getComplianceSettingDetailsReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportComplianceSettingDetailReport" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDeviceManagementReportComplianceSettingDetailReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "Method": "POST", "Permissions": [ { @@ -34802,17 +34808,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", - "Variants": [ - "Get", - "GetExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport" + "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -34852,69 +34858,69 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getComplianceSettingNonComplianceReport", - "Variants": [ - "Get1", - "GetExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport" + "Command": "Get-MgDeviceManagementReportComplianceSettingNonComplianceReport", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/reports/getComplianceSettingsReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportComplianceSettingReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportComplianceSettingReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getConfigManagerDevicePolicyStatusReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportConfigManagerDevicePolicyStatusReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportConfigManagerDevicePolicyStatusReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getConfigurationPolicyDevicesReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportConfigurationPolicyDeviceReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportConfigurationPolicyDeviceReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getConfigurationPolicyDeviceSummaryReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportConfigurationPolicyDeviceSummaryReport" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDeviceManagementReportConfigurationPolicyDeviceSummaryReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "Method": "POST", "Permissions": [ { @@ -34954,17 +34960,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", - "Variants": [ - "Get", - "GetExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport" + "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -35004,17 +35010,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceReport", - "Variants": [ - "Get1", - "GetExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport" + "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceReport", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "Method": "POST", "Permissions": [ { @@ -35054,17 +35060,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", - "Variants": [ - "Get", - "GetExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport" + "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -35104,56 +35110,56 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getConfigurationPolicyNonComplianceSummaryReport", - "Variants": [ - "Get1", - "GetExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport" + "Command": "Get-MgDeviceManagementReportConfigurationPolicyNonComplianceSummaryReport", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/reports/getConfigurationPoliciesReportForDevice", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportConfigurationPolicyReportForDevice" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportConfigurationPolicyReportForDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getConfigurationPolicySettingsDeviceSummaryReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportConfigurationPolicySettingDeviceSummaryReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getConfigurationSettingDetailsReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportConfigurationSettingDetailReport" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDeviceManagementReportConfigurationSettingDetailReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "Method": "POST", "Permissions": [ { @@ -35193,17 +35199,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", - "Variants": [ - "Get", - "GetExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport" + "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -35243,69 +35249,69 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getConfigurationSettingNonComplianceReport", - "Variants": [ - "Get1", - "GetExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport" + "Command": "Get-MgDeviceManagementReportConfigurationSettingNonComplianceReport", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/reports/getConfigurationSettingsReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportConfigurationSettingReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportConfigurationSettingReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicySettingsSummaryReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportDeviceConfigurationPolicySettingSummaryReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getDeviceConfigurationPolicyStatusSummary", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportDeviceConfigurationPolicyStatusSummary" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportDeviceConfigurationPolicyStatusSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getDeviceInstallStatusReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportDeviceInstallStatusReport" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDeviceManagementReportDeviceInstallStatusReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "Method": "POST", "Permissions": [ { @@ -35345,17 +35351,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", - "Variants": [ - "Get", - "GetExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile" + "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -35395,17 +35401,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getDeviceManagementIntentPerSettingContributingProfiles", - "Variants": [ - "Get1", - "GetExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile" + "Command": "Get-MgDeviceManagementReportDeviceManagementIntentPerSettingContributingProfile", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "Method": "POST", "Permissions": [ { @@ -35445,17 +35451,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", - "Variants": [ - "Get", - "GetExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport" + "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -35495,17 +35501,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getDeviceManagementIntentSettingsReport", - "Variants": [ - "Get1", - "GetExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport" + "Command": "Get-MgDeviceManagementReportDeviceManagementIntentSettingReport", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "Method": "POST", "Permissions": [ { @@ -35545,17 +35551,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", - "Variants": [ - "Get", - "GetExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport" + "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -35595,121 +35601,121 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getDeviceNonComplianceReport", - "Variants": [ - "Get1", - "GetExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport" + "Command": "Get-MgDeviceManagementReportDeviceNonComplianceReport", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/reports/getDevicePoliciesComplianceReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportDevicePolicyComplianceReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportDevicePolicyComplianceReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getDevicePolicySettingsComplianceReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportDevicePolicySettingComplianceReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportDevicePolicySettingComplianceReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getDeviceStatusByCompliacePolicyReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportDeviceStatusByCompliacePolicyReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportDeviceStatusByCompliacePolicyReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getDeviceStatusByCompliancePolicySettingReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportDeviceStatusByCompliancePolicySettingReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportDeviceStatusByCompliancePolicySettingReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getDevicesStatusByPolicyPlatformComplianceReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportDeviceStatusByPolicyPlatformComplianceReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getDevicesStatusBySettingReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportDeviceStatusBySettingReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportDeviceStatusBySettingReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliacePolicyReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportDeviceStatusSummaryByCompliacePolicyReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getDeviceStatusSummaryByCompliancePolicySettingsReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDeviceManagementReportDeviceStatusSummaryByCompliancePolicySettingReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "Method": "POST", "Permissions": [ { @@ -35749,17 +35755,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", - "Variants": [ - "Get", - "GetExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport" + "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -35799,43 +35805,43 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getDevicesWithoutCompliancePolicyReport", - "Variants": [ - "Get1", - "GetExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport" + "Command": "Get-MgDeviceManagementReportDeviceWithoutCompliancePolicyReport", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/reports/getEncryptionReportForDevices", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportEncryptionReportForDevice" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportEncryptionReportForDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getEnrollmentConfigurationPoliciesByDevice", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportEnrollmentConfigurationPolicyByDevice" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDeviceManagementReportEnrollmentConfigurationPolicyByDevice", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", "Module": "Reports", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -35875,17 +35881,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", - "Command": "Get-MgDeviceManagementReportExportJob" + "Command": "Get-MgDeviceManagementReportExportJob", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/exportJobs", "Module": "Reports", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -35925,16 +35930,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/exportJobs", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", - "Command": "Get-MgDeviceManagementReportExportJob" + "Command": "Get-MgDeviceManagementReportExportJob", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/exportJobs", "Module": "Reports", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -35974,16 +35979,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/exportJobs", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", - "Command": "Get-MgDeviceManagementReportExportJob" + "Command": "Get-MgDeviceManagementReportExportJob", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", "Module": "Reports", + "OutputType": "IMicrosoftGraphDeviceManagementExportJob", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -36023,43 +36029,43 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/exportJobs/{deviceManagementExportJob-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementExportJob", - "Command": "Get-MgDeviceManagementReportExportJob" + "Command": "Get-MgDeviceManagementReportExportJob", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/reports/getFailedMobileAppsReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportFailedMobileAppReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportFailedMobileAppReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getFailedMobileAppsSummaryReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportFailedMobileAppSummaryReport" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDeviceManagementReportFailedMobileAppSummaryReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getReportFilters", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "Method": "POST", "Permissions": [ { @@ -36099,17 +36105,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getReportFilters", - "Variants": [ - "Get", - "GetExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportFilter" + "Command": "Get-MgDeviceManagementReportFilter", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getReportFilters", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -36149,57 +36155,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getReportFilters", - "Variants": [ - "Get1", - "GetExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportFilter" + "Command": "Get-MgDeviceManagementReportFilter", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "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": "/deviceManagement/reports/getGroupPolicySettingsDeviceSettingsReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportGroupPolicySettingDeviceSettingReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "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", @@ -36211,31 +36179,19 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows 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-MgDeviceManagementReportGroupPolicySettingDeviceSettingReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getHistoricalReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportHistoricalReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -36275,30 +36231,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getHistoricalReport", - "Variants": [ - "Get1", - "GetExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportHistoricalReport" + "Command": "Get-MgDeviceManagementReportHistoricalReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getHistoricalReport", "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], - "Uri": "/deviceManagement/reports/getMalwareSummaryReport", + "OutputType": null, "Variants": [ - "Get", - "GetExpanded" + "Get1", + "GetExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportMalwareSummaryReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -36324,19 +36267,44 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows 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/getMobileApplicationManagementAppConfigurationReport", + "Command": "Get-MgDeviceManagementReportHistoricalReport", + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceManagement/reports/getMalwareSummaryReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportMobileApplicationManagementAppConfigurationReport" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDeviceManagementReportMalwareSummaryReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppConfigurationReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "Method": "POST", "Permissions": [ { @@ -36364,17 +36332,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementReportMobileApplicationManagementAppConfigurationReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getMobileApplicationManagementAppRegistrationSummaryReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -36400,31 +36368,19 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows 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-MgDeviceManagementReportMobileApplicationManagementAppRegistrationSummaryReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -36464,17 +36420,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getNoncompliantDevicesAndSettingsReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get1", "GetExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -36514,17 +36470,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -36564,17 +36520,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getPolicyNonComplianceMetadata", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get1", "GetExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -36614,17 +36570,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceMetadata", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -36664,17 +36620,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getPolicyNonComplianceReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get1", "GetExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -36714,17 +36670,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceReport", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -36764,56 +36720,106 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getPolicyNonComplianceSummaryReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get1", "GetExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportPolicyNonComplianceSummaryReport" + "Method": "POST", + "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-MgDeviceManagementReportPolicyNonComplianceSummaryReport", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/reports/getQuietTimePolicyUsersReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportQuietTimePolicyUserReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportQuietTimePolicyUserReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getQuietTimePolicyUserSummaryReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportQuietTimePolicyUserSummaryReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportQuietTimePolicyUserSummaryReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getRelatedAppsStatusReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportRelatedAppStatusReport" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDeviceManagementReportRelatedAppStatusReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getRemoteAssistanceSessionsReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "Method": "POST", "Permissions": [ { @@ -36841,17 +36847,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getRemoteAssistanceSessionsReport", + "Command": "Get-MgDeviceManagementReportRemoteAssistanceSessionReport", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportRemoteAssistanceSessionReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -36891,17 +36897,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", - "Variants": [ - "Get", - "GetExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport" + "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -36941,121 +36947,121 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getSettingNonComplianceReport", - "Variants": [ - "Get1", - "GetExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport" + "Command": "Get-MgDeviceManagementReportSettingNonComplianceReport", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/reports/getUnhealthyDefenderAgentsReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportUnhealthyDefenderAgentReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportUnhealthyDefenderAgentReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getUnhealthyFirewallReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportUnhealthyFirewallReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportUnhealthyFirewallReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getUnhealthyFirewallSummaryReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportUnhealthyFirewallSummaryReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportUnhealthyFirewallSummaryReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getUserInstallStatusReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportUserInstallStatusReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportUserInstallStatusReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertsPerPolicyPerDeviceReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportWindowQualityUpdateAlertPerPolicyPerDeviceReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportWindowQualityUpdateAlertPerPolicyPerDeviceReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getWindowsQualityUpdateAlertSummaryReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportWindowQualityUpdateAlertSummaryReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportWindowQualityUpdateAlertSummaryReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getWindowsUpdateAlertsPerPolicyPerDeviceReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportWindowUpdateAlertPerPolicyPerDeviceReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgDeviceManagementReportWindowUpdateAlertPerPolicyPerDeviceReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports/getWindowsUpdateAlertSummaryReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportWindowUpdateAlertSummaryReport" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDeviceManagementReportWindowUpdateAlertSummaryReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports/getZebraFotaDeploymentReport", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "Method": "POST", "Permissions": [ { @@ -37071,17 +37077,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports/getZebraFotaDeploymentReport", - "Variants": [ - "Get", - "GetExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementReportZebraFotaDeploymentReport" + "Command": "Get-MgDeviceManagementReportZebraFotaDeploymentReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -37097,17 +37103,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", - "Command": "Get-MgDeviceManagementResourceAccessProfile" + "Command": "Get-MgDeviceManagementResourceAccessProfile", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceAccessProfiles", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -37123,16 +37128,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/resourceAccessProfiles", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", - "Command": "Get-MgDeviceManagementResourceAccessProfile" + "Command": "Get-MgDeviceManagementResourceAccessProfile", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -37148,17 +37154,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", - "Command": "Get-MgDeviceManagementResourceAccessProfileAssignment" + "Command": "Get-MgDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -37174,16 +37179,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", - "Command": "Get-MgDeviceManagementResourceAccessProfileAssignment" + "Command": "Get-MgDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphResourceOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -37199,17 +37205,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceOperation", - "Command": "Get-MgDeviceManagementResourceOperation" + "Command": "Get-MgDeviceManagementResourceOperation", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceOperations", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphResourceOperation", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -37225,16 +37230,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/resourceOperations", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceOperation", - "Command": "Get-MgDeviceManagementResourceOperation" + "Command": "Get-MgDeviceManagementResourceOperation", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceOperations", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphResourceOperation1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -37250,16 +37255,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/resourceOperations", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceOperation1", - "Command": "Get-MgDeviceManagementResourceOperation" + "Command": "Get-MgDeviceManagementResourceOperation", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphResourceOperation1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -37275,17 +37281,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceOperation1", - "Command": "Get-MgDeviceManagementResourceOperation" + "Command": "Get-MgDeviceManagementResourceOperation", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}/getScopesForUser(userid='{userid}')", "Module": "DeviceManagement.Functions", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -37313,17 +37319,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}/getScopesForUser(userid='{userid}')", + "Command": "Get-MgDeviceManagementResourceOperationScopeForUser", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementResourceOperationScopeForUser" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -37339,17 +37345,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Command": "Get-MgDeviceManagementReusableSetting" + "Command": "Get-MgDeviceManagementReusableSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reusableSettings", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -37365,16 +37370,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reusableSettings", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Command": "Get-MgDeviceManagementReusableSetting" + "Command": "Get-MgDeviceManagementReusableSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -37390,17 +37396,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "Command": "Get-MgDeviceManagementRoleAssignment" + "Command": "Get-MgDeviceManagementRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleAssignments", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -37416,16 +37421,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/roleAssignments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "Command": "Get-MgDeviceManagementRoleAssignment" + "Command": "Get-MgDeviceManagementRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleAssignments", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -37441,16 +37446,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/roleAssignments", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment1", - "Command": "Get-MgDeviceManagementRoleAssignment" + "Command": "Get-MgDeviceManagementRoleAssignment", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -37466,68 +37472,42 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment1", - "Command": "Get-MgDeviceManagementRoleAssignment" + "Command": "Get-MgDeviceManagementRoleAssignment", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Administration", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags/{roleScopeTag-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleScopeTag", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "Command": "Get-MgDeviceManagementRoleAssignmentRoleScopeTag" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementRoleAssignmentRoleScopeTag", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}/roleScopeTags", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleScopeTag", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "Command": "Get-MgDeviceManagementRoleAssignmentRoleScopeTag" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementRoleAssignmentRoleScopeTag", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "GET", - "Permissions": [ - { - "Name": "DeviceManagementRBAC.Read.All", - "Description": "Read Microsoft Intune RBAC settings", - "FullDescription": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", - "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 - } - ], "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleDefinition1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleDefinition1", - "Command": "Get-MgDeviceManagementRoleDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -37543,16 +37523,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/roleDefinitions", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleDefinition1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleDefinition1", - "Command": "Get-MgDeviceManagementRoleDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -37568,16 +37548,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/roleDefinitions", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleDefinition", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoleDefinition", - "Command": "Get-MgDeviceManagementRoleDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -37593,17 +37573,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementRoleDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoleDefinition", - "Command": "Get-MgDeviceManagementRoleDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -37619,17 +37599,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementRoleDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleAssignment", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -37645,16 +37625,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleAssignment", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -37670,16 +37650,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleAssignment1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoleAssignment1", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -37695,17 +37675,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleAssignment1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoleAssignment1", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -37721,17 +37701,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleDefinition1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleDefinition1", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -37747,17 +37727,43 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}/roleDefinition", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoleDefinition", - "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition" + "Method": "GET", + "Permissions": [ + { + "Name": "DeviceManagementRBAC.Read.All", + "Description": "Read Microsoft Intune RBAC settings", + "FullDescription": "Allows the app to read the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", + "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 + } + ], + "Command": "Get-MgDeviceManagementRoleDefinitionRoleAssignmentRoleDefinition", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -37785,17 +37791,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "Command": "Get-MgDeviceManagementRoleScopeTag" + "Command": "Get-MgDeviceManagementRoleScopeTag", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/roleScopeTags", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -37823,105 +37828,106 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/roleScopeTags", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "Command": "Get-MgDeviceManagementRoleScopeTag" + "Command": "Get-MgDeviceManagementRoleScopeTag", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", - "Command": "Get-MgDeviceManagementRoleScopeTagAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementRoleScopeTagAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", - "Command": "Get-MgDeviceManagementRoleScopeTagAssignment" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementRoleScopeTagAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/getRoleScopeTagsByIds(ids={ids})", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphRoleScopeTag", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "Command": "Get-MgDeviceManagementRoleScopeTagById" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementRoleScopeTagById", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/getRoleScopeTagsByResource(resource='{resource}')", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphRoleScopeTag", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "Command": "Get-MgDeviceManagementRoleScopeTagByResource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementRoleScopeTagByResource", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/roleScopeTags/getRoleScopeTagsById", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphRoleScopeTag", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "Command": "Get-MgDeviceManagementRoleScopeTagRoleScopeTagById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDeviceManagementRoleScopeTagRoleScopeTagById", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScript", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScript", - "Command": "Get-MgDeviceManagementScript" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementScript", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceManagementScripts", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScript", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScript", - "Command": "Get-MgDeviceManagementScript" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementScript", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -37949,54 +37955,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "Command": "Get-MgDeviceManagementScriptAssignment" + "Command": "Get-MgDeviceManagementScriptAssignment", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "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/{deviceManagementScript-id}/assignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "Command": "Get-MgDeviceManagementScriptAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -38024,17 +37992,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementScriptAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "Command": "Get-MgDeviceManagementScriptDeviceRunState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -38062,16 +38030,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementScriptDeviceRunState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "Command": "Get-MgDeviceManagementScriptDeviceRunState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -38099,17 +38067,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementScriptDeviceRunState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}/managedDevice", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDevice1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice1", - "Command": "Get-MgDeviceManagementScriptDeviceRunStateManagedDevice" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -38137,17 +38105,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementScriptDeviceRunStateManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "Command": "Get-MgDeviceManagementScriptGroupAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -38175,16 +38143,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "Command": "Get-MgDeviceManagementScriptGroupAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -38212,17 +38180,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/runSummary", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptRunSummary", - "Command": "Get-MgDeviceManagementScriptRunSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -38250,17 +38218,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementScriptRunSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "Command": "Get-MgDeviceManagementScriptUserRunState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -38288,16 +38256,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementScriptUserRunState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "Command": "Get-MgDeviceManagementScriptUserRunState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -38325,17 +38293,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementScriptUserRunState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "Command": "Get-MgDeviceManagementScriptUserRunStateDeviceRunState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -38363,16 +38331,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementScriptUserRunStateDeviceRunState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "Command": "Get-MgDeviceManagementScriptUserRunStateDeviceRunState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -38386,19 +38354,31 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows 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-MgDeviceManagementScriptUserRunStateDeviceRunState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "Command": "Get-MgDeviceManagementSettingDefinition" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -38414,16 +38394,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementSettingDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/settingDefinitions", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "Command": "Get-MgDeviceManagementSettingDefinition" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -38439,16 +38419,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementSettingDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/softwareUpdateStatusSummary", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", "Variants": [ "Get1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", - "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -38464,42 +38444,42 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/softwareUpdateStatusSummary", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", "Variants": [ "Get" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSoftwareUpdateStatusSummary", - "Command": "Get-MgDeviceManagementSoftwareUpdateStatusSummary" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "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.", + "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": "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.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementSoftwareUpdateStatusSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/getSuggestedEnrollmentLimit(enrollmentType='{enrollmentType}')", + "Module": "DeviceManagement.Functions", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementSuggestedEnrollmentLimit" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -38515,17 +38495,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementSuggestedEnrollmentLimit", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -38541,16 +38521,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -38566,16 +38546,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -38591,43 +38571,43 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "Command": "Get-MgDeviceManagementTelecomExpenseManagementPartner" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "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": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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": "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-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "Command": "Get-MgDeviceManagementTemplate" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -38643,16 +38623,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "Command": "Get-MgDeviceManagementTemplate" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -38668,17 +38648,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "Command": "Get-MgDeviceManagementTemplateCategory" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -38694,16 +38674,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTemplateCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "Command": "Get-MgDeviceManagementTemplateCategory" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -38719,17 +38699,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTemplateCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "Command": "Get-MgDeviceManagementTemplateCategoryRecommendedSetting" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -38745,16 +38725,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTemplateCategoryRecommendedSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "Command": "Get-MgDeviceManagementTemplateCategoryRecommendedSetting" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -38770,17 +38750,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTemplateCategoryRecommendedSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "Command": "Get-MgDeviceManagementTemplateMigratableTo" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -38796,91 +38776,117 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTemplateMigratableTo", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "Command": "Get-MgDeviceManagementTemplateMigratableTo" + "Method": "GET", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "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-MgDeviceManagementTemplateMigratableTo", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "Command": "Get-MgDeviceManagementTemplateMigratableToCategory" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementTemplateMigratableToCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "Command": "Get-MgDeviceManagementTemplateMigratableToCategory" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementTemplateMigratableToCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "Command": "Get-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "Command": "Get-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "Command": "Get-MgDeviceManagementTemplateMigratableToSetting" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementTemplateMigratableToSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "Command": "Get-MgDeviceManagementTemplateMigratableToSetting" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementTemplateMigratableToSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -38896,17 +38902,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "Command": "Get-MgDeviceManagementTemplateSetting" + "Command": "Get-MgDeviceManagementTemplateSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -38922,16 +38927,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "Command": "Get-MgDeviceManagementTemplateSetting" + "Command": "Get-MgDeviceManagementTemplateSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/tenantAttachRBAC/getState", "Module": "DeviceManagement.Functions", + "OutputType": null, + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -38959,42 +38964,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/tenantAttachRBAC/getState", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementTenantAttachRbacState" + "Command": "Get-MgDeviceManagementTenantAttachRbacState", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "GET", - "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 - } - ], "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditions", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "Command": "Get-MgDeviceManagementTermAndCondition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -39010,16 +38990,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTermAndCondition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/termsAndConditions", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditions", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "Command": "Get-MgDeviceManagementTermAndCondition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -39035,16 +39015,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTermAndCondition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/termsAndConditions", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditions1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermsAndConditions1", - "Command": "Get-MgDeviceManagementTermAndCondition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -39060,17 +39040,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTermAndCondition", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditions1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermsAndConditions1", - "Command": "Get-MgDeviceManagementTermAndCondition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -39086,17 +39066,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTermAndCondition", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatuses" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -39112,16 +39092,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatuses" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -39137,16 +39117,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus1", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatuses" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -39162,17 +39142,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus1", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatuses" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -39188,17 +39168,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditions", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusesTermAndCondition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -39214,17 +39194,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusesTermAndCondition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}/termsAndConditions", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditions1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermsAndConditions1", - "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusesTermAndCondition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -39240,17 +39220,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTermAndConditionAcceptanceStatusesTermAndCondition", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment1", - "Command": "Get-MgDeviceManagementTermAndConditionAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -39266,16 +39246,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment1", - "Command": "Get-MgDeviceManagementTermAndConditionAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -39291,16 +39271,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "Command": "Get-MgDeviceManagementTermAndConditionAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -39316,17 +39296,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "Command": "Get-MgDeviceManagementTermAndConditionAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -39342,17 +39322,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", - "Command": "Get-MgDeviceManagementTermAndConditionGroupAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -39368,16 +39348,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTermAndConditionGroupAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", - "Command": "Get-MgDeviceManagementTermAndConditionGroupAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -39393,43 +39373,43 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTermAndConditionGroupAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}/termsAndConditions", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditions", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "Command": "Get-MgDeviceManagementTermAndConditionGroupAssignmentTermAndCondition" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { - "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": "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": "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": "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-MgDeviceManagementTermAndConditionGroupAssignmentTermAndCondition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", - "Command": "Get-MgDeviceManagementTroubleshootingEvent" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -39445,16 +39425,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/troubleshootingEvents", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", - "Command": "Get-MgDeviceManagementTroubleshootingEvent" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -39470,16 +39450,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/troubleshootingEvents", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "Command": "Get-MgDeviceManagementTroubleshootingEvent" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -39495,31 +39475,19 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "Command": "Get-MgDeviceManagementTroubleshootingEvent" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "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", @@ -39533,17 +39501,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAnomaly" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -39571,16 +39539,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAnomaly", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAnomaly" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -39608,17 +39576,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAnomaly", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAnomalyDevice" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -39646,16 +39614,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAnomalyDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAnomalyDevice" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -39683,17 +39651,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAnomalyDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -39721,16 +39689,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -39758,17 +39726,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -39796,16 +39764,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -39833,17 +39801,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -39871,16 +39839,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -39908,17 +39876,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -39946,16 +39914,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -39983,17 +39951,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40021,16 +39989,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40058,17 +40026,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40096,16 +40064,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40133,17 +40101,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40171,16 +40139,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40208,17 +40176,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40246,16 +40214,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40283,17 +40251,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40321,16 +40289,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40358,41 +40326,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview" - }, - { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue" + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ - "List" + "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40420,17 +40363,42 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Variants": [ + "List" + ], + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -40458,16 +40426,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40495,17 +40463,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/appHealthMetrics", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40533,17 +40501,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineAppHealthMetric", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/batteryHealthMetrics", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40571,17 +40539,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBatteryHealthMetric", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/bestPracticesMetrics", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40609,17 +40577,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineBestPracticeMetric", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/deviceBootPerformanceMetrics", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40647,17 +40615,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineDeviceBootPerformanceMetric", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/rebootAnalyticsMetrics", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40685,17 +40653,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineRebootAnalyticMetric", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/resourcePerformanceMetrics", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40723,17 +40691,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineResourcePerformanceMetric", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}/workFromAnywhereMetrics", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40761,17 +40729,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBaselineWorkFromAnywhereMetric", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40799,16 +40767,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40836,16 +40804,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthCapacityDetails", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40873,17 +40841,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40911,16 +40879,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40948,17 +40916,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -40986,16 +40954,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41023,17 +40991,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41061,16 +41029,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41098,17 +41066,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41136,16 +41104,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41173,17 +41141,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41211,16 +41179,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41248,16 +41216,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthRuntimeDetails", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41285,54 +41253,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory" + "Command": "Get-MgDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", - "Variants": [ - "List" - ], - "ApiVersion": "beta", "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory" - }, - { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue" - }, - { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41360,17 +41291,54 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", + "Variants": [ + "List" + ], + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Variants": [ + "List" + ], + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -41398,16 +41366,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41435,17 +41403,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41473,16 +41441,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41510,18 +41478,18 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScope" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41549,16 +41517,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScope", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScope" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41586,17 +41554,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScope", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41624,16 +41592,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41661,17 +41629,54 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory" + "Method": "GET", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "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", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -41699,54 +41704,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory" + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "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/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41774,16 +41742,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41811,17 +41779,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41849,16 +41817,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41886,17 +41854,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceTimelineEvent" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41924,16 +41892,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceTimelineEvent" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41961,17 +41929,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -41999,16 +41967,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -42036,17 +42004,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticImpactingProcess" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -42074,16 +42042,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticImpactingProcess", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticImpactingProcess" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -42111,17 +42079,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticImpactingProcess", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -42149,16 +42117,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -42186,17 +42154,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -42224,16 +42192,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -42261,17 +42229,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -42299,16 +42267,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -42336,16 +42304,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsOverview", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -42373,17 +42341,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticOverview", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticRemoteConnection" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -42411,16 +42379,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticRemoteConnection", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticRemoteConnection" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -42448,17 +42416,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticRemoteConnection", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticResourcePerformance" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -42486,16 +42454,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticResourcePerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticResourcePerformance" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -42523,17 +42491,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticResourcePerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -42561,16 +42529,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -42598,54 +42566,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric" + "Command": "Get-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Module": "DeviceManagement", - "Method": "GET", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "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/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -42673,16 +42603,54 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric" + "Method": "GET", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "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-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -42710,17 +42678,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -42748,16 +42716,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -42785,17 +42753,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -42823,16 +42791,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Command": "Get-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -42846,19 +42814,31 @@ "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows 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-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphUserPfxCertificate", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserPfxCertificate", - "Command": "Get-MgDeviceManagementUserPfxCertificate" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -42874,28 +42854,54 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementUserPfxCertificate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userPfxCertificates", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphUserPfxCertificate", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserPfxCertificate", - "Command": "Get-MgDeviceManagementUserPfxCertificate" + "Method": "GET", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.Read.All", + "Description": "Read Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "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-MgDeviceManagementUserPfxCertificate", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphVirtualEndpoint", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualEndpoint", - "Command": "Get-MgDeviceManagementVirtualEndpoint" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementVirtualEndpoint", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -42911,17 +42917,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/{cloudPcAuditEvent-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcAuditEvent", - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent" + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/auditEvents", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcAuditEvent", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -42937,16 +42942,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/auditEvents", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcAuditEvent", - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent" + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEvent", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", "Module": "DeviceManagement.Functions", + "OutputType": null, + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -42962,16 +42967,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/auditEvents/getAuditActivityTypes", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType" + "Command": "Get-MgDeviceManagementVirtualEndpointAuditEventAuditActivityType", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPc", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -42987,17 +42993,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPc", - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPC" + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPC", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPc", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -43013,16 +43018,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPc", - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPC" + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPC", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -43038,30 +43044,30 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcConnectivityHistory", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcConnectivityHistory" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcLaunchInfo", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", "Module": "DeviceManagement.Functions", - "Method": "GET", - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", + "OutputType": "IMicrosoftGraphCloudPc", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcLaunchInfo" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -43077,30 +43083,30 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcProvisionedCloudPC", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", + "Module": "DeviceManagement.Functions", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPc", - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcProvisionedCloudPC" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcShiftWorkCloudPcAccessState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", "Module": "DeviceManagement.Functions", - "Method": "GET", - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcShiftWorkCloudPcAccessState" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": { "Name": "CloudPC.Read.All", @@ -43108,42 +43114,16 @@ "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", "IsAdmin": false }, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", - "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction" + "Command": "Get-MgDeviceManagementVirtualEndpointCloudPcSupportedCloudPcRemoteAction", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "GET", - "Permissions": [ - { - "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", - "IsAdmin": false - }, - { - "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 - } - ], "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcCrossCloudGovernmentOrganizationMapping", - "Command": "Get-MgDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -43159,17 +43139,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -43185,16 +43165,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/deviceImages", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -43210,16 +43190,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/deviceImages/getSourceImages", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcSourceDeviceImage", - "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -43235,16 +43215,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementVirtualEndpointDeviceImageSourceImage", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/getEffectivePermissions", + "Module": "DeviceManagement.Functions", + "OutputType": null, "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementVirtualEndpointEffectivePermission" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -43260,17 +43240,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementVirtualEndpointEffectivePermission", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", - "Command": "Get-MgDeviceManagementVirtualEndpointExternalPartnerSetting" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -43286,16 +43266,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementVirtualEndpointExternalPartnerSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", - "Command": "Get-MgDeviceManagementVirtualEndpointExternalPartnerSetting" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -43311,17 +43291,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementVirtualEndpointExternalPartnerSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", - "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -43337,16 +43317,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/galleryImages", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", - "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -43362,17 +43342,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", - "Command": "Get-MgDeviceManagementVirtualEndpointOnPremisesConnection" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -43388,16 +43368,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementVirtualEndpointOnPremisesConnection", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", - "Command": "Get-MgDeviceManagementVirtualEndpointOnPremisesConnection" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -43413,16 +43393,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementVirtualEndpointOnPremisesConnection", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcOrganizationSettings", - "Command": "Get-MgDeviceManagementVirtualEndpointOrganizationSetting" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -43438,17 +43418,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementVirtualEndpointOrganizationSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [ { @@ -43464,78 +43444,104 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy" + "Method": "GET", + "Permissions": [ + { + "Name": "CloudPC.Read.All", + "Description": "Read Cloud PCs", + "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", + "IsAdmin": false + }, + { + "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 + } + ], + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers/{user-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}/assignedUsers", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignmentAssignedUser", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/reports", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcReports", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcReports", - "Command": "Get-MgDeviceManagementVirtualEndpointReport" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementVirtualEndpointReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/reports/getDailyAggregatedRemoteConnectionReports", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "Method": "POST", "Permissions": [ { @@ -43551,17 +43557,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/reports/getDailyAggregatedRemoteConnectionReports", - "Variants": [ - "Get", - "GetExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport" + "Command": "Get-MgDeviceManagementVirtualEndpointReportDailyAggregatedRemoteConnectionReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -43569,29 +43575,29 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcExportJob", - "Command": "Get-MgDeviceManagementVirtualEndpointReportExportJob" + "Command": "Get-MgDeviceManagementVirtualEndpointReportExportJob", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcExportJob", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcExportJob", - "Command": "Get-MgDeviceManagementVirtualEndpointReportExportJob" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementVirtualEndpointReportExportJob", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')", "Module": "DeviceManagement.Functions", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -43607,17 +43613,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')", + "Command": "Get-MgDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')", + "Module": "DeviceManagement.Functions", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionLatency" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -43633,17 +43639,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/reports/getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus" + "Command": "Get-MgDeviceManagementVirtualEndpointReportRealTimeRemoteConnectionStatus", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/reports/getRemoteConnectionHistoricalReports", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded" + ], "Method": "POST", "Permissions": [ { @@ -43659,17 +43665,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/reports/getRemoteConnectionHistoricalReports", + "Command": "Get-MgDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/virtualEndpoint/reports/getSharedUseLicenseUsageReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementVirtualEndpointReportRemoteConnectionHistoricalReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -43685,17 +43691,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/reports/getSharedUseLicenseUsageReport", + "Command": "Get-MgDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/virtualEndpoint/reports/getTotalAggregatedRemoteConnectionReports", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementVirtualEndpointReportSharedUseLicenseUsageReport" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -43711,30 +43717,29 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/reports/getTotalAggregatedRemoteConnectionReports", - "Variants": [ - "Get", - "GetExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport" + "Command": "Get-MgDeviceManagementVirtualEndpointReportTotalAggregatedRemoteConnectionReport", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcServicePlan", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcServicePlan", - "Command": "Get-MgDeviceManagementVirtualEndpointServicePlan" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementVirtualEndpointServicePlan", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/servicePlans", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcServicePlan", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -43750,16 +43755,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/servicePlans", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcServicePlan", - "Command": "Get-MgDeviceManagementVirtualEndpointServicePlan" + "Command": "Get-MgDeviceManagementVirtualEndpointServicePlan", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -43775,17 +43781,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", - "Command": "Get-MgDeviceManagementVirtualEndpointSharedUseServicePlan" + "Command": "Get-MgDeviceManagementVirtualEndpointSharedUseServicePlan", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -43801,16 +43806,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", - "Command": "Get-MgDeviceManagementVirtualEndpointSharedUseServicePlan" + "Command": "Get-MgDeviceManagementVirtualEndpointSharedUseServicePlan", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -43826,17 +43832,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcSnapshot", - "Command": "Get-MgDeviceManagementVirtualEndpointSnapshot" + "Command": "Get-MgDeviceManagementVirtualEndpointSnapshot", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/snapshots", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcSnapshot", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -43852,16 +43857,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/snapshots", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcSnapshot", - "Command": "Get-MgDeviceManagementVirtualEndpointSnapshot" + "Command": "Get-MgDeviceManagementVirtualEndpointSnapshot", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='{subscriptionId}')", "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -43877,17 +43883,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/snapshots/getStorageAccounts(subscriptionId='{subscriptionId}')", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcForensicStorageAccount", - "Command": "Get-MgDeviceManagementVirtualEndpointSnapshotStorageAccount" + "Command": "Get-MgDeviceManagementVirtualEndpointSnapshotStorageAccount", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/snapshots/getSubscriptions", "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphCloudPcSubscription", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -43903,29 +43908,29 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/snapshots/getSubscriptions", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcSubscription", - "Command": "Get-MgDeviceManagementVirtualEndpointSnapshotSubscription" + "Command": "Get-MgDeviceManagementVirtualEndpointSnapshotSubscription", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", - "Command": "Get-MgDeviceManagementVirtualEndpointSupportedRegion" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementVirtualEndpointSupportedRegion", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -43941,16 +43946,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", - "Command": "Get-MgDeviceManagementVirtualEndpointSupportedRegion" + "Command": "Get-MgDeviceManagementVirtualEndpointSupportedRegion", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -43966,17 +43972,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", - "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting" + "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/userSettings", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcUserSetting", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -43992,41 +43997,42 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/userSettings", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", - "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting" + "Command": "Get-MgDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", - "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -44042,17 +44048,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfile" + "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfile", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -44068,118 +44073,93 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfile" + "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfile", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [], "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDeviceDeploymentProfile" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDeviceDeploymentProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDeviceIntendedDeploymentProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", - "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", - "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "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 - } - ], "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentity" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -44195,16 +44175,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentity", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentity" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -44220,16 +44200,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentity", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity1", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity1", - "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentity" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -44245,17 +44225,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentity", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity1", - "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentity" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -44271,17 +44251,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentity", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/deploymentProfile", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentityDeploymentProfile" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -44297,17 +44277,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentityDeploymentProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/intendedDeploymentProfile", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentityIntendedDeploymentProfile" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -44323,42 +44303,42 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementWindowAutopilotDeviceIdentityIntendedDeploymentProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotSettings", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotSettings", - "Command": "Get-MgDeviceManagementWindowAutopilotSetting" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "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": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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": "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-MgDeviceManagementWindowAutopilotSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", - "Command": "Get-MgDeviceManagementWindowFeatureUpdateProfile" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -44374,16 +44354,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementWindowFeatureUpdateProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", - "Command": "Get-MgDeviceManagementWindowFeatureUpdateProfile" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -44399,17 +44379,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementWindowFeatureUpdateProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", - "Command": "Get-MgDeviceManagementWindowFeatureUpdateProfileAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -44425,42 +44405,42 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementWindowFeatureUpdateProfileAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", - "Command": "Get-MgDeviceManagementWindowFeatureUpdateProfileAssignment" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { - "Name": "DeviceManagementApps.Read.All", - "Description": "Read Microsoft Intune apps", - "FullDescription": "Allows the app to read the properties, group assignments and status of apps, app configurations and app protection policies managed by Microsoft Intune.", + "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": "DeviceManagementApps.ReadWrite.All", - "Description": "Read and write Microsoft Intune apps", - "FullDescription": "Allows 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 } ], + "Command": "Get-MgDeviceManagementWindowFeatureUpdateProfileAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "Command": "Get-MgDeviceManagementWindowInformationProtectionAppLearningSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -44476,16 +44456,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "Command": "Get-MgDeviceManagementWindowInformationProtectionAppLearningSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -44501,16 +44481,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "Command": "Get-MgDeviceManagementWindowInformationProtectionAppLearningSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -44526,17 +44506,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "Command": "Get-MgDeviceManagementWindowInformationProtectionAppLearningSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -44552,17 +44532,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "Command": "Get-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -44578,16 +44558,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "Command": "Get-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -44603,16 +44583,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "Command": "Get-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -44628,43 +44608,43 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "Command": "Get-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { - "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": "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": "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": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows 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-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "Command": "Get-MgDeviceManagementWindowMalwareInformation" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -44680,16 +44660,16 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementWindowMalwareInformation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsMalwareInformation", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "Command": "Get-MgDeviceManagementWindowMalwareInformation" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -44705,17 +44685,17 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementWindowMalwareInformation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "Command": "Get-MgDeviceManagementWindowMalwareInformationDeviceMalwareState" - }, - { - "Module": "DeviceManagement", "Method": "GET", "Permissions": [ { @@ -44731,16 +44711,44 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceManagementWindowMalwareInformationDeviceMalwareState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "Command": "Get-MgDeviceManagementWindowMalwareInformationDeviceMalwareState" + "Method": "GET", + "Permissions": [ + { + "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-MgDeviceManagementWindowMalwareInformationDeviceMalwareState", + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/getMemberGroups", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -44804,19 +44812,19 @@ "IsAdmin": false } ], - "Uri": "/devices/{device-id}/getMemberGroups", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceMemberGroup" + "Command": "Get-MgDeviceMemberGroup", + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/getMemberGroups", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1", + "GetViaIdentity1", + "GetViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -44880,19 +44888,19 @@ "IsAdmin": false } ], - "Uri": "/devices/{device-id}/getMemberGroups", - "Variants": [ - "Get1", - "GetExpanded1", - "GetViaIdentity1", - "GetViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceMemberGroup" + "Command": "Get-MgDeviceMemberGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/getMemberObjects", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -44962,19 +44970,19 @@ "IsAdmin": true } ], - "Uri": "/devices/{device-id}/getMemberObjects", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceMemberObject" + "Command": "Get-MgDeviceMemberObject", + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/getMemberObjects", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1", + "GetViaIdentity1", + "GetViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -45044,32 +45052,29 @@ "IsAdmin": true } ], - "Uri": "/devices/{device-id}/getMemberObjects", - "Variants": [ - "Get1", - "GetExpanded1", - "GetViaIdentity1", - "GetViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceMemberObject" + "Command": "Get-MgDeviceMemberObject", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDeviceMemberOf" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceMemberOf", + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/memberOf", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -45091,16 +45096,16 @@ "IsAdmin": true } ], - "Uri": "/devices/{device-id}/memberOf", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDeviceMemberOf" + "Command": "Get-MgDeviceMemberOf", + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/memberOf", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -45122,29 +45127,29 @@ "IsAdmin": true } ], - "Uri": "/devices/{device-id}/memberOf", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDeviceMemberOf" + "Command": "Get-MgDeviceMemberOf", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDeviceMemberOf" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceMemberOf", + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/registeredOwners", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -45166,16 +45171,16 @@ "IsAdmin": true } ], - "Uri": "/devices/{device-id}/registeredOwners", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDeviceRegisteredOwner" + "Command": "Get-MgDeviceRegisteredOwner", + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/registeredOwners", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -45197,16 +45202,16 @@ "IsAdmin": true } ], - "Uri": "/devices/{device-id}/registeredOwners", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDeviceRegisteredOwner" + "Command": "Get-MgDeviceRegisteredOwner", + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/registeredOwners/$ref", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -45228,16 +45233,47 @@ "IsAdmin": true } ], + "Command": "Get-MgDeviceRegisteredOwnerByRef", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredOwners/$ref", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ - "List" + "List1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceRegisteredOwnerByRef" + "Method": "GET", + "Permissions": [ + { + "Name": "Device.Read.All", + "Description": "Read all devices", + "FullDescription": "Allows the app to read devices' configuration information 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-MgDeviceRegisteredOwnerByRef", + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/registeredUsers", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -45259,16 +45295,16 @@ "IsAdmin": true } ], - "Uri": "/devices/{device-id}/registeredOwners/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceRegisteredOwnerByRef" + "Command": "Get-MgDeviceRegisteredUser", + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/registeredUsers", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -45290,16 +45326,47 @@ "IsAdmin": true } ], - "Uri": "/devices/{device-id}/registeredUsers", + "Command": "Get-MgDeviceRegisteredUser", + "ApiVersion": "v1.0" + }, + { + "Uri": "/devices/{device-id}/registeredUsers/$ref", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDeviceRegisteredUser" + "Method": "GET", + "Permissions": [ + { + "Name": "Device.Read.All", + "Description": "Read all devices", + "FullDescription": "Allows the app to read devices' configuration information 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-MgDeviceRegisteredUserByRef", + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/registeredUsers/$ref", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -45321,24 +45388,56 @@ "IsAdmin": true } ], - "Uri": "/devices/{device-id}/registeredUsers", + "Command": "Get-MgDeviceRegisteredUserByRef", + "ApiVersion": "v1.0" + }, + { + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ - "List1" + "Get", + "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDeviceRegisteredUser" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceTransitiveMemberOf", + "ApiVersion": "beta" }, { + "Uri": "/devices/{device-id}/transitiveMemberOf", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { - "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information on your behalf.", + "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-MgDeviceTransitiveMemberOf", + "ApiVersion": "beta" + }, + { + "Uri": "/devices/{device-id}/transitiveMemberOf", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], + "Method": "GET", + "Permissions": [ { "Name": "Directory.Read.All", "Description": "Read directory data", @@ -45352,16 +45451,42 @@ "IsAdmin": true } ], - "Uri": "/devices/{device-id}/registeredUsers/$ref", + "Command": "Get-MgDeviceTransitiveMemberOf", + "ApiVersion": "v1.0" + }, + { + "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ - "List" + "Get1", + "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDeviceRegisteredUserByRef" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceTransitiveMemberOf", + "ApiVersion": "v1.0" }, { + "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUsageRight", + "Variants": [ + "Get", + "GetViaIdentity" + ], + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDeviceUsageRights", + "ApiVersion": "beta" + }, + { + "Uri": "/devices/{device-id}/usageRights", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUsageRight", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -45383,173 +45508,54 @@ "IsAdmin": true } ], - "Uri": "/devices/{device-id}/registeredUsers/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDeviceRegisteredUserByRef" - }, - { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDeviceTransitiveMemberOf" + "Command": "Get-MgDeviceUsageRights", + "ApiVersion": "beta" }, { + "Uri": "/devices/getUserOwnedObjects", "Module": "Identity.DirectoryManagement", - "Method": "GET", - "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 - } - ], - "Uri": "/devices/{device-id}/transitiveMemberOf", - "Variants": [ - "List" - ], - "ApiVersion": "beta", "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDeviceTransitiveMemberOf" - }, - { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "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 - } - ], - "Uri": "/devices/{device-id}/transitiveMemberOf", "Variants": [ - "List1" + "Get", + "GetExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDeviceTransitiveMemberOf" - }, - { - "Module": "Identity.DirectoryManagement", - "Method": "GET", + "Method": "POST", "Permissions": [], - "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDeviceTransitiveMemberOf" + "Command": "Get-MgDeviceUserOwnedObject", + "ApiVersion": "beta" }, { + "Uri": "/directory", "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], - "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "OutputType": "IMicrosoftGraphDirectory", "Variants": [ - "Get", - "GetViaIdentity" + "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUsageRight", - "Command": "Get-MgDeviceUsageRights" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", - "Permissions": [ - { - "Name": "Device.Read.All", - "Description": "Read all devices", - "FullDescription": "Allows the app to read devices' configuration information 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": "/devices/{device-id}/usageRights", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUsageRight", - "Command": "Get-MgDeviceUsageRights" + "Permissions": [], + "Command": "Get-MgDirectory", + "ApiVersion": "beta" }, { + "Uri": "/directory", "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], - "Uri": "/devices/getUserOwnedObjects", + "OutputType": "IMicrosoftGraphDirectory1", "Variants": [ - "Get", - "GetExpanded" + "Get1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDeviceUserOwnedObject" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], - "Uri": "/directory", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectory", - "Command": "Get-MgDirectory" + "Command": "Get-MgDirectory", + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], - "Uri": "/directory", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ - "Get1" + "Get", + "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectory1", - "Command": "Get-MgDirectory" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [ { @@ -45577,17 +45583,16 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Get-MgDirectoryAdministrativeUnit" + "Command": "Get-MgDirectoryAdministrativeUnit", + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -45615,16 +45620,16 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Get-MgDirectoryAdministrativeUnit" + "Command": "Get-MgDirectoryAdministrativeUnit", + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -45652,16 +45657,17 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Get-MgDirectoryAdministrativeUnit" + "Command": "Get-MgDirectoryAdministrativeUnit", + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -45689,30 +45695,29 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Get-MgDirectoryAdministrativeUnit" + "Command": "Get-MgDirectoryAdministrativeUnit", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directory/administrativeUnits/getByIds", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryAdministrativeUnitById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDirectoryAdministrativeUnitById", + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/delta", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Variants": [ + "Delta" + ], "Method": "GET", "Permissions": [ { @@ -45740,16 +45745,16 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/delta", - "Variants": [ - "Delta" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Get-MgDirectoryAdministrativeUnitDelta" + "Command": "Get-MgDirectoryAdministrativeUnitDelta", + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/delta", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Variants": [ + "Delta1" + ], "Method": "GET", "Permissions": [ { @@ -45777,66 +45782,66 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/delta", - "Variants": [ - "Delta1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Get-MgDirectoryAdministrativeUnitDelta" + "Command": "Get-MgDirectoryAdministrativeUnitDelta", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDirectoryAdministrativeUnitExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDirectoryAdministrativeUnitExtension", + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgDirectoryAdministrativeUnitExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDirectoryAdministrativeUnitExtension", + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgDirectoryAdministrativeUnitExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDirectoryAdministrativeUnitExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDirectoryAdministrativeUnitExtension" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDirectoryAdministrativeUnitExtension", + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -45864,16 +45869,16 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryAdministrativeUnitMember" + "Command": "Get-MgDirectoryAdministrativeUnitMember", + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -45901,16 +45906,16 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryAdministrativeUnitMember" + "Command": "Get-MgDirectoryAdministrativeUnitMember", + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -45938,16 +45943,16 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef" + "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef", + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -45975,46 +45980,47 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef" + "Command": "Get-MgDirectoryAdministrativeUnitMemberByRef", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/getMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDirectoryAdministrativeUnitMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgDirectoryAdministrativeUnitMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/getMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDirectoryAdministrativeUnitMemberObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDirectoryAdministrativeUnitMemberObject", + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -46042,17 +46048,16 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember" + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -46080,16 +46085,16 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember" + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -46117,16 +46122,17 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember" + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -46154,30 +46160,30 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember" + "Command": "Get-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directory/administrativeUnits/getUserOwnedObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryAdministrativeUnitUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDirectoryAdministrativeUnitUserOwnedObject", + "ApiVersion": "beta" }, { + "Uri": "/directory/attributeSets/{attributeSet-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAttributeSet", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -46193,17 +46199,16 @@ "IsAdmin": true } ], - "Uri": "/directory/attributeSets/{attributeSet-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttributeSet", - "Command": "Get-MgDirectoryAttributeSet" + "Command": "Get-MgDirectoryAttributeSet", + "ApiVersion": "beta" }, { + "Uri": "/directory/attributeSets", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAttributeSet", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -46219,16 +46224,17 @@ "IsAdmin": true } ], - "Uri": "/directory/attributeSets", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttributeSet", - "Command": "Get-MgDirectoryAttributeSet" + "Command": "Get-MgDirectoryAttributeSet", + "ApiVersion": "beta" }, { + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -46244,17 +46250,16 @@ "IsAdmin": true } ], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition" + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "beta" }, { + "Uri": "/directory/customSecurityAttributeDefinitions", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -46270,16 +46275,17 @@ "IsAdmin": true } ], - "Uri": "/directory/customSecurityAttributeDefinitions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition" + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "beta" }, { + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAllowedValue", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -46295,17 +46301,16 @@ "IsAdmin": true } ], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAllowedValue", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue" + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "beta" }, { + "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAllowedValue", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -46321,16 +46326,17 @@ "IsAdmin": true } ], - "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAllowedValue", - "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue" + "Command": "Get-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "beta" }, { + "Uri": "/directory/deletedItems/{directoryObject-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -46394,41 +46400,41 @@ "IsAdmin": true } ], - "Uri": "/directory/deletedItems/{directoryObject-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryDeletedItem" + "Command": "Get-MgDirectoryDeletedItem", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/directory/deletedItems", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryDeletedItem" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDirectoryDeletedItem", + "ApiVersion": "beta" + }, + { "Uri": "/directory/deletedItems", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryDeletedItem" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDirectoryDeletedItem", + "ApiVersion": "v1.0" }, { + "Uri": "/directory/deletedItems/{directoryObject-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -46492,56 +46498,55 @@ "IsAdmin": true } ], - "Uri": "/directory/deletedItems/{directoryObject-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryDeletedItem" + "Command": "Get-MgDirectoryDeletedItem", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directory/deletedItems/getAvailableExtensionProperties", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphExtensionProperty", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtensionProperty", - "Command": "Get-MgDirectoryDeletedItemAvailableExtensionProperty" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemAvailableExtensionProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/deletedItems/getByIds", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryDeletedItemById" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemById", + "ApiVersion": "beta" + }, + { "Uri": "/directory/deletedItems/getByIds", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryDeletedItemById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemById", + "ApiVersion": "v1.0" }, { + "Uri": "/directory/deletedItems/delta", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Delta" + ], "Method": "GET", "Permissions": [ { @@ -46605,16 +46610,16 @@ "IsAdmin": true } ], - "Uri": "/directory/deletedItems/delta", - "Variants": [ - "Delta" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryDeletedItemDelta" + "Command": "Get-MgDirectoryDeletedItemDelta", + "ApiVersion": "beta" }, { + "Uri": "/directory/deletedItems/delta", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Delta1" + ], "Method": "GET", "Permissions": [ { @@ -46678,281 +46683,282 @@ "IsAdmin": true } ], - "Uri": "/directory/deletedItems/delta", - "Variants": [ - "Delta1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryDeletedItemDelta" + "Command": "Get-MgDirectoryDeletedItemDelta", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDirectoryDeletedItemMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDirectoryDeletedItemMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemMemberGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDirectoryDeletedItemMemberObject" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemMemberObject", + "ApiVersion": "beta" + }, + { "Uri": "/directory/deletedItems/{directoryObject-id}/getMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDirectoryDeletedItemMemberObject" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemMemberObject", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/deletedItems/getUserOwnedObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryDeletedItemUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDirectoryDeletedItemUserOwnedObject", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "Command": "Get-MgDirectoryFeatureRolloutPolicy" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDirectoryFeatureRolloutPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/directory/featureRolloutPolicies", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "Command": "Get-MgDirectoryFeatureRolloutPolicy" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDirectoryFeatureRolloutPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyTo" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyTo", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getByIds", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyToById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyToById", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyToByRef" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "beta" + }, + { "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/delta", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyToDelta" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyToDelta", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getUserOwnedObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyToUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDirectoryFeatureRolloutPolicyApplyToUserOwnedObject", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "Command": "Get-MgDirectoryFederationConfiguration" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDirectoryFederationConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/directory/federationConfigurations", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "Command": "Get-MgDirectoryFederationConfiguration" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDirectoryFederationConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/directory/federationConfigurations", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "Command": "Get-MgDirectoryFederationConfiguration" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDirectoryFederationConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "Command": "Get-MgDirectoryFederationConfiguration" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDirectoryFederationConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/impactedResources/{impactedResource-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphImpactedResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", - "Command": "Get-MgDirectoryImpactedResource" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDirectoryImpactedResource", + "ApiVersion": "beta" + }, + { "Uri": "/directory/impactedResources", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphImpactedResource", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", - "Command": "Get-MgDirectoryImpactedResource" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDirectoryImpactedResource", + "ApiVersion": "beta" + }, + { "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphInboundSharedUserProfile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInboundSharedUserProfile", - "Command": "Get-MgDirectoryInboundSharedUserProfile" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDirectoryInboundSharedUserProfile", + "ApiVersion": "beta" + }, + { "Uri": "/directory/inboundSharedUserProfiles", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphInboundSharedUserProfile", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInboundSharedUserProfile", - "Command": "Get-MgDirectoryInboundSharedUserProfile" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDirectoryInboundSharedUserProfile", + "ApiVersion": "beta" }, { + "Uri": "/directoryObjects/{directoryObject-id}", "Module": "DirectoryObjects", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "Directory.Read.All", @@ -46960,41 +46966,41 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, - "Uri": "/directoryObjects/{directoryObject-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryObject" + "Command": "Get-MgDirectoryObject", + "ApiVersion": "beta" }, { - "Module": "DirectoryObjects", - "Method": "GET", - "Permissions": [], "Uri": "/directoryObjects", + "Module": "DirectoryObjects", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryObject" - }, - { - "Module": "DirectoryObjects", "Method": "GET", "Permissions": [], + "Command": "Get-MgDirectoryObject", + "ApiVersion": "beta" + }, + { "Uri": "/directoryObjects", + "Module": "DirectoryObjects", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryObject" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDirectoryObject", + "ApiVersion": "v1.0" }, { + "Uri": "/directoryObjects/{directoryObject-id}", "Module": "DirectoryObjects", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Directory.Read.All", @@ -47002,56 +47008,55 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, - "Uri": "/directoryObjects/{directoryObject-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryObject" + "Command": "Get-MgDirectoryObject", + "ApiVersion": "v1.0" }, { - "Module": "DirectoryObjects", - "Method": "POST", - "Permissions": [], "Uri": "/directoryObjects/getAvailableExtensionProperties", + "Module": "DirectoryObjects", + "OutputType": "IMicrosoftGraphExtensionProperty", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtensionProperty", - "Command": "Get-MgDirectoryObjectAvailableExtensionProperty" - }, - { - "Module": "DirectoryObjects", "Method": "POST", "Permissions": [], + "Command": "Get-MgDirectoryObjectAvailableExtensionProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryObjects/getByIds", + "Module": "DirectoryObjects", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryObjectById" - }, - { - "Module": "DirectoryObjects", "Method": "POST", "Permissions": [], + "Command": "Get-MgDirectoryObjectById", + "ApiVersion": "beta" + }, + { "Uri": "/directoryObjects/getByIds", + "Module": "DirectoryObjects", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryObjectById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDirectoryObjectById", + "ApiVersion": "v1.0" }, { + "Uri": "/directoryObjects/delta", "Module": "DirectoryObjects", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Delta" + ], "Method": "GET", "Permissions": { "Name": "Directory.Read.All", @@ -47059,16 +47064,16 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, - "Uri": "/directoryObjects/delta", - "Variants": [ - "Delta" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryObjectDelta" + "Command": "Get-MgDirectoryObjectDelta", + "ApiVersion": "beta" }, { + "Uri": "/directoryObjects/delta", "Module": "DirectoryObjects", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Delta1" + ], "Method": "GET", "Permissions": { "Name": "Directory.Read.All", @@ -47076,16 +47081,19 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, - "Uri": "/directoryObjects/delta", - "Variants": [ - "Delta1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryObjectDelta" + "Command": "Get-MgDirectoryObjectDelta", + "ApiVersion": "v1.0" }, { + "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", "Module": "DirectoryObjects", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1", + "GetViaIdentity1", + "GetViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -47149,19 +47157,19 @@ "IsAdmin": false } ], - "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", - "Variants": [ - "Get1", - "GetExpanded1", - "GetViaIdentity1", - "GetViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDirectoryObjectMemberGroup" + "Command": "Get-MgDirectoryObjectMemberGroup", + "ApiVersion": "beta" }, { + "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", "Module": "DirectoryObjects", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -47225,19 +47233,19 @@ "IsAdmin": false } ], - "Uri": "/directoryObjects/{directoryObject-id}/getMemberGroups", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDirectoryObjectMemberGroup" + "Command": "Get-MgDirectoryObjectMemberGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", "Module": "DirectoryObjects", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1", + "GetViaIdentity1", + "GetViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -47307,19 +47315,19 @@ "IsAdmin": true } ], - "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", - "Variants": [ - "Get1", - "GetExpanded1", - "GetViaIdentity1", - "GetViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDirectoryObjectMemberObject" + "Command": "Get-MgDirectoryObjectMemberObject", + "ApiVersion": "beta" }, { + "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", "Module": "DirectoryObjects", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -47389,45 +47397,42 @@ "IsAdmin": true } ], - "Uri": "/directoryObjects/{directoryObject-id}/getMemberObjects", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDirectoryObjectMemberObject" + "Command": "Get-MgDirectoryObjectMemberObject", + "ApiVersion": "v1.0" }, { - "Module": "DirectoryObjects", - "Method": "POST", - "Permissions": [], "Uri": "/directoryObjects/getUserOwnedObjects", + "Module": "DirectoryObjects", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryObjectUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDirectoryObjectUserOwnedObject", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization1", - "Command": "Get-MgDirectoryOnPremisSynchronization" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDirectoryOnPremisSynchronization", + "ApiVersion": "beta" }, { + "Uri": "/directory/onPremisesSynchronization", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -47443,16 +47448,16 @@ "IsAdmin": true } ], - "Uri": "/directory/onPremisesSynchronization", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization1", - "Command": "Get-MgDirectoryOnPremisSynchronization" + "Command": "Get-MgDirectoryOnPremisSynchronization", + "ApiVersion": "beta" }, { + "Uri": "/directory/onPremisesSynchronization", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -47468,79 +47473,80 @@ "IsAdmin": true } ], - "Uri": "/directory/onPremisesSynchronization", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "Command": "Get-MgDirectoryOnPremisSynchronization" + "Command": "Get-MgDirectoryOnPremisSynchronization", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "Command": "Get-MgDirectoryOnPremisSynchronization" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDirectoryOnPremisSynchronization", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", - "Command": "Get-MgDirectoryOutboundSharedUserProfile" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDirectoryOutboundSharedUserProfile", + "ApiVersion": "beta" + }, + { "Uri": "/directory/outboundSharedUserProfiles", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", - "Command": "Get-MgDirectoryOutboundSharedUserProfile" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDirectoryOutboundSharedUserProfile", + "ApiVersion": "beta" + }, + { "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDirectoryOutboundSharedUserProfileTenant" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDirectoryOutboundSharedUserProfileTenant", + "ApiVersion": "beta" + }, + { "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphTenantReference", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTenantReference", - "Command": "Get-MgDirectoryOutboundSharedUserProfileTenant" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDirectoryOutboundSharedUserProfileTenant", + "ApiVersion": "beta" }, { + "Uri": "/directory/recommendations/{recommendation-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphRecommendation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -47556,17 +47562,16 @@ "IsAdmin": true } ], - "Uri": "/directory/recommendations/{recommendation-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecommendation", - "Command": "Get-MgDirectoryRecommendation" + "Command": "Get-MgDirectoryRecommendation", + "ApiVersion": "beta" }, { + "Uri": "/directory/recommendations", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphRecommendation", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -47582,16 +47587,17 @@ "IsAdmin": true } ], - "Uri": "/directory/recommendations", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecommendation", - "Command": "Get-MgDirectoryRecommendation" + "Command": "Get-MgDirectoryRecommendation", + "ApiVersion": "beta" }, { + "Uri": "/directoryRoles/{directoryRole-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -47619,17 +47625,16 @@ "IsAdmin": true } ], - "Uri": "/directoryRoles/{directoryRole-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRole", - "Command": "Get-MgDirectoryRole" + "Command": "Get-MgDirectoryRole", + "ApiVersion": "beta" }, { + "Uri": "/directoryRoles", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -47657,16 +47662,16 @@ "IsAdmin": true } ], - "Uri": "/directoryRoles", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRole", - "Command": "Get-MgDirectoryRole" + "Command": "Get-MgDirectoryRole", + "ApiVersion": "beta" }, { + "Uri": "/directoryRoles", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -47694,16 +47699,17 @@ "IsAdmin": true } ], - "Uri": "/directoryRoles", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRole", - "Command": "Get-MgDirectoryRole" + "Command": "Get-MgDirectoryRole", + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoles/{directoryRole-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -47731,43 +47737,42 @@ "IsAdmin": true } ], - "Uri": "/directoryRoles/{directoryRole-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRole", - "Command": "Get-MgDirectoryRole" + "Command": "Get-MgDirectoryRole", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directoryRoles/getByIds", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryRoleById" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgDirectoryRoleById", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/getByIds", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryRoleById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDirectoryRoleById", + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoles/delta", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Variants": [ + "Delta" + ], "Method": "GET", "Permissions": [ { @@ -47795,16 +47800,16 @@ "IsAdmin": true } ], - "Uri": "/directoryRoles/delta", - "Variants": [ - "Delta" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRole", - "Command": "Get-MgDirectoryRoleDelta" + "Command": "Get-MgDirectoryRoleDelta", + "ApiVersion": "beta" }, { + "Uri": "/directoryRoles/delta", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryRole", + "Variants": [ + "Delta1" + ], "Method": "GET", "Permissions": [ { @@ -47832,16 +47837,16 @@ "IsAdmin": true } ], - "Uri": "/directoryRoles/delta", - "Variants": [ - "Delta1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRole", - "Command": "Get-MgDirectoryRoleDelta" + "Command": "Get-MgDirectoryRoleDelta", + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoles/{directoryRole-id}/members", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -47869,16 +47874,53 @@ "IsAdmin": true } ], + "Command": "Get-MgDirectoryRoleMember", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ - "List" + "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryRoleMember" + "Method": "GET", + "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-MgDirectoryRoleMember", + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -47906,53 +47948,16 @@ "IsAdmin": true } ], - "Uri": "/directoryRoles/{directoryRole-id}/members", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryRoleMember" + "Command": "Get-MgDirectoryRoleMemberByRef", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "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/{directoryRole-id}/members/$ref", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ - "List" + "List1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDirectoryRoleMemberByRef" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [ { @@ -47980,89 +47985,89 @@ "IsAdmin": true } ], - "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDirectoryRoleMemberByRef" + "Command": "Get-MgDirectoryRoleMemberByRef", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDirectoryRoleMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgDirectoryRoleMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/getMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDirectoryRoleMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgDirectoryRoleMemberGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDirectoryRoleMemberObject" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgDirectoryRoleMemberObject", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/getMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDirectoryRoleMemberObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDirectoryRoleMemberObject", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Command": "Get-MgDirectoryRoleScopedMember" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDirectoryRoleScopedMember", + "ApiVersion": "beta" }, { + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -48090,16 +48095,16 @@ "IsAdmin": true } ], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Command": "Get-MgDirectoryRoleScopedMember" + "Command": "Get-MgDirectoryRoleScopedMember", + "ApiVersion": "beta" }, { + "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -48127,29 +48132,30 @@ "IsAdmin": true } ], - "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Command": "Get-MgDirectoryRoleScopedMember" + "Command": "Get-MgDirectoryRoleScopedMember", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Command": "Get-MgDirectoryRoleScopedMember" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDirectoryRoleScopedMember", + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -48177,17 +48183,16 @@ "IsAdmin": true } ], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "Command": "Get-MgDirectoryRoleTemplate" + "Command": "Get-MgDirectoryRoleTemplate", + "ApiVersion": "beta" }, { + "Uri": "/directoryRoleTemplates", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -48215,16 +48220,16 @@ "IsAdmin": true } ], - "Uri": "/directoryRoleTemplates", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "Command": "Get-MgDirectoryRoleTemplate" + "Command": "Get-MgDirectoryRoleTemplate", + "ApiVersion": "beta" }, { + "Uri": "/directoryRoleTemplates", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -48252,16 +48257,17 @@ "IsAdmin": true } ], - "Uri": "/directoryRoleTemplates", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "Command": "Get-MgDirectoryRoleTemplate" + "Command": "Get-MgDirectoryRoleTemplate", + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -48289,43 +48295,42 @@ "IsAdmin": true } ], - "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "Command": "Get-MgDirectoryRoleTemplate" + "Command": "Get-MgDirectoryRoleTemplate", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directoryRoleTemplates/getByIds", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryRoleTemplateById" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgDirectoryRoleTemplateById", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoleTemplates/getByIds", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryRoleTemplateById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDirectoryRoleTemplateById", + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoleTemplates/delta", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Delta" + ], "Method": "GET", "Permissions": [ { @@ -48353,16 +48358,16 @@ "IsAdmin": true } ], - "Uri": "/directoryRoleTemplates/delta", - "Variants": [ - "Delta" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryRoleTemplateDelta" + "Command": "Get-MgDirectoryRoleTemplateDelta", + "ApiVersion": "beta" }, { + "Uri": "/directoryRoleTemplates/delta", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Delta1" + ], "Method": "GET", "Permissions": [ { @@ -48390,102 +48395,103 @@ "IsAdmin": true } ], - "Uri": "/directoryRoleTemplates/delta", - "Variants": [ - "Delta1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryRoleTemplateDelta" + "Command": "Get-MgDirectoryRoleTemplateDelta", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDirectoryRoleTemplateMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgDirectoryRoleTemplateMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDirectoryRoleTemplateMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgDirectoryRoleTemplateMemberGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDirectoryRoleTemplateMemberObject" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgDirectoryRoleTemplateMemberObject", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}/getMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDirectoryRoleTemplateMemberObject" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgDirectoryRoleTemplateMemberObject", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoleTemplates/getUserOwnedObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryRoleTemplateUserOwnedObject" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgDirectoryRoleTemplateUserOwnedObject", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/getUserOwnedObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectoryRoleUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDirectoryRoleUserOwnedObject", + "ApiVersion": "beta" }, { + "Uri": "/settings/{directorySetting-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectorySetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -48513,17 +48519,16 @@ "IsAdmin": true } ], - "Uri": "/settings/{directorySetting-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectorySetting", - "Command": "Get-MgDirectorySetting" + "Command": "Get-MgDirectorySetting", + "ApiVersion": "beta" }, { + "Uri": "/settings", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectorySetting", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -48551,16 +48556,17 @@ "IsAdmin": true } ], - "Uri": "/settings", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectorySetting", - "Command": "Get-MgDirectorySetting" + "Command": "Get-MgDirectorySetting", + "ApiVersion": "beta" }, { + "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -48576,17 +48582,16 @@ "IsAdmin": true } ], - "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectorySettingTemplate", - "Command": "Get-MgDirectorySettingTemplate" + "Command": "Get-MgDirectorySettingTemplate", + "ApiVersion": "beta" }, { + "Uri": "/directorySettingTemplates", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectorySettingTemplate", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -48602,29 +48607,29 @@ "IsAdmin": true } ], - "Uri": "/directorySettingTemplates", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectorySettingTemplate", - "Command": "Get-MgDirectorySettingTemplate" + "Command": "Get-MgDirectorySettingTemplate", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directorySettingTemplates/getByIds", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectorySettingTemplateById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDirectorySettingTemplateById", + "ApiVersion": "beta" }, { + "Uri": "/directorySettingTemplates/delta", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Delta" + ], "Method": "GET", "Permissions": [ { @@ -48640,84 +48645,85 @@ "IsAdmin": true } ], - "Uri": "/directorySettingTemplates/delta", - "Variants": [ - "Delta" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectorySettingTemplateDelta" + "Command": "Get-MgDirectorySettingTemplateDelta", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDirectorySettingTemplateMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgDirectorySettingTemplateMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}/getMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDirectorySettingTemplateMemberObject" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgDirectorySettingTemplateMemberObject", + "ApiVersion": "beta" + }, + { "Uri": "/directorySettingTemplates/getUserOwnedObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDirectorySettingTemplateUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgDirectorySettingTemplateUserOwnedObject", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphSharedEmailDomain", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedEmailDomain", - "Command": "Get-MgDirectorySharedEmailDomain" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDirectorySharedEmailDomain", + "ApiVersion": "beta" + }, + { "Uri": "/directory/sharedEmailDomains", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphSharedEmailDomain", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedEmailDomain", - "Command": "Get-MgDirectorySharedEmailDomain" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDirectorySharedEmailDomain", + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomain", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -48739,17 +48745,16 @@ "IsAdmin": true } ], - "Uri": "/domains/{domain-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomain", - "Command": "Get-MgDomain" + "Command": "Get-MgDomain", + "ApiVersion": "beta" }, { + "Uri": "/domains", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomain", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -48771,16 +48776,16 @@ "IsAdmin": true } ], - "Uri": "/domains", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomain", - "Command": "Get-MgDomain" + "Command": "Get-MgDomain", + "ApiVersion": "beta" }, { + "Uri": "/domains", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomain1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -48802,16 +48807,17 @@ "IsAdmin": true } ], - "Uri": "/domains", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomain1", - "Command": "Get-MgDomain" + "Command": "Get-MgDomain", + "ApiVersion": "v1.0" }, { + "Uri": "/domains/{domain-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomain1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -48833,17 +48839,17 @@ "IsAdmin": true } ], - "Uri": "/domains/{domain-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomain1", - "Command": "Get-MgDomain" + "Command": "Get-MgDomain", + "ApiVersion": "v1.0" }, { + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -48859,41 +48865,41 @@ "IsAdmin": true } ], - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInternalDomainFederation", - "Command": "Get-MgDomainFederationConfiguration" + "Command": "Get-MgDomainFederationConfiguration", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/domains/{domain-id}/federationConfiguration", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphInternalDomainFederation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInternalDomainFederation", - "Command": "Get-MgDomainFederationConfiguration" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDomainFederationConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}/federationConfiguration", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphInternalDomainFederation", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInternalDomainFederation", - "Command": "Get-MgDomainFederationConfiguration" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDomainFederationConfiguration", + "ApiVersion": "v1.0" }, { + "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphInternalDomainFederation", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -48909,30 +48915,29 @@ "IsAdmin": true } ], - "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInternalDomainFederation", - "Command": "Get-MgDomainFederationConfiguration" + "Command": "Get-MgDomainFederationConfiguration", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDomainNameReference" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDomainNameReference", + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/domainNameReferences", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -48948,16 +48953,16 @@ "IsAdmin": true } ], - "Uri": "/domains/{domain-id}/domainNameReferences", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDomainNameReference" + "Command": "Get-MgDomainNameReference", + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/domainNameReferences", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -48973,42 +48978,42 @@ "IsAdmin": true } ], - "Uri": "/domains/{domain-id}/domainNameReferences", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDomainNameReference" + "Command": "Get-MgDomainNameReference", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/domains/{domain-id}/domainNameReferences/{directoryObject-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgDomainNameReference" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDomainNameReference", + "ApiVersion": "v1.0" + }, + { "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "Command": "Get-MgDomainServiceConfigurationRecord" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDomainServiceConfigurationRecord", + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -49024,16 +49029,16 @@ "IsAdmin": true } ], - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "Command": "Get-MgDomainServiceConfigurationRecord" + "Command": "Get-MgDomainServiceConfigurationRecord", + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/serviceConfigurationRecords", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -49049,67 +49054,67 @@ "IsAdmin": true } ], - "Uri": "/domains/{domain-id}/serviceConfigurationRecords", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "Command": "Get-MgDomainServiceConfigurationRecord" + "Command": "Get-MgDomainServiceConfigurationRecord", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "Command": "Get-MgDomainServiceConfigurationRecord" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDomainServiceConfigurationRecord", + "ApiVersion": "v1.0" + }, + { "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", - "Command": "Get-MgDomainSharedEmailDomainInvitation" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDomainSharedEmailDomainInvitation", + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", - "Command": "Get-MgDomainSharedEmailDomainInvitation" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgDomainSharedEmailDomainInvitation", + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "Command": "Get-MgDomainVerificationDnsRecord" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDomainVerificationDnsRecord", + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/verificationDnsRecords", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -49125,16 +49130,16 @@ "IsAdmin": true } ], - "Uri": "/domains/{domain-id}/verificationDnsRecords", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "Command": "Get-MgDomainVerificationDnsRecord" + "Command": "Get-MgDomainVerificationDnsRecord", + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/verificationDnsRecords", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomainDnsRecord", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -49150,29 +49155,30 @@ "IsAdmin": true } ], - "Uri": "/domains/{domain-id}/verificationDnsRecords", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "Command": "Get-MgDomainVerificationDnsRecord" + "Command": "Get-MgDomainVerificationDnsRecord", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "Command": "Get-MgDomainVerificationDnsRecord" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDomainVerificationDnsRecord", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}", "Module": "Files", + "OutputType": "IMicrosoftGraphDrive1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -49212,41 +49218,41 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "Get-MgDrive" + "Command": "Get-MgDrive", + "ApiVersion": "beta" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/drives", + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "Get-MgDrive" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDrive", + "ApiVersion": "beta" + }, + { "Uri": "/drives", + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "Get-MgDrive" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDrive", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}", "Module": "Files", + "OutputType": "IMicrosoftGraphDrive", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -49286,17 +49292,16 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "Get-MgDrive" + "Command": "Get-MgDrive", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/activities", "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -49336,168 +49341,169 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/activities", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgDriveActivity" + "Command": "Get-MgDriveActivity", + "ApiVersion": "beta" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgDriveBundle" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveBundle", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/bundles", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgDriveBundle" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveBundle", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/bundles", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgDriveBundle" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveBundle", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/bundles/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgDriveBundle" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveBundle", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDriveBundleContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveBundleContent", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDriveBundleContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveBundleContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/following/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgDriveFollowing" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveFollowing", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/following", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgDriveFollowing" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveFollowing", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/following", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgDriveFollowing" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveFollowing", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/following/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgDriveFollowing" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveFollowing", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDriveFollowingContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveFollowingContent", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDriveFollowingContent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDriveFollowingContent", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -49537,41 +49543,41 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgDriveItem" + "Command": "Get-MgDriveItem", + "ApiVersion": "beta" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/drives/{drive-id}/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgDriveItem" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDriveItem", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -49611,17 +49617,16 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgDriveItem" + "Command": "Get-MgDriveItem", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/activities", "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -49661,16 +49666,17 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/activities", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgDriveItemActivity" + "Command": "Get-MgDriveItemActivity", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -49710,17 +49716,19 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgDriveItemActivityByInterval" + "Command": "Get-MgDriveItemActivityByInterval", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Variants": [ + "Get1", + "Get2", + "GetViaIdentity1", + "GetViaIdentity2" + ], "Method": "GET", "Permissions": [ { @@ -49760,19 +49768,17 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", - "Variants": [ - "Get1", - "Get2", - "GetViaIdentity1", - "GetViaIdentity2" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgDriveItemActivityByInterval" + "Command": "Get-MgDriveItemActivityByInterval", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -49812,17 +49818,17 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics1", - "Command": "Get-MgDriveItemAnalytic" + "Command": "Get-MgDriveItemAnalytic", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -49862,91 +49868,91 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Command": "Get-MgDriveItemAnalytic" + "Command": "Get-MgDriveItemAnalytic", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivity1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivity1", - "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivity", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivity", - "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDriveItemAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -49986,17 +49992,17 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgDriveItemAnalyticLastSevenDay" + "Command": "Get-MgDriveItemAnalyticLastSevenDay", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -50036,17 +50042,17 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgDriveItemAnalyticLastSevenDay" + "Command": "Get-MgDriveItemAnalyticLastSevenDay", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -50086,17 +50092,17 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgDriveItemAnalyticTime" + "Command": "Get-MgDriveItemAnalyticTime", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -50136,30 +50142,29 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgDriveItemAnalyticTime" + "Command": "Get-MgDriveItemAnalyticTime", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgDriveItemChild" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDriveItemChild", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -50199,16 +50204,16 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgDriveItemChild" + "Command": "Get-MgDriveItemChild", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -50248,55 +50253,56 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgDriveItemChild" + "Command": "Get-MgDriveItemChild", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgDriveItemChild" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDriveItemChildContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemChildContent", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDriveItemChildContent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDriveItemChildContent", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "Module": "Files", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -50336,17 +50342,17 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDriveItemContent" + "Command": "Get-MgDriveItemContent", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "Module": "Files", + "OutputType": null, + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -50386,343 +50392,343 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDriveItemContent" + "Command": "Get-MgDriveItemContent", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgDriveItemDelta" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemDelta", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/delta", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Delta2", "Delta3", "DeltaViaIdentity2", "DeltaViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgDriveItemDelta" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgDriveItemListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItem", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", - "Command": "Get-MgDriveItemListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgDriveItemListItemActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItemActivity", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgDriveItemListItemActivityByInterval" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItemActivityByInterval", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgDriveItemListItemActivityByInterval" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItemActivityByInterval", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics1", - "Command": "Get-MgDriveItemListItemAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItemAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Command": "Get-MgDriveItemListItemAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItemAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgDriveItemListItemDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItemDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgDriveItemListItemDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItemDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDriveItemListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDriveItemListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDriveItemListItemField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDriveItemListItemField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDriveItemListItemVersionField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDriveItemListItemVersionField" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDriveItemListItemVersionField", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -50762,17 +50768,16 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Get-MgDriveItemPermission" + "Command": "Get-MgDriveItemPermission", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -50812,16 +50817,16 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Get-MgDriveItemPermission" + "Command": "Get-MgDriveItemPermission", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -50861,16 +50866,17 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Get-MgDriveItemPermission" + "Command": "Get-MgDriveItemPermission", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -50910,80 +50916,79 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Get-MgDriveItemPermission" + "Command": "Get-MgDriveItemPermission", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgDriveItemSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgDriveItemSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgDriveItemSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgDriveItemSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveItemSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgDriveItemThumbnail" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDriveItemThumbnail", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -51023,16 +51028,16 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgDriveItemThumbnail" + "Command": "Get-MgDriveItemThumbnail", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -51072,29 +51077,30 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgDriveItemThumbnail" + "Command": "Get-MgDriveItemThumbnail", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgDriveItemThumbnail" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDriveItemThumbnail", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -51134,17 +51140,16 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgDriveItemVersion" + "Command": "Get-MgDriveItemVersion", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -51184,16 +51189,16 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgDriveItemVersion" + "Command": "Get-MgDriveItemVersion", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -51233,16 +51238,17 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgDriveItemVersion" + "Command": "Get-MgDriveItemVersion", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -51282,17 +51288,17 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgDriveItemVersion" + "Command": "Get-MgDriveItemVersion", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Module": "Files", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -51332,17 +51338,17 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDriveItemVersionContent" + "Command": "Get-MgDriveItemVersionContent", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", "Module": "Files", + "OutputType": null, + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -51382,1240 +51388,1242 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDriveItemVersionContent" + "Command": "Get-MgDriveItemVersionContent", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/drives/{drive-id}/list", + "Module": "Files", + "OutputType": "IMicrosoftGraphList1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList1", - "Command": "Get-MgDriveList" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveList", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list", + "Module": "Files", + "OutputType": "IMicrosoftGraphList", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", - "Command": "Get-MgDriveList" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveList", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgDriveListActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListActivity", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgDriveListColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgDriveListColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgDriveListColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgDriveListColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgDriveListColumnSourceColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListColumnSourceColumn", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgDriveListColumnSourceColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListColumnSourceColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgDriveListContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgDriveListContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgDriveListContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgDriveListContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgDriveListContentTypeBase" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeBase", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgDriveListContentTypeBase" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeBase", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgDriveListContentTypeBaseType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeBaseType", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgDriveListContentTypeBaseType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeBaseType", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgDriveListContentTypeBaseType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeBaseType", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgDriveListContentTypeBaseType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeBaseType", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgDriveListContentTypeColumnPosition" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeColumnPosition", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgDriveListContentTypeColumnPosition" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeColumnPosition", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgDriveListContentTypeColumnPosition" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeColumnPosition", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgDriveListContentTypeColumnPosition" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeColumnPosition", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgDriveListContentTypeColumnSourceColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeColumnSourceColumn", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgDriveListContentTypeColumnSourceColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeColumnSourceColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgDriveListContentTypeCompatibleHubContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgDriveListContentTypeCompatibleHubContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/drive", + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "Get-MgDriveListDrive" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListDrive", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/drive", + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "Get-MgDriveListDrive" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgDriveListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItem", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgDriveListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItem", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", - "Command": "Get-MgDriveListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", - "Command": "Get-MgDriveListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgDriveListItemActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemActivity", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgDriveListItemActivityByInterval" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemActivityByInterval", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgDriveListItemActivityByInterval" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemActivityByInterval", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics1", - "Command": "Get-MgDriveListItemAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Command": "Get-MgDriveListItemAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/delta", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgDriveListItemDelta" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemDelta", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgDriveListItemDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgDriveListItemDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDriveListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDriveListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDriveListItemField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDriveListItemField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgDriveListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgDriveListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgDriveListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgDriveListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDriveListItemVersionField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDriveListItemVersionField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgDriveListOperation" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/operations", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgDriveListOperation" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/operations", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgDriveListOperation" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgDriveListOperation" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgDriveListSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgDriveListSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgDriveListSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgDriveListSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgDriveRoot" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgDriveRoot" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgDriveRootActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootActivity", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgDriveRootActivityByInterval" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootActivityByInterval", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/getActivitiesByInterval", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgDriveRootActivityByInterval" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootActivityByInterval", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics1", - "Command": "Get-MgDriveRootAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Command": "Get-MgDriveRootAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivity1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivity1", - "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivity", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivity", - "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgDriveRootAnalyticLastSevenDay" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootAnalyticLastSevenDay", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics/lastSevenDays", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgDriveRootAnalyticLastSevenDay" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootAnalyticLastSevenDay", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics/allTime", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgDriveRootAnalyticTime" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootAnalyticTime", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics/allTime", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgDriveRootAnalyticTime" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootAnalyticTime", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgDriveRootChild" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootChild", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/children", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgDriveRootChild" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootChild", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/children", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgDriveRootChild" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/children/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgDriveRootChild" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDriveRootChildContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootChildContent", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDriveRootChildContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootChildContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDriveRootContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootContent", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDriveRootContent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDriveRootContent", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/root/delta", "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", + "Variants": [ + "Delta2", + "Delta3", + "DeltaViaIdentity2", + "DeltaViaIdentity3" + ], "Method": "GET", "Permissions": [ { @@ -52655,19 +52663,19 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/root/delta", - "Variants": [ - "Delta2", - "Delta3", - "DeltaViaIdentity2", - "DeltaViaIdentity3" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgDriveRootDelta" + "Command": "Get-MgDriveRootDelta", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/root/delta", "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -52707,635 +52715,615 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/root/delta", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgDriveRootDelta" + "Command": "Get-MgDriveRootDelta", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/drives/{drive-id}/root/listItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgDriveRootListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItem", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", - "Command": "Get-MgDriveRootListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgDriveRootListItemActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItemActivity", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgDriveRootListItemActivityByInterval" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItemActivityByInterval", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/getActivitiesByInterval", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgDriveRootListItemActivityByInterval" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItemActivityByInterval", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics1", - "Command": "Get-MgDriveRootListItemAnalytic" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDriveRootListItemAnalytic", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/root/listItem/analytics", "Module": "Files", - "Method": "GET", - "Permissions": [], - "Uri": "/drives/{drive-id}/root/listItem/analytics", + "OutputType": "IMicrosoftGraphItemAnalytics", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Command": "Get-MgDriveRootListItemAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItemAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/driveItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgDriveRootListItemDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItemDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/driveItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgDriveRootListItemDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItemDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDriveRootListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDriveRootListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDriveRootListItemField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDriveRootListItemField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDriveRootListItemVersionField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDriveRootListItemVersionField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Get-MgDriveRootPermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootPermission", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Get-MgDriveRootPermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootPermission", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Get-MgDriveRootPermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Get-MgDriveRootPermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgDriveRootSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgDriveRootSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgDriveRootSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgDriveRootSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgDriveRootVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgDriveRootVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgDriveRootVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgDriveRootVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDriveRootVersionContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootVersionContent", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDriveRootVersionContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveRootVersionContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/special/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgDriveSpecial" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveSpecial", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/special", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgDriveSpecial" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveSpecial", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/special", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgDriveSpecial" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveSpecial", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/special/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgDriveSpecial" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveSpecial", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgDriveSpecialContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgDriveSpecialContent", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgDriveSpecialContent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgDriveSpecialContent", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "GET", - "Permissions": { - "Name": "EduRoster.ReadBasic", - "Description": "View a limited subset of your school, class and user information", - "FullDescription": "Allows the app to view minimal  information about both schools and classes in your organization and education-related information about you and other users on your behalf.", - "IsAdmin": true - }, "Uri": "/education/classes/{educationClass-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", - "Command": "Get-MgEducationClass" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -53343,16 +53331,16 @@ "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 }, + "Command": "Get-MgEducationClass", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", - "Command": "Get-MgEducationClass" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -53360,16 +53348,16 @@ "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 }, + "Command": "Get-MgEducationClass", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass1", - "Command": "Get-MgEducationClass" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -53377,55 +53365,35 @@ "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 }, + "Command": "Get-MgEducationClass", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass1", - "Command": "Get-MgEducationClass" + "Method": "GET", + "Permissions": { + "Name": "EduRoster.ReadBasic", + "Description": "View a limited subset of your school, class and user information", + "FullDescription": "Allows the app to view minimal  information about both schools and classes in your organization and education-related information about you and other users on your behalf.", + "IsAdmin": true + }, + "Command": "Get-MgEducationClass", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "GET", - "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.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.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.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 - } - ], "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Command": "Get-MgEducationClassAssignment" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -53453,16 +53421,16 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Command": "Get-MgEducationClassAssignment" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -53490,16 +53458,16 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment1", - "Command": "Get-MgEducationClassAssignment" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -53527,17 +53495,17 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment1", - "Command": "Get-MgEducationClassAssignment" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -53565,17 +53533,17 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationCategory", - "Command": "Get-MgEducationClassAssignmentCategory" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -53603,17 +53571,17 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentCategory", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "List", "List3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationCategory", - "Command": "Get-MgEducationClassAssignmentCategory" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -53641,17 +53609,17 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentCategory", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignmentCategories", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "List1", "List2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationCategory", - "Command": "Get-MgEducationClassAssignmentCategory" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -53679,17 +53647,17 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationCategory", - "Command": "Get-MgEducationClassAssignmentCategory" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -53717,16 +53685,16 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgEducationClassAssignmentCategoryByRef" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -53754,16 +53722,16 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentCategoryByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgEducationClassAssignmentCategoryByRef" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -53791,19 +53759,19 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentCategoryByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationCategory", - "Command": "Get-MgEducationClassAssignmentCategoryDelta" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -53831,19 +53799,19 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentCategoryDelta", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignmentCategories/delta", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "Delta2", "Delta3", "DeltaViaIdentity2", "DeltaViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationCategory", - "Command": "Get-MgEducationClassAssignmentCategoryDelta" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -53871,17 +53839,17 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentCategoryDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", - "Command": "Get-MgEducationClassAssignmentDefault" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -53909,17 +53877,17 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentDefault", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentDefaults", - "Command": "Get-MgEducationClassAssignmentDefault" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -53947,17 +53915,17 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentDefault", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/delta", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Command": "Get-MgEducationClassAssignmentDelta" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -53985,17 +53953,17 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentDelta", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/delta", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment1", - "Command": "Get-MgEducationClassAssignmentDelta" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -54023,17 +53991,17 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Command": "Get-MgEducationClassAssignmentResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -54061,16 +54029,16 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Command": "Get-MgEducationClassAssignmentResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -54098,16 +54066,16 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Command": "Get-MgEducationClassAssignmentResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -54135,17 +54103,17 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Command": "Get-MgEducationClassAssignmentResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -54173,17 +54141,17 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRubric", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", - "Command": "Get-MgEducationClassAssignmentRubric" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -54211,17 +54179,17 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentRubric", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRubric", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRubric", - "Command": "Get-MgEducationClassAssignmentRubric" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -54249,17 +54217,17 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentRubric", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgEducationClassAssignmentRubricByRef" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -54287,17 +54255,17 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentRubricByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgEducationClassAssignmentRubricByRef" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -54325,17 +54293,17 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentRubricByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", - "Command": "Get-MgEducationClassAssignmentSetting" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -54363,17 +54331,17 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentSetting", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentSettings", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentSettings", - "Command": "Get-MgEducationClassAssignmentSetting" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -54401,17 +54369,17 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentSetting", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "Get-MgEducationClassAssignmentSubmission" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -54439,16 +54407,16 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "Get-MgEducationClassAssignmentSubmission" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -54476,16 +54444,16 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "Get-MgEducationClassAssignmentSubmission" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -54513,30 +54481,67 @@ "IsAdmin": true } ], + "Command": "Get-MgEducationClassAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "Get-MgEducationClassAssignmentSubmission" + "Method": "GET", + "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.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.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.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 + } + ], + "Command": "Get-MgEducationClassAssignmentSubmission", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "GET", - "Permissions": [], "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationOutcome", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationOutcome", - "Command": "Get-MgEducationClassAssignmentSubmissionOutcome" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationOutcome", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -54564,16 +54569,16 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationOutcome", - "Command": "Get-MgEducationClassAssignmentSubmissionOutcome" + "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationOutcome", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -54601,29 +54606,30 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationOutcome", - "Command": "Get-MgEducationClassAssignmentSubmissionOutcome" + "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "GET", - "Permissions": [], "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationOutcome", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationOutcome", - "Command": "Get-MgEducationClassAssignmentSubmissionOutcome" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -54651,41 +54657,41 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationClassAssignmentSubmissionResource" + "Command": "Get-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "beta" }, { - "Module": "Education", - "Method": "GET", - "Permissions": [], "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationClassAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationClassAssignmentSubmissionResource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -54713,17 +54719,54 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Command": "Get-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "v1.0" + }, + { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ - "Get", - "GetViaIdentity" + "Get1", + "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationClassAssignmentSubmissionResource" + "Method": "GET", + "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.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.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.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 + } + ], + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -54751,54 +54794,16 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource" + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" }, { - "Module": "Education", - "Method": "GET", - "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.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.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.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 - } - ], "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ - "List1" + "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [ { @@ -54826,16 +54831,17 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource" + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -54863,17 +54869,16 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource" + "Command": "Get-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/delta", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "Delta1" + ], "Method": "GET", "Permissions": [ { @@ -54895,16 +54900,16 @@ "IsAdmin": true } ], - "Uri": "/education/classes/delta", - "Variants": [ - "Delta1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", - "Command": "Get-MgEducationClassDelta" + "Command": "Get-MgEducationClassDelta", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/delta", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass1", + "Variants": [ + "Delta" + ], "Method": "GET", "Permissions": [ { @@ -54926,16 +54931,17 @@ "IsAdmin": true } ], - "Uri": "/education/classes/delta", - "Variants": [ - "Delta" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass1", - "Command": "Get-MgEducationClassDelta" + "Command": "Get-MgEducationClassDelta", + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/group", "Module": "Education", + "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -54963,17 +54969,17 @@ "IsAdmin": false } ], - "Uri": "/education/classes/{educationClass-id}/group", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Get-MgEducationClassGroup" + "Command": "Get-MgEducationClassGroup", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/group", "Module": "Education", + "OutputType": "IMicrosoftGraphGroup1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -55001,17 +55007,16 @@ "IsAdmin": false } ], - "Uri": "/education/classes/{educationClass-id}/group", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Get-MgEducationClassGroup" + "Command": "Get-MgEducationClassGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/members", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationUser", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -55019,16 +55024,16 @@ "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 }, - "Uri": "/education/classes/{educationClass-id}/members", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationUser", - "Command": "Get-MgEducationClassMember" + "Command": "Get-MgEducationClassMember", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/members", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationUser1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -55036,16 +55041,16 @@ "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 }, - "Uri": "/education/classes/{educationClass-id}/members", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationUser1", - "Command": "Get-MgEducationClassMember" + "Command": "Get-MgEducationClassMember", + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/members/$ref", "Module": "Education", + "OutputType": null, + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -55053,16 +55058,16 @@ "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 }, - "Uri": "/education/classes/{educationClass-id}/members/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgEducationClassMemberByRef" + "Command": "Get-MgEducationClassMemberByRef", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/members/$ref", "Module": "Education", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -55070,29 +55075,29 @@ "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 }, - "Uri": "/education/classes/{educationClass-id}/members/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgEducationClassMemberByRef" + "Command": "Get-MgEducationClassMemberByRef", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "GET", - "Permissions": [], "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSchool", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSchool", - "Command": "Get-MgEducationClassSchool" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEducationClassSchool", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/schools", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSchool", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -55100,16 +55105,16 @@ "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 }, - "Uri": "/education/classes/{educationClass-id}/schools", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSchool", - "Command": "Get-MgEducationClassSchool" + "Command": "Get-MgEducationClassSchool", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/schools", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSchool1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -55117,46 +55122,29 @@ "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 }, - "Uri": "/education/classes/{educationClass-id}/schools", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSchool1", - "Command": "Get-MgEducationClassSchool" + "Command": "Get-MgEducationClassSchool", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "GET", - "Permissions": [], "Uri": "/education/classes/{educationClass-id}/schools/{educationSchool-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSchool1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSchool1", - "Command": "Get-MgEducationClassSchool" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEducationClassSchool", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "GET", - "Permissions": { - "Name": "EduRoster.ReadBasic", - "Description": "View a limited subset of your school, class and user information", - "FullDescription": "Allows the app to view minimal  information about both schools and classes in your organization and education-related information about you and other users on your behalf.", - "IsAdmin": true - }, "Uri": "/education/classes/{educationClass-id}/teachers", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationUser", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationUser", - "Command": "Get-MgEducationClassTeacher" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -55164,16 +55152,16 @@ "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 }, + "Command": "Get-MgEducationClassTeacher", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/teachers", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationUser1", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationUser1", - "Command": "Get-MgEducationClassTeacher" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -55181,16 +55169,16 @@ "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 }, + "Command": "Get-MgEducationClassTeacher", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgEducationClassTeacherByRef" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -55198,16 +55186,16 @@ "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 }, + "Command": "Get-MgEducationClassTeacherByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgEducationClassTeacherByRef" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -55215,16 +55203,16 @@ "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 }, + "Command": "Get-MgEducationClassTeacherByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationUser", "Variants": [ "Get1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationUser", - "Command": "Get-MgEducationMe" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -55232,29 +55220,46 @@ "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 }, + "Command": "Get-MgEducationMe", + "ApiVersion": "beta" + }, + { "Uri": "/education/me", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationUser1", "Variants": [ "Get" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationUser1", - "Command": "Get-MgEducationMe" + "Method": "GET", + "Permissions": { + "Name": "EduRoster.ReadBasic", + "Description": "View a limited subset of your school, class and user information", + "FullDescription": "Allows the app to view minimal  information about both schools and classes in your organization and education-related information about you and other users on your behalf.", + "IsAdmin": true + }, + "Command": "Get-MgEducationMe", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "GET", - "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Command": "Get-MgEducationMeAssignment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEducationMeAssignment", + "ApiVersion": "beta" }, { + "Uri": "/education/me/assignments", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -55282,16 +55287,16 @@ "IsAdmin": true } ], - "Uri": "/education/me/assignments", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Command": "Get-MgEducationMeAssignment" + "Command": "Get-MgEducationMeAssignment", + "ApiVersion": "beta" }, { + "Uri": "/education/me/assignments", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -55319,442 +55324,442 @@ "IsAdmin": true } ], - "Uri": "/education/me/assignments", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment1", - "Command": "Get-MgEducationMeAssignment" + "Command": "Get-MgEducationMeAssignment", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "GET", - "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment1", - "Command": "Get-MgEducationMeAssignment" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationCategory", - "Command": "Get-MgEducationMeAssignmentCategory" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentCategory", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationCategory", - "Command": "Get-MgEducationMeAssignmentCategory" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgEducationMeAssignmentCategoryByRef" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentCategoryByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgEducationMeAssignmentCategoryByRef" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentCategoryByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationCategory", - "Command": "Get-MgEducationMeAssignmentCategoryDelta" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentCategoryDelta", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/categories/delta", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationCategory", - "Command": "Get-MgEducationMeAssignmentCategoryDelta" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentCategoryDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/delta", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "Delta" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Command": "Get-MgEducationMeAssignmentDelta" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentDelta", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/delta", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Variants": [ "Delta1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment1", - "Command": "Get-MgEducationMeAssignmentDelta" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Command": "Get-MgEducationMeAssignmentResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Command": "Get-MgEducationMeAssignmentResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Command": "Get-MgEducationMeAssignmentResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Command": "Get-MgEducationMeAssignmentResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRubric", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", - "Command": "Get-MgEducationMeAssignmentRubric" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentRubric", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRubric", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRubric", - "Command": "Get-MgEducationMeAssignmentRubric" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentRubric", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgEducationMeAssignmentRubricByRef" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentRubricByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgEducationMeAssignmentRubricByRef" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentRubricByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "Get-MgEducationMeAssignmentSubmission" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "Get-MgEducationMeAssignmentSubmission" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "Get-MgEducationMeAssignmentSubmission" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "Get-MgEducationMeAssignmentSubmission" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationOutcome", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationOutcome", - "Command": "Get-MgEducationMeAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationOutcome", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationOutcome", - "Command": "Get-MgEducationMeAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationOutcome", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationOutcome", - "Command": "Get-MgEducationMeAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationOutcome", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationOutcome", - "Command": "Get-MgEducationMeAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationMeAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentSubmissionResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationMeAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentSubmissionResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationMeAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentSubmissionResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationMeAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentSubmissionResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/classes/{educationClass-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", - "Command": "Get-MgEducationMeClass" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEducationMeClass", + "ApiVersion": "beta" }, { + "Uri": "/education/me/classes", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -55762,16 +55767,16 @@ "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 }, - "Uri": "/education/me/classes", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", - "Command": "Get-MgEducationMeClass" + "Command": "Get-MgEducationMeClass", + "ApiVersion": "beta" }, { + "Uri": "/education/me/classes", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -55779,29 +55784,30 @@ "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 }, - "Uri": "/education/me/classes", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass1", - "Command": "Get-MgEducationMeClass" + "Command": "Get-MgEducationMeClass", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "GET", - "Permissions": [], "Uri": "/education/me/classes/{educationClass-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass1", - "Command": "Get-MgEducationMeClass" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEducationMeClass", + "ApiVersion": "v1.0" }, { + "Uri": "/education/me/rubrics/{educationRubric-id}", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRubric", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -55829,17 +55835,16 @@ "IsAdmin": true } ], - "Uri": "/education/me/rubrics/{educationRubric-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", - "Command": "Get-MgEducationMeRubric" + "Command": "Get-MgEducationMeRubric", + "ApiVersion": "beta" }, { + "Uri": "/education/me/rubrics", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRubric", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -55867,16 +55872,16 @@ "IsAdmin": true } ], - "Uri": "/education/me/rubrics", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", - "Command": "Get-MgEducationMeRubric" + "Command": "Get-MgEducationMeRubric", + "ApiVersion": "beta" }, { + "Uri": "/education/me/rubrics", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRubric", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -55904,16 +55909,17 @@ "IsAdmin": true } ], - "Uri": "/education/me/rubrics", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRubric", - "Command": "Get-MgEducationMeRubric" + "Command": "Get-MgEducationMeRubric", + "ApiVersion": "v1.0" }, { + "Uri": "/education/me/rubrics/{educationRubric-id}", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRubric", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -55941,30 +55947,29 @@ "IsAdmin": true } ], - "Uri": "/education/me/rubrics/{educationRubric-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRubric", - "Command": "Get-MgEducationMeRubric" + "Command": "Get-MgEducationMeRubric", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "GET", - "Permissions": [], "Uri": "/education/me/schools/{educationSchool-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSchool", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSchool", - "Command": "Get-MgEducationMeSchool" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEducationMeSchool", + "ApiVersion": "beta" }, { + "Uri": "/education/me/schools", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSchool", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -55972,16 +55977,16 @@ "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 }, - "Uri": "/education/me/schools", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSchool", - "Command": "Get-MgEducationMeSchool" + "Command": "Get-MgEducationMeSchool", + "ApiVersion": "beta" }, { + "Uri": "/education/me/schools", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSchool1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -55989,42 +55994,42 @@ "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 }, - "Uri": "/education/me/schools", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSchool1", - "Command": "Get-MgEducationMeSchool" + "Command": "Get-MgEducationMeSchool", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "GET", - "Permissions": [], "Uri": "/education/me/schools/{educationSchool-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSchool1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSchool1", - "Command": "Get-MgEducationMeSchool" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationMeSchool", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/taughtClasses/{educationClass-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", - "Command": "Get-MgEducationMeTaughtClass" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEducationMeTaughtClass", + "ApiVersion": "beta" }, { + "Uri": "/education/me/taughtClasses", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -56032,16 +56037,16 @@ "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 }, - "Uri": "/education/me/taughtClasses", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", - "Command": "Get-MgEducationMeTaughtClass" + "Command": "Get-MgEducationMeTaughtClass", + "ApiVersion": "beta" }, { + "Uri": "/education/me/taughtClasses", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -56049,29 +56054,29 @@ "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 }, - "Uri": "/education/me/taughtClasses", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass1", - "Command": "Get-MgEducationMeTaughtClass" + "Command": "Get-MgEducationMeTaughtClass", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "GET", - "Permissions": [], "Uri": "/education/me/taughtClasses/{educationClass-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass1", - "Command": "Get-MgEducationMeTaughtClass" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEducationMeTaughtClass", + "ApiVersion": "v1.0" }, { + "Uri": "/education/me/user", "Module": "Education", + "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -56105,16 +56110,16 @@ "IsAdmin": false } ], - "Uri": "/education/me/user", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Get-MgEducationMeUser" + "Command": "Get-MgEducationMeUser", + "ApiVersion": "beta" }, { + "Uri": "/education/me/user", "Module": "Education", + "OutputType": "IMicrosoftGraphUser1", + "Variants": [ + "Get1" + ], "Method": "GET", "Permissions": [ { @@ -56148,58 +56153,53 @@ "IsAdmin": false } ], - "Uri": "/education/me/user", - "Variants": [ - "Get1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgEducationMeUser" + "Command": "Get-MgEducationMeUser", + "ApiVersion": "v1.0" }, { + "Uri": "/education/me/user/mailboxSettings", "Module": "Education", - "Method": "GET", - "Permissions": [], - "Uri": "/education", + "OutputType": "IMicrosoftGraphMailboxSettings1", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRoot", - "Command": "Get-MgEducationRoot" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEducationMeUserMailboxSetting", + "ApiVersion": "beta" }, { + "Uri": "/education", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRoot", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationRoot", + "ApiVersion": "beta" + }, + { "Uri": "/education", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRoot1", "Variants": [ "Get1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRoot1", - "Command": "Get-MgEducationRoot" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEducationRoot", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "GET", - "Permissions": { - "Name": "EduRoster.ReadBasic", - "Description": "View a limited subset of your school, class and user information", - "FullDescription": "Allows the app to view minimal  information about both schools and classes in your organization and education-related information about you and other users on your behalf.", - "IsAdmin": true - }, "Uri": "/education/schools/{educationSchool-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSchool", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSchool", - "Command": "Get-MgEducationSchool" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -56207,16 +56207,16 @@ "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 }, + "Command": "Get-MgEducationSchool", + "ApiVersion": "beta" + }, + { "Uri": "/education/schools", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSchool", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSchool", - "Command": "Get-MgEducationSchool" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -56224,16 +56224,16 @@ "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 }, + "Command": "Get-MgEducationSchool", + "ApiVersion": "beta" + }, + { "Uri": "/education/schools", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSchool1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSchool1", - "Command": "Get-MgEducationSchool" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -56241,17 +56241,17 @@ "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 }, + "Command": "Get-MgEducationSchool", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/schools/{educationSchool-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSchool1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSchool1", - "Command": "Get-MgEducationSchool" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -56259,17 +56259,17 @@ "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 }, + "Command": "Get-MgEducationSchool", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "Module": "Education", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Get-MgEducationSchoolAdministrativeUnit" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -56277,17 +56277,17 @@ "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 }, + "Command": "Get-MgEducationSchoolAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "Module": "Education", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Get-MgEducationSchoolAdministrativeUnit" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -56295,16 +56295,16 @@ "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 }, + "Command": "Get-MgEducationSchoolAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/schools/{educationSchool-id}/classes", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", - "Command": "Get-MgEducationSchoolClass" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -56312,16 +56312,16 @@ "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 }, + "Command": "Get-MgEducationSchoolClass", + "ApiVersion": "beta" + }, + { "Uri": "/education/schools/{educationSchool-id}/classes", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass1", - "Command": "Get-MgEducationSchoolClass" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -56329,16 +56329,16 @@ "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 }, + "Command": "Get-MgEducationSchoolClass", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgEducationSchoolClassByRef" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -56346,16 +56346,16 @@ "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 }, + "Command": "Get-MgEducationSchoolClassByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgEducationSchoolClassByRef" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -56363,16 +56363,16 @@ "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 }, + "Command": "Get-MgEducationSchoolClassByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/schools/delta", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSchool", "Variants": [ "Delta" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSchool", - "Command": "Get-MgEducationSchoolDelta" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -56380,33 +56380,33 @@ "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 }, + "Command": "Get-MgEducationSchoolDelta", + "ApiVersion": "beta" + }, + { "Uri": "/education/schools/delta", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSchool1", "Variants": [ "Delta1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSchool1", - "Command": "Get-MgEducationSchoolDelta" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "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 }, + "Command": "Get-MgEducationSchoolDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/schools/{educationSchool-id}/users", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationUser", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationUser", - "Command": "Get-MgEducationSchoolUser" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "N/A", @@ -56414,16 +56414,16 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Get-MgEducationSchoolUser", + "ApiVersion": "beta" + }, + { "Uri": "/education/schools/{educationSchool-id}/users", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationUser1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationUser1", - "Command": "Get-MgEducationSchoolUser" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "N/A", @@ -56431,16 +56431,16 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Get-MgEducationSchoolUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgEducationSchoolUserByRef" - }, - { - "Module": "Education", "Method": "GET", "Permissions": { "Name": "N/A", @@ -56448,16 +56448,34 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Get-MgEducationSchoolUserByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgEducationSchoolUserByRef" + "Method": "GET", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "Get-MgEducationSchoolUserByRef", + "ApiVersion": "v1.0" }, { + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -56473,17 +56491,16 @@ "IsAdmin": true } ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", - "Command": "Get-MgEducationSynchronizationProfile" + "Command": "Get-MgEducationSynchronizationProfile", + "ApiVersion": "beta" }, { + "Uri": "/education/synchronizationProfiles", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -56499,29 +56516,29 @@ "IsAdmin": true } ], - "Uri": "/education/synchronizationProfiles", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", - "Command": "Get-MgEducationSynchronizationProfile" + "Command": "Get-MgEducationSynchronizationProfile", + "ApiVersion": "beta" }, { - "Module": "Education", - "Method": "GET", - "Permissions": [], "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSynchronizationError", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSynchronizationError", - "Command": "Get-MgEducationSynchronizationProfileError" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEducationSynchronizationProfileError", + "ApiVersion": "beta" }, { + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSynchronizationError", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -56537,16 +56554,17 @@ "IsAdmin": true } ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSynchronizationError", - "Command": "Get-MgEducationSynchronizationProfileError" + "Command": "Get-MgEducationSynchronizationProfileError", + "ApiVersion": "beta" }, { + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -56562,17 +56580,19 @@ "IsAdmin": true } ], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfileStatus", - "Command": "Get-MgEducationSynchronizationProfileStatus" + "Command": "Get-MgEducationSynchronizationProfileStatus", + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationUser", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -56580,19 +56600,16 @@ "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 }, - "Uri": "/education/users/{educationUser-id}", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationUser", - "Command": "Get-MgEducationUser" + "Command": "Get-MgEducationUser", + "ApiVersion": "beta" }, { + "Uri": "/education/users", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationUser", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "N/A", @@ -56600,16 +56617,16 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/education/users", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationUser", - "Command": "Get-MgEducationUser" + "Command": "Get-MgEducationUser", + "ApiVersion": "beta" }, { + "Uri": "/education/users", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationUser1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "N/A", @@ -56617,16 +56634,19 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/education/users", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationUser1", - "Command": "Get-MgEducationUser" + "Command": "Get-MgEducationUser", + "ApiVersion": "v1.0" }, { + "Uri": "/education/users/{educationUser-id}", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationUser1", + "Variants": [ + "Get2", + "Get3", + "GetViaIdentity2", + "GetViaIdentity3" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -56634,32 +56654,29 @@ "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 }, - "Uri": "/education/users/{educationUser-id}", - "Variants": [ - "Get2", - "Get3", - "GetViaIdentity2", - "GetViaIdentity3" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationUser1", - "Command": "Get-MgEducationUser" + "Command": "Get-MgEducationUser", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "GET", - "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Command": "Get-MgEducationUserAssignment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEducationUserAssignment", + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}/assignments", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -56687,16 +56704,16 @@ "IsAdmin": true } ], - "Uri": "/education/users/{educationUser-id}/assignments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Command": "Get-MgEducationUserAssignment" + "Command": "Get-MgEducationUserAssignment", + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}/assignments", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -56724,444 +56741,444 @@ "IsAdmin": true } ], - "Uri": "/education/users/{educationUser-id}/assignments", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment1", - "Command": "Get-MgEducationUserAssignment" + "Command": "Get-MgEducationUserAssignment", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "GET", - "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment1", - "Command": "Get-MgEducationUserAssignment" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationCategory", - "Command": "Get-MgEducationUserAssignmentCategory" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentCategory", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationCategory", - "Command": "Get-MgEducationUserAssignmentCategory" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgEducationUserAssignmentCategoryByRef" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentCategoryByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgEducationUserAssignmentCategoryByRef" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentCategoryByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationCategory", - "Command": "Get-MgEducationUserAssignmentCategoryDelta" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentCategoryDelta", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/delta", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationCategory", - "Command": "Get-MgEducationUserAssignmentCategoryDelta" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentCategoryDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/delta", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Command": "Get-MgEducationUserAssignmentDelta" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentDelta", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/delta", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment1", - "Command": "Get-MgEducationUserAssignmentDelta" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Command": "Get-MgEducationUserAssignmentResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Command": "Get-MgEducationUserAssignmentResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Command": "Get-MgEducationUserAssignmentResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Command": "Get-MgEducationUserAssignmentResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRubric", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", - "Command": "Get-MgEducationUserAssignmentRubric" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentRubric", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRubric", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRubric", - "Command": "Get-MgEducationUserAssignmentRubric" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentRubric", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgEducationUserAssignmentRubricByRef" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentRubricByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgEducationUserAssignmentRubricByRef" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentRubricByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "Get-MgEducationUserAssignmentSubmission" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "Get-MgEducationUserAssignmentSubmission" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "Get-MgEducationUserAssignmentSubmission" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "Get-MgEducationUserAssignmentSubmission" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationOutcome", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationOutcome", - "Command": "Get-MgEducationUserAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationOutcome", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationOutcome", - "Command": "Get-MgEducationUserAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationOutcome", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationOutcome", - "Command": "Get-MgEducationUserAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationOutcome", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationOutcome", - "Command": "Get-MgEducationUserAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationUserAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentSubmissionResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationUserAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentSubmissionResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationUserAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentSubmissionResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationUserAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentSubmissionResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", - "Command": "Get-MgEducationUserClass" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEducationUserClass", + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}/classes", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -57169,16 +57186,16 @@ "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 }, - "Uri": "/education/users/{educationUser-id}/classes", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", - "Command": "Get-MgEducationUserClass" + "Command": "Get-MgEducationUserClass", + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}/classes", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -57186,29 +57203,29 @@ "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 }, - "Uri": "/education/users/{educationUser-id}/classes", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass1", - "Command": "Get-MgEducationUserClass" + "Command": "Get-MgEducationUserClass", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "GET", - "Permissions": [], "Uri": "/education/users/{educationUser-id}/classes/{educationClass-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass1", - "Command": "Get-MgEducationUserClass" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEducationUserClass", + "ApiVersion": "v1.0" }, { + "Uri": "/education/users/delta", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationUser", + "Variants": [ + "Delta" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -57216,16 +57233,16 @@ "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 }, - "Uri": "/education/users/delta", - "Variants": [ - "Delta" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationUser", - "Command": "Get-MgEducationUserDelta" + "Command": "Get-MgEducationUserDelta", + "ApiVersion": "beta" }, { + "Uri": "/education/users/delta", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationUser1", + "Variants": [ + "Delta1" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -57233,79 +57250,92 @@ "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 }, - "Uri": "/education/users/delta", - "Variants": [ - "Delta1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationUser1", - "Command": "Get-MgEducationUserDelta" + "Command": "Get-MgEducationUserDelta", + "ApiVersion": "v1.0" }, { + "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", "Module": "Education", - "Method": "GET", - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "OutputType": "IMicrosoftGraphMailboxSettings1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", - "Command": "Get-MgEducationUserRubric" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEducationUserMailboxSetting", + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRubric", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserRubric", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/rubrics", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRubric", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", - "Command": "Get-MgEducationUserRubric" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserRubric", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/rubrics", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRubric", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRubric", - "Command": "Get-MgEducationUserRubric" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserRubric", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRubric", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRubric", - "Command": "Get-MgEducationUserRubric" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserRubric", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSchool", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSchool", - "Command": "Get-MgEducationUserSchool" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEducationUserSchool", + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}/schools", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSchool", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -57313,16 +57343,16 @@ "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 }, - "Uri": "/education/users/{educationUser-id}/schools", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSchool", - "Command": "Get-MgEducationUserSchool" + "Command": "Get-MgEducationUserSchool", + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}/schools", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSchool1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -57330,42 +57360,42 @@ "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 }, - "Uri": "/education/users/{educationUser-id}/schools", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSchool1", - "Command": "Get-MgEducationUserSchool" + "Command": "Get-MgEducationUserSchool", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "GET", - "Permissions": [], "Uri": "/education/users/{educationUser-id}/schools/{educationSchool-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSchool1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSchool1", - "Command": "Get-MgEducationUserSchool" - }, - { - "Module": "Education", "Method": "GET", "Permissions": [], + "Command": "Get-MgEducationUserSchool", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", - "Command": "Get-MgEducationUserTaughtClass" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEducationUserTaughtClass", + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}/taughtClasses", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -57373,16 +57403,16 @@ "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 }, - "Uri": "/education/users/{educationUser-id}/taughtClasses", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", - "Command": "Get-MgEducationUserTaughtClass" + "Command": "Get-MgEducationUserTaughtClass", + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}/taughtClasses", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "EduRoster.ReadBasic", @@ -57390,29 +57420,30 @@ "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 }, - "Uri": "/education/users/{educationUser-id}/taughtClasses", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass1", - "Command": "Get-MgEducationUserTaughtClass" + "Command": "Get-MgEducationUserTaughtClass", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "GET", - "Permissions": [], "Uri": "/education/users/{educationUser-id}/taughtClasses/{educationClass-id}", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass1", - "Command": "Get-MgEducationUserTaughtClass" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEducationUserTaughtClass", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -57428,17 +57459,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackage", - "Command": "Get-MgEntitlementManagementAccessPackage" + "Command": "Get-MgEntitlementManagementAccessPackage", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -57454,16 +57484,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackage", - "Command": "Get-MgEntitlementManagementAccessPackage" + "Command": "Get-MgEntitlementManagementAccessPackage", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -57479,16 +57509,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage1", - "Command": "Get-MgEntitlementManagementAccessPackage" + "Command": "Get-MgEntitlementManagementAccessPackage", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -57504,17 +57535,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage1", - "Command": "Get-MgEntitlementManagementAccessPackage" + "Command": "Get-MgEntitlementManagementAccessPackage", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -57530,17 +57561,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements1", - "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement" + "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -57556,30 +57587,29 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", - "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement" + "Command": "Get-MgEntitlementManagementAccessPackageApplicablePolicyRequirement", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignment1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignment1", - "Command": "Get-MgEntitlementManagementAccessPackageAssignment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEntitlementManagementAccessPackageAssignment", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignment1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -57595,16 +57625,18 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignment1", - "Command": "Get-MgEntitlementManagementAccessPackageAssignment" + "Command": "Get-MgEntitlementManagementAccessPackageAssignment", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignment1", + "Variants": [ + "Access", + "Access1", + "AccessViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -57620,18 +57652,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/additionalAccess", - "Variants": [ - "Access", - "Access1", - "AccessViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignment1", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentAdditional" + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentAdditional", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphApprovalStage", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -57647,16 +57677,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApprovalStage", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage" + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphApprovalStage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -57672,17 +57703,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "ApiVersion": "v1.0" + }, + { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApprovalStage", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentApprovalStage" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [ { @@ -57698,17 +57729,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy1", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy" + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -57724,66 +57754,67 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy1", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy" + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphCustomExtensionHandler", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomExtensionHandler", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphCustomExtensionHandler", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomExtensionHandler", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -57799,17 +57830,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest1", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentRequest" + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -57825,16 +57855,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest1", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentRequest" + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -57850,17 +57881,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles/{accessPackageAssignmentResourceRole-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentResourceRole" + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentResourceRole", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -57876,16 +57906,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentResourceRoles", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentResourceRole", - "Command": "Get-MgEntitlementManagementAccessPackageAssignmentResourceRole" + "Command": "Get-MgEntitlementManagementAccessPackageAssignmentResourceRole", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageCatalog1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -57901,17 +57932,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageCatalog1", - "Command": "Get-MgEntitlementManagementAccessPackageCatalog" + "Command": "Get-MgEntitlementManagementAccessPackageCatalog", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageCatalog1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -57927,54 +57957,54 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageCatalog1", - "Command": "Get-MgEntitlementManagementAccessPackageCatalog" + "Command": "Get-MgEntitlementManagementAccessPackageCatalog", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/catalog", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "Command": "Get-MgEntitlementManagementAccessPackageCatalog" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementAccessPackageCatalog", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageResource", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -57990,16 +58020,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResources", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageResource" + "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageResource", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageResourceRole", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -58015,28 +58045,29 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceRoles", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResourceRole", - "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageResourceRole" + "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageResourceRole", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageResourceScopes", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageResourceScope", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResourceScope", - "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageResourceScope" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEntitlementManagementAccessPackageCatalogAccessPackageResourceScope", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -58052,17 +58083,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", - "Command": "Get-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension" + "Command": "Get-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -58078,16 +58108,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", - "Command": "Get-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension" + "Command": "Get-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -58103,16 +58133,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackage", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage" + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -58128,16 +58158,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage1", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage" + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackage", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -58153,16 +58183,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef" + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -58178,16 +58208,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef" + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -58203,16 +58233,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup" + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGroup1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -58228,16 +58258,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup" + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -58253,16 +58283,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef" + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -58278,29 +58308,29 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef" + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackage", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -58316,16 +58346,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackage", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith" + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -58341,54 +58371,55 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage1", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith" + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage1", - "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementAccessPackageIncompatibleWith", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackageResources/{accessPackageResource-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "Command": "Get-MgEntitlementManagementAccessPackageResource" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementAccessPackageResource", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackageResources", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageResource", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResource", - "Command": "Get-MgEntitlementManagementAccessPackageResource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEntitlementManagementAccessPackageResource", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -58404,17 +58435,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments/{accessPackageResourceEnvironment-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "Command": "Get-MgEntitlementManagementAccessPackageResourceEnvironment" + "Command": "Get-MgEntitlementManagementAccessPackageResourceEnvironment", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -58430,29 +58460,29 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceEnvironments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResourceEnvironment", - "Command": "Get-MgEntitlementManagementAccessPackageResourceEnvironment" + "Command": "Get-MgEntitlementManagementAccessPackageResourceEnvironment", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", - "Command": "Get-MgEntitlementManagementAccessPackageResourceRequest" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEntitlementManagementAccessPackageResourceRequest", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -58468,16 +58498,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", - "Command": "Get-MgEntitlementManagementAccessPackageResourceRequest" + "Command": "Get-MgEntitlementManagementAccessPackageResourceRequest", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/assignments", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -58493,16 +58523,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/assignments", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "Command": "Get-MgEntitlementManagementAssignment" + "Command": "Get-MgEntitlementManagementAssignment", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -58518,17 +58549,18 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "Command": "Get-MgEntitlementManagementAssignment" + "Command": "Get-MgEntitlementManagementAssignment", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignments/additionalAccess", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", + "Variants": [ + "Access", + "Access1", + "AccessViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -58544,18 +58576,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/assignments/additionalAccess", - "Variants": [ - "Access", - "Access1", - "AccessViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "Command": "Get-MgEntitlementManagementAssignmentAdditional" + "Command": "Get-MgEntitlementManagementAssignmentAdditional", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -58571,82 +58601,82 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "Command": "Get-MgEntitlementManagementAssignmentPolicy" + "Command": "Get-MgEntitlementManagementAssignmentPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/assignmentPolicy", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "Command": "Get-MgEntitlementManagementAssignmentPolicy" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementAssignmentPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage1", - "Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementAssignmentPolicyAccessPackage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementAssignmentPolicyCatalog", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageQuestion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", - "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", - "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEntitlementManagementAssignmentPolicyQuestion", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -58662,16 +58692,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "Command": "Get-MgEntitlementManagementAssignmentRequest" + "Command": "Get-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -58687,17 +58718,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "Command": "Get-MgEntitlementManagementAssignmentRequest" + "Command": "Get-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/catalogs", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -58713,16 +58743,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/catalogs", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "Command": "Get-MgEntitlementManagementCatalog" + "Command": "Get-MgEntitlementManagementCatalog", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -58738,179 +58769,179 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "Command": "Get-MgEntitlementManagementCatalog" + "Command": "Get-MgEntitlementManagementCatalog", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/getApplicablePolicyRequirements", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequestRequirements", - "Command": "Get-MgEntitlementManagementCatalogAccessPackageApplicablePolicyRequirement" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogAccessPackageApplicablePolicyRequirement", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/accessPackage", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage1", - "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyAccessPackage" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyAccessPackage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/catalog", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyCatalog" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyCatalog", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageQuestion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", - "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyQuestion" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyQuestion", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", - "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyQuestion" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyQuestion", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleAccessPackages", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage1", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage1", - "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackage" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleGroups", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleGroup" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage1", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage1", - "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleWith" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleWith", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/accessPackagesIncompatibleWith/{accessPackage-id1}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage1", - "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleWith" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEntitlementManagementCatalogAccessPackageIncompatibleWith", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphConnectedOrganization1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -58926,17 +58957,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnectedOrganization1", - "Command": "Get-MgEntitlementManagementConnectedOrganization" + "Command": "Get-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphConnectedOrganization1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -58952,16 +58982,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnectedOrganization1", - "Command": "Get-MgEntitlementManagementConnectedOrganization" + "Command": "Get-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -58977,16 +59007,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConnectedOrganization", - "Command": "Get-MgEntitlementManagementConnectedOrganization" + "Command": "Get-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphConnectedOrganization", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -59002,17 +59033,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConnectedOrganization", - "Command": "Get-MgEntitlementManagementConnectedOrganization" + "Command": "Get-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -59028,16 +59058,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor" + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -59053,61 +59083,61 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor" + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsor", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getAvailableExtensionProperties", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphExtensionProperty", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtensionProperty", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorAvailableExtensionProperty" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorAvailableExtensionProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getByIds", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorById" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorById", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getByIds", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorById", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -59123,16 +59153,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef" + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -59148,57 +59178,57 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef" + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/delta", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/delta", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorDelta", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/getUserOwnedObjects", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgEntitlementManagementConnectedOrganizationExternalSponsorUserOwnedObject", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -59214,16 +59244,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor" + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -59239,61 +59269,61 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor" + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsor", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getAvailableExtensionProperties", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphExtensionProperty", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtensionProperty", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorAvailableExtensionProperty" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorAvailableExtensionProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getByIds", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorById" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorById", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getByIds", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorById", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -59309,16 +59339,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef" + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -59334,57 +59364,57 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef" + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/delta", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/delta", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorDelta", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/getUserOwnedObjects", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgEntitlementManagementConnectedOrganizationInternalSponsorUserOwnedObject", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/settings", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphEntitlementManagementSettings1", + "Variants": [ + "Get1" + ], "Method": "GET", "Permissions": [ { @@ -59400,16 +59430,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/settings", - "Variants": [ - "Get1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEntitlementManagementSettings1", - "Command": "Get-MgEntitlementManagementSetting" + "Command": "Get-MgEntitlementManagementSetting", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/settings", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphEntitlementManagementSettings", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -59425,78 +59455,79 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/settings", - "Variants": [ - "Get" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEntitlementManagementSettings", - "Command": "Get-MgEntitlementManagementSetting" + "Command": "Get-MgEntitlementManagementSetting", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageSubject1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageSubject1", - "Command": "Get-MgEntitlementManagementSubject" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementSubject", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/subjects", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageSubject1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageSubject1", - "Command": "Get-MgEntitlementManagementSubject" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementSubject", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}/connectedOrganization", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphConnectedOrganization1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnectedOrganization1", - "Command": "Get-MgEntitlementManagementSubjectConnectedOrganization" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgEntitlementManagementSubjectConnectedOrganization", + "ApiVersion": "beta" + }, + { "Uri": "/external", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternal1", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternal1", - "Command": "Get-MgExternal" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternal", + "ApiVersion": "beta" + }, + { "Uri": "/external", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection1", "Variants": [ "Get1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection1", - "Command": "Get-MgExternal" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgExternal", + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}", "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -59518,17 +59549,16 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "Command": "Get-MgExternalConnection" + "Command": "Get-MgExternalConnection", + "ApiVersion": "beta" }, { + "Uri": "/external/connections", "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -59550,16 +59580,16 @@ "IsAdmin": true } ], - "Uri": "/external/connections", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "Command": "Get-MgExternalConnection" + "Command": "Get-MgExternalConnection", + "ApiVersion": "beta" }, { + "Uri": "/external/connections", "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -59581,16 +59611,17 @@ "IsAdmin": true } ], - "Uri": "/external/connections", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection1", - "Command": "Get-MgExternalConnection" + "Command": "Get-MgExternalConnection", + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}", "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -59612,17 +59643,17 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection1", - "Command": "Get-MgExternalConnection" + "Command": "Get-MgExternalConnection", + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -59644,41 +59675,41 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "Command": "Get-MgExternalConnectionGroup" + "Command": "Get-MgExternalConnectionGroup", + "ApiVersion": "beta" }, { - "Module": "Search", - "Method": "GET", - "Permissions": [], "Uri": "/external/connections/{externalConnection-id}/groups", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "Command": "Get-MgExternalConnectionGroup" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalConnectionGroup", + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/groups", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "Command": "Get-MgExternalConnectionGroup" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgExternalConnectionGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -59700,67 +59731,67 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "Command": "Get-MgExternalConnectionGroup" + "Command": "Get-MgExternalConnectionGroup", + "ApiVersion": "v1.0" }, { - "Module": "Search", - "Method": "GET", - "Permissions": [], "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "Command": "Get-MgExternalConnectionGroupMember" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalConnectionGroupMember", + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "Command": "Get-MgExternalConnectionGroupMember" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalConnectionGroupMember", + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "Command": "Get-MgExternalConnectionGroupMember" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalConnectionGroupMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "Command": "Get-MgExternalConnectionGroupMember" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgExternalConnectionGroupMember", + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -59782,41 +59813,41 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem1", - "Command": "Get-MgExternalConnectionItem" + "Command": "Get-MgExternalConnectionItem", + "ApiVersion": "beta" }, { - "Module": "Search", - "Method": "GET", - "Permissions": [], "Uri": "/external/connections/{externalConnection-id}/items", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem1", - "Command": "Get-MgExternalConnectionItem" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalConnectionItem", + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/items", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "Command": "Get-MgExternalConnectionItem" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgExternalConnectionItem", + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -59838,55 +59869,55 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "Command": "Get-MgExternalConnectionItem" + "Command": "Get-MgExternalConnectionItem", + "ApiVersion": "v1.0" }, { - "Module": "Search", - "Method": "GET", - "Permissions": [], "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", - "Command": "Get-MgExternalConnectionItemActivity" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalConnectionItemActivity", + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", - "Command": "Get-MgExternalConnectionItemActivity" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalConnectionItemActivity", + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}/performedBy", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "Command": "Get-MgExternalConnectionItemActivityPerformedBy" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgExternalConnectionItemActivityPerformedBy", + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -59908,41 +59939,41 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "Command": "Get-MgExternalConnectionOperation" + "Command": "Get-MgExternalConnectionOperation", + "ApiVersion": "beta" }, { - "Module": "Search", - "Method": "GET", - "Permissions": [], "Uri": "/external/connections/{externalConnection-id}/operations", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "Command": "Get-MgExternalConnectionOperation" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalConnectionOperation", + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/operations", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "Command": "Get-MgExternalConnectionOperation" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgExternalConnectionOperation", + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -59964,17 +59995,17 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "Command": "Get-MgExternalConnectionOperation", + "ApiVersion": "v1.0" + }, + { + "Uri": "/external/connections/{externalConnection-id}/quota", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "Command": "Get-MgExternalConnectionOperation" - }, - { - "Module": "Search", "Method": "GET", "Permissions": { "Name": "N/A", @@ -59982,17 +60013,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/external/connections/{externalConnection-id}/quota", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionQuota", - "Command": "Get-MgExternalConnectionQuota" + "Command": "Get-MgExternalConnectionQuota", + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}/schema", "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsSchema1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -60014,17 +60045,17 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}/schema", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsSchema1", - "Command": "Get-MgExternalConnectionSchema" + "Command": "Get-MgExternalConnectionSchema", + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}/schema", "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsSchema", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -60046,334 +60077,333 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}/schema", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsSchema", - "Command": "Get-MgExternalConnectionSchema" + "Command": "Get-MgExternalConnectionSchema", + "ApiVersion": "v1.0" }, { - "Module": "Search", - "Method": "GET", - "Permissions": [], "Uri": "/external/industryData", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataRoot", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataRoot", - "Command": "Get-MgExternalIndustryData" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryData", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataConnector", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataConnector", - "Command": "Get-MgExternalIndustryDataConnector" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataConnector", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/dataConnectors", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataConnector", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataConnector", - "Command": "Get-MgExternalIndustryDataConnector" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataConnector", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/sourceSystem", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", - "Command": "Get-MgExternalIndustryDataConnectorSourceSystem" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataConnectorSourceSystem", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", - "Command": "Get-MgExternalIndustryDataInboundFlow" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataInboundFlow", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/inboundFlows", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", - "Command": "Get-MgExternalIndustryDataInboundFlow" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataInboundFlow", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/dataConnector", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataConnector", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataConnector", - "Command": "Get-MgExternalIndustryDataInboundFlowDataConnector" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataInboundFlowDataConnector", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}/year", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", - "Command": "Get-MgExternalIndustryDataInboundFlowYear" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataInboundFlowYear", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/operations/{longRunningOperation-id}", + "Module": "Search", + "OutputType": "IMicrosoftGraphLongRunningOperation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "Command": "Get-MgExternalIndustryDataOperation" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataOperation", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/operations", + "Module": "Search", + "OutputType": "IMicrosoftGraphLongRunningOperation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "Command": "Get-MgExternalIndustryDataOperation" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataOperation", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", - "Command": "Get-MgExternalIndustryDataReferenceDefinition" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataReferenceDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/referenceDefinitions", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", - "Command": "Get-MgExternalIndustryDataReferenceDefinition" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataReferenceDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/roleGroups/{roleGroup-id}", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", - "Command": "Get-MgExternalIndustryDataRoleGroup" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataRoleGroup", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/roleGroups", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", - "Command": "Get-MgExternalIndustryDataRoleGroup" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataRoleGroup", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/runs/{industryDataRun-id}", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataRun", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataRun", - "Command": "Get-MgExternalIndustryDataRun" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataRun", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/runs", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataRun", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataRun", - "Command": "Get-MgExternalIndustryDataRun" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataRun", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/runs/{industryDataRun-id}/activities/{industryDataRunActivity-id}", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataRunActivity", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataRunActivity", - "Command": "Get-MgExternalIndustryDataRunActivity" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataRunActivity", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/runs/{industryDataRun-id}/activities", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataRunActivity", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataRunActivity", - "Command": "Get-MgExternalIndustryDataRunActivity" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataRunActivity", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/runs/{industryDataRun-id}/getStatistics", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataRunStatistics", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataRunStatistics", - "Command": "Get-MgExternalIndustryDataRunStatistics" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataRunStatistics", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", - "Command": "Get-MgExternalIndustryDataSourceSystem" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataSourceSystem", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/sourceSystems", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", - "Command": "Get-MgExternalIndustryDataSourceSystem" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataSourceSystem", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", - "Command": "Get-MgExternalIndustryDataYear" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataYear", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/years", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", - "Command": "Get-MgExternalIndustryDataYear" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgExternalIndustryDataYear", + "ApiVersion": "beta" + }, + { "Uri": "/financials", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCompany", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCompany", - "Command": "Get-MgFinancial" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancial", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCompany", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCompany", - "Command": "Get-MgFinancialCompany" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompany", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies", "Module": "Financials", + "OutputType": "IMicrosoftGraphCompany", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -60381,16 +60411,17 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCompany", - "Command": "Get-MgFinancialCompany" + "Command": "Get-MgFinancialCompany", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/accounts/{account-id}", "Module": "Financials", + "OutputType": "IMicrosoftGraphAccount", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -60398,42 +60429,41 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/accounts/{account-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", - "Command": "Get-MgFinancialCompanyAccount" + "Command": "Get-MgFinancialCompanyAccount", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/accounts", + "Module": "Financials", + "OutputType": "IMicrosoftGraphAccount", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", - "Command": "Get-MgFinancialCompanyAccount" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyAccount", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/agedAccountsPayable/{agedAccountsPayable-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphAgedAccountsPayable", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgedAccountsPayable", - "Command": "Get-MgFinancialCompanyAgedAccountPayable" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanyAgedAccountPayable", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/agedAccountsPayable", "Module": "Financials", + "OutputType": "IMicrosoftGraphAgedAccountsPayable", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -60441,29 +60471,29 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/agedAccountsPayable", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgedAccountsPayable", - "Command": "Get-MgFinancialCompanyAgedAccountPayable" + "Command": "Get-MgFinancialCompanyAgedAccountPayable", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/agedAccountsReceivable/{agedAccountsReceivable-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphAgedAccountsReceivable", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgedAccountsReceivable", - "Command": "Get-MgFinancialCompanyAgedAccountReceivable" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanyAgedAccountReceivable", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/agedAccountsReceivable", "Module": "Financials", + "OutputType": "IMicrosoftGraphAgedAccountsReceivable", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -60471,16 +60501,17 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/agedAccountsReceivable", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgedAccountsReceivable", - "Command": "Get-MgFinancialCompanyAgedAccountReceivable" + "Command": "Get-MgFinancialCompanyAgedAccountReceivable", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", "Module": "Financials", + "OutputType": "IMicrosoftGraphCountryRegion", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -60488,29 +60519,29 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCountryRegion", - "Command": "Get-MgFinancialCompanyCountryRegion" + "Command": "Get-MgFinancialCompanyCountryRegion", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/countriesRegions", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCountryRegion", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCountryRegion", - "Command": "Get-MgFinancialCompanyCountryRegion" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanyCountryRegion", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", "Module": "Financials", + "OutputType": "IMicrosoftGraphCurrency", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -60518,29 +60549,29 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", - "Command": "Get-MgFinancialCompanyCurrency" + "Command": "Get-MgFinancialCompanyCurrency", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/currencies", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCurrency", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", - "Command": "Get-MgFinancialCompanyCurrency" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanyCurrency", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customers/{customer-id}", "Module": "Financials", + "OutputType": "IMicrosoftGraphCustomer", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -60548,144 +60579,144 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", - "Command": "Get-MgFinancialCompanyCustomer" + "Command": "Get-MgFinancialCompanyCustomer", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/customers", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCustomer", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", - "Command": "Get-MgFinancialCompanyCustomer" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomer", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", - "Command": "Get-MgFinancialCompanyCustomerCurrency" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCustomerPayment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomerPayment", - "Command": "Get-MgFinancialCompanyCustomerPayment" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPayment", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCustomerPayment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomerPayment", - "Command": "Get-MgFinancialCompanyCustomerPayment" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPayment", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", - "Command": "Get-MgFinancialCompanyCustomerPaymentCustomer" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPaymentCustomer", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", - "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerCurrency" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerPictureContent" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", - "Variants": [ + "Module": "Financials", + "OutputType": "IMicrosoftGraphShipmentMethod", + "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", - "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerShipmentMethod" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPaymentCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", "Module": "Financials", + "OutputType": "IMicrosoftGraphCustomerPaymentJournal", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -60693,42 +60724,42 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomerPaymentJournal", - "Command": "Get-MgFinancialCompanyCustomerPaymentJournal" + "Command": "Get-MgFinancialCompanyCustomerPaymentJournal", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/customerPaymentJournals", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCustomerPaymentJournal", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomerPaymentJournal", - "Command": "Get-MgFinancialCompanyCustomerPaymentJournal" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPaymentJournal", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/account", + "Module": "Financials", + "OutputType": "IMicrosoftGraphAccount", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", - "Command": "Get-MgFinancialCompanyCustomerPaymentJournalAccount" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPaymentJournalAccount", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", "Module": "Financials", + "OutputType": "IMicrosoftGraphCustomerPayment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -60736,213 +60767,213 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomerPayment", - "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPayment" + "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPayment", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCustomerPayment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomerPayment", - "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPayment" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPayment", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", - "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", - "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "Module": "Financials", + "OutputType": "IMicrosoftGraphShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", - "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", - "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentMethod", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", - "Command": "Get-MgFinancialCompanyCustomerPaymentMethod" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Command": "Get-MgFinancialCompanyCustomerPaymentTerm" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanyCustomerPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanyCustomerPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgFinancialCompanyCustomerPictureContent" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "Module": "Financials", + "OutputType": "IMicrosoftGraphShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", - "Command": "Get-MgFinancialCompanyCustomerShipmentMethod" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanyCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}", "Module": "Financials", + "OutputType": "IMicrosoftGraphDimension", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -60950,29 +60981,31 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDimension", - "Command": "Get-MgFinancialCompanyDimension" + "Command": "Get-MgFinancialCompanyDimension", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/dimensions", + "Module": "Financials", + "OutputType": "IMicrosoftGraphDimension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDimension", - "Command": "Get-MgFinancialCompanyDimension" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanyDimension", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/{dimensionValue-id}", "Module": "Financials", + "OutputType": "IMicrosoftGraphDimensionValue", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -60980,32 +61013,30 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues/{dimensionValue-id}", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDimensionValue", - "Command": "Get-MgFinancialCompanyDimensionValue" + "Command": "Get-MgFinancialCompanyDimensionValue", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/dimensions/{dimension-id}/dimensionValues", + "Module": "Financials", + "OutputType": "IMicrosoftGraphDimensionValue", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDimensionValue", - "Command": "Get-MgFinancialCompanyDimensionValue" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanyDimensionValue", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/employees/{employee-id}", "Module": "Financials", + "OutputType": "IMicrosoftGraphEmployee", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -61013,67 +61044,67 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/employees/{employee-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmployee", - "Command": "Get-MgFinancialCompanyEmployee" + "Command": "Get-MgFinancialCompanyEmployee", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/employees", + "Module": "Financials", + "OutputType": "IMicrosoftGraphEmployee", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmployee", - "Command": "Get-MgFinancialCompanyEmployee" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyEmployee", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanyEmployeePicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyEmployeePicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanyEmployeePicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyEmployeePicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgFinancialCompanyEmployeePictureContent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanyEmployeePictureContent", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}", "Module": "Financials", + "OutputType": "IMicrosoftGraphGeneralLedgerEntry", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -61081,42 +61112,42 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGeneralLedgerEntry", - "Command": "Get-MgFinancialCompanyGeneralLedgerEntry" + "Command": "Get-MgFinancialCompanyGeneralLedgerEntry", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/generalLedgerEntries", + "Module": "Financials", + "OutputType": "IMicrosoftGraphGeneralLedgerEntry", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGeneralLedgerEntry", - "Command": "Get-MgFinancialCompanyGeneralLedgerEntry" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyGeneralLedgerEntry", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/generalLedgerEntries/{generalLedgerEntry-id}/account", + "Module": "Financials", + "OutputType": "IMicrosoftGraphAccount", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", - "Command": "Get-MgFinancialCompanyGeneralLedgerEntryAccount" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanyGeneralLedgerEntryAccount", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", "Module": "Financials", + "OutputType": "IMicrosoftGraphCompanyInformation1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -61124,42 +61155,42 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCompanyInformation1", - "Command": "Get-MgFinancialCompanyInformation" + "Command": "Get-MgFinancialCompanyInformation", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/companyInformation", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCompanyInformation1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCompanyInformation1", - "Command": "Get-MgFinancialCompanyInformation" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyInformation", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", + "Module": "Financials", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgFinancialCompanyInformationPicture" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanyInformationPicture", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/items/{item-id}", "Module": "Financials", + "OutputType": "IMicrosoftGraphItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -61167,29 +61198,31 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/items/{item-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", - "Command": "Get-MgFinancialCompanyItem" + "Command": "Get-MgFinancialCompanyItem", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/items", + "Module": "Financials", + "OutputType": "IMicrosoftGraphItem", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", - "Command": "Get-MgFinancialCompanyItem" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanyItem", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", "Module": "Financials", + "OutputType": "IMicrosoftGraphItemCategory", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -61197,69 +61230,67 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", - "Command": "Get-MgFinancialCompanyItemCategory" + "Command": "Get-MgFinancialCompanyItemCategory", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/itemCategories", + "Module": "Financials", + "OutputType": "IMicrosoftGraphItemCategory", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", - "Command": "Get-MgFinancialCompanyItemCategory" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyItemCategory", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanyItemPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanyItemPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgFinancialCompanyItemPictureContent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanyItemPictureContent", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/journals/{journal-id}", "Module": "Financials", + "OutputType": "IMicrosoftGraphJournal", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -61267,85 +61298,85 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/journals/{journal-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphJournal", - "Command": "Get-MgFinancialCompanyJournal" + "Command": "Get-MgFinancialCompanyJournal", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/journals", + "Module": "Financials", + "OutputType": "IMicrosoftGraphJournal", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphJournal", - "Command": "Get-MgFinancialCompanyJournal" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyJournal", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/journals/{journal-id}/account", + "Module": "Financials", + "OutputType": "IMicrosoftGraphAccount", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", - "Command": "Get-MgFinancialCompanyJournalAccount" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyJournalAccount", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphJournalLine", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphJournalLine", - "Command": "Get-MgFinancialCompanyJournalLine" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyJournalLine", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/journalLines", + "Module": "Financials", + "OutputType": "IMicrosoftGraphJournalLine", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphJournalLine", - "Command": "Get-MgFinancialCompanyJournalLine" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyJournalLine", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}/account", + "Module": "Financials", + "OutputType": "IMicrosoftGraphAccount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", - "Command": "Get-MgFinancialCompanyJournalLineAccount" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanyJournalLineAccount", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -61353,29 +61384,29 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", - "Command": "Get-MgFinancialCompanyPaymentMethod" + "Command": "Get-MgFinancialCompanyPaymentMethod", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/paymentMethods", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentMethod", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", - "Command": "Get-MgFinancialCompanyPaymentMethod" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanyPaymentMethod", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentTerm", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -61383,1505 +61414,1505 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Command": "Get-MgFinancialCompanyPaymentTerm" + "Command": "Get-MgFinancialCompanyPaymentTerm", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/paymentTerms", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentTerm", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Command": "Get-MgFinancialCompanyPaymentTerm" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/picture/{picture-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanyPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanyPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgFinancialCompanyPictureContent" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPurchaseInvoice", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPurchaseInvoice", - "Command": "Get-MgFinancialCompanyPurchaseInvoice" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPurchaseInvoice", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPurchaseInvoice", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPurchaseInvoice", - "Command": "Get-MgFinancialCompanyPurchaseInvoice" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPurchaseInvoice", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceCurrency" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPurchaseInvoiceCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceLine" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPurchaseInvoiceLine", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPurchaseInvoiceLine", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceLine" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPurchaseInvoiceLine", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/account", + "Module": "Financials", + "OutputType": "IMicrosoftGraphAccount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineAccount" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineAccount", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "Module": "Financials", + "OutputType": "IMicrosoftGraphItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItem" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItem", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "Module": "Financials", + "OutputType": "IMicrosoftGraphItemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItemCategory" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItemCategory", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItemPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItemPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItemPictureContent" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPurchaseInvoiceLineItemPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "Module": "Financials", + "OutputType": "IMicrosoftGraphVendor", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVendor", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendor" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendor", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorCurrency" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPaymentMethod" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPaymentTerm" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPictureContent" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyPurchaseInvoiceVendorPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesCreditMemo", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesCreditMemo", - "Command": "Get-MgFinancialCompanySaleCreditMemo" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemo", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos", + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesCreditMemo", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesCreditMemo", - "Command": "Get-MgFinancialCompanySaleCreditMemo" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemo", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", - "Command": "Get-MgFinancialCompanySaleCreditMemoCurrency" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", - "Command": "Get-MgFinancialCompanySaleCreditMemoCustomer" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoCustomer", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", - "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerCurrency" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", - "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPaymentMethod" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPaymentTerm" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPictureContent" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "Module": "Financials", + "OutputType": "IMicrosoftGraphShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", - "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerShipmentMethod" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoCustomerShipmentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", - "Command": "Get-MgFinancialCompanySaleCreditMemoLine" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoLine", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines", + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", - "Command": "Get-MgFinancialCompanySaleCreditMemoLine" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoLine", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", + "Module": "Financials", + "OutputType": "IMicrosoftGraphAccount", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", - "Command": "Get-MgFinancialCompanySaleCreditMemoLineAccount" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoLineAccount", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Module": "Financials", + "OutputType": "IMicrosoftGraphItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", - "Command": "Get-MgFinancialCompanySaleCreditMemoLineItem" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoLineItem", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Module": "Financials", + "OutputType": "IMicrosoftGraphItemCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", - "Command": "Get-MgFinancialCompanySaleCreditMemoLineItemCategory" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoLineItemCategory", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanySaleCreditMemoLineItemPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanySaleCreditMemoLineItemPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgFinancialCompanySaleCreditMemoLineItemPictureContent" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoLineItemPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Command": "Get-MgFinancialCompanySaleCreditMemoPaymentTerm" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", - "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLine" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLine", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines", + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesCreditMemoLine", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesCreditMemoLine", - "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLine" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLine", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/account", + "Module": "Financials", + "OutputType": "IMicrosoftGraphAccount", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", - "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineAccount", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Module": "Financials", + "OutputType": "IMicrosoftGraphItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", - "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItem" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Module": "Financials", + "OutputType": "IMicrosoftGraphItemCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", - "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesInvoice", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesInvoice", - "Command": "Get-MgFinancialCompanySaleInvoice" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleInvoice", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices", + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesInvoice", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesInvoice", - "Command": "Get-MgFinancialCompanySaleInvoice" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleInvoice", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", - "Command": "Get-MgFinancialCompanySaleInvoiceCurrency" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleInvoiceCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", - "Command": "Get-MgFinancialCompanySaleInvoiceCustomer" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleInvoiceCustomer", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", - "Command": "Get-MgFinancialCompanySaleInvoiceCustomerCurrency" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleInvoiceCustomerCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", - "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPaymentMethod" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPaymentTerm" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPictureContent" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleInvoiceCustomerPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "Module": "Financials", + "OutputType": "IMicrosoftGraphShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", - "Command": "Get-MgFinancialCompanySaleInvoiceCustomerShipmentMethod" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleInvoiceCustomerShipmentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesInvoiceLine", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesInvoiceLine", - "Command": "Get-MgFinancialCompanySaleInvoiceLine" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleInvoiceLine", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines", + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesInvoiceLine", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesInvoiceLine", - "Command": "Get-MgFinancialCompanySaleInvoiceLine" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleInvoiceLine", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/account", + "Module": "Financials", + "OutputType": "IMicrosoftGraphAccount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", - "Command": "Get-MgFinancialCompanySaleInvoiceLineAccount" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleInvoiceLineAccount", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "Module": "Financials", + "OutputType": "IMicrosoftGraphItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", - "Command": "Get-MgFinancialCompanySaleInvoiceLineItem" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleInvoiceLineItem", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "Module": "Financials", + "OutputType": "IMicrosoftGraphItemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", - "Command": "Get-MgFinancialCompanySaleInvoiceLineItemCategory" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleInvoiceLineItemCategory", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanySaleInvoiceLineItemPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleInvoiceLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanySaleInvoiceLineItemPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleInvoiceLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgFinancialCompanySaleInvoiceLineItemPictureContent" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleInvoiceLineItemPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Command": "Get-MgFinancialCompanySaleInvoicePaymentTerm" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanySaleInvoicePaymentTerm", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", "Module": "Financials", - "Method": "GET", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "OutputType": "IMicrosoftGraphShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", - "Command": "Get-MgFinancialCompanySaleInvoiceShipmentMethod" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleInvoiceShipmentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesOrder", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesOrder", - "Command": "Get-MgFinancialCompanySaleOrder" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleOrder", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders", + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesOrder", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesOrder", - "Command": "Get-MgFinancialCompanySaleOrder" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleOrder", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", - "Command": "Get-MgFinancialCompanySaleOrderCurrency" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleOrderCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", - "Command": "Get-MgFinancialCompanySaleOrderCustomer" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleOrderCustomer", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", - "Command": "Get-MgFinancialCompanySaleOrderCustomerCurrency" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleOrderCustomerCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", - "Command": "Get-MgFinancialCompanySaleOrderCustomerPaymentMethod" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleOrderCustomerPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Command": "Get-MgFinancialCompanySaleOrderCustomerPaymentTerm" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleOrderCustomerPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanySaleOrderCustomerPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleOrderCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanySaleOrderCustomerPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleOrderCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgFinancialCompanySaleOrderCustomerPictureContent" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleOrderCustomerPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "Module": "Financials", + "OutputType": "IMicrosoftGraphShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", - "Command": "Get-MgFinancialCompanySaleOrderCustomerShipmentMethod" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleOrderCustomerShipmentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesOrderLine", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesOrderLine", - "Command": "Get-MgFinancialCompanySaleOrderLine" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleOrderLine", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines", + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesOrderLine", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesOrderLine", - "Command": "Get-MgFinancialCompanySaleOrderLine" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleOrderLine", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/account", + "Module": "Financials", + "OutputType": "IMicrosoftGraphAccount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", - "Command": "Get-MgFinancialCompanySaleOrderLineAccount" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleOrderLineAccount", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "Module": "Financials", + "OutputType": "IMicrosoftGraphItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", - "Command": "Get-MgFinancialCompanySaleOrderLineItem" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleOrderLineItem", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "Module": "Financials", + "OutputType": "IMicrosoftGraphItemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", - "Command": "Get-MgFinancialCompanySaleOrderLineItemCategory" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleOrderLineItemCategory", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanySaleOrderLineItemPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleOrderLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanySaleOrderLineItemPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleOrderLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgFinancialCompanySaleOrderLineItemPictureContent" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleOrderLineItemPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Command": "Get-MgFinancialCompanySaleOrderPaymentTerm" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleOrderPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesQuote", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesQuote", - "Command": "Get-MgFinancialCompanySaleQuote" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleQuote", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes", + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesQuote", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesQuote", - "Command": "Get-MgFinancialCompanySaleQuote" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleQuote", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", - "Command": "Get-MgFinancialCompanySaleQuoteCurrency" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleQuoteCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCustomer", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", - "Command": "Get-MgFinancialCompanySaleQuoteCustomer" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleQuoteCustomer", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", - "Command": "Get-MgFinancialCompanySaleQuoteCustomerCurrency" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleQuoteCustomerCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", - "Command": "Get-MgFinancialCompanySaleQuoteCustomerPaymentMethod" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleQuoteCustomerPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Command": "Get-MgFinancialCompanySaleQuoteCustomerPaymentTerm" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleQuoteCustomerPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanySaleQuoteCustomerPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleQuoteCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanySaleQuoteCustomerPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleQuoteCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgFinancialCompanySaleQuoteCustomerPictureContent" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleQuoteCustomerPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "Module": "Financials", + "OutputType": "IMicrosoftGraphShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", - "Command": "Get-MgFinancialCompanySaleQuoteCustomerShipmentMethod" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleQuoteCustomerShipmentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesQuoteLine", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesQuoteLine", - "Command": "Get-MgFinancialCompanySaleQuoteLine" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleQuoteLine", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines", + "Module": "Financials", + "OutputType": "IMicrosoftGraphSalesQuoteLine", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSalesQuoteLine", - "Command": "Get-MgFinancialCompanySaleQuoteLine" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleQuoteLine", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/account", + "Module": "Financials", + "OutputType": "IMicrosoftGraphAccount", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccount", - "Command": "Get-MgFinancialCompanySaleQuoteLineAccount" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleQuoteLineAccount", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "Module": "Financials", + "OutputType": "IMicrosoftGraphItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", - "Command": "Get-MgFinancialCompanySaleQuoteLineItem" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleQuoteLineItem", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "Module": "Financials", + "OutputType": "IMicrosoftGraphItemCategory", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", - "Command": "Get-MgFinancialCompanySaleQuoteLineItemCategory" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleQuoteLineItemCategory", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanySaleQuoteLineItemPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleQuoteLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanySaleQuoteLineItemPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleQuoteLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgFinancialCompanySaleQuoteLineItemPictureContent" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleQuoteLineItemPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Command": "Get-MgFinancialCompanySaleQuotePaymentTerm" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanySaleQuotePaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", + "Module": "Financials", + "OutputType": "IMicrosoftGraphShipmentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", - "Command": "Get-MgFinancialCompanySaleQuoteShipmentMethod" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanySaleQuoteShipmentMethod", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", "Module": "Financials", + "OutputType": "IMicrosoftGraphShipmentMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -62889,29 +62920,29 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", - "Command": "Get-MgFinancialCompanyShipmentMethod" + "Command": "Get-MgFinancialCompanyShipmentMethod", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/shipmentMethods", + "Module": "Financials", + "OutputType": "IMicrosoftGraphShipmentMethod", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", - "Command": "Get-MgFinancialCompanyShipmentMethod" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanyShipmentMethod", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", "Module": "Financials", + "OutputType": "IMicrosoftGraphTaxArea", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -62919,29 +62950,29 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTaxArea", - "Command": "Get-MgFinancialCompanyTaxArea" + "Command": "Get-MgFinancialCompanyTaxArea", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/taxAreas", + "Module": "Financials", + "OutputType": "IMicrosoftGraphTaxArea", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTaxArea", - "Command": "Get-MgFinancialCompanyTaxArea" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanyTaxArea", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", "Module": "Financials", + "OutputType": "IMicrosoftGraphTaxGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -62949,29 +62980,29 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTaxGroup", - "Command": "Get-MgFinancialCompanyTaxGroup" + "Command": "Get-MgFinancialCompanyTaxGroup", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/taxGroups", + "Module": "Financials", + "OutputType": "IMicrosoftGraphTaxGroup", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTaxGroup", - "Command": "Get-MgFinancialCompanyTaxGroup" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanyTaxGroup", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", "Module": "Financials", + "OutputType": "IMicrosoftGraphUnitOfMeasure", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -62979,29 +63010,29 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnitOfMeasure", - "Command": "Get-MgFinancialCompanyUnitOfMeasure" + "Command": "Get-MgFinancialCompanyUnitOfMeasure", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/unitsOfMeasure", + "Module": "Financials", + "OutputType": "IMicrosoftGraphUnitOfMeasure", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnitOfMeasure", - "Command": "Get-MgFinancialCompanyUnitOfMeasure" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanyUnitOfMeasure", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", "Module": "Financials", + "OutputType": "IMicrosoftGraphVendor", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -63009,106 +63040,106 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVendor", - "Command": "Get-MgFinancialCompanyVendor" + "Command": "Get-MgFinancialCompanyVendor", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "GET", - "Permissions": [], "Uri": "/financials/companies/{company-id}/vendors", + "Module": "Financials", + "OutputType": "IMicrosoftGraphVendor", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVendor", - "Command": "Get-MgFinancialCompanyVendor" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyVendor", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCurrency", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", - "Command": "Get-MgFinancialCompanyVendorCurrency" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyVendorCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentMethod", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", - "Command": "Get-MgFinancialCompanyVendorPaymentMethod" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyVendorPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Command": "Get-MgFinancialCompanyVendorPaymentTerm" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyVendorPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanyVendorPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyVendorPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "Get-MgFinancialCompanyVendorPicture" - }, - { - "Module": "Financials", "Method": "GET", "Permissions": [], + "Command": "Get-MgFinancialCompanyVendorPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgFinancialCompanyVendorPictureContent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgFinancialCompanyVendorPictureContent", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}", "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -63142,17 +63173,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Get-MgGroup" + "Command": "Get-MgGroup", + "ApiVersion": "beta" }, { + "Uri": "/groups", "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -63186,16 +63216,16 @@ "IsAdmin": true } ], - "Uri": "/groups", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Get-MgGroup" + "Command": "Get-MgGroup", + "ApiVersion": "beta" }, { + "Uri": "/groups", "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -63229,16 +63259,17 @@ "IsAdmin": true } ], - "Uri": "/groups", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Get-MgGroup" + "Command": "Get-MgGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}", "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -63272,17 +63303,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Get-MgGroup" + "Command": "Get-MgGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/acceptedSenders", "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -63298,16 +63328,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/acceptedSenders", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupAcceptedSender" + "Command": "Get-MgGroupAcceptedSender", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/acceptedSenders", "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -63323,16 +63353,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/acceptedSenders", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupAcceptedSender" + "Command": "Get-MgGroupAcceptedSender", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/acceptedSenders/$ref", "Module": "Groups", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -63348,16 +63378,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupAcceptedSenderByRef" + "Command": "Get-MgGroupAcceptedSenderByRef", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/acceptedSenders/$ref", "Module": "Groups", + "OutputType": null, + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -63373,29 +63403,29 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/acceptedSenders/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupAcceptedSenderByRef" + "Command": "Get-MgGroupAcceptedSenderByRef", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", - "Command": "Get-MgGroupAppRoleAssignment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupAppRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/appRoleAssignments", "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -63417,16 +63447,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/appRoleAssignments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", - "Command": "Get-MgGroupAppRoleAssignment" + "Command": "Get-MgGroupAppRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/appRoleAssignments", "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -63448,81 +63478,82 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/appRoleAssignments", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "Get-MgGroupAppRoleAssignment" + "Command": "Get-MgGroupAppRoleAssignment", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "Get-MgGroupAppRoleAssignment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupAppRoleAssignment", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/getByIds", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupById" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Get-MgGroupById", + "ApiVersion": "beta" + }, + { "Uri": "/groups/getByIds", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgGroupById", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/calendar", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar1", - "Command": "Get-MgGroupCalendar" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupCalendar", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", - "Command": "Get-MgGroupCalendar" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupCalendar", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/calendar/events/delta", "Module": "Groups", + "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -63544,17 +63575,17 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/calendar/events/delta", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgGroupCalendarEventDelta" + "Command": "Get-MgGroupCalendarEventDelta", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/calendar/events/delta", "Module": "Groups", + "OutputType": "IMicrosoftGraphEvent1", + "Variants": [ + "Delta1", + "DeltaViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -63576,197 +63607,196 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/calendar/events/delta", - "Variants": [ - "Delta1", - "DeltaViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent1", - "Command": "Get-MgGroupCalendarEventDelta" + "Command": "Get-MgGroupCalendarEventDelta", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupCalendarMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupCalendarMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupCalendarMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupCalendarMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupCalendarMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupCalendarMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupCalendarMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupCalendarMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendarPermission", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendarPermission", - "Command": "Get-MgGroupCalendarPermission" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupCalendarPermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendarPermission", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendarPermission", - "Command": "Get-MgGroupCalendarPermission" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupCalendarPermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendarPermission", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendarPermission", - "Command": "Get-MgGroupCalendarPermission" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupCalendarPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendarPermission", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendarPermission", - "Command": "Get-MgGroupCalendarPermission" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupCalendarPermission", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/calendar/getSchedule", + "Module": "Groups", + "OutputType": "IMicrosoftGraphScheduleInformation", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScheduleInformation", - "Command": "Get-MgGroupCalendarSchedule" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Get-MgGroupCalendarSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/getSchedule", + "Module": "Groups", + "OutputType": "IMicrosoftGraphScheduleInformation", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScheduleInformation", - "Command": "Get-MgGroupCalendarSchedule" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgGroupCalendarSchedule", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupCalendarSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupCalendarSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupCalendarSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupCalendarSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupCalendarSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupCalendarSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupCalendarSingleValueExtendedProperty" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupCalendarSingleValueExtendedProperty", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/calendar/calendarView", "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "Group.Read.All", @@ -63774,16 +63804,16 @@ "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 }, - "Uri": "/groups/{group-id}/calendar/calendarView", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgGroupCalendarView" + "Command": "Get-MgGroupCalendarView", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/calendar/calendarView", "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Group.Read.All", @@ -63791,42 +63821,17 @@ "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 }, - "Uri": "/groups/{group-id}/calendar/calendarView", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent1", - "Command": "Get-MgGroupCalendarView" + "Command": "Get-MgGroupCalendarView", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "GET", - "Permissions": [ - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true - }, - { - "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": "/groups/{group-id}/conversations/{conversation-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphConversation1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversation1", - "Command": "Get-MgGroupConversation" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [ { @@ -63842,16 +63847,16 @@ "IsAdmin": true } ], + "Command": "Get-MgGroupConversation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations", + "Module": "Groups", + "OutputType": "IMicrosoftGraphConversation1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversation1", - "Command": "Get-MgGroupConversation" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [ { @@ -63867,16 +63872,16 @@ "IsAdmin": true } ], + "Command": "Get-MgGroupConversation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations", + "Module": "Groups", + "OutputType": "IMicrosoftGraphConversation", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversation", - "Command": "Get-MgGroupConversation" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [ { @@ -63892,17 +63897,17 @@ "IsAdmin": true } ], + "Command": "Get-MgGroupConversation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphConversation", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversation", - "Command": "Get-MgGroupConversation" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [ { @@ -63918,17 +63923,17 @@ "IsAdmin": true } ], + "Command": "Get-MgGroupConversation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphConversationThread1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationThread1", - "Command": "Get-MgGroupConversationThread" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [ { @@ -63944,16 +63949,16 @@ "IsAdmin": true } ], + "Command": "Get-MgGroupConversationThread", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "Module": "Groups", + "OutputType": "IMicrosoftGraphConversationThread1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationThread1", - "Command": "Get-MgGroupConversationThread" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [ { @@ -63969,16 +63974,16 @@ "IsAdmin": true } ], + "Command": "Get-MgGroupConversationThread", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "Module": "Groups", + "OutputType": "IMicrosoftGraphConversationThread", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationThread", - "Command": "Get-MgGroupConversationThread" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [ { @@ -63994,17 +63999,17 @@ "IsAdmin": true } ], + "Command": "Get-MgGroupConversationThread", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphConversationThread", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationThread", - "Command": "Get-MgGroupConversationThread" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [ { @@ -64020,19 +64025,19 @@ "IsAdmin": true } ], + "Command": "Get-MgGroupConversationThread", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPost1", "Variants": [ "Get", "Get3", "GetViaIdentity", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPost1", - "Command": "Get-MgGroupConversationThreadPost" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [ { @@ -64048,16 +64053,16 @@ "IsAdmin": true } ], + "Command": "Get-MgGroupConversationThreadPost", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPost1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPost1", - "Command": "Get-MgGroupConversationThreadPost" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [ { @@ -64073,16 +64078,16 @@ "IsAdmin": true } ], + "Command": "Get-MgGroupConversationThreadPost", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPost", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPost", - "Command": "Get-MgGroupConversationThreadPost" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [ { @@ -64098,32 +64103,57 @@ "IsAdmin": true } ], + "Command": "Get-MgGroupConversationThreadPost", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPost", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPost", - "Command": "Get-MgGroupConversationThreadPost" + "Method": "GET", + "Permissions": [ + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true + }, + { + "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-MgGroupConversationThreadPost", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupConversationThreadPostAttachment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostAttachment", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -64139,16 +64169,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupConversationThreadPostAttachment" + "Command": "Get-MgGroupConversationThreadPostAttachment", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -64164,455 +64194,456 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupConversationThreadPostAttachment" + "Command": "Get-MgGroupConversationThreadPostAttachment", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupConversationThreadPostAttachment" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupConversationThreadPostExtension" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Module": "Groups", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgGroupConversationThreadPostExtension" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Module": "Groups", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgGroupConversationThreadPostExtension" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupConversationThreadPostExtension" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupConversationThreadPostInReplyToExtension" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", - "Variants": [ + "Module": "Groups", + "OutputType": "IMicrosoftGraphExtension", + "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgGroupConversationThreadPostInReplyToExtension" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Module": "Groups", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgGroupConversationThreadPostInReplyToExtension" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupConversationThreadPostInReplyToExtension" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMention", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", - "Command": "Get-MgGroupConversationThreadPostInReplyToMention" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToMention", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMention", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", - "Command": "Get-MgGroupConversationThreadPostInReplyToMention" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToMention", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMention", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", - "Command": "Get-MgGroupConversationThreadPostMention" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostMention", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMention", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", - "Command": "Get-MgGroupConversationThreadPostMention" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostMention", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupConversationThreadPostMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupConversationThreadPostMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupConversationThreadPostMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupConversationThreadPostMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupConversationThreadPostSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupConversationThreadPostSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupConversationThreadPostSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupConversationThreadPostSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupConversationThreadPostSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/createdOnBehalfOf", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupCreatedOnBehalfOf" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupCreatedOnBehalfOf", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/createdOnBehalfOf", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupCreatedOnBehalfOf" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupCreatedOnBehalfOf", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/drive", "Module": "Files", + "OutputType": "IMicrosoftGraphDrive1", + "Variants": [ + "Get2", + "GetViaIdentity2" + ], "Method": "GET", "Permissions": [ { @@ -64652,17 +64683,17 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/drive", - "Variants": [ - "Get2", - "GetViaIdentity2" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "Get-MgGroupDefaultDrive" + "Command": "Get-MgGroupDefaultDrive", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/drive", "Module": "Files", + "OutputType": "IMicrosoftGraphDrive", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -64702,17 +64733,16 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/drive", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "Get-MgGroupDefaultDrive" + "Command": "Get-MgGroupDefaultDrive", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/delta", "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup1", + "Variants": [ + "Delta" + ], "Method": "GET", "Permissions": [ { @@ -64746,16 +64776,16 @@ "IsAdmin": true } ], - "Uri": "/groups/delta", - "Variants": [ - "Delta" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Get-MgGroupDelta" + "Command": "Get-MgGroupDelta", + "ApiVersion": "beta" }, { + "Uri": "/groups/delta", "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "Delta1" + ], "Method": "GET", "Permissions": [ { @@ -64789,29 +64819,29 @@ "IsAdmin": true } ], - "Uri": "/groups/delta", - "Variants": [ - "Delta1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Get-MgGroupDelta" + "Command": "Get-MgGroupDelta", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Get3", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "Get-MgGroupDrive" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupDrive", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/drives", "Module": "Files", + "OutputType": "IMicrosoftGraphDrive1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -64851,16 +64881,16 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/drives", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "Get-MgGroupDrive" + "Command": "Get-MgGroupDrive", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/drives", "Module": "Files", + "OutputType": "IMicrosoftGraphDrive", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -64900,2940 +64930,2941 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/drives", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "Get-MgGroupDrive" + "Command": "Get-MgGroupDrive", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "Get-MgGroupDrive" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgGroupDriveActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveActivity", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgGroupDriveBundle" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveBundle", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgGroupDriveBundle" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveBundle", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgGroupDriveBundle" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveBundle", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgGroupDriveBundle" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveBundle", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupDriveBundleContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveBundleContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupDriveBundleContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveBundleContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgGroupDriveFollowing" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveFollowing", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/following", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgGroupDriveFollowing" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveFollowing", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/following", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgGroupDriveFollowing" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveFollowing", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgGroupDriveFollowing" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveFollowing", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupDriveFollowingContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveFollowingContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupDriveFollowingContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveFollowingContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgGroupDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgGroupDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgGroupDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgGroupDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgGroupDriveItemActivity" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemActivity", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgGroupDriveItemActivityByInterval" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemActivityByInterval", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgGroupDriveItemActivityByInterval" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemActivityByInterval", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics1", - "Command": "Get-MgGroupDriveItemAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Command": "Get-MgGroupDriveItemAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivity1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivity1", - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivity", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivity", - "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemAnalyticLastSevenDay", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgGroupDriveItemAnalyticTime" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemAnalyticTime", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgGroupDriveItemAnalyticTime" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemAnalyticTime", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgGroupDriveItemChild" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgGroupDriveItemChild" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgGroupDriveItemChild" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgGroupDriveItemChild" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupDriveItemChildContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemChildContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupDriveItemChildContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemChildContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupDriveItemContent" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgGroupDriveItemDelta" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemDelta", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Delta2", "Delta3", "DeltaViaIdentity2", "DeltaViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgGroupDriveItemDelta" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgGroupDriveItemListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", - "Command": "Get-MgGroupDriveItemListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgGroupDriveItemListItemActivity" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemActivity", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgGroupDriveItemListItemActivityByInterval" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemActivityByInterval", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgGroupDriveItemListItemActivityByInterval" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemActivityByInterval", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics1", - "Command": "Get-MgGroupDriveItemListItemAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Command": "Get-MgGroupDriveItemListItemAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgGroupDriveItemListItemDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgGroupDriveItemListItemDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupDriveItemListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupDriveItemListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupDriveItemListItemField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupDriveItemListItemField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgGroupDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgGroupDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgGroupDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgGroupDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupDriveItemListItemVersionField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupDriveItemListItemVersionField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Get-MgGroupDriveItemPermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemPermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Get-MgGroupDriveItemPermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemPermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Get-MgGroupDriveItemPermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Get-MgGroupDriveItemPermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgGroupDriveItemSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgGroupDriveItemSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgGroupDriveItemSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgGroupDriveItemSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgGroupDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgGroupDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgGroupDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgGroupDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgGroupDriveItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgGroupDriveItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgGroupDriveItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgGroupDriveItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupDriveItemVersionContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemVersionContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupDriveItemVersionContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveItemVersionContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "Module": "Files", + "OutputType": "IMicrosoftGraphList1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList1", - "Command": "Get-MgGroupDriveList" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveList", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "Module": "Files", + "OutputType": "IMicrosoftGraphList", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", - "Command": "Get-MgGroupDriveList" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveList", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgGroupDriveListActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListActivity", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgGroupDriveListColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgGroupDriveListColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgGroupDriveListColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgGroupDriveListColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgGroupDriveListColumnSourceColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListColumnSourceColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgGroupDriveListColumnSourceColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListColumnSourceColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgGroupDriveListContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgGroupDriveListContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgGroupDriveListContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgGroupDriveListContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgGroupDriveListContentTypeBase" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeBase", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgGroupDriveListContentTypeBase" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeBase", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgGroupDriveListContentTypeBaseType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeBaseType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgGroupDriveListContentTypeBaseType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeBaseType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgGroupDriveListContentTypeBaseType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeBaseType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgGroupDriveListContentTypeBaseType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeBaseType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgGroupDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgGroupDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgGroupDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgGroupDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgGroupDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgGroupDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgGroupDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgGroupDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgGroupDriveListContentTypeColumnPosition" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeColumnPosition", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgGroupDriveListContentTypeColumnPosition" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeColumnPosition", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgGroupDriveListContentTypeColumnPosition" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeColumnPosition", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgGroupDriveListContentTypeColumnPosition" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeColumnPosition", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeColumnSourceColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "Get-MgGroupDriveListDrive" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListDrive", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/drive", + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "Get-MgGroupDriveListDrive" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgGroupDriveListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgGroupDriveListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", - "Command": "Get-MgGroupDriveListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", - "Command": "Get-MgGroupDriveListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgGroupDriveListItemActivity" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemActivity", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgGroupDriveListItemActivityByInterval" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemActivityByInterval", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgGroupDriveListItemActivityByInterval" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemActivityByInterval", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics1", - "Command": "Get-MgGroupDriveListItemAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Command": "Get-MgGroupDriveListItemAnalytic" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/delta", + "Module": "Groups", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgGroupDriveListItemDelta" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemDelta", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgGroupDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgGroupDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgGroupDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgGroupDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgGroupDriveListItemDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgGroupDriveListItemDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupDriveListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupDriveListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupDriveListItemField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupDriveListItemField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgGroupDriveListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgGroupDriveListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgGroupDriveListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgGroupDriveListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupDriveListItemVersionField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupDriveListItemVersionField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgGroupDriveListOperation" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgGroupDriveListOperation" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgGroupDriveListOperation" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgGroupDriveListOperation" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgGroupDriveListSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgGroupDriveListSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgGroupDriveListSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgGroupDriveListSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgGroupDriveRoot" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgGroupDriveRoot" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgGroupDriveRootActivity" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootActivity", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgGroupDriveRootActivityByInterval" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootActivityByInterval", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/getActivitiesByInterval", + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgGroupDriveRootActivityByInterval" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootActivityByInterval", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics1", - "Command": "Get-MgGroupDriveRootAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Command": "Get-MgGroupDriveRootAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivity1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivity1", - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivity", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivity", - "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootAnalyticLastSevenDay", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgGroupDriveRootAnalyticTime" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootAnalyticTime", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/allTime", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgGroupDriveRootAnalyticTime" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootAnalyticTime", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgGroupDriveRootChild" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgGroupDriveRootChild" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgGroupDriveRootChild" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgGroupDriveRootChild" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupDriveRootChildContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootChildContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupDriveRootChildContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootChildContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupDriveRootContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupDriveRootContent" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgGroupDriveRootDelta" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootDelta", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/delta", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Delta2", "Delta3", "DeltaViaIdentity2", "DeltaViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgGroupDriveRootDelta" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgGroupDriveRootListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", - "Command": "Get-MgGroupDriveRootListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgGroupDriveRootListItemActivity" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItemActivity", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgGroupDriveRootListItemActivityByInterval" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItemActivityByInterval", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgGroupDriveRootListItemActivityByInterval" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItemActivityByInterval", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics1", - "Command": "Get-MgGroupDriveRootListItemAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItemAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Command": "Get-MgGroupDriveRootListItemAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItemAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgGroupDriveRootListItemDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItemDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgGroupDriveRootListItemDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItemDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupDriveRootListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupDriveRootListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupDriveRootListItemField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupDriveRootListItemField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgGroupDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgGroupDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgGroupDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgGroupDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupDriveRootListItemVersionField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupDriveRootListItemVersionField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Get-MgGroupDriveRootPermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootPermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Get-MgGroupDriveRootPermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootPermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Get-MgGroupDriveRootPermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Get-MgGroupDriveRootPermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgGroupDriveRootSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgGroupDriveRootSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgGroupDriveRootSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgGroupDriveRootSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgGroupDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgGroupDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgGroupDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgGroupDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgGroupDriveRootVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgGroupDriveRootVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgGroupDriveRootVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgGroupDriveRootVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupDriveRootVersionContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootVersionContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupDriveRootVersionContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveRootVersionContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgGroupDriveSpecial" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveSpecial", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/special", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgGroupDriveSpecial" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveSpecial", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/special", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgGroupDriveSpecial" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveSpecial", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgGroupDriveSpecial" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveSpecial", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupDriveSpecialContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupDriveSpecialContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupDriveSpecialContent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupDriveSpecialContent", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", "Module": "Groups", + "OutputType": "IMicrosoftGraphEndpoint", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -67849,17 +67880,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Get-MgGroupEndpoint" + "Command": "Get-MgGroupEndpoint", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/endpoints", "Module": "Groups", + "OutputType": "IMicrosoftGraphEndpoint", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -67875,16 +67905,17 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/endpoints", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Get-MgGroupEndpoint" + "Command": "Get-MgGroupEndpoint", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/{event-id}", "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -67906,17 +67937,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/events/{event-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgGroupEvent" + "Command": "Get-MgGroupEvent", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events", "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -67932,16 +67962,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/events", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgGroupEvent" + "Command": "Get-MgGroupEvent", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events", "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -67957,16 +67987,17 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/events", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent1", - "Command": "Get-MgGroupEvent" + "Command": "Get-MgGroupEvent", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/events/{event-id}", "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -67988,30 +68019,29 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/events/{event-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent1", - "Command": "Get-MgGroupEvent" + "Command": "Get-MgGroupEvent", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupEventAttachment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupEventAttachment", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/{event-id}/attachments", "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Calendars.Read", @@ -68019,16 +68049,16 @@ "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupEventAttachment" + "Command": "Get-MgGroupEventAttachment", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/{event-id}/attachments", "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "Calendars.Read", @@ -68036,55 +68066,56 @@ "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Uri": "/groups/{group-id}/events/{event-id}/attachments", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupEventAttachment" + "Command": "Get-MgGroupEventAttachment", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupEventAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/calendar", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar1", - "Command": "Get-MgGroupEventCalendar" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventCalendar", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/calendar", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", - "Command": "Get-MgGroupEventCalendar" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupEventCalendar", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/events/delta", "Module": "Groups", + "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -68106,17 +68137,17 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/events/delta", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgGroupEventDelta" + "Command": "Get-MgGroupEventDelta", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/delta", "Module": "Groups", + "OutputType": "IMicrosoftGraphEvent1", + "Variants": [ + "Delta1", + "DeltaViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -68138,356 +68169,355 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/events/delta", - "Variants": [ - "Delta1", - "DeltaViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent1", - "Command": "Get-MgGroupEventDelta" + "Command": "Get-MgGroupEventDelta", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgGroupEventExceptionOccurrence" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrence", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgGroupEventExceptionOccurrence" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrence", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupEventExceptionOccurrenceAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrenceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupEventExceptionOccurrenceAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrenceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar1", - "Command": "Get-MgGroupEventExceptionOccurrenceCalendar" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrenceCalendar", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupEventExceptionOccurrenceExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrenceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgGroupEventExceptionOccurrenceExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrenceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgGroupEventExceptionOccurrenceInstance" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrenceInstance", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgGroupEventExceptionOccurrenceInstance" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrenceInstance", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupEventExceptionOccurrenceInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupEventExceptionOccurrenceInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar1", - "Command": "Get-MgGroupEventExceptionOccurrenceInstanceCalendar" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrenceInstanceCalendar", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupEventExceptionOccurrenceInstanceExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgGroupEventExceptionOccurrenceInstanceExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventExceptionOccurrenceInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventExceptionOccurrenceInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventExceptionOccurrenceInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventExceptionOccurrenceInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventExceptionOccurrenceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrenceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventExceptionOccurrenceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrenceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventExceptionOccurrenceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrenceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventExceptionOccurrenceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExceptionOccurrenceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupEventExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgGroupEventExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgGroupEventExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupEventExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgGroupEventInstance" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupEventInstance", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/{event-id}/instances", "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "Calendars.Read", @@ -68495,16 +68525,16 @@ "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Uri": "/groups/{group-id}/events/{event-id}/instances", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgGroupEventInstance" + "Command": "Get-MgGroupEventInstance", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/{event-id}/instances", "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Calendars.Read", @@ -68512,543 +68542,544 @@ "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Uri": "/groups/{group-id}/events/{event-id}/instances", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent1", - "Command": "Get-MgGroupEventInstance" + "Command": "Get-MgGroupEventInstance", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent1", - "Command": "Get-MgGroupEventInstance" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupEventInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupEventInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupEventInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupEventInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar1", - "Command": "Get-MgGroupEventInstanceCalendar" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceCalendar", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/calendar", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", - "Command": "Get-MgGroupEventInstanceCalendar" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceCalendar", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgGroupEventInstanceExceptionOccurrence" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceExceptionOccurrence", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgGroupEventInstanceExceptionOccurrence" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceExceptionOccurrence", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupEventInstanceExceptionOccurrenceAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupEventInstanceExceptionOccurrenceAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar1", - "Command": "Get-MgGroupEventInstanceExceptionOccurrenceCalendar" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceExceptionOccurrenceCalendar", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupEventInstanceExceptionOccurrenceExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgGroupEventInstanceExceptionOccurrenceExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupEventInstanceExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgGroupEventInstanceExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgGroupEventInstanceExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupEventInstanceExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventInstanceSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupEventSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupEventSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupExtension" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/extensions", + "Module": "Groups", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgGroupExtension" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/extensions", + "Module": "Groups", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgGroupExtension" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupExtension" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupExtension", + "ApiVersion": "v1.0" }, { + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "Module": "Groups", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -69064,17 +69095,16 @@ "IsAdmin": true } ], - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "Command": "Get-MgGroupLifecyclePolicy" + "Command": "Get-MgGroupLifecyclePolicy", + "ApiVersion": "beta" }, { + "Uri": "/groupLifecyclePolicies", "Module": "Groups", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -69090,16 +69120,16 @@ "IsAdmin": true } ], - "Uri": "/groupLifecyclePolicies", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "Command": "Get-MgGroupLifecyclePolicy" + "Command": "Get-MgGroupLifecyclePolicy", + "ApiVersion": "beta" }, { + "Uri": "/groupLifecyclePolicies", "Module": "Groups", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -69115,16 +69145,17 @@ "IsAdmin": true } ], - "Uri": "/groupLifecyclePolicies", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "Command": "Get-MgGroupLifecyclePolicy" + "Command": "Get-MgGroupLifecyclePolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", "Module": "Groups", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -69140,17 +69171,16 @@ "IsAdmin": true } ], - "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "Command": "Get-MgGroupLifecyclePolicy" + "Command": "Get-MgGroupLifecyclePolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/groupLifecyclePolicies", "Module": "Groups", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -69166,16 +69196,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/groupLifecyclePolicies", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "Command": "Get-MgGroupLifecyclePolicyByGroup" + "Command": "Get-MgGroupLifecyclePolicyByGroup", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/groupLifecyclePolicies", "Module": "Groups", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -69191,16 +69221,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/groupLifecyclePolicies", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "Command": "Get-MgGroupLifecyclePolicyByGroup" + "Command": "Get-MgGroupLifecyclePolicyByGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/members", "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -69234,16 +69264,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/members", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupMember" + "Command": "Get-MgGroupMember", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/members", "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -69277,16 +69307,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/members", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupMember" + "Command": "Get-MgGroupMember", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/members/$ref", "Module": "Groups", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -69320,16 +69350,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/members/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupMemberByRef" + "Command": "Get-MgGroupMemberByRef", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/members/$ref", "Module": "Groups", + "OutputType": null, + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -69363,16 +69393,19 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/members/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupMemberByRef" + "Command": "Get-MgGroupMemberByRef", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/getMemberGroups", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -69436,19 +69469,19 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/getMemberGroups", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupMemberGroup" + "Command": "Get-MgGroupMemberGroup", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/getMemberGroups", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1", + "GetViaIdentity1", + "GetViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -69512,19 +69545,19 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/getMemberGroups", - "Variants": [ - "Get1", - "GetExpanded1", - "GetViaIdentity1", - "GetViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupMemberGroup" + "Command": "Get-MgGroupMemberGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/getMemberObjects", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -69594,19 +69627,19 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/getMemberObjects", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupMemberObject" + "Command": "Get-MgGroupMemberObject", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/getMemberObjects", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1", + "GetViaIdentity1", + "GetViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -69676,32 +69709,29 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/getMemberObjects", - "Variants": [ - "Get1", - "GetExpanded1", - "GetViaIdentity1", - "GetViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupMemberObject" + "Command": "Get-MgGroupMemberObject", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupMemberOf" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupMemberOf", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/memberOf", "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -69717,16 +69747,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/memberOf", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupMemberOf" + "Command": "Get-MgGroupMemberOf", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/memberOf", "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -69742,79 +69772,80 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/memberOf", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupMemberOf" + "Command": "Get-MgGroupMemberOf", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupMemberOf" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupMemberOf", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupMemberWithLicenseError" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupMemberWithLicenseError", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupMemberWithLicenseError" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupMemberWithLicenseError", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupMemberWithLicenseError" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupMemberWithLicenseError", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupMemberWithLicenseError" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupMemberWithLicenseError", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -69848,17 +69879,16 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook1", - "Command": "Get-MgGroupOnenoteNotebook" + "Command": "Get-MgGroupOnenoteNotebook", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/notebooks", "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -69892,16 +69922,16 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/notebooks", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook1", - "Command": "Get-MgGroupOnenoteNotebook" + "Command": "Get-MgGroupOnenoteNotebook", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/notebooks", "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -69935,16 +69965,17 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/notebooks", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", - "Command": "Get-MgGroupOnenoteNotebook" + "Command": "Get-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -69978,90 +70009,46 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", - "Command": "Get-MgGroupOnenoteNotebook" + "Command": "Get-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", + "Module": "Groups", + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "Command": "Get-MgGroupOnenoteNotebookFromWebUrl" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Get-MgGroupOnenoteNotebookFromWebUrl", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/notebooks/getNotebookFromWebUrl", + "Module": "Groups", + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "Command": "Get-MgGroupOnenoteNotebookFromWebUrl" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgGroupOnenoteNotebookFromWebUrl", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "Method": "GET", - "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": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Command": "Get-MgGroupOnenoteNotebookSection" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -70095,16 +70082,16 @@ "IsAdmin": false } ], + "Command": "Get-MgGroupOnenoteNotebookSection", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Command": "Get-MgGroupOnenoteNotebookSection" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -70138,16 +70125,16 @@ "IsAdmin": false } ], + "Command": "Get-MgGroupOnenoteNotebookSection", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup1", - "Command": "Get-MgGroupOnenoteNotebookSectionGroup" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -70181,16 +70168,16 @@ "IsAdmin": false } ], + "Command": "Get-MgGroupOnenoteNotebookSectionGroup", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Command": "Get-MgGroupOnenoteNotebookSectionGroup" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -70224,17 +70211,17 @@ "IsAdmin": false } ], + "Command": "Get-MgGroupOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Get-MgGroupOnenoteOperation" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -70268,19 +70255,25 @@ "IsAdmin": false } ], + "Command": "Get-MgGroupOnenoteOperation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Get-MgGroupOnenoteOperation" - }, - { - "Module": "Notes", "Method": "GET", "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", @@ -70306,17 +70299,17 @@ "IsAdmin": false } ], + "Command": "Get-MgGroupOnenoteOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage1", - "Command": "Get-MgGroupOnenotePage" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -70344,16 +70337,16 @@ "IsAdmin": false } ], + "Command": "Get-MgGroupOnenotePage", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/pages", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage1", - "Command": "Get-MgGroupOnenotePage" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -70381,16 +70374,16 @@ "IsAdmin": false } ], + "Command": "Get-MgGroupOnenotePage", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/pages", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Command": "Get-MgGroupOnenotePage" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -70418,43 +70411,81 @@ "IsAdmin": false } ], + "Command": "Get-MgGroupOnenotePage", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Command": "Get-MgGroupOnenotePage" + "Method": "GET", + "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-MgGroupOnenotePage", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupOnenotePageContent" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupOnenotePageContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupOnenotePageContent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupOnenotePageContent", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "Module": "Groups", + "OutputType": "IMicrosoftGraphRecentNotebook", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -70488,17 +70519,17 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecentNotebook", - "Command": "Get-MgGroupOnenoteRecentNotebook" + "Command": "Get-MgGroupOnenoteRecentNotebook", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "Module": "Groups", + "OutputType": "IMicrosoftGraphRecentNotebook", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -70532,43 +70563,43 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRecentNotebook", - "Command": "Get-MgGroupOnenoteRecentNotebook" + "Command": "Get-MgGroupOnenoteRecentNotebook", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteResource", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteResource", - "Command": "Get-MgGroupOnenoteResource" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupOnenoteResource", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteResource", - "Command": "Get-MgGroupOnenoteResource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupOnenoteResource", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "Module": "Notes", + "OutputType": null, + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -70596,17 +70627,17 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupOnenoteResourceContent" + "Command": "Get-MgGroupOnenoteResourceContent", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", "Module": "Notes", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -70634,17 +70665,17 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupOnenoteResourceContent" + "Command": "Get-MgGroupOnenoteResourceContent", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -70678,17 +70709,16 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Command": "Get-MgGroupOnenoteSection" + "Command": "Get-MgGroupOnenoteSection", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/sections", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -70722,16 +70752,16 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/sections", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Command": "Get-MgGroupOnenoteSection" + "Command": "Get-MgGroupOnenoteSection", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/sections", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -70765,16 +70795,17 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/sections", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Command": "Get-MgGroupOnenoteSection" + "Command": "Get-MgGroupOnenoteSection", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -70808,17 +70839,17 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Command": "Get-MgGroupOnenoteSection" + "Command": "Get-MgGroupOnenoteSection", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -70852,17 +70883,17 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup1", - "Command": "Get-MgGroupOnenoteSectionGroup" + "Command": "Get-MgGroupOnenoteSectionGroup", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/sectionGroups", "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup1", + "Variants": [ + "List2", + "List3" + ], "Method": "GET", "Permissions": [ { @@ -70896,17 +70927,17 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "Variants": [ - "List2", - "List3" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup1", - "Command": "Get-MgGroupOnenoteSectionGroup" + "Command": "Get-MgGroupOnenoteSectionGroup", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/sectionGroups", "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup", + "Variants": [ + "List", + "List1" + ], "Method": "GET", "Permissions": [ { @@ -70940,17 +70971,17 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/sectionGroups", - "Variants": [ - "List", - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Command": "Get-MgGroupOnenoteSectionGroup" + "Command": "Get-MgGroupOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -70984,17 +71015,16 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Command": "Get-MgGroupOnenoteSectionGroup" + "Command": "Get-MgGroupOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -71028,16 +71058,16 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Command": "Get-MgGroupOnenoteSectionGroupSection" + "Command": "Get-MgGroupOnenoteSectionGroupSection", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -71071,16 +71101,16 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Command": "Get-MgGroupOnenoteSectionGroupSection" + "Command": "Get-MgGroupOnenoteSectionGroupSection", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -71108,16 +71138,16 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage1", - "Command": "Get-MgGroupOnenoteSectionPage" + "Command": "Get-MgGroupOnenoteSectionPage", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -71145,16 +71175,16 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Command": "Get-MgGroupOnenoteSectionPage" + "Command": "Get-MgGroupOnenoteSectionPage", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/owners", "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -71188,16 +71218,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/owners", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupOwner" + "Command": "Get-MgGroupOwner", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/owners", "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -71231,16 +71261,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/owners", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupOwner" + "Command": "Get-MgGroupOwner", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/owners/$ref", "Module": "Groups", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -71274,16 +71304,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/owners/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupOwnerByRef" + "Command": "Get-MgGroupOwnerByRef", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/owners/$ref", "Module": "Groups", + "OutputType": null, + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -71317,29 +71347,29 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/owners/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupOwnerByRef" + "Command": "Get-MgGroupOwnerByRef", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Command": "Get-MgGroupPermissionGrant" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupPermissionGrant", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/permissionGrants", "Module": "Groups", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -71367,16 +71397,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/permissionGrants", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Command": "Get-MgGroupPermissionGrant" + "Command": "Get-MgGroupPermissionGrant", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/permissionGrants", "Module": "Groups", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -71404,195 +71434,178 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/permissionGrants", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Command": "Get-MgGroupPermissionGrant" + "Command": "Get-MgGroupPermissionGrant", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Command": "Get-MgGroupPermissionGrant" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupPermissionGrant", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/permissionGrants/getAvailableExtensionProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphExtensionProperty", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtensionProperty", - "Command": "Get-MgGroupPermissionGrantAvailableExtensionProperty" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Get-MgGroupPermissionGrantAvailableExtensionProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/permissionGrants/getByIds", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupPermissionGrantById" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Get-MgGroupPermissionGrantById", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/permissionGrants/getByIds", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupPermissionGrantById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgGroupPermissionGrantById", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/permissionGrants/delta", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupPermissionGrantDelta" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupPermissionGrantDelta", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/permissionGrants/delta", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupPermissionGrantDelta" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupPermissionGrantDelta", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", + "Module": "Groups", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupPermissionGrantMemberGroup" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Get-MgGroupPermissionGrantMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", + "Module": "Groups", + "OutputType": null, "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupPermissionGrantMemberGroup" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Get-MgGroupPermissionGrantMemberGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", + "Module": "Groups", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupPermissionGrantMemberObject" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Get-MgGroupPermissionGrantMemberObject", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", + "Module": "Groups", + "OutputType": null, "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupPermissionGrantMemberObject" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Get-MgGroupPermissionGrantMemberObject", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/permissionGrants/getUserOwnedObjects", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupPermissionGrantUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgGroupPermissionGrantUserOwnedObject", + "ApiVersion": "beta" }, { - "Module": "Groups", - "Method": "GET", - "Permissions": { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true - }, "Uri": "/groups/{group-id}/photo", + "Module": "Groups", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Command": "Get-MgGroupPhoto" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": { "Name": "Group.Read.All", @@ -71600,16 +71613,16 @@ "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 }, + "Command": "Get-MgGroupPhoto", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/photos", + "Module": "Groups", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Command": "Get-MgGroupPhoto" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": { "Name": "Group.Read.All", @@ -71617,16 +71630,16 @@ "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 }, + "Command": "Get-MgGroupPhoto", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/photos", + "Module": "Groups", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Command": "Get-MgGroupPhoto" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": { "Name": "Group.Read.All", @@ -71634,19 +71647,19 @@ "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 }, + "Command": "Get-MgGroupPhoto", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/photo", + "Module": "Groups", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Command": "Get-MgGroupPhoto" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": { "Name": "Group.Read.All", @@ -71654,19 +71667,19 @@ "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 }, + "Command": "Get-MgGroupPhoto", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/photo/$value", + "Module": "Groups", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupPhotoContent" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": { "Name": "Group.Read.All", @@ -71674,58 +71687,75 @@ "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 }, + "Command": "Get-MgGroupPhotoContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/photo/$value", + "Module": "Groups", + "OutputType": null, "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupPhotoContent" + "Method": "GET", + "Permissions": { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true + }, + "Command": "Get-MgGroupPhotoContent", + "ApiVersion": "v1.0" }, { - "Module": "Planner", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/planner", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerGroup", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerGroup", - "Command": "Get-MgGroupPlanner" - }, - { - "Module": "Planner", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupPlanner", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/planner", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerGroup1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerGroup1", - "Command": "Get-MgGroupPlanner" - }, - { - "Module": "Planner", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupPlanner", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan1", - "Command": "Get-MgGroupPlannerPlan" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupPlannerPlan", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/planner/plans", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -71753,16 +71783,16 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/planner/plans", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan1", - "Command": "Get-MgGroupPlannerPlan" + "Command": "Get-MgGroupPlannerPlan", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/planner/plans", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -71790,155 +71820,155 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/planner/plans", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerPlan", - "Command": "Get-MgGroupPlannerPlan" + "Command": "Get-MgGroupPlannerPlan", + "ApiVersion": "v1.0" }, { - "Module": "Planner", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerPlan", - "Command": "Get-MgGroupPlannerPlan" - }, - { - "Module": "Planner", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupPlannerPlan", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerBucket1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerBucket1", - "Command": "Get-MgGroupPlannerPlanBucket" - }, - { - "Module": "Planner", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupPlannerPlanBucket", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerBucket", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerBucket", - "Command": "Get-MgGroupPlannerPlanBucket" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupPlannerPlanBucket", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/delta", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPlannerBucket1", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerBucket1", - "Command": "Get-MgGroupPlannerPlanBucketDelta" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupPlannerPlanBucketDelta", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPlannerTask1", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask1", - "Command": "Get-MgGroupPlannerPlanBucketTaskDelta" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupPlannerPlanBucketTaskDelta", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/planner/plans/delta", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPlannerPlan1", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan1", - "Command": "Get-MgGroupPlannerPlanDelta" - }, - { - "Module": "Planner", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupPlannerPlanDelta", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlanDetails1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlanDetails1", - "Command": "Get-MgGroupPlannerPlanDetail" - }, - { - "Module": "Planner", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupPlannerPlanDetail", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlanDetails", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "Command": "Get-MgGroupPlannerPlanDetail" - }, - { - "Module": "Planner", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupPlannerPlanDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerTask1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask1", - "Command": "Get-MgGroupPlannerPlanTask" - }, - { - "Module": "Planner", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupPlannerPlanTask", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerTask", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerTask", - "Command": "Get-MgGroupPlannerPlanTask" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupPlannerPlanTask", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/tasks/delta", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPlannerTask1", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask1", - "Command": "Get-MgGroupPlannerPlanTaskDelta" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupPlannerPlanTaskDelta", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/rejectedSenders", "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -71954,16 +71984,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/rejectedSenders", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupRejectedSender" + "Command": "Get-MgGroupRejectedSender", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/rejectedSenders", "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -71979,16 +72009,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/rejectedSenders", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupRejectedSender" + "Command": "Get-MgGroupRejectedSender", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/rejectedSenders/$ref", "Module": "Groups", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -72004,16 +72034,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupRejectedSenderByRef" + "Command": "Get-MgGroupRejectedSenderByRef", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/rejectedSenders/$ref", "Module": "Groups", + "OutputType": null, + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -72029,16 +72059,17 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/rejectedSenders/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupRejectedSenderByRef" + "Command": "Get-MgGroupRejectedSenderByRef", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectorySetting", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -72066,17 +72097,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectorySetting", - "Command": "Get-MgGroupSetting" + "Command": "Get-MgGroupSetting", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/settings", "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectorySetting", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -72104,2185 +72134,2179 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/settings", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectorySetting", - "Command": "Get-MgGroupSetting" + "Command": "Get-MgGroupSetting", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSite1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite1", - "Command": "Get-MgGroupSite" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSite", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSite1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite1", - "Command": "Get-MgGroupSite" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSite", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSite", "Variants": [ "List2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", - "Command": "Get-MgGroupSite" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSite", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSite", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", - "Command": "Get-MgGroupSite" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSite", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgGroupSiteActivityByInterval" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteActivityByInterval", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/getActivitiesByInterval", + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgGroupSiteActivityByInterval" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteActivityByInterval", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "Module": "Sites", + "OutputType": "IMicrosoftGraphItemAnalytics", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Command": "Get-MgGroupSiteAnalytic" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/analytics", + "Module": "Sites", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics1", - "Command": "Get-MgGroupSiteAnalytic" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgGroupSiteApplicableContentTypeForList" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteApplicableContentTypeForList", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgGroupSiteApplicableContentTypeForList" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteApplicableContentTypeForList", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSite", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", - "Command": "Get-MgGroupSiteByPath" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteByPath", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/getByPath(path='{path}')", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSite1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite1", - "Command": "Get-MgGroupSiteByPath" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteByPath", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgGroupSiteColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgGroupSiteColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgGroupSiteColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgGroupSiteColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgGroupSiteContentType" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgGroupSiteContentType" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgGroupSiteContentType" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgGroupSiteContentType" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgGroupSiteContentTypeColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgGroupSiteContentTypeColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgGroupSiteContentTypeColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgGroupSiteContentTypeColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgGroupSiteContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgGroupSiteContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgGroupSiteContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgGroupSiteContentTypeColumnLink" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/delta", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSite", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", - "Command": "Get-MgGroupSiteDelta" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteDelta", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/drive", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "Get-MgGroupSiteDrive" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteDrive", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/drives", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "Get-MgGroupSiteDrive" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteDrive", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/drives", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDrive", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "Get-MgGroupSiteDrive" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/drive", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDrive", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "Get-MgGroupSiteDrive" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgGroupSiteExternalColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteExternalColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgGroupSiteExternalColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteExternalColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgGroupSiteExternalColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteExternalColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/externalColumns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgGroupSiteExternalColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteExternalColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", + "Module": "Sites", + "OutputType": "IMicrosoftGraphInformationProtection", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtection", - "Command": "Get-MgGroupSiteInformationProtection" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteInformationProtection", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker", + "Module": "Sites", + "OutputType": "IMicrosoftGraphBitlocker", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBitlocker", - "Command": "Get-MgGroupSiteInformationProtectionBitlocker" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteInformationProtectionBitlocker", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "Command": "Get-MgGroupSiteInformationProtectionBitlockerRecoveryKey" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/bitlocker/recoveryKeys", + "Module": "Sites", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "Command": "Get-MgGroupSiteInformationProtectionBitlockerRecoveryKey" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "Command": "Get-MgGroupSiteInformationProtectionDataLossPreventionPolicy" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "Command": "Get-MgGroupSiteInformationProtectionDataLossPreventionPolicy" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "Module": "Sites", + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", - "Command": "Get-MgGroupSiteInformationProtectionPolicy" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "Command": "Get-MgGroupSiteInformationProtectionPolicyLabel" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", + "Module": "Sites", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "Command": "Get-MgGroupSiteInformationProtectionPolicyLabel" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", - "Command": "Get-MgGroupSiteInformationProtectionSensitivityLabel" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteInformationProtectionSensitivityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", - "Command": "Get-MgGroupSiteInformationProtectionSensitivityLabel" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteInformationProtectionSensitivityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", - "Command": "Get-MgGroupSiteInformationProtectionSensitivityLabelSublabel" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", - "Command": "Get-MgGroupSiteInformationProtectionSensitivityLabelSublabel" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", - "Command": "Get-MgGroupSiteInformationProtectionSensitivityPolicySetting" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "Command": "Get-MgGroupSiteInformationProtectionThreatAssessmentRequest" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", + "Module": "Sites", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "Command": "Get-MgGroupSiteInformationProtectionThreatAssessmentRequest" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "Command": "Get-MgGroupSiteInformationProtectionThreatAssessmentRequestResult" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Module": "Sites", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "Command": "Get-MgGroupSiteInformationProtectionThreatAssessmentRequestResult" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphBaseItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBaseItem1", - "Command": "Get-MgGroupSiteItem" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/items", + "Module": "Sites", + "OutputType": "IMicrosoftGraphBaseItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBaseItem1", - "Command": "Get-MgGroupSiteItem" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/items", + "Module": "Sites", + "OutputType": "IMicrosoftGraphBaseItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBaseItem", - "Command": "Get-MgGroupSiteItem" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/items/{baseItem-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphBaseItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBaseItem", - "Command": "Get-MgGroupSiteItem" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphList", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", - "Command": "Get-MgGroupSiteList" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteList", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "Module": "Sites", + "OutputType": "IMicrosoftGraphList", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", - "Command": "Get-MgGroupSiteList" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteList", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "Module": "Sites", + "OutputType": "IMicrosoftGraphList1", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList1", - "Command": "Get-MgGroupSiteList" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteList", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphList1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList1", - "Command": "Get-MgGroupSiteList" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteList", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/activities", + "Module": "Sites", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgGroupSiteListActivity" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListActivity", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgGroupSiteListColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgGroupSiteListColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgGroupSiteListColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgGroupSiteListColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgGroupSiteListContentType" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgGroupSiteListContentType" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgGroupSiteListContentType" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgGroupSiteListContentType" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgGroupSiteListContentTypeBase" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeBase", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgGroupSiteListContentTypeBase" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeBase", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgGroupSiteListContentTypeBaseType" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeBaseType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgGroupSiteListContentTypeBaseType" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeBaseType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgGroupSiteListContentTypeBaseType" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeBaseType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgGroupSiteListContentTypeBaseType" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeBaseType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgGroupSiteListContentTypeColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgGroupSiteListContentTypeColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgGroupSiteListContentTypeColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgGroupSiteListContentTypeColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgGroupSiteListContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgGroupSiteListContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgGroupSiteListContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgGroupSiteListContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgGroupSiteListContentTypeColumnPosition" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeColumnPosition", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgGroupSiteListContentTypeColumnPosition" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeColumnPosition", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgGroupSiteListContentTypeColumnPosition" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeColumnPosition", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgGroupSiteListContentTypeColumnPosition" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeColumnPosition", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", + "Module": "Groups", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "Get-MgGroupSiteListDrive" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListDrive", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/drive", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "Get-MgGroupSiteListDrive" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", - "Command": "Get-MgGroupSiteListItem" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "Module": "Sites", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", - "Command": "Get-MgGroupSiteListItem" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "Module": "Sites", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgGroupSiteListItem" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgGroupSiteListItem" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", + "Module": "Sites", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgGroupSiteListItemActivity" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemActivity", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgGroupSiteListItemActivityByInterval" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemActivityByInterval", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgGroupSiteListItemActivityByInterval" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemActivityByInterval", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "Module": "Sites", + "OutputType": "IMicrosoftGraphItemAnalytics", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Command": "Get-MgGroupSiteListItemAnalytic" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", + "Module": "Sites", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics1", - "Command": "Get-MgGroupSiteListItemAnalytic" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/delta", + "Module": "Groups", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgGroupSiteListItemDelta" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemDelta", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgGroupSiteListItemDocumentSetVersion" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgGroupSiteListItemDocumentSetVersion" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgGroupSiteListItemDocumentSetVersion" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgGroupSiteListItemDocumentSetVersion" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgGroupSiteListItemDriveItem" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgGroupSiteListItemDriveItem" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Module": "Sites", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupSiteListItemDriveItemContent" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Module": "Sites", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupSiteListItemDriveItemContent" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupSiteListItemField" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupSiteListItemField" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgGroupSiteListItemVersion" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgGroupSiteListItemVersion" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgGroupSiteListItemVersion" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgGroupSiteListItemVersion" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupSiteListItemVersionField" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupSiteListItemVersionField" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgGroupSiteListOperation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgGroupSiteListOperation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgGroupSiteListOperation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgGroupSiteListOperation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgGroupSiteListSubscription" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgGroupSiteListSubscription" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgGroupSiteListSubscription" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgGroupSiteListSubscription" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgGroupSiteOperation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteOperation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgGroupSiteOperation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteOperation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgGroupSiteOperation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgGroupSiteOperation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSitePage", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSitePage", - "Command": "Get-MgGroupSitePage" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSitePage", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSitePage", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSitePage", - "Command": "Get-MgGroupSitePage" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSitePage", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout", + "Module": "Sites", + "OutputType": "IMicrosoftGraphCanvasLayout", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCanvasLayout", - "Command": "Get-MgGroupSitePageCanvaLayout" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSitePageCanvaLayout", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphHorizontalSection", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSection", - "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSection" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections", + "Module": "Sites", + "OutputType": "IMicrosoftGraphHorizontalSection", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSection", - "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSection" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpart" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "Module": "Sites", + "OutputType": "IMicrosoftGraphWebPart", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebPart", - "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpart" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", + "Module": "Groups", + "OutputType": "IMicrosoftGraphWebPartPosition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebPartPosition", - "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", + "Module": "Sites", + "OutputType": "IMicrosoftGraphVerticalSection", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVerticalSection", - "Command": "Get-MgGroupSitePageCanvaLayoutVerticalSection" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSitePageCanvaLayoutVerticalSection", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpart" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts", + "Module": "Sites", + "OutputType": "IMicrosoftGraphWebPart", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebPart", - "Command": "Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpart" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", + "Module": "Groups", + "OutputType": "IMicrosoftGraphWebPartPosition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebPartPosition", - "Command": "Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgGroupSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupSitePageWebPart" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSitePageWebPart", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts", + "Module": "Sites", + "OutputType": "IMicrosoftGraphWebPart", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebPart", - "Command": "Get-MgGroupSitePageWebPart" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupSitePageWebPart", + "ApiVersion": "beta" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/getWebPartsByPosition", + "Module": "Groups", + "OutputType": "IMicrosoftGraphWebPart", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebPart", - "Command": "Get-MgGroupSitePageWebPartByPosition" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Get-MgGroupSitePageWebPartByPosition", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}/getPositionOfWebPart", + "Module": "Groups", + "OutputType": "IMicrosoftGraphWebPartPosition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebPartPosition", - "Command": "Get-MgGroupSitePageWebPartPositionOfWebPart" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgGroupSitePageWebPartPositionOfWebPart", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Get-MgGroupSitePermission" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSitePermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Get-MgGroupSitePermission" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSitePermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Get-MgGroupSitePermission" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSitePermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Get-MgGroupSitePermission" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSitePermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStore", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStore", - "Command": "Get-MgGroupSiteTermStore" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStore", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStore1", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore1", - "Command": "Get-MgGroupSiteTermStore" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStore", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStore1", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore1", - "Command": "Get-MgGroupSiteTermStore" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStore", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreGroup", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "Command": "Get-MgGroupSiteTermStoreGroup" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroup", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreGroup", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "Command": "Get-MgGroupSiteTermStoreGroup" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroup", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreGroup1", "Variants": [ "List1", "List2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup1", - "Command": "Get-MgGroupSiteTermStoreGroup" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreGroup1", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup1", - "Command": "Get-MgGroupSiteTermStoreGroup" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet1", - "Command": "Get-MgGroupSiteTermStoreGroupSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSet", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet1", - "Command": "Get-MgGroupSiteTermStoreGroupSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSet", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "List1", "List2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreGroupSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreGroupSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgGroupSiteTermStoreGroupSetChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgGroupSiteTermStoreGroupSetChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "List1", "List2", "List3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreGroupSetChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get1", "Get2", @@ -74291,575 +74315,575 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreGroupSetChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List", "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetChildRelationToTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreGroupSetChildSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetChildSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreGroup1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup1", - "Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetParentGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List1", "List2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreGroupSetRelationToTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetRelationToTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgGroupSiteTermStoreGroupSetTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgGroupSiteTermStoreGroupSetTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "List1", "List2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreGroupSetTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreGroupSetTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "List1", "List2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildRelationToTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermChildSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List1", "List2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermRelationToTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreGroupSetTermSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreGroupSetTermSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet1", - "Command": "Get-MgGroupSiteTermStoreSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSet", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgGroupSiteTermStoreSetChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgGroupSiteTermStoreSetChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "List1", "List2", "List3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get1", "Get2", @@ -74868,970 +74892,959 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List", "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreSetChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreSetChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetChildRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetChildRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreSetChildRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetChildRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetChildRelationToTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetChildRelationToTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreSetChildSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetChildSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreGroup1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup1", - "Command": "Get-MgGroupSiteTermStoreSetParentGroup" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "List", "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List", "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildRelationToTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetChildSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetRelationToTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation" + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites", - "Method": "GET", - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", "Module": "Sites", - "Method": "GET", - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", "Module": "Sites", - "Method": "GET", - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationSet", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", "Module": "Sites", - "Method": "GET", - "Permissions": [], - "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildRelationToTerm", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermChildSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermRelationToTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetParentGroupSetTermSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "Get-MgGroupSiteTermStoreSetRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetRelation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "Get-MgGroupSiteTermStoreSetRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetRelation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List1", "List2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreSetRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreSetRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreSetRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetRelationToTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetRelationToTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgGroupSiteTermStoreSetTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTerm", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgGroupSiteTermStoreSetTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTerm", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "List1", "List2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgGroupSiteTermStoreSetTermChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgGroupSiteTermStoreSetTermChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "List1", "List2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetTermChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetTermChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationToTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermChildRelationToTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreSetTermChildSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermChildSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "Get-MgGroupSiteTermStoreSetTermRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "Get-MgGroupSiteTermStoreSetTermRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List1", "List2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreSetTermRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get1", "Get2", "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgGroupSiteTermStoreSetTermRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetTermRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreSetTermRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgGroupSiteTermStoreSetTermRelationToTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermRelationToTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgGroupSiteTermStoreSetTermSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSiteTermStoreSetTermSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSite1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite1", - "Command": "Get-MgGroupSubSite" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSubSite", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/sites", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSite1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite1", - "Command": "Get-MgGroupSubSite" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSubSite", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/sites", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSite", "Variants": [ "List3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", - "Command": "Get-MgGroupSubSite" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupSubSite", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/sites/{site-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSite", "Variants": [ "Get3", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", - "Command": "Get-MgGroupSubSite" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupSubSite", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true - }, "Uri": "/groups/{group-id}/team", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeam1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeam1", - "Command": "Get-MgGroupTeam" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": { "Name": "Group.Read.All", @@ -75839,17 +75852,17 @@ "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 }, + "Command": "Get-MgGroupTeam", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeam", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeam", - "Command": "Get-MgGroupTeam" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": { "Name": "Group.Read.All", @@ -75857,17 +75870,17 @@ "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 }, + "Command": "Get-MgGroupTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel1", - "Command": "Get-MgGroupTeamChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": { "Name": "Group.Read.All", @@ -75875,16 +75888,16 @@ "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 }, + "Command": "Get-MgGroupTeamChannel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel1", - "Command": "Get-MgGroupTeamChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": { "Name": "Group.Read.All", @@ -75892,16 +75905,16 @@ "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 }, + "Command": "Get-MgGroupTeamChannel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel", "Variants": [ "List3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Command": "Get-MgGroupTeamChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": { "Name": "Group.Read.All", @@ -75909,2061 +75922,2053 @@ "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 }, + "Command": "Get-MgGroupTeamChannel", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel", "Variants": [ "Get3", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Command": "Get-MgGroupTeamChannel" + "Method": "GET", + "Permissions": { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true + }, + "Command": "Get-MgGroupTeamChannel", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", + "Module": "Teams", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgGroupTeamChannelFileFolder" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelFileFolder", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder", + "Module": "Teams", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgGroupTeamChannelFileFolder" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelFileFolder", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupTeamChannelFileFolderContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelFileFolderContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupTeamChannelFileFolderContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelFileFolderContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgGroupTeamChannelMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgGroupTeamChannelMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgGroupTeamChannelMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgGroupTeamChannelMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgGroupTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessage", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgGroupTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessage", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgGroupTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgGroupTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgGroupTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgGroupTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgGroupTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgGroupTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgGroupTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgGroupTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgGroupTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgGroupTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", - "Command": "Get-MgGroupTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", - "Command": "Get-MgGroupTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "Command": "Get-MgGroupTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "Command": "Get-MgGroupTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab1", - "Command": "Get-MgGroupTeamChannelTab" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelTab", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab1", - "Command": "Get-MgGroupTeamChannelTab" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelTab", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Command": "Get-MgGroupTeamChannelTab" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelTab", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Command": "Get-MgGroupTeamChannelTab" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelTab", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp1", - "Command": "Get-MgGroupTeamChannelTabTeamApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelTabTeamApp", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", - "Command": "Get-MgGroupTeamChannelTabTeamApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamChannelTabTeamApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/group", + "Module": "Teams", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Get-MgGroupTeamGroup" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamGroup", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/group", + "Module": "Teams", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Get-MgGroupTeamGroup" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel1", - "Command": "Get-MgGroupTeamIncomingChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamIncomingChannel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/incomingChannels", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel1", - "Command": "Get-MgGroupTeamIncomingChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamIncomingChannel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/incomingChannels", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Command": "Get-MgGroupTeamIncomingChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamIncomingChannel", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/incomingChannels/{channel-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Command": "Get-MgGroupTeamIncomingChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamIncomingChannel", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", - "Command": "Get-MgGroupTeamInstalledApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamInstalledApp", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/installedApps", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", - "Command": "Get-MgGroupTeamInstalledApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamInstalledApp", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/installedApps", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Command": "Get-MgGroupTeamInstalledApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamInstalledApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Command": "Get-MgGroupTeamInstalledApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamInstalledApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp1", - "Command": "Get-MgGroupTeamInstalledAppTeamApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamInstalledAppTeamApp", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsApp", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", - "Command": "Get-MgGroupTeamInstalledAppTeamApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamInstalledAppTeamApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppDefinition1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppDefinition1", - "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamInstalledAppTeamAppDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgGroupTeamMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgGroupTeamMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgGroupTeamMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgGroupTeamMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", - "Command": "Get-MgGroupTeamOperation" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamOperation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/operations", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", - "Command": "Get-MgGroupTeamOperation" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamOperation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/operations", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "Command": "Get-MgGroupTeamOperation" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "Command": "Get-MgGroupTeamOperation" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/owners/{user-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgGroupTeamOwner" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamOwner", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/owners", + "Module": "Teams", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgGroupTeamOwner" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamOwner", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Command": "Get-MgGroupTeamPermissionGrant" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/permissionGrants", + "Module": "Teams", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Command": "Get-MgGroupTeamPermissionGrant" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/photo", + "Module": "Teams", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Command": "Get-MgGroupTeamPhoto" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPhoto", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/photo", + "Module": "Teams", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Command": "Get-MgGroupTeamPhoto" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPhoto", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/photo/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupTeamPhotoContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPhotoContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/photo/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupTeamPhotoContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPhotoContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel1", - "Command": "Get-MgGroupTeamPrimaryChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Command": "Get-MgGroupTeamPrimaryChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannel", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", + "Module": "Teams", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgGroupTeamPrimaryChannelFileFolder" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelFileFolder", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder", + "Module": "Teams", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgGroupTeamPrimaryChannelFileFolder" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelFileFolder", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelFileFolderContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgGroupTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgGroupTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgGroupTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgGroupTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgGroupTeamPrimaryChannelMessage" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessage", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgGroupTeamPrimaryChannelMessage" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessage", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgGroupTeamPrimaryChannelMessage" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgGroupTeamPrimaryChannelMessage" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab1", - "Command": "Get-MgGroupTeamPrimaryChannelTab" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelTab", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab1", - "Command": "Get-MgGroupTeamPrimaryChannelTab" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelTab", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Command": "Get-MgGroupTeamPrimaryChannelTab" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelTab", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Command": "Get-MgGroupTeamPrimaryChannelTab" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelTab", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp1", - "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", - "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamPrimaryChannelTabTeamApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSchedule1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchedule1", - "Command": "Get-MgGroupTeamSchedule" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSchedule", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchedule", - "Command": "Get-MgGroupTeamSchedule" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamSchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOfferShiftRequest1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOfferShiftRequest1", - "Command": "Get-MgGroupTeamScheduleOfferShiftRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOfferShiftRequest1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOfferShiftRequest1", - "Command": "Get-MgGroupTeamScheduleOfferShiftRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "Command": "Get-MgGroupTeamScheduleOfferShiftRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "Command": "Get-MgGroupTeamScheduleOfferShiftRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShift1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShift1", - "Command": "Get-MgGroupTeamScheduleOpenShift" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleOpenShift", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShift1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShift1", - "Command": "Get-MgGroupTeamScheduleOpenShift" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleOpenShift", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShift", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShift", - "Command": "Get-MgGroupTeamScheduleOpenShift" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleOpenShift", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShift", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShift", - "Command": "Get-MgGroupTeamScheduleOpenShift" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleOpenShift", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSchedulingGroup1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchedulingGroup1", - "Command": "Get-MgGroupTeamScheduleSchedulingGroup" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleSchedulingGroup", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSchedulingGroup1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchedulingGroup1", - "Command": "Get-MgGroupTeamScheduleSchedulingGroup" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleSchedulingGroup", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSchedulingGroup", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "Command": "Get-MgGroupTeamScheduleSchedulingGroup" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSchedulingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "Command": "Get-MgGroupTeamScheduleSchedulingGroup" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphShift1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShift1", - "Command": "Get-MgGroupTeamScheduleShift" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleShift", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts", + "Module": "Teams", + "OutputType": "IMicrosoftGraphShift1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShift1", - "Command": "Get-MgGroupTeamScheduleShift" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleShift", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts", + "Module": "Teams", + "OutputType": "IMicrosoftGraphShift", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphShift", - "Command": "Get-MgGroupTeamScheduleShift" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleShift", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphShift", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphShift", - "Command": "Get-MgGroupTeamScheduleShift" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleShift", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeCard", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", - "Command": "Get-MgGroupTeamScheduleTimeCard" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleTimeCard", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeCards", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeCard", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", - "Command": "Get-MgGroupTeamScheduleTimeCard" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleTimeCard", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOff1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOff1", - "Command": "Get-MgGroupTeamScheduleTimeOff" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleTimeOff", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOff1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOff1", - "Command": "Get-MgGroupTeamScheduleTimeOff" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleTimeOff", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOff", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOff", - "Command": "Get-MgGroupTeamScheduleTimeOff" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleTimeOff", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOff", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOff", - "Command": "Get-MgGroupTeamScheduleTimeOff" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleTimeOff", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffReason1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffReason1", - "Command": "Get-MgGroupTeamScheduleTimeOffReason" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleTimeOffReason", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffReason1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffReason1", - "Command": "Get-MgGroupTeamScheduleTimeOffReason" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleTimeOffReason", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffReason", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffReason", - "Command": "Get-MgGroupTeamScheduleTimeOffReason" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleTimeOffReason", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffReason", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffReason", - "Command": "Get-MgGroupTeamScheduleTimeOffReason" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleTimeOffReason", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffRequest1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffRequest1", - "Command": "Get-MgGroupTeamScheduleTimeOffRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleTimeOffRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffRequest1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffRequest1", - "Command": "Get-MgGroupTeamScheduleTimeOffRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleTimeOffRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffRequest", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffRequest", - "Command": "Get-MgGroupTeamScheduleTimeOffRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffRequest", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffRequest", - "Command": "Get-MgGroupTeamScheduleTimeOffRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTag", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTag", - "Command": "Get-MgGroupTeamTag" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamTag", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTag", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTag", - "Command": "Get-MgGroupTeamTag" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamTag", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTag", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTag", - "Command": "Get-MgGroupTeamTag" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamTag", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTag", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTag", - "Command": "Get-MgGroupTeamTag" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamTag", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "Command": "Get-MgGroupTeamTagMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamTagMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "Command": "Get-MgGroupTeamTagMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamTagMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "Command": "Get-MgGroupTeamTagMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamTagMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "Command": "Get-MgGroupTeamTagMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamTagMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/template", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupTeamTemplate" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/template", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupTeamTemplate" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTeamTemplate", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/templateDefinition", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", - "Command": "Get-MgGroupTeamTemplateDefinition" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupTeamTemplateDefinition", + "ApiVersion": "beta" }, { - "Module": "Groups", - "Method": "GET", - "Permissions": [ - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true - }, - { - "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": "/groups/{group-id}/threads/{conversationThread-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphConversationThread1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationThread1", - "Command": "Get-MgGroupThread" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [ { @@ -77979,16 +77984,16 @@ "IsAdmin": true } ], + "Command": "Get-MgGroupThread", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads", + "Module": "Groups", + "OutputType": "IMicrosoftGraphConversationThread1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationThread1", - "Command": "Get-MgGroupThread" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [ { @@ -78004,16 +78009,16 @@ "IsAdmin": true } ], + "Command": "Get-MgGroupThread", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads", + "Module": "Groups", + "OutputType": "IMicrosoftGraphConversationThread", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationThread", - "Command": "Get-MgGroupThread" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [ { @@ -78029,17 +78034,17 @@ "IsAdmin": true } ], + "Command": "Get-MgGroupThread", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphConversationThread", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationThread", - "Command": "Get-MgGroupThread" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [ { @@ -78055,19 +78060,19 @@ "IsAdmin": true } ], + "Command": "Get-MgGroupThread", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPost1", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPost1", - "Command": "Get-MgGroupThreadPost" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [ { @@ -78083,16 +78088,16 @@ "IsAdmin": true } ], + "Command": "Get-MgGroupThreadPost", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPost1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPost1", - "Command": "Get-MgGroupThreadPost" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [ { @@ -78108,16 +78113,16 @@ "IsAdmin": true } ], + "Command": "Get-MgGroupThreadPost", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPost", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPost", - "Command": "Get-MgGroupThreadPost" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [ { @@ -78133,32 +78138,57 @@ "IsAdmin": true } ], + "Command": "Get-MgGroupThreadPost", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPost", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPost", - "Command": "Get-MgGroupThreadPost" + "Method": "GET", + "Permissions": [ + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true + }, + { + "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-MgGroupThreadPost", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupThreadPostAttachment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupThreadPostAttachment", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -78174,16 +78204,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupThreadPostAttachment" + "Command": "Get-MgGroupThreadPostAttachment", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -78199,442 +78229,442 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupThreadPostAttachment" + "Command": "Get-MgGroupThreadPostAttachment", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupThreadPostAttachment" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupThreadPostExtension" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Module": "Groups", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgGroupThreadPostExtension" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Module": "Groups", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgGroupThreadPostExtension" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupThreadPostExtension" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupThreadPostInReplyToAttachment" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupThreadPostInReplyToAttachment" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupThreadPostInReplyToAttachment" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgGroupThreadPostInReplyToAttachment" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgGroupThreadPostInReplyToExtension" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Module": "Groups", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgGroupThreadPostInReplyToExtension" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Module": "Groups", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgGroupThreadPostInReplyToExtension" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgGroupThreadPostInReplyToExtension" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMention", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", - "Command": "Get-MgGroupThreadPostInReplyToMention" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToMention", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMention", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", - "Command": "Get-MgGroupThreadPostInReplyToMention" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToMention", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMention", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", - "Command": "Get-MgGroupThreadPostMention" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostMention", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMention", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", - "Command": "Get-MgGroupThreadPostMention" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostMention", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupThreadPostMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupThreadPostMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupThreadPostMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgGroupThreadPostMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupThreadPostSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupThreadPostSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupThreadPostSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgGroupThreadPostSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupThreadPostSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupTransitiveMember" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMember", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/transitiveMembers", "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -78668,16 +78698,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/transitiveMembers", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupTransitiveMember" + "Command": "Get-MgGroupTransitiveMember", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/transitiveMembers", "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -78711,42 +78741,42 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/transitiveMembers", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupTransitiveMember" + "Command": "Get-MgGroupTransitiveMember", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupTransitiveMember" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgGroupTransitiveMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupTransitiveMemberOf" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMemberOf", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/transitiveMemberOf", "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -78774,16 +78804,16 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/transitiveMemberOf", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupTransitiveMemberOf" + "Command": "Get-MgGroupTransitiveMemberOf", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/transitiveMemberOf", "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -78811,60 +78841,43 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/transitiveMemberOf", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupTransitiveMemberOf" + "Command": "Get-MgGroupTransitiveMemberOf", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupTransitiveMemberOf" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgGroupTransitiveMemberOf", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/getUserOwnedObjects", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgGroupUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgGroupUserOwnedObject", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "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 - }, "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "Command": "Get-MgIdentityApiConnector" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "APIConnectors.ReadWrite.All", @@ -78872,16 +78885,16 @@ "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, + "Command": "Get-MgIdentityApiConnector", + "ApiVersion": "beta" + }, + { "Uri": "/identity/apiConnectors", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "Command": "Get-MgIdentityApiConnector" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "APIConnectors.ReadWrite.All", @@ -78889,16 +78902,16 @@ "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, + "Command": "Get-MgIdentityApiConnector", + "ApiVersion": "beta" + }, + { "Uri": "/identity/apiConnectors", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "Command": "Get-MgIdentityApiConnector" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "APIConnectors.ReadWrite.All", @@ -78906,42 +78919,60 @@ "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, + "Command": "Get-MgIdentityApiConnector", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "Command": "Get-MgIdentityApiConnector" + "Method": "GET", + "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 + }, + "Command": "Get-MgIdentityApiConnector", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", - "Command": "Get-MgIdentityAuthenticationEventListener" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityAuthenticationEventListener", + "ApiVersion": "beta" + }, + { "Uri": "/identity/authenticationEventListeners", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", - "Command": "Get-MgIdentityAuthenticationEventListener" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityAuthenticationEventListener", + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -78957,17 +78988,16 @@ "IsAdmin": true } ], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", - "Command": "Get-MgIdentityB2CUserFlow" + "Command": "Get-MgIdentityB2CUserFlow", + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -78983,29 +79013,30 @@ "IsAdmin": true } ], - "Uri": "/identity/b2cUserFlows", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", - "Command": "Get-MgIdentityB2CUserFlow" + "Command": "Get-MgIdentityB2CUserFlow", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "Command": "Get-MgIdentityB2CUserFlowIdentityProvider" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityB2CUserFlowIdentityProvider", + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityProvider", + "Variants": [ + "List", + "List1" + ], "Method": "GET", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -79013,17 +79044,16 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders", - "Variants": [ - "List", - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProvider", - "Command": "Get-MgIdentityB2CUserFlowIdentityProvider" + "Command": "Get-MgIdentityB2CUserFlowIdentityProvider", + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -79031,42 +79061,17 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgIdentityB2CUserFlowIdentityProviderByRef" + "Command": "Get-MgIdentityB2CUserFlowIdentityProviderByRef", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [ - { - "Name": "IdentityUserFlow.Read.All", - "Description": "Read all identity user flows", - "FullDescription": "Allows the app to read your organization's user flows, on your behalf.", - "IsAdmin": true - }, - { - "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}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "Command": "Get-MgIdentityB2CUserFlowLanguage" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79082,16 +79087,16 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2CUserFlowLanguage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "Command": "Get-MgIdentityB2CUserFlowLanguage" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79107,17 +79112,17 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2CUserFlowLanguage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgIdentityB2CUserFlowLanguageDefaultPage" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79133,16 +79138,16 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2CUserFlowLanguageDefaultPage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "Command": "Get-MgIdentityB2CUserFlowLanguageDefaultPage" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79158,17 +79163,17 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2CUserFlowLanguageDefaultPage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgIdentityB2CUserFlowLanguageDefaultPageContent" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79184,17 +79189,17 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2CUserFlowLanguageDefaultPageContent", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgIdentityB2CUserFlowLanguageOverridePage" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79210,16 +79215,16 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2CUserFlowLanguageOverridePage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "Command": "Get-MgIdentityB2CUserFlowLanguageOverridePage" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79235,17 +79240,17 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2CUserFlowLanguageOverridePage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgIdentityB2CUserFlowLanguageOverridePageContent" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79261,17 +79266,17 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2CUserFlowLanguageOverridePageContent", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "Command": "Get-MgIdentityB2CUserFlowUserAttributeAssignment" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79287,16 +79292,16 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2CUserFlowUserAttributeAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "Command": "Get-MgIdentityB2CUserFlowUserAttributeAssignment" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79312,30 +79317,56 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2CUserFlowUserAttributeAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/getOrder", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgIdentityB2CUserFlowUserAttributeAssignmentOrder" + "Method": "GET", + "Permissions": [ + { + "Name": "IdentityUserFlow.Read.All", + "Description": "Read all identity user flows", + "FullDescription": "Allows the app to read your organization's user flows, on your behalf.", + "IsAdmin": true + }, + { + "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": "Get-MgIdentityB2CUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "Command": "Get-MgIdentityB2CUserFlowUserAttributeAssignmentUserAttribute" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityB2CUserFlowUserAttributeAssignmentUserAttribute", + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -79351,17 +79382,16 @@ "IsAdmin": true } ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow1", - "Command": "Get-MgIdentityB2XUserFlow" + "Command": "Get-MgIdentityB2XUserFlow", + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -79377,16 +79407,16 @@ "IsAdmin": true } ], - "Uri": "/identity/b2xUserFlows", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow1", - "Command": "Get-MgIdentityB2XUserFlow" + "Command": "Get-MgIdentityB2XUserFlow", + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -79402,16 +79432,17 @@ "IsAdmin": true } ], - "Uri": "/identity/b2xUserFlows", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "Command": "Get-MgIdentityB2XUserFlow" + "Command": "Get-MgIdentityB2XUserFlow", + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -79427,30 +79458,30 @@ "IsAdmin": true } ], - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "Command": "Get-MgIdentityB2XUserFlow" + "Command": "Get-MgIdentityB2XUserFlow", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityProvider", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProvider", - "Command": "Get-MgIdentityB2XUserFlowIdentityProvider" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityProvider", + "Variants": [ + "List1", + "List3" + ], "Method": "GET", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -79458,17 +79489,17 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", - "Variants": [ - "List1", - "List3" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProvider", - "Command": "Get-MgIdentityB2XUserFlowIdentityProvider" + "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityProvider", + "Variants": [ + "List", + "List2" + ], "Method": "GET", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -79476,30 +79507,29 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders", - "Variants": [ - "List", - "List2" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityProvider", - "Command": "Get-MgIdentityB2XUserFlowIdentityProvider" + "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/identityProviders/{identityProvider-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityProvider", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityProvider", - "Command": "Get-MgIdentityB2XUserFlowIdentityProvider" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityB2XUserFlowIdentityProvider", + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -79507,16 +79537,16 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef" + "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef", + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -79524,42 +79554,17 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef" + "Command": "Get-MgIdentityB2XUserFlowIdentityProviderByRef", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [ - { - "Name": "IdentityUserFlow.Read.All", - "Description": "Read all identity user flows", - "FullDescription": "Allows the app to read your organization's user flows, on your behalf.", - "IsAdmin": true - }, - { - "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/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "Command": "Get-MgIdentityB2XUserFlowLanguage" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79575,16 +79580,16 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "Command": "Get-MgIdentityB2XUserFlowLanguage" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79600,16 +79605,16 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "Command": "Get-MgIdentityB2XUserFlowLanguage" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79625,17 +79630,17 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "Command": "Get-MgIdentityB2XUserFlowLanguage" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79651,17 +79656,17 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79677,16 +79682,16 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79702,16 +79707,16 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79727,17 +79732,17 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79753,17 +79758,17 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79779,17 +79784,17 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79805,17 +79810,17 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2XUserFlowLanguageDefaultPageContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79831,16 +79836,16 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79856,16 +79861,16 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUserFlowLanguagePage", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserFlowLanguagePage", - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79881,17 +79886,17 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79907,17 +79912,17 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79933,17 +79938,17 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79959,17 +79964,17 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2XUserFlowLanguageOverridePageContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -79985,16 +79990,16 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -80010,16 +80015,16 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -80035,17 +80040,17 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -80061,17 +80066,17 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -80087,43 +80092,69 @@ "IsAdmin": true } ], + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/getOrder", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder" + "Method": "GET", + "Permissions": [ + { + "Name": "IdentityUserFlow.Read.All", + "Description": "Read all identity user flows", + "FullDescription": "Allows the app to read your organization's user flows, on your behalf.", + "IsAdmin": true + }, + { + "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": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}/userAttribute", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityB2XUserFlowUserAttributeAssignmentUserAttribute", + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "Policy.Read.ConditionalAccess", @@ -80131,17 +80162,16 @@ "FullDescription": "Allows the app to read your organization's conditional access policies on your behalf.", "IsAdmin": false }, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference" + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -80157,16 +80187,16 @@ "IsAdmin": true } ], - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference" + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -80182,16 +80212,17 @@ "IsAdmin": true } ], - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference" + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Policy.Read.ConditionalAccess", @@ -80199,29 +80230,29 @@ "FullDescription": "Allows the app to read your organization's conditional access policies on your behalf.", "IsAdmin": false }, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference" + "Command": "Get-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationStrengths", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthRoot", - "Command": "Get-MgIdentityConditionalAccessAuthenticationStrength" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityConditionalAccessAuthenticationStrength", + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -80243,17 +80274,16 @@ "IsAdmin": true } ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", - "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode" + "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -80275,41 +80305,42 @@ "IsAdmin": true } ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", - "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode" + "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthPolicy" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -80331,17 +80362,16 @@ "IsAdmin": true } ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration" + "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -80363,34 +80393,17 @@ "IsAdmin": true } ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration" + "Command": "Get-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "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 - }, "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphNamedLocation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNamedLocation", - "Command": "Get-MgIdentityConditionalAccessNamedLocation" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "Policy.Read.All", @@ -80398,16 +80411,16 @@ "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, + "Command": "Get-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "beta" + }, + { "Uri": "/identity/conditionalAccess/namedLocations", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphNamedLocation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNamedLocation", - "Command": "Get-MgIdentityConditionalAccessNamedLocation" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "Policy.Read.All", @@ -80415,16 +80428,16 @@ "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, + "Command": "Get-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "beta" + }, + { "Uri": "/identity/conditionalAccess/namedLocations", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphNamedLocation", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNamedLocation", - "Command": "Get-MgIdentityConditionalAccessNamedLocation" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "Policy.Read.All", @@ -80432,17 +80445,17 @@ "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, + "Command": "Get-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphNamedLocation", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNamedLocation", - "Command": "Get-MgIdentityConditionalAccessNamedLocation" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "Policy.Read.All", @@ -80450,17 +80463,17 @@ "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, + "Command": "Get-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy1", - "Command": "Get-MgIdentityConditionalAccessPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "Policy.Read.All", @@ -80468,16 +80481,16 @@ "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, + "Command": "Get-MgIdentityConditionalAccessPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/identity/conditionalAccess/policies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy1", - "Command": "Get-MgIdentityConditionalAccessPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "Policy.Read.All", @@ -80485,16 +80498,16 @@ "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, + "Command": "Get-MgIdentityConditionalAccessPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/identity/conditionalAccess/policies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "Command": "Get-MgIdentityConditionalAccessPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "Policy.Read.All", @@ -80502,17 +80515,17 @@ "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, + "Command": "Get-MgIdentityConditionalAccessPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "Command": "Get-MgIdentityConditionalAccessPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "Policy.Read.All", @@ -80520,17 +80533,17 @@ "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, + "Command": "Get-MgIdentityConditionalAccessPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphConditionalAccessTemplate1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConditionalAccessTemplate1", - "Command": "Get-MgIdentityConditionalAccessTemplate" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "Policy.Read.All", @@ -80538,16 +80551,16 @@ "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, + "Command": "Get-MgIdentityConditionalAccessTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/identity/conditionalAccess/templates", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphConditionalAccessTemplate1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConditionalAccessTemplate1", - "Command": "Get-MgIdentityConditionalAccessTemplate" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "Policy.Read.All", @@ -80555,16 +80568,16 @@ "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, + "Command": "Get-MgIdentityConditionalAccessTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/identity/conditionalAccess/templates", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphConditionalAccessTemplate", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConditionalAccessTemplate", - "Command": "Get-MgIdentityConditionalAccessTemplate" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "Policy.Read.All", @@ -80572,17 +80585,17 @@ "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, + "Command": "Get-MgIdentityConditionalAccessTemplate", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphConditionalAccessTemplate", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConditionalAccessTemplate", - "Command": "Get-MgIdentityConditionalAccessTemplate" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "Policy.Read.All", @@ -80590,267 +80603,285 @@ "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, + "Command": "Get-MgIdentityConditionalAccessTemplate", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/continuousAccessEvaluationPolicy", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContinuousAccessEvaluationPolicy", - "Command": "Get-MgIdentityContinuouAccessEvaluationPolicy" + "Method": "GET", + "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 + }, + "Command": "Get-MgIdentityContinuouAccessEvaluationPolicy", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", - "Command": "Get-MgIdentityCustomAuthenticationExtension" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityCustomAuthenticationExtension", + "ApiVersion": "beta" + }, + { "Uri": "/identity/customAuthenticationExtensions", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", - "Command": "Get-MgIdentityCustomAuthenticationExtension" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityCustomAuthenticationExtension", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", - "Command": "Get-MgIdentityGovernanceAccessReviewDecision" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", - "Command": "Get-MgIdentityGovernanceAccessReviewDecision" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInsight" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInsight", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInsight" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInsight", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstance1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstance1", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstance" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDecision" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDecision" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/definition", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDefinition" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewStage1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewStage1", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStage" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStage", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewStage1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewStage1", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStage" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStage", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecision" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecision" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -80866,17 +80897,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinition" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -80892,16 +80922,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinition" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -80917,16 +80947,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinition" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -80942,17 +80973,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinition" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstance1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -80968,17 +80999,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstance1", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstance1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -80994,16 +81024,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstance1", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -81019,16 +81049,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstance", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -81044,30 +81075,29 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -81083,16 +81113,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -81108,29 +81138,30 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -81146,17 +81177,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -81172,16 +81202,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -81197,16 +81227,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -81222,68 +81253,68 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstance1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstance1", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/definition", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDefinition" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceDefinition", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewStage1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -81299,17 +81330,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewStage1", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewStage1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -81325,16 +81355,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewStage1", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -81350,16 +81380,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewStage", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -81375,17 +81406,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -81401,17 +81432,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -81427,16 +81457,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -81452,16 +81482,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -81477,35 +81508,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision" + "Command": "Get-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "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 - }, "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition1", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -81513,16 +81526,16 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition1", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition" + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/historyDefinitions", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -81530,16 +81543,16 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/historyDefinitions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -81547,30 +81560,47 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition" + "Method": "GET", + "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 + }, + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -81578,16 +81608,16 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance" + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -81595,29 +81625,29 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance" + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/policy", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -81633,16 +81663,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/accessReviews/policy", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewPolicy", - "Command": "Get-MgIdentityGovernanceAccessReviewPolicy" + "Command": "Get-MgIdentityGovernanceAccessReviewPolicy", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAppConsentRequest1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -81658,17 +81689,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppConsentRequest1", - "Command": "Get-MgIdentityGovernanceAppConsentRequest" + "Command": "Get-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAppConsentRequest1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -81684,16 +81714,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/appConsent/appConsentRequests", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppConsentRequest1", - "Command": "Get-MgIdentityGovernanceAppConsentRequest" + "Command": "Get-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -81709,16 +81739,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/appConsent/appConsentRequests", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "Command": "Get-MgIdentityGovernanceAppConsentRequest" + "Command": "Get-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAppConsentRequest", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -81734,17 +81765,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "Command": "Get-MgIdentityGovernanceAppConsentRequest" + "Command": "Get-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUserConsentRequest1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -81760,17 +81791,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserConsentRequest1", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest" + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUserConsentRequest1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -81786,16 +81816,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserConsentRequest1", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest" + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -81811,16 +81841,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest" + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUserConsentRequest", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -81836,93 +81867,93 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest" + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphApproval1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval1", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphApproval", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApproval", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphApprovalStage", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApprovalStage", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphApprovalStage", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApprovalStage", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphApprovalStep", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphApprovalStep", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", - "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -81938,17 +81969,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflow" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -81964,16 +81994,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflow" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -81989,17 +82020,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -82015,54 +82045,55 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/createdBy", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionCreatedBy", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}/lastModifiedBy", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtensionLastModifiedBy", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDeletedItemContainer", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeletedItemContainer", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItem", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", @@ -82070,17 +82101,16 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -82096,154 +82126,154 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope/{user-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/executionScope", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowExecutionScope", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs/{run-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/runs", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowRun", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports/{taskReport-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/taskReports", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowTaskReport", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/userProcessingResults", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowUserProcessingResult", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/versions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowVersion", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope/{user-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUser1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -82259,16 +82289,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/executionScope", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowExecutionScope", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -82284,17 +82315,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceRun", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -82310,29 +82340,29 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceRun", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRun", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -82348,42 +82378,43 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultSubject", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResultTask", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -82399,17 +82430,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -82425,42 +82455,42 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/subject", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultSubject", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -82476,16 +82506,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowRunUserProcessingResultTaskProcessingResult", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/settings", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -82501,16 +82531,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/settings", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceLifecycleManagementSettings", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowSetting", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -82526,17 +82557,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions/{taskDefinition-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -82552,29 +82582,29 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/taskDefinitions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskDefinition", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -82590,55 +82620,55 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReport", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReport", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/task", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTask", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskDefinition", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskDefinition", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -82654,42 +82684,43 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultSubject", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResultTask", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -82705,17 +82736,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -82731,143 +82761,143 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowTemplate", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplate", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTask", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/subject", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultSubject", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/task", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTask", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTask", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResultTask", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserProcessingResult", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/subject", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultSubject", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults/{taskProcessingResult-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -82883,16 +82913,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/{userProcessingResult-id}/taskProcessingResults", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskProcessingResult", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowUserProcessingResultTaskProcessingResult", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -82908,17 +82939,16 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions/{workflowVersion-versionNumber}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -82934,571 +82964,554 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/versions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflowVersion", - "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion" + "Command": "Get-MgIdentityGovernanceLifecycleWorkflowVersion", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/privilegedAccess", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessRoot", - "Command": "Get-MgIdentityGovernancePrivilegedAccess" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccess", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroup", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroup" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroup", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/activatedUsing", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleActivatedUsing", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/group", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleGroup", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/activatedUsing", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceActivatedUsing", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/group", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceGroup", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}/principal", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstancePrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}/principal", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedulePrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/activatedUsing", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestActivatedUsing", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/group", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestGroup", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/principal", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestPrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/targetSchedule", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestTargetSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/group", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleGroup", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/group", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceGroup", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}/principal", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstancePrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}/principal", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedulePrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/group", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestGroup", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/principal", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestPrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/targetSchedule", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestTargetSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", - "Command": "Get-MgIdentityGovernanceRoleManagementAlert" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceRoleManagementAlert", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alerts", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", - "Command": "Get-MgIdentityGovernanceRoleManagementAlert" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceRoleManagementAlert", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", - "Command": "Get-MgIdentityGovernanceRoleManagementAlertConfiguration" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceRoleManagementAlertConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", - "Command": "Get-MgIdentityGovernanceRoleManagementAlertConfiguration" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceRoleManagementAlertConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}/alertDefinition", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", - "Command": "Get-MgIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceRoleManagementAlertConfigurationAlertDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", - "Command": "Get-MgIdentityGovernanceRoleManagementAlertDefinition" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceRoleManagementAlertDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", - "Command": "Get-MgIdentityGovernanceRoleManagementAlertDefinition" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceRoleManagementAlertDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgIdentityGovernanceRoleManagementAlertIncident" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceRoleManagementAlertIncident", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertIncident", - "Command": "Get-MgIdentityGovernanceRoleManagementAlertIncident" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceRoleManagementAlertIncident", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphLongRunningOperation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "Command": "Get-MgIdentityGovernanceRoleManagementAlertOperation" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceRoleManagementAlertOperation", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/operations", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphLongRunningOperation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "Command": "Get-MgIdentityGovernanceRoleManagementAlertOperation" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceRoleManagementAlertOperation", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "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 - }, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreement", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreement", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreement" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": { "Name": "Agreement.Read.All", @@ -83506,16 +83519,16 @@ "FullDescription": "Allows the app to read terms of use agreements on your behalf.", "IsAdmin": true }, + "Command": "Get-MgIdentityGovernanceTermOfUseAgreement", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreement", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreement", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreement" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": { "Name": "Agreement.Read.All", @@ -83523,16 +83536,16 @@ "FullDescription": "Allows the app to read terms of use agreements on your behalf.", "IsAdmin": true }, + "Command": "Get-MgIdentityGovernanceTermOfUseAgreement", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreement", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreement", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreement" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": { "Name": "Agreement.Read.All", @@ -83540,199 +83553,217 @@ "FullDescription": "Allows the app to read terms of use agreements on your behalf.", "IsAdmin": true }, + "Command": "Get-MgIdentityGovernanceTermOfUseAgreement", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreement", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreement", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreement" + "Method": "GET", + "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 + }, + "Command": "Get-MgIdentityGovernanceTermOfUseAgreement", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreementAcceptance" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Variants": [ "List2", "List3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreementAcceptance" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Variants": [ "List", "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreementAcceptance" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreementAcceptance" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFile", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFile", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFile" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFile", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFile", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFile" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFile", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalization" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalization" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalization" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalization" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "ApiVersion": "v1.0" }, { + "Uri": "/identity/identityProviders/{identityProviderBase-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -83748,17 +83779,16 @@ "IsAdmin": true } ], - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "Command": "Get-MgIdentityProvider" + "Command": "Get-MgIdentityProvider", + "ApiVersion": "beta" }, { + "Uri": "/identity/identityProviders", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -83774,16 +83804,16 @@ "IsAdmin": true } ], - "Uri": "/identity/identityProviders", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "Command": "Get-MgIdentityProvider" + "Command": "Get-MgIdentityProvider", + "ApiVersion": "beta" }, { + "Uri": "/identity/identityProviders", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -83799,16 +83829,17 @@ "IsAdmin": true } ], - "Uri": "/identity/identityProviders", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "Command": "Get-MgIdentityProvider" + "Command": "Get-MgIdentityProvider", + "ApiVersion": "v1.0" }, { + "Uri": "/identity/identityProviders/{identityProviderBase-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityProviderBase", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -83824,17 +83855,17 @@ "IsAdmin": true } ], - "Uri": "/identity/identityProviders/{identityProviderBase-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "Command": "Get-MgIdentityProvider" + "Command": "Get-MgIdentityProvider", + "ApiVersion": "v1.0" }, { + "Uri": "/identity/userFlows/{identityUserFlow-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -83850,17 +83881,16 @@ "IsAdmin": true } ], - "Uri": "/identity/userFlows/{identityUserFlow-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlow", - "Command": "Get-MgIdentityUserFlow" + "Command": "Get-MgIdentityUserFlow", + "ApiVersion": "beta" }, { + "Uri": "/identity/userFlows", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityUserFlow", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -83876,16 +83906,17 @@ "IsAdmin": true } ], - "Uri": "/identity/userFlows", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlow", - "Command": "Get-MgIdentityUserFlow" + "Command": "Get-MgIdentityUserFlow", + "ApiVersion": "beta" }, { + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -83901,17 +83932,16 @@ "IsAdmin": true } ], - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "Command": "Get-MgIdentityUserFlowAttribute" + "Command": "Get-MgIdentityUserFlowAttribute", + "ApiVersion": "beta" }, { + "Uri": "/identity/userFlowAttributes", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -83927,16 +83957,16 @@ "IsAdmin": true } ], - "Uri": "/identity/userFlowAttributes", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "Command": "Get-MgIdentityUserFlowAttribute" + "Command": "Get-MgIdentityUserFlowAttribute", + "ApiVersion": "beta" }, { + "Uri": "/identity/userFlowAttributes", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -83952,16 +83982,17 @@ "IsAdmin": true } ], - "Uri": "/identity/userFlowAttributes", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "Command": "Get-MgIdentityUserFlowAttribute" + "Command": "Get-MgIdentityUserFlowAttribute", + "ApiVersion": "v1.0" }, { + "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -83977,65 +84008,65 @@ "IsAdmin": true } ], - "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "Command": "Get-MgIdentityUserFlowAttribute" + "Command": "Get-MgIdentityUserFlowAttribute", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/informationProtection", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphInformationProtection1", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtection1", - "Command": "Get-MgInformationProtection" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgInformationProtection", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphInformationProtection", "Variants": [ "Get1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInformationProtection", - "Command": "Get-MgInformationProtection" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgInformationProtection", + "ApiVersion": "v1.0" + }, + { "Uri": "/informationProtection/bitlocker", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphBitlocker", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBitlocker", - "Command": "Get-MgInformationProtectionBitlocker" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgInformationProtectionBitlocker", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/bitlocker", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphBitlocker", "Variants": [ "Get1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBitlocker", - "Command": "Get-MgInformationProtectionBitlocker" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgInformationProtectionBitlocker", + "ApiVersion": "v1.0" }, { + "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -84051,17 +84082,16 @@ "IsAdmin": false } ], - "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "Command": "Get-MgInformationProtectionBitlockerRecoveryKey" + "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "beta" }, { + "Uri": "/informationProtection/bitlocker/recoveryKeys", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -84077,16 +84107,16 @@ "IsAdmin": false } ], - "Uri": "/informationProtection/bitlocker/recoveryKeys", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "Command": "Get-MgInformationProtectionBitlockerRecoveryKey" + "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "beta" }, { + "Uri": "/informationProtection/bitlocker/recoveryKeys", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -84102,16 +84132,17 @@ "IsAdmin": false } ], - "Uri": "/informationProtection/bitlocker/recoveryKeys", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "Command": "Get-MgInformationProtectionBitlockerRecoveryKey" + "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "v1.0" }, { + "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -84127,54 +84158,54 @@ "IsAdmin": false } ], - "Uri": "/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "Command": "Get-MgInformationProtectionBitlockerRecoveryKey" + "Command": "Get-MgInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "Command": "Get-MgInformationProtectionDataLossPreventionPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/dataLossPreventionPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "Command": "Get-MgInformationProtectionDataLossPreventionPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/policy", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", - "Command": "Get-MgInformationProtectionPolicy" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgInformationProtectionPolicy", + "ApiVersion": "beta" }, { + "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "InformationProtectionPolicy.Read", @@ -84182,17 +84213,16 @@ "FullDescription": "Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.", "IsAdmin": false }, - "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "Command": "Get-MgInformationProtectionPolicyLabel" + "Command": "Get-MgInformationProtectionPolicyLabel", + "ApiVersion": "beta" }, { + "Uri": "/informationProtection/policy/labels", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "InformationProtectionPolicy.Read", @@ -84200,46 +84230,29 @@ "FullDescription": "Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.", "IsAdmin": false }, - "Uri": "/informationProtection/policy/labels", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "Command": "Get-MgInformationProtectionPolicyLabel" + "Command": "Get-MgInformationProtectionPolicyLabel", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/informationProtection/sensitivityPolicySettings", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", - "Command": "Get-MgInformationProtectionSensitivityPolicySetting" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "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 - }, "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "Command": "Get-MgInformationProtectionThreatAssessmentRequest" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "ThreatAssessment.ReadWrite.All", @@ -84247,16 +84260,16 @@ "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 }, + "Command": "Get-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/threatAssessmentRequests", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "Command": "Get-MgInformationProtectionThreatAssessmentRequest" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "ThreatAssessment.ReadWrite.All", @@ -84264,16 +84277,16 @@ "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 }, + "Command": "Get-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/threatAssessmentRequests", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "Command": "Get-MgInformationProtectionThreatAssessmentRequest" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "ThreatAssessment.ReadWrite.All", @@ -84281,67 +84294,85 @@ "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 }, + "Command": "Get-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "Command": "Get-MgInformationProtectionThreatAssessmentRequest" + "Method": "GET", + "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 + }, + "Command": "Get-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "v1.0" + }, + { "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "v1.0" }, { + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -84363,17 +84394,16 @@ "IsAdmin": true } ], - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", - "Command": "Get-MgOauth2PermissionGrant" + "Command": "Get-MgOauth2PermissionGrant", + "ApiVersion": "beta" }, { + "Uri": "/oauth2PermissionGrants", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -84395,16 +84425,16 @@ "IsAdmin": true } ], - "Uri": "/oauth2PermissionGrants", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", - "Command": "Get-MgOauth2PermissionGrant" + "Command": "Get-MgOauth2PermissionGrant", + "ApiVersion": "beta" }, { + "Uri": "/oauth2PermissionGrants", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -84426,16 +84456,17 @@ "IsAdmin": true } ], - "Uri": "/oauth2PermissionGrants", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "Command": "Get-MgOauth2PermissionGrant" + "Command": "Get-MgOauth2PermissionGrant", + "ApiVersion": "v1.0" }, { + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -84457,17 +84488,16 @@ "IsAdmin": true } ], - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "Command": "Get-MgOauth2PermissionGrant" + "Command": "Get-MgOauth2PermissionGrant", + "ApiVersion": "v1.0" }, { + "Uri": "/oauth2PermissionGrants/delta", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", + "Variants": [ + "Delta" + ], "Method": "GET", "Permissions": [ { @@ -84489,16 +84519,16 @@ "IsAdmin": true } ], - "Uri": "/oauth2PermissionGrants/delta", - "Variants": [ - "Delta" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", - "Command": "Get-MgOauth2PermissionGrantDelta" + "Command": "Get-MgOauth2PermissionGrantDelta", + "ApiVersion": "beta" }, { + "Uri": "/oauth2PermissionGrants/delta", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Variants": [ + "Delta1" + ], "Method": "GET", "Permissions": [ { @@ -84520,16 +84550,17 @@ "IsAdmin": true } ], - "Uri": "/oauth2PermissionGrants/delta", - "Variants": [ - "Delta1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "Command": "Get-MgOauth2PermissionGrantDelta" + "Command": "Get-MgOauth2PermissionGrantDelta", + "ApiVersion": "v1.0" }, { + "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphOfficeClientConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -84545,17 +84576,16 @@ "IsAdmin": true } ], - "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOfficeClientConfiguration", - "Command": "Get-MgOfficeClientConfiguration" + "Command": "Get-MgOfficeClientConfiguration", + "ApiVersion": "beta" }, { + "Uri": "/officeConfiguration/clientConfigurations", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphOfficeClientConfiguration", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -84571,79 +84601,80 @@ "IsAdmin": true } ], - "Uri": "/officeConfiguration/clientConfigurations", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOfficeClientConfiguration", - "Command": "Get-MgOfficeClientConfiguration" + "Command": "Get-MgOfficeClientConfiguration", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "GET", - "Permissions": [], "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assignments/{officeClientConfigurationAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphOfficeClientConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOfficeClientConfigurationAssignment", - "Command": "Get-MgOfficeClientConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOfficeClientConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphOfficeClientConfigurationAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOfficeClientConfigurationAssignment", - "Command": "Get-MgOfficeClientConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOfficeClientConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/policyPayload", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOfficeClientConfigurationPolicyPayload" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOfficeClientConfigurationPolicyPayload", + "ApiVersion": "beta" + }, + { "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/userPreferencePayload", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOfficeClientConfigurationUserPreferencePayload" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOfficeClientConfigurationUserPreferencePayload", + "ApiVersion": "beta" + }, + { "Uri": "/officeConfiguration", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphOfficeConfiguration", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOfficeConfiguration", - "Command": "Get-MgOfficeConfiguration" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgOfficeConfiguration", + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", "Module": "Applications", + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -84651,47 +84682,29 @@ "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": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", - "Command": "Get-MgOnPremisePublishingProfile" + "Command": "Get-MgOnPremisePublishingProfile", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/onPremisesPublishingProfiles", + "Module": "Applications", + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", - "Command": "Get-MgOnPremisePublishingProfile" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgOnPremisePublishingProfile", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "GET", - "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 - }, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphOnPremisesAgent", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgent", - "Command": "Get-MgOnPremisePublishingProfileAgent" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -84699,16 +84712,16 @@ "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-MgOnPremisePublishingProfileAgent", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", + "Module": "Applications", + "OutputType": "IMicrosoftGraphOnPremisesAgent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgent", - "Command": "Get-MgOnPremisePublishingProfileAgent" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -84716,17 +84729,17 @@ "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-MgOnPremisePublishingProfileAgent", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "Command": "Get-MgOnPremisePublishingProfileAgentGroup" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -84734,241 +84747,259 @@ "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-MgOnPremisePublishingProfileAgentGroup", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", + "Module": "Applications", + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Variants": [ "List", "List1", "List2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "Command": "Get-MgOnPremisePublishingProfileAgentGroup" + "Method": "GET", + "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 + }, + "Command": "Get-MgOnPremisePublishingProfileAgentGroup", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphOnPremisesAgent", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgent", - "Command": "Get-MgOnPremisePublishingProfileAgentGroupAgent" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgOnPremisePublishingProfileAgentGroupAgent", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", + "Module": "Applications", + "OutputType": "IMicrosoftGraphOnPremisesAgent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgent", - "Command": "Get-MgOnPremisePublishingProfileAgentGroupAgent" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgOnPremisePublishingProfileAgentGroupAgent", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", + "Module": "Applications", + "OutputType": null, "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOnPremisePublishingProfileAgentGroupByRef" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgOnPremisePublishingProfileAgentGroupByRef", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphPublishedResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPublishedResource", - "Command": "Get-MgOnPremisePublishingProfileAgentGroupPublishedResource" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgOnPremisePublishingProfileAgentGroupPublishedResource", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", + "Module": "Applications", + "OutputType": "IMicrosoftGraphPublishedResource", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPublishedResource", - "Command": "Get-MgOnPremisePublishingProfileAgentGroupPublishedResource" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgOnPremisePublishingProfileAgentGroupPublishedResource", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", + "Module": "Applications", + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "Command": "Get-MgOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "Module": "Applications", + "OutputType": null, "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphConnector", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnector", - "Command": "Get-MgOnPremisePublishingProfileConnector" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgOnPremisePublishingProfileConnector", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", + "Module": "Applications", + "OutputType": "IMicrosoftGraphConnector", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnector", - "Command": "Get-MgOnPremisePublishingProfileConnector" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgOnPremisePublishingProfileConnector", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphConnectorGroup", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnectorGroup", - "Command": "Get-MgOnPremisePublishingProfileConnectorGroup" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgOnPremisePublishingProfileConnectorGroup", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", + "Module": "Applications", + "OutputType": "IMicrosoftGraphConnectorGroup", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnectorGroup", - "Command": "Get-MgOnPremisePublishingProfileConnectorGroup" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgOnPremisePublishingProfileConnectorGroup", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphApplication1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Get-MgOnPremisePublishingProfileConnectorGroupApplication" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgOnPremisePublishingProfileConnectorGroupApplication", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications", + "Module": "Applications", + "OutputType": "IMicrosoftGraphApplication1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Get-MgOnPremisePublishingProfileConnectorGroupApplication" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgOnPremisePublishingProfileConnectorGroupApplication", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", + "Module": "Applications", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOnPremisePublishingProfileConnectorGroupApplicationLogo" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgOnPremisePublishingProfileConnectorGroupApplicationLogo", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members", + "Module": "Applications", + "OutputType": "IMicrosoftGraphConnector", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnector", - "Command": "Get-MgOnPremisePublishingProfileConnectorGroupMember" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgOnPremisePublishingProfileConnectorGroupMember", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/members/$ref", + "Module": "Applications", + "OutputType": null, "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOnPremisePublishingProfileConnectorGroupMemberByRef" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgOnPremisePublishingProfileConnectorGroupMemberByRef", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf", + "Module": "Applications", + "OutputType": "IMicrosoftGraphConnectorGroup", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnectorGroup", - "Command": "Get-MgOnPremisePublishingProfileConnectorMemberOf" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgOnPremisePublishingProfileConnectorMemberOf", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", + "Module": "Applications", + "OutputType": null, "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOnPremisePublishingProfileConnectorMemberOfByRef" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgOnPremisePublishingProfileConnectorMemberOfByRef", + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", "Module": "Applications", + "OutputType": "IMicrosoftGraphPublishedResource", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "OnPremisesPublishingProfiles.ReadWrite.All", @@ -84976,17 +85007,16 @@ "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 }, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPublishedResource", - "Command": "Get-MgOnPremisePublishingProfilePublishedResource" + "Command": "Get-MgOnPremisePublishingProfilePublishedResource", + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", "Module": "Applications", + "OutputType": "IMicrosoftGraphPublishedResource", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "OnPremisesPublishingProfiles.ReadWrite.All", @@ -84994,40 +85024,41 @@ "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 }, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPublishedResource", - "Command": "Get-MgOnPremisePublishingProfilePublishedResource" + "Command": "Get-MgOnPremisePublishingProfilePublishedResource", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", + "Module": "Applications", + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "Command": "Get-MgOnPremisePublishingProfilePublishedResourceAgentGroup" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgOnPremisePublishingProfilePublishedResourceAgentGroup", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "Module": "Applications", + "OutputType": null, "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOnPremisePublishingProfilePublishedResourceAgentGroupByRef" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgOnPremisePublishingProfilePublishedResourceAgentGroupByRef", + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrganization", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -85055,17 +85086,16 @@ "IsAdmin": true } ], - "Uri": "/organization/{organization-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrganization", - "Command": "Get-MgOrganization" + "Command": "Get-MgOrganization", + "ApiVersion": "beta" }, { + "Uri": "/organization", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrganization", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -85123,16 +85153,16 @@ "IsAdmin": false } ], - "Uri": "/organization", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrganization", - "Command": "Get-MgOrganization" + "Command": "Get-MgOrganization", + "ApiVersion": "beta" }, { + "Uri": "/organization", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrganization1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -85190,16 +85220,17 @@ "IsAdmin": false } ], - "Uri": "/organization", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrganization1", - "Command": "Get-MgOrganization" + "Command": "Get-MgOrganization", + "ApiVersion": "v1.0" }, { + "Uri": "/organization/{organization-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrganization1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -85227,17 +85258,17 @@ "IsAdmin": true } ], - "Uri": "/organization/{organization-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrganization1", - "Command": "Get-MgOrganization" + "Command": "Get-MgOrganization", + "ApiVersion": "v1.0" }, { + "Uri": "/organization/{organization-id}/branding", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrganizationalBranding1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -85265,17 +85296,17 @@ "IsAdmin": false } ], - "Uri": "/organization/{organization-id}/branding", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrganizationalBranding1", - "Command": "Get-MgOrganizationBranding" + "Command": "Get-MgOrganizationBranding", + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/branding", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrganizationalBranding", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -85303,108 +85334,108 @@ "IsAdmin": false } ], - "Uri": "/organization/{organization-id}/branding", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrganizationalBranding", - "Command": "Get-MgOrganizationBranding" + "Command": "Get-MgOrganizationBranding", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/organization/{organization-id}/branding/backgroundImage", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOrganizationBrandingBackgroundImage" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationBrandingBackgroundImage", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/backgroundImage", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgOrganizationBrandingBackgroundImage" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationBrandingBackgroundImage", + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/bannerLogo", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOrganizationBrandingBannerLogo" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationBrandingBannerLogo", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/bannerLogo", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgOrganizationBrandingBannerLogo" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationBrandingBannerLogo", + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/customCSS", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOrganizationBrandingCustomCss" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationBrandingCustomCss", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/favicon", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOrganizationBrandingFavicon" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationBrandingFavicon", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/headerLogo", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOrganizationBrandingHeaderLogo" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgOrganizationBrandingHeaderLogo", + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -85432,17 +85463,16 @@ "IsAdmin": false } ], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization1", - "Command": "Get-MgOrganizationBrandingLocalization" + "Command": "Get-MgOrganizationBrandingLocalization", + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/branding/localizations", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -85470,16 +85500,16 @@ "IsAdmin": false } ], - "Uri": "/organization/{organization-id}/branding/localizations", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization1", - "Command": "Get-MgOrganizationBrandingLocalization" + "Command": "Get-MgOrganizationBrandingLocalization", + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/branding/localizations", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -85507,16 +85537,17 @@ "IsAdmin": false } ], - "Uri": "/organization/{organization-id}/branding/localizations", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "Command": "Get-MgOrganizationBrandingLocalization" + "Command": "Get-MgOrganizationBrandingLocalization", + "ApiVersion": "v1.0" }, { + "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -85544,212 +85575,212 @@ "IsAdmin": false } ], - "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "Command": "Get-MgOrganizationBrandingLocalization" + "Command": "Get-MgOrganizationBrandingLocalization", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationBrandingLocalizationBackgroundImage", + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationBrandingLocalizationBannerLogo", + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOrganizationBrandingLocalizationCustomCss" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationBrandingLocalizationCustomCss", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOrganizationBrandingLocalizationFavicon" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationBrandingLocalizationFavicon", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationBrandingLocalizationHeaderLogo", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationBrandingLocalizationSquareLogo", + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationBrandingLocalizationSquareLogoDark", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/squareLogo", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOrganizationBrandingSquareLogo" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationBrandingSquareLogo", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/squareLogo", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgOrganizationBrandingSquareLogo" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationBrandingSquareLogo", + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOrganizationBrandingSquareLogoDark" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgOrganizationBrandingSquareLogoDark", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/organization/getByIds", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgOrganizationById" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgOrganizationById", + "ApiVersion": "beta" + }, + { "Uri": "/organization/getByIds", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgOrganizationById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgOrganizationById", + "ApiVersion": "v1.0" }, { + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -85765,17 +85796,16 @@ "IsAdmin": true } ], - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", - "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration" + "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -85791,16 +85821,16 @@ "IsAdmin": true } ], - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", - "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration" + "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -85816,16 +85846,17 @@ "IsAdmin": true } ], - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", - "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration" + "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "v1.0" }, { + "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -85841,140 +85872,140 @@ "IsAdmin": true } ], - "Uri": "/organization/{organization-id}/certificateBasedAuthConfiguration/{certificateBasedAuthConfiguration-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCertificateBasedAuthConfiguration", - "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration" + "Command": "Get-MgOrganizationCertificateBasedAuthConfiguration", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOrganizationExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationExtension", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/extensions", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgOrganizationExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationExtension", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/extensions", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgOrganizationExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgOrganizationExtension" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgOrganizationExtension", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/organization/{organization-id}/getMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOrganizationMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgOrganizationMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/getMemberGroups", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgOrganizationMemberGroup" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgOrganizationMemberGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/getMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgOrganizationMemberObject" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Get-MgOrganizationMemberObject", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/getMemberObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgOrganizationMemberObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgOrganizationMemberObject", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/organization/{organization-id}/settings", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrganizationSettings", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrganizationSettings", - "Command": "Get-MgOrganizationSetting" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgOrganizationSetting", + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/settings/contactInsights", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphInsightsSettings", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -85990,17 +86021,17 @@ "IsAdmin": true } ], - "Uri": "/organization/{organization-id}/settings/contactInsights", + "Command": "Get-MgOrganizationSettingContactInsight", + "ApiVersion": "beta" + }, + { + "Uri": "/organization/{organization-id}/settings/itemInsights", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphInsightsSettings", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInsightsSettings", - "Command": "Get-MgOrganizationSettingContactInsight" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [ { @@ -86016,17 +86047,17 @@ "IsAdmin": true } ], - "Uri": "/organization/{organization-id}/settings/itemInsights", + "Command": "Get-MgOrganizationSettingItemInsight", + "ApiVersion": "beta" + }, + { + "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInsightsSettings", - "Command": "Get-MgOrganizationSettingItemInsight" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [ { @@ -86042,17 +86073,17 @@ "IsAdmin": true } ], - "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", + "Command": "Get-MgOrganizationSettingMicrosoftApplicationDataAccess", + "ApiVersion": "beta" + }, + { + "Uri": "/organization/{organization-id}/settings/peopleInsights", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphInsightsSettings", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftApplicationDataAccessSettings", - "Command": "Get-MgOrganizationSettingMicrosoftApplicationDataAccess" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [ { @@ -86068,92 +86099,92 @@ "IsAdmin": true } ], - "Uri": "/organization/{organization-id}/settings/peopleInsights", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInsightsSettings", - "Command": "Get-MgOrganizationSettingPersonInsight" + "Command": "Get-MgOrganizationSettingPersonInsight", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphProfileCardProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfileCardProperty", - "Command": "Get-MgOrganizationSettingProfileCardProperty" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationSettingProfileCardProperty", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/settings/profileCardProperties", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphProfileCardProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfileCardProperty", - "Command": "Get-MgOrganizationSettingProfileCardProperty" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgOrganizationSettingProfileCardProperty", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/settings/pronouns", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphPronounsSettings", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPronounsSettings", - "Command": "Get-MgOrganizationSettingPronoun" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgOrganizationSettingPronoun", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/organization/getUserOwnedObjects", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgOrganizationUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgOrganizationUserOwnedObject", + "ApiVersion": "beta" }, { - "Module": "Planner", - "Method": "GET", - "Permissions": [], "Uri": "/planner", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlanner", "Variants": [ "Get1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlanner", - "Command": "Get-MgPlanner" - }, - { - "Module": "Planner", "Method": "GET", "Permissions": [], + "Command": "Get-MgPlanner", + "ApiVersion": "beta" + }, + { "Uri": "/planner", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlanner1", "Variants": [ "Get" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlanner1", - "Command": "Get-MgPlanner" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPlanner", + "ApiVersion": "v1.0" }, { + "Uri": "/planner/buckets/{plannerBucket-id}", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerBucket1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -86181,17 +86212,16 @@ "IsAdmin": false } ], - "Uri": "/planner/buckets/{plannerBucket-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerBucket1", - "Command": "Get-MgPlannerBucket" + "Command": "Get-MgPlannerBucket", + "ApiVersion": "beta" }, { + "Uri": "/planner/buckets", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerBucket1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -86219,16 +86249,16 @@ "IsAdmin": false } ], - "Uri": "/planner/buckets", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerBucket1", - "Command": "Get-MgPlannerBucket" + "Command": "Get-MgPlannerBucket", + "ApiVersion": "beta" }, { + "Uri": "/planner/buckets", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -86256,16 +86286,17 @@ "IsAdmin": false } ], - "Uri": "/planner/buckets", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerBucket", - "Command": "Get-MgPlannerBucket" + "Command": "Get-MgPlannerBucket", + "ApiVersion": "v1.0" }, { + "Uri": "/planner/buckets/{plannerBucket-id}", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -86293,17 +86324,16 @@ "IsAdmin": false } ], - "Uri": "/planner/buckets/{plannerBucket-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerBucket", - "Command": "Get-MgPlannerBucket" + "Command": "Get-MgPlannerBucket", + "ApiVersion": "v1.0" }, { + "Uri": "/planner/buckets/delta", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerBucket1", + "Variants": [ + "Delta" + ], "Method": "GET", "Permissions": [ { @@ -86331,16 +86361,16 @@ "IsAdmin": false } ], - "Uri": "/planner/buckets/delta", - "Variants": [ - "Delta" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerBucket1", - "Command": "Get-MgPlannerBucketDelta" + "Command": "Get-MgPlannerBucketDelta", + "ApiVersion": "beta" }, { + "Uri": "/planner/buckets/{plannerBucket-id}/tasks", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerTask1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -86368,16 +86398,16 @@ "IsAdmin": false } ], - "Uri": "/planner/buckets/{plannerBucket-id}/tasks", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask1", - "Command": "Get-MgPlannerBucketTask" + "Command": "Get-MgPlannerBucketTask", + "ApiVersion": "beta" }, { + "Uri": "/planner/buckets/{plannerBucket-id}/tasks", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerTask", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -86405,16 +86435,17 @@ "IsAdmin": false } ], - "Uri": "/planner/buckets/{plannerBucket-id}/tasks", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerTask", - "Command": "Get-MgPlannerBucketTask" + "Command": "Get-MgPlannerBucketTask", + "ApiVersion": "v1.0" }, { + "Uri": "/planner/plans/{plannerPlan-id}", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -86442,17 +86473,16 @@ "IsAdmin": false } ], - "Uri": "/planner/plans/{plannerPlan-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan1", - "Command": "Get-MgPlannerPlan" + "Command": "Get-MgPlannerPlan", + "ApiVersion": "beta" }, { + "Uri": "/planner/plans", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -86480,16 +86510,16 @@ "IsAdmin": false } ], - "Uri": "/planner/plans", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan1", - "Command": "Get-MgPlannerPlan" + "Command": "Get-MgPlannerPlan", + "ApiVersion": "beta" }, { + "Uri": "/planner/plans", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -86517,16 +86547,17 @@ "IsAdmin": false } ], - "Uri": "/planner/plans", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerPlan", - "Command": "Get-MgPlannerPlan" + "Command": "Get-MgPlannerPlan", + "ApiVersion": "v1.0" }, { + "Uri": "/planner/plans/{plannerPlan-id}", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -86554,17 +86585,16 @@ "IsAdmin": false } ], - "Uri": "/planner/plans/{plannerPlan-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerPlan", - "Command": "Get-MgPlannerPlan" + "Command": "Get-MgPlannerPlan", + "ApiVersion": "v1.0" }, { + "Uri": "/planner/plans/{plannerPlan-id}/buckets", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerBucket1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -86592,16 +86622,53 @@ "IsAdmin": false } ], + "Command": "Get-MgPlannerPlanBucket", + "ApiVersion": "beta" + }, + { "Uri": "/planner/plans/{plannerPlan-id}/buckets", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerBucket", "Variants": [ - "List1" + "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerBucket1", - "Command": "Get-MgPlannerPlanBucket" + "Method": "GET", + "Permissions": [ + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true + }, + { + "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.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 + } + ], + "Command": "Get-MgPlannerPlanBucket", + "ApiVersion": "v1.0" }, { + "Uri": "/planner/plans/delta", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan1", + "Variants": [ + "Delta" + ], "Method": "GET", "Permissions": [ { @@ -86629,16 +86696,17 @@ "IsAdmin": false } ], - "Uri": "/planner/plans/{plannerPlan-id}/buckets", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerBucket", - "Command": "Get-MgPlannerPlanBucket" + "Command": "Get-MgPlannerPlanDelta", + "ApiVersion": "beta" }, { + "Uri": "/planner/plans/{plannerPlan-id}/details", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlanDetails1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -86666,16 +86734,17 @@ "IsAdmin": false } ], - "Uri": "/planner/plans/delta", - "Variants": [ - "Delta" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan1", - "Command": "Get-MgPlannerPlanDelta" + "Command": "Get-MgPlannerPlanDetail", + "ApiVersion": "beta" }, { + "Uri": "/planner/plans/{plannerPlan-id}/details", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlanDetails", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -86703,17 +86772,53 @@ "IsAdmin": false } ], - "Uri": "/planner/plans/{plannerPlan-id}/details", + "Command": "Get-MgPlannerPlanDetail", + "ApiVersion": "v1.0" + }, + { + "Uri": "/planner/plans/{plannerPlan-id}/tasks", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerTask1", "Variants": [ - "Get1", - "GetViaIdentity1" + "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlanDetails1", - "Command": "Get-MgPlannerPlanDetail" + "Method": "GET", + "Permissions": [ + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true + }, + { + "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.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 + } + ], + "Command": "Get-MgPlannerPlanTask", + "ApiVersion": "beta" }, { + "Uri": "/planner/plans/{plannerPlan-id}/tasks", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerTask", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -86741,31 +86846,19 @@ "IsAdmin": false } ], - "Uri": "/planner/plans/{plannerPlan-id}/details", + "Command": "Get-MgPlannerPlanTask", + "ApiVersion": "v1.0" + }, + { + "Uri": "/planner/rosters/{plannerRoster-id}", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerRoster", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerPlanDetails", - "Command": "Get-MgPlannerPlanDetail" - }, - { - "Module": "Planner", "Method": "GET", "Permissions": [ - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true - }, - { - "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", @@ -86779,91 +86872,29 @@ "IsAdmin": false } ], - "Uri": "/planner/plans/{plannerPlan-id}/tasks", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask1", - "Command": "Get-MgPlannerPlanTask" + "Command": "Get-MgPlannerRoster", + "ApiVersion": "beta" }, { + "Uri": "/planner/rosters", "Module": "Planner", - "Method": "GET", - "Permissions": [ - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true - }, - { - "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.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 - } - ], - "Uri": "/planner/plans/{plannerPlan-id}/tasks", + "OutputType": "IMicrosoftGraphPlannerRoster", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerTask", - "Command": "Get-MgPlannerPlanTask" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPlannerRoster", + "ApiVersion": "beta" }, { + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", "Module": "Planner", - "Method": "GET", - "Permissions": [ - { - "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", - "IsAdmin": false - }, - { - "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 - } - ], - "Uri": "/planner/rosters/{plannerRoster-id}", + "OutputType": "IMicrosoftGraphPlannerRosterMember", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerRoster", - "Command": "Get-MgPlannerRoster" - }, - { - "Module": "Planner", - "Method": "GET", - "Permissions": [], - "Uri": "/planner/rosters", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerRoster", - "Command": "Get-MgPlannerRoster" - }, - { - "Module": "Planner", "Method": "GET", "Permissions": [ { @@ -86879,17 +86910,16 @@ "IsAdmin": false } ], - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerRosterMember", - "Command": "Get-MgPlannerRosterMember" + "Command": "Get-MgPlannerRosterMember", + "ApiVersion": "beta" }, { + "Uri": "/planner/rosters/{plannerRoster-id}/members", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerRosterMember", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -86905,29 +86935,29 @@ "IsAdmin": false } ], - "Uri": "/planner/rosters/{plannerRoster-id}/members", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerRosterMember", - "Command": "Get-MgPlannerRosterMember" + "Command": "Get-MgPlannerRosterMember", + "ApiVersion": "beta" }, { - "Module": "Planner", - "Method": "GET", - "Permissions": [], "Uri": "/planner/rosters/{plannerRoster-id}/plans/{plannerPlan-id}", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan1", - "Command": "Get-MgPlannerRosterPlan" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPlannerRosterPlan", + "ApiVersion": "beta" }, { + "Uri": "/planner/rosters/{plannerRoster-id}/plans", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -86943,16 +86973,17 @@ "IsAdmin": false } ], - "Uri": "/planner/rosters/{plannerRoster-id}/plans", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan1", - "Command": "Get-MgPlannerRosterPlan" + "Command": "Get-MgPlannerRosterPlan", + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks/{plannerTask-id}", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerTask1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -86980,17 +87011,16 @@ "IsAdmin": false } ], - "Uri": "/planner/tasks/{plannerTask-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask1", - "Command": "Get-MgPlannerTask" + "Command": "Get-MgPlannerTask", + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerTask1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -87018,16 +87048,16 @@ "IsAdmin": false } ], - "Uri": "/planner/tasks", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask1", - "Command": "Get-MgPlannerTask" + "Command": "Get-MgPlannerTask", + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerTask", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -87055,16 +87085,17 @@ "IsAdmin": false } ], - "Uri": "/planner/tasks", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerTask", - "Command": "Get-MgPlannerTask" + "Command": "Get-MgPlannerTask", + "ApiVersion": "v1.0" }, { + "Uri": "/planner/tasks/{plannerTask-id}", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerTask", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -87092,17 +87123,17 @@ "IsAdmin": false } ], - "Uri": "/planner/tasks/{plannerTask-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerTask", - "Command": "Get-MgPlannerTask" + "Command": "Get-MgPlannerTask", + "ApiVersion": "v1.0" }, { + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -87130,17 +87161,17 @@ "IsAdmin": false } ], - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat1", - "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat" + "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -87168,17 +87199,17 @@ "IsAdmin": false } ], - "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerAssignedToTaskBoardTaskFormat", - "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat" + "Command": "Get-MgPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "v1.0" }, { + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -87206,17 +87237,17 @@ "IsAdmin": false } ], - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat1", - "Command": "Get-MgPlannerTaskBucketTaskBoardFormat" + "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -87244,17 +87275,16 @@ "IsAdmin": false } ], - "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerBucketTaskBoardTaskFormat", - "Command": "Get-MgPlannerTaskBucketTaskBoardFormat" + "Command": "Get-MgPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "v1.0" }, { + "Uri": "/planner/tasks/delta", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerTask1", + "Variants": [ + "Delta" + ], "Method": "GET", "Permissions": [ { @@ -87282,16 +87312,17 @@ "IsAdmin": false } ], - "Uri": "/planner/tasks/delta", - "Variants": [ - "Delta" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask1", - "Command": "Get-MgPlannerTaskDelta" + "Command": "Get-MgPlannerTaskDelta", + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks/{plannerTask-id}/details", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerTaskDetails1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -87319,17 +87350,17 @@ "IsAdmin": false } ], - "Uri": "/planner/tasks/{plannerTask-id}/details", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTaskDetails1", - "Command": "Get-MgPlannerTaskDetail" + "Command": "Get-MgPlannerTaskDetail", + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks/{plannerTask-id}/details", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerTaskDetails", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -87357,17 +87388,17 @@ "IsAdmin": false } ], - "Uri": "/planner/tasks/{plannerTask-id}/details", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerTaskDetails", - "Command": "Get-MgPlannerTaskDetail" + "Command": "Get-MgPlannerTaskDetail", + "ApiVersion": "v1.0" }, { + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -87395,17 +87426,17 @@ "IsAdmin": false } ], - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat1", - "Command": "Get-MgPlannerTaskProgressTaskBoardFormat" + "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -87433,17 +87464,16 @@ "IsAdmin": false } ], - "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerProgressTaskBoardTaskFormat", - "Command": "Get-MgPlannerTaskProgressTaskBoardFormat" + "Command": "Get-MgPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/accessReviewPolicy", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAccessReviewPolicy", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -87459,16 +87489,17 @@ "IsAdmin": true } ], - "Uri": "/policies/accessReviewPolicy", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewPolicy", - "Command": "Get-MgPolicyAccessReviewPolicy" + "Command": "Get-MgPolicyAccessReviewPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -87484,17 +87515,16 @@ "IsAdmin": true } ], - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy1", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicy" + "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/activityBasedTimeoutPolicies", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -87510,16 +87540,16 @@ "IsAdmin": true } ], - "Uri": "/policies/activityBasedTimeoutPolicies", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy1", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicy" + "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/activityBasedTimeoutPolicies", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -87535,16 +87565,17 @@ "IsAdmin": true } ], - "Uri": "/policies/activityBasedTimeoutPolicies", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicy" + "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -87560,17 +87591,16 @@ "IsAdmin": true } ], - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "Command": "Get-MgPolicyActivityBasedTimeoutPolicy" + "Command": "Get-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/adminConsentRequestPolicy", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy1", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -87598,16 +87628,16 @@ "IsAdmin": true } ], - "Uri": "/policies/adminConsentRequestPolicy", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy1", - "Command": "Get-MgPolicyAdminConsentRequestPolicy" + "Command": "Get-MgPolicyAdminConsentRequestPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/adminConsentRequestPolicy", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", + "Variants": [ + "Get1" + ], "Method": "GET", "Permissions": [ { @@ -87635,16 +87665,17 @@ "IsAdmin": true } ], - "Uri": "/policies/adminConsentRequestPolicy", - "Variants": [ - "Get1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdminConsentRequestPolicy", - "Command": "Get-MgPolicyAdminConsentRequestPolicy" + "Command": "Get-MgPolicyAdminConsentRequestPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAppManagementPolicy1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -87660,17 +87691,16 @@ "IsAdmin": true } ], - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppManagementPolicy1", - "Command": "Get-MgPolicyAppManagementPolicy" + "Command": "Get-MgPolicyAppManagementPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/appManagementPolicies", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAppManagementPolicy1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -87686,16 +87716,16 @@ "IsAdmin": true } ], - "Uri": "/policies/appManagementPolicies", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppManagementPolicy1", - "Command": "Get-MgPolicyAppManagementPolicy" + "Command": "Get-MgPolicyAppManagementPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/appManagementPolicies", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -87711,16 +87741,17 @@ "IsAdmin": true } ], - "Uri": "/policies/appManagementPolicies", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "Command": "Get-MgPolicyAppManagementPolicy" + "Command": "Get-MgPolicyAppManagementPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAppManagementPolicy", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -87736,30 +87767,29 @@ "IsAdmin": true } ], - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "Command": "Get-MgPolicyAppManagementPolicy" + "Command": "Get-MgPolicyAppManagementPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgPolicyAppManagementPolicyApplyTo" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPolicyAppManagementPolicyApplyTo", + "ApiVersion": "beta" }, { + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -87781,16 +87811,16 @@ "IsAdmin": true } ], - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgPolicyAppManagementPolicyApplyTo" + "Command": "Get-MgPolicyAppManagementPolicyApplyTo", + "ApiVersion": "beta" }, { + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -87812,29 +87842,29 @@ "IsAdmin": true } ], - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgPolicyAppManagementPolicyApplyTo" + "Command": "Get-MgPolicyAppManagementPolicyApplyTo", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}/appliesTo/{directoryObject-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgPolicyAppManagementPolicyApplyTo" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPolicyAppManagementPolicyApplyTo", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/authenticationFlowsPolicy", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -87850,16 +87880,16 @@ "IsAdmin": true } ], - "Uri": "/policies/authenticationFlowsPolicy", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", - "Command": "Get-MgPolicyAuthenticationFlowPolicy" + "Command": "Get-MgPolicyAuthenticationFlowPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/authenticationFlowsPolicy", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", + "Variants": [ + "Get1" + ], "Method": "GET", "Permissions": [ { @@ -87875,16 +87905,16 @@ "IsAdmin": true } ], - "Uri": "/policies/authenticationFlowsPolicy", - "Variants": [ - "Get1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationFlowsPolicy", - "Command": "Get-MgPolicyAuthenticationFlowPolicy" + "Command": "Get-MgPolicyAuthenticationFlowPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/authenticationMethodsPolicy", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": { "Name": "Policy.ReadWrite.AuthenticationMethod", @@ -87892,16 +87922,16 @@ "FullDescription": "Allows the app to read and write the authentication method policies for your tenant, on your behalf.", "IsAdmin": true }, - "Uri": "/policies/authenticationMethodsPolicy", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", - "Command": "Get-MgPolicyAuthenticationMethodPolicy" + "Command": "Get-MgPolicyAuthenticationMethodPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/authenticationMethodsPolicy", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", + "Variants": [ + "Get1" + ], "Method": "GET", "Permissions": { "Name": "Policy.ReadWrite.AuthenticationMethod", @@ -87909,98 +87939,67 @@ "FullDescription": "Allows the app to read and write the authentication method policies for your tenant, on your behalf.", "IsAdmin": true }, - "Uri": "/policies/authenticationMethodsPolicy", - "Variants": [ - "Get1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationMethodsPolicy", - "Command": "Get-MgPolicyAuthenticationMethodPolicy" + "Command": "Get-MgPolicyAuthenticationMethodPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "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.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 - }, - { - "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 - } - ], "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "Command": "Get-MgPolicyAuthenticationStrengthPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -88022,54 +88021,85 @@ "IsAdmin": true } ], + "Command": "Get-MgPolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/authenticationStrengthPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "Command": "Get-MgPolicyAuthenticationStrengthPolicy" + "Method": "GET", + "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.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 + }, + { + "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 + } + ], + "Command": "Get-MgPolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthorizationPolicy1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthorizationPolicy1", - "Command": "Get-MgPolicyAuthorizationPolicy" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPolicyAuthorizationPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/authorizationPolicy", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthorizationPolicy1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -88085,16 +88115,16 @@ "IsAdmin": true } ], - "Uri": "/policies/authorizationPolicy", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthorizationPolicy1", - "Command": "Get-MgPolicyAuthorizationPolicy" + "Command": "Get-MgPolicyAuthorizationPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/authorizationPolicy", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthorizationPolicy", + "Variants": [ + "Get1" + ], "Method": "GET", "Permissions": [ { @@ -88110,41 +88140,41 @@ "IsAdmin": true } ], - "Uri": "/policies/authorizationPolicy", - "Variants": [ - "Get1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthorizationPolicy", - "Command": "Get-MgPolicyAuthorizationPolicy" + "Command": "Get-MgPolicyAuthorizationPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", - "Command": "Get-MgPolicyAuthorizationPolicyDefaultUserRoleOverride" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgPolicyAuthorizationPolicyDefaultUserRoleOverride", + "ApiVersion": "beta" + }, + { "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", - "Command": "Get-MgPolicyAuthorizationPolicyDefaultUserRoleOverride" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPolicyAuthorizationPolicyDefaultUserRoleOverride", + "ApiVersion": "beta" }, { + "Uri": "/policies/b2cAuthenticationMethodsPolicy", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": { "Name": "Policy.Read.All", @@ -88152,42 +88182,17 @@ "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Uri": "/policies/b2cAuthenticationMethodsPolicy", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphB2CAuthenticationMethodsPolicy", - "Command": "Get-MgPolicyB2CAuthenticationMethodPolicy" + "Command": "Get-MgPolicyB2CAuthenticationMethodPolicy", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "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 - } - ], "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy1", - "Command": "Get-MgPolicyClaimMappingPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -88203,16 +88208,16 @@ "IsAdmin": true } ], + "Command": "Get-MgPolicyClaimMappingPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/claimsMappingPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy1", - "Command": "Get-MgPolicyClaimMappingPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -88228,16 +88233,16 @@ "IsAdmin": true } ], + "Command": "Get-MgPolicyClaimMappingPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/claimsMappingPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "Command": "Get-MgPolicyClaimMappingPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -88253,17 +88258,17 @@ "IsAdmin": true } ], + "Command": "Get-MgPolicyClaimMappingPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "Command": "Get-MgPolicyClaimMappingPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -88273,22 +88278,22 @@ "IsAdmin": true }, { - "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.", + "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-MgPolicyClaimMappingPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/crossTenantAccessPolicy", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy1", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy1", - "Command": "Get-MgPolicyCrossTenantAccessPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -88304,16 +88309,16 @@ "IsAdmin": true } ], + "Command": "Get-MgPolicyCrossTenantAccessPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/crossTenantAccessPolicy", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", "Variants": [ "Get1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicy", - "Command": "Get-MgPolicyCrossTenantAccessPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -88329,16 +88334,16 @@ "IsAdmin": true } ], + "Command": "Get-MgPolicyCrossTenantAccessPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/crossTenantAccessPolicy/default", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault1", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault1", - "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -88354,16 +88359,16 @@ "IsAdmin": true } ], + "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault", + "ApiVersion": "beta" + }, + { "Uri": "/policies/crossTenantAccessPolicy/default", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", "Variants": [ "Get1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationDefault", - "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -88379,17 +88384,17 @@ "IsAdmin": true } ], + "Command": "Get-MgPolicyCrossTenantAccessPolicyDefault", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner1", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -88405,16 +88410,16 @@ "IsAdmin": true } ], + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "beta" + }, + { "Uri": "/policies/crossTenantAccessPolicy/partners", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner1", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -88430,16 +88435,16 @@ "IsAdmin": true } ], + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "beta" + }, + { "Uri": "/policies/crossTenantAccessPolicy/partners", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -88455,17 +88460,17 @@ "IsAdmin": true } ], + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -88481,17 +88486,42 @@ "IsAdmin": true } ], + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCrossTenantIdentitySyncPolicyPartner", - "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization" + "Method": "GET", + "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.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 + } + ], + "Command": "Get-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "ApiVersion": "beta" }, { + "Uri": "/policies/defaultAppManagementPolicy", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy1", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -88507,16 +88537,16 @@ "IsAdmin": true } ], - "Uri": "/policies/defaultAppManagementPolicy", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy1", - "Command": "Get-MgPolicyDefaultAppManagementPolicy" + "Command": "Get-MgPolicyDefaultAppManagementPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/defaultAppManagementPolicy", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", + "Variants": [ + "Get1" + ], "Method": "GET", "Permissions": [ { @@ -88532,16 +88562,16 @@ "IsAdmin": true } ], - "Uri": "/policies/defaultAppManagementPolicy", - "Variants": [ - "Get1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTenantAppManagementPolicy", - "Command": "Get-MgPolicyDefaultAppManagementPolicy" + "Command": "Get-MgPolicyDefaultAppManagementPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/deviceRegistrationPolicy", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -88557,28 +88587,28 @@ "IsAdmin": true } ], - "Uri": "/policies/deviceRegistrationPolicy", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceRegistrationPolicy", - "Command": "Get-MgPolicyDeviceRegistrationPolicy" + "Command": "Get-MgPolicyDeviceRegistrationPolicy", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/policies/directoryRoleAccessReviewPolicy", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRoleAccessReviewPolicy", - "Command": "Get-MgPolicyDirectoryRoleAccessReviewPolicy" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPolicyDirectoryRoleAccessReviewPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/externalIdentitiesPolicy", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -88594,34 +88624,17 @@ "IsAdmin": true } ], - "Uri": "/policies/externalIdentitiesPolicy", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalIdentitiesPolicy", - "Command": "Get-MgPolicyExternalIdentityPolicy" + "Command": "Get-MgPolicyExternalIdentityPolicy", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "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 - }, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy1", - "Command": "Get-MgPolicyFeatureRolloutPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -88629,16 +88642,16 @@ "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-MgPolicyFeatureRolloutPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/featureRolloutPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy1", - "Command": "Get-MgPolicyFeatureRolloutPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -88646,16 +88659,16 @@ "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-MgPolicyFeatureRolloutPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/featureRolloutPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "Command": "Get-MgPolicyFeatureRolloutPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -88663,151 +88676,169 @@ "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-MgPolicyFeatureRolloutPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "Command": "Get-MgPolicyFeatureRolloutPolicy" + "Method": "GET", + "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 + }, + "Command": "Get-MgPolicyFeatureRolloutPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo", + "ApiVersion": "beta" + }, + { "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyTo", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "Permissions": [], "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getAvailableExtensionProperties", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphExtensionProperty", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtensionProperty", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToAvailableExtensionProperty" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToAvailableExtensionProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getByIds", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToById" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToById", + "ApiVersion": "beta" + }, + { "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getByIds", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToById", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "beta" + }, + { "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/delta", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToDelta" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToDelta", + "ApiVersion": "beta" + }, + { "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/delta", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToDelta" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToDelta", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "Permissions": [], "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/getUserOwnedObjects", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgPolicyFeatureRolloutPolicyApplyToUserOwnedObject", + "ApiVersion": "beta" }, { + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -88823,17 +88854,16 @@ "IsAdmin": true } ], - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy" + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/homeRealmDiscoveryPolicies", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -88849,16 +88879,16 @@ "IsAdmin": true } ], - "Uri": "/policies/homeRealmDiscoveryPolicies", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy" + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/homeRealmDiscoveryPolicies", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -88874,16 +88904,17 @@ "IsAdmin": true } ], - "Uri": "/policies/homeRealmDiscoveryPolicies", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy" + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -88899,17 +88930,16 @@ "IsAdmin": true } ], - "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy" + "Command": "Get-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy1", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": { "Name": "Policy.Read.All", @@ -88917,16 +88947,16 @@ "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy1", - "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy" + "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", + "Variants": [ + "Get1" + ], "Method": "GET", "Permissions": { "Name": "Policy.Read.All", @@ -88934,16 +88964,17 @@ "FullDescription": "Allows the app to read your organization's policies on your behalf.", "IsAdmin": true }, - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Variants": [ - "Get1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentitySecurityDefaultsEnforcementPolicy", - "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy" + "Command": "Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -88959,17 +88990,16 @@ "IsAdmin": true } ], - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "Command": "Get-MgPolicyMobileAppManagementPolicy" + "Command": "Get-MgPolicyMobileAppManagementPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileAppManagementPolicies", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -88985,16 +89015,16 @@ "IsAdmin": true } ], - "Uri": "/policies/mobileAppManagementPolicies", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "Command": "Get-MgPolicyMobileAppManagementPolicy" + "Command": "Get-MgPolicyMobileAppManagementPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphGroup1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -89010,16 +89040,16 @@ "IsAdmin": true } ], - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Get-MgPolicyMobileAppManagementPolicyIncludedGroup" + "Command": "Get-MgPolicyMobileAppManagementPolicyIncludedGroup", + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -89035,16 +89065,17 @@ "IsAdmin": true } ], - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgPolicyMobileAppManagementPolicyIncludedGroupByRef" + "Command": "Get-MgPolicyMobileAppManagementPolicyIncludedGroupByRef", + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -89060,17 +89091,16 @@ "IsAdmin": true } ], - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "Command": "Get-MgPolicyMobileDeviceManagementPolicy" + "Command": "Get-MgPolicyMobileDeviceManagementPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileDeviceManagementPolicies", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -89086,16 +89116,16 @@ "IsAdmin": true } ], - "Uri": "/policies/mobileDeviceManagementPolicies", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "Command": "Get-MgPolicyMobileDeviceManagementPolicy" + "Command": "Get-MgPolicyMobileDeviceManagementPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphGroup1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -89111,16 +89141,16 @@ "IsAdmin": true } ], - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Get-MgPolicyMobileDeviceManagementPolicyIncludedGroup" + "Command": "Get-MgPolicyMobileDeviceManagementPolicyIncludedGroup", + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -89136,16 +89166,17 @@ "IsAdmin": true } ], - "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgPolicyMobileDeviceManagementPolicyIncludedGroupByRef" + "Command": "Get-MgPolicyMobileDeviceManagementPolicyIncludedGroupByRef", + "ApiVersion": "beta" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -89161,17 +89192,16 @@ "IsAdmin": true } ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy1", - "Command": "Get-MgPolicyPermissionGrantPolicy" + "Command": "Get-MgPolicyPermissionGrantPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/permissionGrantPolicies", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -89187,16 +89217,16 @@ "IsAdmin": true } ], - "Uri": "/policies/permissionGrantPolicies", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy1", - "Command": "Get-MgPolicyPermissionGrantPolicy" + "Command": "Get-MgPolicyPermissionGrantPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/permissionGrantPolicies", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -89212,16 +89242,17 @@ "IsAdmin": true } ], - "Uri": "/policies/permissionGrantPolicies", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "Command": "Get-MgPolicyPermissionGrantPolicy" + "Command": "Get-MgPolicyPermissionGrantPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -89237,30 +89268,29 @@ "IsAdmin": true } ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "Command": "Get-MgPolicyPermissionGrantPolicy" + "Command": "Get-MgPolicyPermissionGrantPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", - "Command": "Get-MgPolicyPermissionGrantPolicyExclude" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "beta" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -89276,16 +89306,16 @@ "IsAdmin": true } ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", - "Command": "Get-MgPolicyPermissionGrantPolicyExclude" + "Command": "Get-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "beta" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -89301,42 +89331,42 @@ "IsAdmin": true } ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "Command": "Get-MgPolicyPermissionGrantPolicyExclude" + "Command": "Get-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "Command": "Get-MgPolicyPermissionGrantPolicyExclude" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", - "Command": "Get-MgPolicyPermissionGrantPolicyInclude" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPolicyPermissionGrantPolicyInclude", + "ApiVersion": "beta" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -89352,16 +89382,16 @@ "IsAdmin": true } ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", - "Command": "Get-MgPolicyPermissionGrantPolicyInclude" + "Command": "Get-MgPolicyPermissionGrantPolicyInclude", + "ApiVersion": "beta" }, { + "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -89377,29 +89407,30 @@ "IsAdmin": true } ], - "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "Command": "Get-MgPolicyPermissionGrantPolicyInclude" + "Command": "Get-MgPolicyPermissionGrantPolicyInclude", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "Command": "Get-MgPolicyPermissionGrantPolicyInclude" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPolicyPermissionGrantPolicyInclude", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -89433,17 +89464,16 @@ "IsAdmin": true } ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy1", - "Command": "Get-MgPolicyRoleManagementPolicy" + "Command": "Get-MgPolicyRoleManagementPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/roleManagementPolicies", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -89477,16 +89507,16 @@ "IsAdmin": true } ], - "Uri": "/policies/roleManagementPolicies", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy1", - "Command": "Get-MgPolicyRoleManagementPolicy" + "Command": "Get-MgPolicyRoleManagementPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/roleManagementPolicies", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -89520,16 +89550,17 @@ "IsAdmin": true } ], - "Uri": "/policies/roleManagementPolicies", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "Command": "Get-MgPolicyRoleManagementPolicy" + "Command": "Get-MgPolicyRoleManagementPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -89563,17 +89594,17 @@ "IsAdmin": true } ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "Command": "Get-MgPolicyRoleManagementPolicy" + "Command": "Get-MgPolicyRoleManagementPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -89607,17 +89638,16 @@ "IsAdmin": true } ], - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment1", - "Command": "Get-MgPolicyRoleManagementPolicyAssignment" + "Command": "Get-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "beta" }, { + "Uri": "/policies/roleManagementPolicyAssignments", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -89651,16 +89681,16 @@ "IsAdmin": true } ], - "Uri": "/policies/roleManagementPolicyAssignments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment1", - "Command": "Get-MgPolicyRoleManagementPolicyAssignment" + "Command": "Get-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "beta" }, { + "Uri": "/policies/roleManagementPolicyAssignments", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -89694,16 +89724,17 @@ "IsAdmin": true } ], - "Uri": "/policies/roleManagementPolicyAssignments", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "Command": "Get-MgPolicyRoleManagementPolicyAssignment" + "Command": "Get-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -89737,56 +89768,55 @@ "IsAdmin": true } ], - "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "Command": "Get-MgPolicyRoleManagementPolicyAssignment" + "Command": "Get-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy1", - "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}/policy", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgPolicyRoleManagementPolicyAssignmentPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "beta" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -89820,16 +89850,16 @@ "IsAdmin": true } ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule" + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "beta" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -89863,29 +89893,30 @@ "IsAdmin": true } ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule" + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -89919,17 +89950,16 @@ "IsAdmin": true } ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", - "Command": "Get-MgPolicyRoleManagementPolicyRule" + "Command": "Get-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "beta" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -89963,16 +89993,16 @@ "IsAdmin": true } ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", - "Command": "Get-MgPolicyRoleManagementPolicyRule" + "Command": "Get-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "beta" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -90006,16 +90036,17 @@ "IsAdmin": true } ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "Command": "Get-MgPolicyRoleManagementPolicyRule" + "Command": "Get-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -90049,92 +90080,92 @@ "IsAdmin": true } ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "Command": "Get-MgPolicyRoleManagementPolicyRule" + "Command": "Get-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", - "Command": "Get-MgPolicyServicePrincipalCreationPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgPolicyServicePrincipalCreationPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/servicePrincipalCreationPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", - "Command": "Get-MgPolicyServicePrincipalCreationPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgPolicyServicePrincipalCreationPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "Command": "Get-MgPolicyServicePrincipalCreationPolicyExclude" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgPolicyServicePrincipalCreationPolicyExclude", + "ApiVersion": "beta" + }, + { "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "Command": "Get-MgPolicyServicePrincipalCreationPolicyExclude" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgPolicyServicePrincipalCreationPolicyExclude", + "ApiVersion": "beta" + }, + { "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "Command": "Get-MgPolicyServicePrincipalCreationPolicyInclude" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgPolicyServicePrincipalCreationPolicyInclude", + "ApiVersion": "beta" + }, + { "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "Command": "Get-MgPolicyServicePrincipalCreationPolicyInclude" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPolicyServicePrincipalCreationPolicyInclude", + "ApiVersion": "beta" }, { + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -90150,17 +90181,16 @@ "IsAdmin": true } ], - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", - "Command": "Get-MgPolicyTokenIssuancePolicy" + "Command": "Get-MgPolicyTokenIssuancePolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/tokenIssuancePolicies", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -90176,16 +90206,16 @@ "IsAdmin": true } ], - "Uri": "/policies/tokenIssuancePolicies", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", - "Command": "Get-MgPolicyTokenIssuancePolicy" + "Command": "Get-MgPolicyTokenIssuancePolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/tokenIssuancePolicies", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -90201,16 +90231,17 @@ "IsAdmin": true } ], - "Uri": "/policies/tokenIssuancePolicies", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "Command": "Get-MgPolicyTokenIssuancePolicy" + "Command": "Get-MgPolicyTokenIssuancePolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -90226,17 +90257,17 @@ "IsAdmin": true } ], - "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "Command": "Get-MgPolicyTokenIssuancePolicy" + "Command": "Get-MgPolicyTokenIssuancePolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -90252,17 +90283,16 @@ "IsAdmin": true } ], - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", - "Command": "Get-MgPolicyTokenLifetimePolicy" + "Command": "Get-MgPolicyTokenLifetimePolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/tokenLifetimePolicies", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -90278,16 +90308,16 @@ "IsAdmin": true } ], - "Uri": "/policies/tokenLifetimePolicies", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", - "Command": "Get-MgPolicyTokenLifetimePolicy" + "Command": "Get-MgPolicyTokenLifetimePolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/tokenLifetimePolicies", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -90303,16 +90333,17 @@ "IsAdmin": true } ], - "Uri": "/policies/tokenLifetimePolicies", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "Command": "Get-MgPolicyTokenLifetimePolicy" + "Command": "Get-MgPolicyTokenLifetimePolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -90328,41 +90359,41 @@ "IsAdmin": true } ], - "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "Command": "Get-MgPolicyTokenLifetimePolicy" + "Command": "Get-MgPolicyTokenLifetimePolicy", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "GET", - "Permissions": [], "Uri": "/print", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrint", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrint", - "Command": "Get-MgPrint" - }, - { - "Module": "Devices.CloudPrint", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrint", + "ApiVersion": "beta" + }, + { "Uri": "/print", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrint1", "Variants": [ "Get1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrint1", - "Command": "Get-MgPrint" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPrint", + "ApiVersion": "v1.0" }, { + "Uri": "/print/connectors/{printConnector-id}", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintConnector", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -90378,17 +90409,16 @@ "IsAdmin": true } ], - "Uri": "/print/connectors/{printConnector-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintConnector", - "Command": "Get-MgPrintConnector" + "Command": "Get-MgPrintConnector", + "ApiVersion": "beta" }, { + "Uri": "/print/connectors", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintConnector", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -90404,16 +90434,16 @@ "IsAdmin": true } ], - "Uri": "/print/connectors", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintConnector", - "Command": "Get-MgPrintConnector" + "Command": "Get-MgPrintConnector", + "ApiVersion": "beta" }, { + "Uri": "/print/connectors", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintConnector1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -90429,16 +90459,17 @@ "IsAdmin": true } ], - "Uri": "/print/connectors", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintConnector1", - "Command": "Get-MgPrintConnector" + "Command": "Get-MgPrintConnector", + "ApiVersion": "v1.0" }, { + "Uri": "/print/connectors/{printConnector-id}", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintConnector1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -90454,17 +90485,73 @@ "IsAdmin": true } ], - "Uri": "/print/connectors/{printConnector-id}", + "Command": "Get-MgPrintConnector", + "ApiVersion": "v1.0" + }, + { + "Uri": "/print/operations/{printOperation-id}", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintOperation", "Variants": [ - "Get1", - "GetViaIdentity1" + "Get", + "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintConnector1", - "Command": "Get-MgPrintConnector" + "Method": "GET", + "Permissions": [ + { + "Name": "Printer.Create", + "Description": "Register printers  ", + "FullDescription": "Allows the application to create (register) printers on your behalf. ", + "IsAdmin": true + }, + { + "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.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-MgPrintOperation", + "ApiVersion": "beta" }, { + "Uri": "/print/operations", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintOperation", + "Variants": [ + "List" + ], + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPrintOperation", + "ApiVersion": "beta" + }, + { + "Uri": "/print/operations", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintOperation", + "Variants": [ + "List1" + ], + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPrintOperation", + "ApiVersion": "v1.0" + }, + { + "Uri": "/print/operations/{printOperation-id}", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintOperation", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -90486,73 +90573,17 @@ "IsAdmin": true } ], - "Uri": "/print/operations/{printOperation-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintOperation", - "Command": "Get-MgPrintOperation" - }, - { - "Module": "Devices.CloudPrint", - "Method": "GET", - "Permissions": [], - "Uri": "/print/operations", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintOperation", - "Command": "Get-MgPrintOperation" - }, - { - "Module": "Devices.CloudPrint", - "Method": "GET", - "Permissions": [], - "Uri": "/print/operations", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintOperation", - "Command": "Get-MgPrintOperation" + "Command": "Get-MgPrintOperation", + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}", "Module": "Devices.CloudPrint", - "Method": "GET", - "Permissions": [ - { - "Name": "Printer.Create", - "Description": "Register printers  ", - "FullDescription": "Allows the application to create (register) printers on your behalf. ", - "IsAdmin": true - }, - { - "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.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/operations/{printOperation-id}", + "OutputType": "IMicrosoftGraphPrinter", "Variants": [ - "Get1", - "GetViaIdentity1" + "Get", + "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintOperation", - "Command": "Get-MgPrintOperation" - }, - { - "Module": "Devices.CloudPrint", "Method": "GET", "Permissions": [ { @@ -90592,17 +90623,16 @@ "IsAdmin": true } ], - "Uri": "/print/printers/{printer-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinter", - "Command": "Get-MgPrintPrinter" + "Command": "Get-MgPrintPrinter", + "ApiVersion": "beta" }, { + "Uri": "/print/printers", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrinter", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -90624,16 +90654,16 @@ "IsAdmin": true } ], - "Uri": "/print/printers", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinter", - "Command": "Get-MgPrintPrinter" + "Command": "Get-MgPrintPrinter", + "ApiVersion": "beta" }, { + "Uri": "/print/printers", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrinter1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -90655,16 +90685,17 @@ "IsAdmin": true } ], - "Uri": "/print/printers", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrinter1", - "Command": "Get-MgPrintPrinter" + "Command": "Get-MgPrintPrinter", + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrinter1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -90704,17 +90735,17 @@ "IsAdmin": true } ], - "Uri": "/print/printers/{printer-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrinter1", - "Command": "Get-MgPrintPrinter" + "Command": "Get-MgPrintPrinter", + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/getCapabilities", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrinterCapabilities", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -90736,30 +90767,29 @@ "IsAdmin": true } ], - "Uri": "/print/printers/{printer-id}/getCapabilities", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinterCapabilities", - "Command": "Get-MgPrintPrinterCapability" + "Command": "Get-MgPrintPrinterCapability", + "ApiVersion": "beta" }, { - "Module": "Devices.CloudPrint", - "Method": "GET", - "Permissions": [], "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintConnector", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintConnector", - "Command": "Get-MgPrintPrinterConnector" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPrintPrinterConnector", + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/connectors", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintConnector", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -90775,16 +90805,16 @@ "IsAdmin": true } ], - "Uri": "/print/printers/{printer-id}/connectors", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintConnector", - "Command": "Get-MgPrintPrinterConnector" + "Command": "Get-MgPrintPrinterConnector", + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/connectors", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintConnector1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -90800,32 +90830,26 @@ "IsAdmin": true } ], - "Uri": "/print/printers/{printer-id}/connectors", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintConnector1", - "Command": "Get-MgPrintPrinterConnector" + "Command": "Get-MgPrintPrinterConnector", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "GET", - "Permissions": [], "Uri": "/print/printers/{printer-id}/connectors/{printConnector-id}", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintConnector1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintConnector1", - "Command": "Get-MgPrintPrinterConnector" - }, - { - "Module": "Devices.CloudPrint", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrintPrinterConnector", + "ApiVersion": "v1.0" + }, + { "Uri": "/print/printers/{printer-id}/share", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrinterShare", "Variants": [ "Get1", "Get2", @@ -90834,12 +90858,19 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinterShare", - "Command": "Get-MgPrintPrinterShare" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPrintPrinterShare", + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/shares", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrinterShare", + "Variants": [ + "List1", + "List2" + ], "Method": "GET", "Permissions": [ { @@ -90861,17 +90892,16 @@ "IsAdmin": true } ], - "Uri": "/print/printers/{printer-id}/shares", - "Variants": [ - "List1", - "List2" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinterShare", - "Command": "Get-MgPrintPrinterShare" + "Command": "Get-MgPrintPrinterShare", + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/shares", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrinterShare1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -90893,16 +90923,17 @@ "IsAdmin": true } ], - "Uri": "/print/printers/{printer-id}/shares", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrinterShare1", - "Command": "Get-MgPrintPrinterShare" + "Command": "Get-MgPrintPrinterShare", + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/shares/{printerShare-id}", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrinterShare1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -90924,78 +90955,78 @@ "IsAdmin": true } ], - "Uri": "/print/printers/{printer-id}/shares/{printerShare-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrinterShare1", - "Command": "Get-MgPrintPrinterShare" + "Command": "Get-MgPrintPrinterShare", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "GET", - "Permissions": [], "Uri": "/print/printerShares/{printerShare-id}/allowedGroups", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Get-MgPrintPrinterShareAllowedGroup" - }, - { - "Module": "Devices.CloudPrint", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrintPrinterShareAllowedGroup", + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgPrintPrinterShareAllowedGroupByRef" - }, - { - "Module": "Devices.CloudPrint", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrintPrinterShareAllowedGroupByRef", + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/allowedUsers", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgPrintPrinterShareAllowedUser" - }, - { - "Module": "Devices.CloudPrint", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrintPrinterShareAllowedUser", + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgPrintPrinterShareAllowedUserByRef" - }, - { - "Module": "Devices.CloudPrint", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrintPrinterShareAllowedUserByRef", + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/printer", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinter", - "Command": "Get-MgPrintPrinterSharePrinter" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPrintPrinterSharePrinter", + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -91017,17 +91048,16 @@ "IsAdmin": true } ], - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "Command": "Get-MgPrintPrinterTaskTrigger" + "Command": "Get-MgPrintPrinterTaskTrigger", + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/taskTriggers", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -91049,16 +91079,16 @@ "IsAdmin": true } ], - "Uri": "/print/printers/{printer-id}/taskTriggers", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "Command": "Get-MgPrintPrinterTaskTrigger" + "Command": "Get-MgPrintPrinterTaskTrigger", + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/taskTriggers", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTaskTrigger1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -91080,16 +91110,17 @@ "IsAdmin": true } ], - "Uri": "/print/printers/{printer-id}/taskTriggers", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskTrigger1", - "Command": "Get-MgPrintPrinterTaskTrigger" + "Command": "Get-MgPrintPrinterTaskTrigger", + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTaskTrigger1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -91111,43 +91142,43 @@ "IsAdmin": true } ], - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskTrigger1", - "Command": "Get-MgPrintPrinterTaskTrigger" + "Command": "Get-MgPrintPrinterTaskTrigger", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "GET", - "Permissions": [], "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "Command": "Get-MgPrintPrinterTaskTriggerDefinition" - }, - { - "Module": "Devices.CloudPrint", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrintPrinterTaskTriggerDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}/definition", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTaskDefinition1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskDefinition1", - "Command": "Get-MgPrintPrinterTaskTriggerDefinition" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPrintPrinterTaskTriggerDefinition", + "ApiVersion": "v1.0" }, { + "Uri": "/print/services/{printService-id}", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintService1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -91265,17 +91296,16 @@ "IsAdmin": true } ], - "Uri": "/print/services/{printService-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintService1", - "Command": "Get-MgPrintService" + "Command": "Get-MgPrintService", + "ApiVersion": "beta" }, { + "Uri": "/print/services", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintService1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -91393,16 +91423,16 @@ "IsAdmin": true } ], - "Uri": "/print/services", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintService1", - "Command": "Get-MgPrintService" + "Command": "Get-MgPrintService", + "ApiVersion": "beta" }, { + "Uri": "/print/services", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintService", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -91520,16 +91550,17 @@ "IsAdmin": true } ], - "Uri": "/print/services", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintService", - "Command": "Get-MgPrintService" + "Command": "Get-MgPrintService", + "ApiVersion": "v1.0" }, { + "Uri": "/print/services/{printService-id}", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintService", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -91647,17 +91678,17 @@ "IsAdmin": true } ], - "Uri": "/print/services/{printService-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintService", - "Command": "Get-MgPrintService" + "Command": "Get-MgPrintService", + "ApiVersion": "v1.0" }, { + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -91775,17 +91806,16 @@ "IsAdmin": true } ], - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "Command": "Get-MgPrintServiceEndpoint" + "Command": "Get-MgPrintServiceEndpoint", + "ApiVersion": "beta" }, { + "Uri": "/print/services/{printService-id}/endpoints", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -91903,16 +91933,16 @@ "IsAdmin": true } ], - "Uri": "/print/services/{printService-id}/endpoints", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "Command": "Get-MgPrintServiceEndpoint" + "Command": "Get-MgPrintServiceEndpoint", + "ApiVersion": "beta" }, { + "Uri": "/print/services/{printService-id}/endpoints", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -92030,16 +92060,17 @@ "IsAdmin": true } ], - "Uri": "/print/services/{printService-id}/endpoints", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint1", - "Command": "Get-MgPrintServiceEndpoint" + "Command": "Get-MgPrintServiceEndpoint", + "ApiVersion": "v1.0" }, { + "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -92157,17 +92188,17 @@ "IsAdmin": true } ], - "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint1", - "Command": "Get-MgPrintServiceEndpoint" + "Command": "Get-MgPrintServiceEndpoint", + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrinterShare", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -92189,17 +92220,16 @@ "IsAdmin": true } ], - "Uri": "/print/shares/{printerShare-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinterShare", - "Command": "Get-MgPrintShare" + "Command": "Get-MgPrintShare", + "ApiVersion": "beta" }, { + "Uri": "/print/shares", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrinterShare", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -92221,16 +92251,16 @@ "IsAdmin": true } ], - "Uri": "/print/shares", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinterShare", - "Command": "Get-MgPrintShare" + "Command": "Get-MgPrintShare", + "ApiVersion": "beta" }, { + "Uri": "/print/shares", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrinterShare1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -92252,16 +92282,17 @@ "IsAdmin": true } ], - "Uri": "/print/shares", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrinterShare1", - "Command": "Get-MgPrintShare" + "Command": "Get-MgPrintShare", + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrinterShare1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -92283,17 +92314,16 @@ "IsAdmin": true } ], - "Uri": "/print/shares/{printerShare-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrinterShare1", - "Command": "Get-MgPrintShare" + "Command": "Get-MgPrintShare", + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/allowedGroups", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphGroup1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -92309,16 +92339,16 @@ "IsAdmin": true } ], - "Uri": "/print/shares/{printerShare-id}/allowedGroups", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Get-MgPrintShareAllowedGroup" + "Command": "Get-MgPrintShareAllowedGroup", + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/allowedGroups", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -92334,16 +92364,16 @@ "IsAdmin": true } ], - "Uri": "/print/shares/{printerShare-id}/allowedGroups", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Get-MgPrintShareAllowedGroup" + "Command": "Get-MgPrintShareAllowedGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", "Module": "Devices.CloudPrint", + "OutputType": null, + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -92359,16 +92389,16 @@ "IsAdmin": true } ], - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgPrintShareAllowedGroupByRef" + "Command": "Get-MgPrintShareAllowedGroupByRef", + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", "Module": "Devices.CloudPrint", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -92384,16 +92414,16 @@ "IsAdmin": true } ], - "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgPrintShareAllowedGroupByRef" + "Command": "Get-MgPrintShareAllowedGroupByRef", + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/allowedUsers", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphUser1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -92409,16 +92439,16 @@ "IsAdmin": true } ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgPrintShareAllowedUser" + "Command": "Get-MgPrintShareAllowedUser", + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/allowedUsers", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -92434,16 +92464,16 @@ "IsAdmin": true } ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser", - "Command": "Get-MgPrintShareAllowedUser" + "Command": "Get-MgPrintShareAllowedUser", + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", "Module": "Devices.CloudPrint", + "OutputType": null, + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -92459,16 +92489,16 @@ "IsAdmin": true } ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgPrintShareAllowedUserByRef" + "Command": "Get-MgPrintShareAllowedUserByRef", + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", "Module": "Devices.CloudPrint", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -92484,16 +92514,30 @@ "IsAdmin": true } ], - "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "Command": "Get-MgPrintShareAllowedUserByRef", + "ApiVersion": "v1.0" + }, + { + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphMailboxSettings1", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgPrintShareAllowedUserByRef" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPrintShareAllowedUserMailboxSetting", + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}/printer", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrinter", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -92515,17 +92559,17 @@ "IsAdmin": true } ], - "Uri": "/print/shares/{printerShare-id}/printer", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinter", - "Command": "Get-MgPrintSharePrinter" + "Command": "Get-MgPrintSharePrinter", + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}/printer", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrinter1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -92547,37 +92591,19 @@ "IsAdmin": true } ], - "Uri": "/print/shares/{printerShare-id}/printer", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrinter1", - "Command": "Get-MgPrintSharePrinter" + "Command": "Get-MgPrintSharePrinter", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "GET", - "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "Command": "Get-MgPrintTaskDefinition" - }, - { - "Module": "Devices.CloudPrint", "Method": "GET", "Permissions": { "Name": "N/A", @@ -92585,16 +92611,16 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Get-MgPrintTaskDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/print/taskDefinitions", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "Command": "Get-MgPrintTaskDefinition" - }, - { - "Module": "Devices.CloudPrint", "Method": "GET", "Permissions": { "Name": "N/A", @@ -92602,16 +92628,16 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Get-MgPrintTaskDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/print/taskDefinitions", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTaskDefinition1", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskDefinition1", - "Command": "Get-MgPrintTaskDefinition" - }, - { - "Module": "Devices.CloudPrint", "Method": "GET", "Permissions": { "Name": "N/A", @@ -92619,19 +92645,19 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Get-MgPrintTaskDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTaskDefinition1", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskDefinition1", - "Command": "Get-MgPrintTaskDefinition" - }, - { - "Module": "Devices.CloudPrint", "Method": "GET", "Permissions": { "Name": "N/A", @@ -92639,17 +92665,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Get-MgPrintTaskDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTask", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTask", - "Command": "Get-MgPrintTaskDefinitionTask" - }, - { - "Module": "Devices.CloudPrint", "Method": "GET", "Permissions": { "Name": "N/A", @@ -92657,16 +92683,16 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Get-MgPrintTaskDefinitionTask", + "ApiVersion": "beta" + }, + { "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTask", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTask", - "Command": "Get-MgPrintTaskDefinitionTask" - }, - { - "Module": "Devices.CloudPrint", "Method": "GET", "Permissions": { "Name": "N/A", @@ -92674,16 +92700,16 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Get-MgPrintTaskDefinitionTask", + "ApiVersion": "beta" + }, + { "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTask1", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTask1", - "Command": "Get-MgPrintTaskDefinitionTask" - }, - { - "Module": "Devices.CloudPrint", "Method": "GET", "Permissions": { "Name": "N/A", @@ -92691,670 +92717,688 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Get-MgPrintTaskDefinitionTask", + "ApiVersion": "v1.0" + }, + { "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTask1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTask1", - "Command": "Get-MgPrintTaskDefinitionTask" + "Method": "GET", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "Get-MgPrintTaskDefinitionTask", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "GET", - "Permissions": [], "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "Command": "Get-MgPrintTaskDefinitionTaskTrigger" - }, - { - "Module": "Devices.CloudPrint", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrintTaskDefinitionTaskTrigger", + "ApiVersion": "beta" + }, + { "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}/trigger", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTaskTrigger1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskTrigger1", - "Command": "Get-MgPrintTaskDefinitionTaskTrigger" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrintTaskDefinitionTaskTrigger", + "ApiVersion": "v1.0" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccess", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccess", - "Command": "Get-MgPrivilegedAccess" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccess", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccess", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccess", - "Command": "Get-MgPrivilegedAccess" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccess", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", - "Command": "Get-MgPrivilegedAccessResource" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResource", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceResource", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", - "Command": "Get-MgPrivilegedAccessResource" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResource", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/parent", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", - "Command": "Get-MgPrivilegedAccessResourceParent" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceParent", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "Command": "Get-MgPrivilegedAccessResourceRoleAssignment" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "Command": "Get-MgPrivilegedAccessResourceRoleAssignment" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentLinkedEligibleRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequest" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequest" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", - "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequestResource" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequestResource", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/resource", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", - "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionResource", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition/roleSetting", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequestRoleDefinitionRoleSetting", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceSubject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceSubject", - "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequestSubject" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRequestSubject", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/resource", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", - "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentResource" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentResource", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRoleDefinition" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/resource", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", - "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRoleDefinitionResource", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition/roleSetting", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentRoleDefinitionRoleSetting", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceSubject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceSubject", - "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentSubject" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleAssignmentSubject", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "Command": "Get-MgPrivilegedAccessResourceRoleDefinition" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "Command": "Get-MgPrivilegedAccessResourceRoleDefinition" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", - "Command": "Get-MgPrivilegedAccessResourceRoleDefinitionResource" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleDefinitionResource", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "Command": "Get-MgPrivilegedAccessResourceRoleDefinitionRoleSetting" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleDefinitionRoleSetting", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "Command": "Get-MgPrivilegedAccessResourceRoleSetting" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleSetting", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "Command": "Get-MgPrivilegedAccessResourceRoleSetting" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleSetting", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/resource", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", - "Command": "Get-MgPrivilegedAccessResourceRoleSettingResource" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleSettingResource", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "Command": "Get-MgPrivilegedAccessResourceRoleSettingRoleDefinition" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleSettingRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/resource", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", - "Command": "Get-MgPrivilegedAccessResourceRoleSettingRoleDefinitionResource" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleSettingRoleDefinitionResource", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition/roleSetting", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "Command": "Get-MgPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessResourceRoleSettingRoleDefinitionRoleSetting", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "Command": "Get-MgPrivilegedAccessRoleAssignment" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "Command": "Get-MgPrivilegedAccessRoleAssignment" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/linkedEligibleRoleAssignment", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "Command": "Get-MgPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessRoleAssignmentLinkedEligibleRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "Command": "Get-MgPrivilegedAccessRoleAssignmentRequest" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessRoleAssignmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "Command": "Get-MgPrivilegedAccessRoleAssignmentRequest" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessRoleAssignmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/resource", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", - "Command": "Get-MgPrivilegedAccessRoleAssignmentRequestResource" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessRoleAssignmentRequestResource", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "Command": "Get-MgPrivilegedAccessRoleAssignmentRequestRoleDefinition" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessRoleAssignmentRequestRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceSubject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceSubject", - "Command": "Get-MgPrivilegedAccessRoleAssignmentRequestSubject" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessRoleAssignmentRequestSubject", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/resource", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", - "Command": "Get-MgPrivilegedAccessRoleAssignmentResource" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessRoleAssignmentResource", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "Command": "Get-MgPrivilegedAccessRoleAssignmentRoleDefinition" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessRoleAssignmentRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceSubject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceSubject", - "Command": "Get-MgPrivilegedAccessRoleAssignmentSubject" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessRoleAssignmentSubject", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "Command": "Get-MgPrivilegedAccessRoleDefinition" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "Command": "Get-MgPrivilegedAccessRoleDefinition" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/resource", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", - "Command": "Get-MgPrivilegedAccessRoleDefinitionResource" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessRoleDefinitionResource", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}/roleSetting", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "Command": "Get-MgPrivilegedAccessRoleDefinitionRoleSetting" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessRoleDefinitionRoleSetting", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "Command": "Get-MgPrivilegedAccessRoleSetting" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessRoleSetting", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "Command": "Get-MgPrivilegedAccessRoleSetting" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessRoleSetting", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/resource", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", - "Command": "Get-MgPrivilegedAccessRoleSettingResource" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedAccessRoleSettingResource", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "Command": "Get-MgPrivilegedAccessRoleSettingRoleDefinition" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPrivilegedAccessRoleSettingRoleDefinition", + "ApiVersion": "beta" }, { + "Uri": "/privilegedApproval/{privilegedApproval-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "PrivilegedAccess.ReadWrite.AzureAD", @@ -93362,17 +93406,16 @@ "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 }, - "Uri": "/privilegedApproval/{privilegedApproval-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedApproval", - "Command": "Get-MgPrivilegedApproval" + "Command": "Get-MgPrivilegedApproval", + "ApiVersion": "beta" }, { + "Uri": "/privilegedApproval", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "PrivilegedAccess.ReadWrite.AzureAD", @@ -93380,106 +93423,106 @@ "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 }, - "Uri": "/privilegedApproval", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedApproval", - "Command": "Get-MgPrivilegedApproval" + "Command": "Get-MgPrivilegedApproval", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/privilegedApproval/{privilegedApproval-id}/request", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", - "Command": "Get-MgPrivilegedApprovalRequest" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedApprovalRequest", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRole", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRole", - "Command": "Get-MgPrivilegedApprovalRoleInfo" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedApprovalRoleInfo", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "Command": "Get-MgPrivilegedApprovalRoleInfoAssignment" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedApprovalRoleInfoAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/assignments", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "Command": "Get-MgPrivilegedApprovalRoleInfoAssignment" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedApprovalRoleInfoAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", - "Command": "Get-MgPrivilegedApprovalRoleInfoSetting" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedApprovalRoleInfoSetting", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", - "Command": "Get-MgPrivilegedApprovalRoleInfoSummary" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedApprovalRoleInfoSummary", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", - "Command": "Get-MgPrivilegedOperationEvent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPrivilegedOperationEvent", + "ApiVersion": "beta" }, { + "Uri": "/privilegedOperationEvents", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -93487,16 +93530,17 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Uri": "/privilegedOperationEvents", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", - "Command": "Get-MgPrivilegedOperationEvent" + "Command": "Get-MgPrivilegedOperationEvent", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoles/{privilegedRole-id}", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -93504,17 +93548,16 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Uri": "/privilegedRoles/{privilegedRole-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRole", - "Command": "Get-MgPrivilegedRole" + "Command": "Get-MgPrivilegedRole", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoles", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -93522,29 +93565,29 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Uri": "/privilegedRoles", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRole", - "Command": "Get-MgPrivilegedRole" + "Command": "Get-MgPrivilegedRole", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", - "Command": "Get-MgPrivilegedRoleAssignmentRequest" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignmentRequests", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -93560,80 +93603,81 @@ "IsAdmin": true } ], - "Uri": "/privilegedRoleAssignmentRequests", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", - "Command": "Get-MgPrivilegedRoleAssignmentRequest" + "Command": "Get-MgPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRole", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRole", - "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfo" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfo", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments/{privilegedRoleAssignment-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfoAssignment" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfoAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/assignments", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfoAssignment" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfoAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", - "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfoSetting" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfoSetting", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", - "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfoSummary" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPrivilegedRoleAssignmentRequestRoleInfoSummary", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRole", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -93641,88 +93685,70 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRole", - "Command": "Get-MgPrivilegedRoleAssignmentRoleInfo" + "Command": "Get-MgPrivilegedRoleAssignmentRoleInfo", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments/{privilegedRoleAssignment-id1}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "Command": "Get-MgPrivilegedRoleAssignmentRoleInfoAssignment" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedRoleAssignmentRoleInfoAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/assignments", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "Command": "Get-MgPrivilegedRoleAssignmentRoleInfoAssignment" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedRoleAssignmentRoleInfoAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", - "Command": "Get-MgPrivilegedRoleAssignmentRoleInfoSetting" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedRoleAssignmentRoleInfoSetting", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", - "Command": "Get-MgPrivilegedRoleAssignmentRoleInfoSummary" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgPrivilegedRoleAssignmentRoleInfoSummary", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "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 - }, "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "Command": "Get-MgPrivilegedRoleRoleAssignment" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -93730,17 +93756,17 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, + "Command": "Get-MgPrivilegedRoleRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignments", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "Command": "Get-MgPrivilegedRoleRoleAssignment" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -93748,43 +93774,60 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, + "Command": "Get-MgPrivilegedRoleRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoles/{privilegedRole-id}/settings", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSettings", - "Command": "Get-MgPrivilegedRoleSetting" + "Method": "GET", + "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": "Get-MgPrivilegedRoleSetting", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/privilegedRoles/{privilegedRole-id}/summary", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleSummary", - "Command": "Get-MgPrivilegedRoleSummary" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgPrivilegedRoleSummary", + "ApiVersion": "beta" + }, + { "Uri": "/programs/{program-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphProgram", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgram", - "Command": "Get-MgProgram" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgProgram", + "ApiVersion": "beta" }, { + "Uri": "/programs", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphProgram", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -93800,19 +93843,13 @@ "IsAdmin": true } ], - "Uri": "/programs", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgram", - "Command": "Get-MgProgram" + "Command": "Get-MgProgram", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/programControls/{programControl-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphProgramControl", "Variants": [ "Get", "Get1", @@ -93821,12 +93858,20 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgramControl", - "Command": "Get-MgProgramControl" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgProgramControl", + "ApiVersion": "beta" }, { + "Uri": "/programControls", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphProgramControl", + "Variants": [ + "List", + "List1", + "List2" + ], "Method": "GET", "Permissions": [ { @@ -93842,46 +93887,44 @@ "IsAdmin": true } ], - "Uri": "/programControls", - "Variants": [ - "List", - "List1", - "List2" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgramControl", - "Command": "Get-MgProgramControl" + "Command": "Get-MgProgramControl", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/programControls/{programControl-id}/program", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphProgram", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgram", - "Command": "Get-MgProgramControlProgram" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Get-MgProgramControlProgram", + "ApiVersion": "beta" + }, + { "Uri": "/programControlTypes/{programControlType-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphProgramControlType", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgramControlType", - "Command": "Get-MgProgramControlType" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgProgramControlType", + "ApiVersion": "beta" }, { + "Uri": "/programControlTypes", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphProgramControlType", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -93897,16 +93940,17 @@ "IsAdmin": true } ], - "Uri": "/programControlTypes", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgramControlType", - "Command": "Get-MgProgramControlType" + "Command": "Get-MgProgramControlType", + "ApiVersion": "beta" }, { + "Uri": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", "Module": "Reports", + "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -93914,17 +93958,16 @@ "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 }, - "Uri": "/reports/applicationSignInDetailedSummary/{applicationSignInDetailedSummary-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", - "Command": "Get-MgReportApplicationSignInDetailedSummary" + "Command": "Get-MgReportApplicationSignInDetailedSummary", + "ApiVersion": "beta" }, { + "Uri": "/reports/applicationSignInDetailedSummary", "Module": "Reports", + "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -93932,16 +93975,16 @@ "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 }, - "Uri": "/reports/applicationSignInDetailedSummary", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplicationSignInDetailedSummary", - "Command": "Get-MgReportApplicationSignInDetailedSummary" + "Command": "Get-MgReportApplicationSignInDetailedSummary", + "ApiVersion": "beta" }, { + "Uri": "/reports/getAttackSimulationRepeatOffenders", "Module": "Reports", + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": { "Name": "AttackSimulation.Read.All", @@ -93949,16 +93992,16 @@ "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Uri": "/reports/getAttackSimulationRepeatOffenders", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", - "Command": "Get-MgReportAttackSimulationRepeatOffender" + "Command": "Get-MgReportAttackSimulationRepeatOffender", + "ApiVersion": "beta" }, { + "Uri": "/reports/getAttackSimulationTrainingUserCoverage", "Module": "Reports", + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": { "Name": "AttackSimulation.Read.All", @@ -93966,16 +94009,16 @@ "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Uri": "/reports/getAttackSimulationTrainingUserCoverage", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", - "Command": "Get-MgReportAttackSimulationTrainingUserCoverage" + "Command": "Get-MgReportAttackSimulationTrainingUserCoverage", + "ApiVersion": "beta" }, { + "Uri": "/reports/getAttackSimulationSimulationUserCoverage", "Module": "Reports", + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": { "Name": "AttackSimulation.Read.All", @@ -93983,28 +94026,29 @@ "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Uri": "/reports/getAttackSimulationSimulationUserCoverage", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", - "Command": "Get-MgReportAttackSimulationUserCoverage" + "Command": "Get-MgReportAttackSimulationUserCoverage", + "ApiVersion": "beta" }, { - "Module": "Reports", - "Method": "GET", - "Permissions": [], "Uri": "/reports/authenticationMethods", + "Module": "Reports", + "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethodsRoot", - "Command": "Get-MgReportAuthenticationMethod" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgReportAuthenticationMethod", + "ApiVersion": "beta" }, { + "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", "Module": "Reports", + "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -94020,17 +94064,16 @@ "IsAdmin": true } ], - "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail" + "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "beta" }, { + "Uri": "/reports/authenticationMethods/userRegistrationDetails", "Module": "Reports", + "OutputType": "IMicrosoftGraphUserRegistrationDetails", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -94046,34 +94089,17 @@ "IsAdmin": true } ], - "Uri": "/reports/authenticationMethods/userRegistrationDetails", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail" + "Command": "Get-MgReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "beta" }, { - "Module": "Reports", - "Method": "GET", - "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 - }, "Uri": "/reports/getAzureADApplicationSignInSummary(period='{period}')", + "Module": "Reports", + "OutputType": "IMicrosoftGraphApplicationSignInSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplicationSignInSummary", - "Command": "Get-MgReportAzureAdApplicationSignInSummary" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94081,17 +94107,17 @@ "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-MgReportAzureAdApplicationSignInSummary", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getBrowserDistributionUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportBrowserDistributionUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94099,17 +94125,17 @@ "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-MgReportBrowserDistributionUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getBrowserUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportBrowserUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94117,17 +94143,17 @@ "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-MgReportBrowserUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getBrowserUserDetail(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportBrowserUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94135,17 +94161,17 @@ "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-MgReportBrowserUserDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getCredentialUsageSummary(period='{period}')", + "Module": "Reports", + "OutputType": "IMicrosoftGraphCredentialUsageSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCredentialUsageSummary", - "Command": "Get-MgReportCredentialUsageSummary" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94153,29 +94179,46 @@ "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-MgReportCredentialUsageSummary", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getCredentialUserRegistrationCount", + "Module": "Reports", + "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCredentialUserRegistrationCount", - "Command": "Get-MgReportCredentialUserRegistrationCount" + "Method": "GET", + "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-MgReportCredentialUserRegistrationCount", + "ApiVersion": "beta" }, { - "Module": "Reports", - "Method": "GET", - "Permissions": [], "Uri": "/reports/credentialUserRegistrationDetails/{credentialUserRegistrationDetails-id}", + "Module": "Reports", + "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", - "Command": "Get-MgReportCredentialUserRegistrationDetail" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgReportCredentialUserRegistrationDetail", + "ApiVersion": "beta" }, { + "Uri": "/reports/credentialUserRegistrationDetails", "Module": "Reports", + "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94183,59 +94226,42 @@ "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 }, - "Uri": "/reports/credentialUserRegistrationDetails", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCredentialUserRegistrationDetails", - "Command": "Get-MgReportCredentialUserRegistrationDetail" + "Command": "Get-MgReportCredentialUserRegistrationDetail", + "ApiVersion": "beta" }, { - "Module": "Reports", - "Method": "GET", - "Permissions": [], "Uri": "/reports/dailyPrintUsage/{printUsage-id}", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsage1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsage1", - "Command": "Get-MgReportDailyPrintUsage" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": [], + "Command": "Get-MgReportDailyPrintUsage", + "ApiVersion": "beta" + }, + { "Uri": "/reports/dailyPrintUsage", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsage1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsage1", - "Command": "Get-MgReportDailyPrintUsage" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgReportDailyPrintUsage", + "ApiVersion": "beta" }, { - "Module": "Reports", - "Method": "GET", - "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 - }, "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", - "Command": "Get-MgReportDailyPrintUsageByPrinter" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94243,16 +94269,16 @@ "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-MgReportDailyPrintUsageByPrinter", + "ApiVersion": "beta" + }, + { "Uri": "/reports/dailyPrintUsageByPrinter", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", - "Command": "Get-MgReportDailyPrintUsageByPrinter" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94260,16 +94286,16 @@ "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-MgReportDailyPrintUsageByPrinter", + "ApiVersion": "beta" + }, + { "Uri": "/reports/dailyPrintUsageByPrinter", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "Command": "Get-MgReportDailyPrintUsageByPrinter" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94277,17 +94303,17 @@ "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-MgReportDailyPrintUsageByPrinter", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/dailyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "Command": "Get-MgReportDailyPrintUsageByPrinter" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94295,17 +94321,17 @@ "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-MgReportDailyPrintUsageByPrinter", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByUser1", - "Command": "Get-MgReportDailyPrintUsageByUser" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94313,16 +94339,16 @@ "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-MgReportDailyPrintUsageByUser", + "ApiVersion": "beta" + }, + { "Uri": "/reports/dailyPrintUsageByUser", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByUser1", - "Command": "Get-MgReportDailyPrintUsageByUser" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94330,16 +94356,16 @@ "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-MgReportDailyPrintUsageByUser", + "ApiVersion": "beta" + }, + { "Uri": "/reports/dailyPrintUsageByUser", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByUser", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintUsageByUser", - "Command": "Get-MgReportDailyPrintUsageByUser" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94347,84 +94373,84 @@ "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-MgReportDailyPrintUsageByUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/dailyPrintUsageByUser/{printUsageByUser-id}", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByUser", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintUsageByUser", - "Command": "Get-MgReportDailyPrintUsageByUser" + "Method": "GET", + "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-MgReportDailyPrintUsageByUser", + "ApiVersion": "v1.0" }, { - "Module": "Reports", - "Method": "GET", - "Permissions": [], "Uri": "/reports/dailyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", - "Command": "Get-MgReportDailyPrintUsageSummaryByPrinter" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": [], + "Command": "Get-MgReportDailyPrintUsageSummaryByPrinter", + "ApiVersion": "beta" + }, + { "Uri": "/reports/dailyPrintUsageSummariesByPrinter", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", - "Command": "Get-MgReportDailyPrintUsageSummaryByPrinter" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": [], + "Command": "Get-MgReportDailyPrintUsageSummaryByPrinter", + "ApiVersion": "beta" + }, + { "Uri": "/reports/dailyPrintUsageSummariesByUser/{printUsageByUser-id}", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByUser1", - "Command": "Get-MgReportDailyPrintUsageSummaryByUser" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": [], + "Command": "Get-MgReportDailyPrintUsageSummaryByUser", + "ApiVersion": "beta" + }, + { "Uri": "/reports/dailyPrintUsageSummariesByUser", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByUser1", - "Command": "Get-MgReportDailyPrintUsageSummaryByUser" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgReportDailyPrintUsageSummaryByUser", + "ApiVersion": "beta" }, { - "Module": "Reports", - "Method": "GET", - "Permissions": { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", - "IsAdmin": true - }, "Uri": "/reports/deviceConfigurationDeviceActivity", + "Module": "Reports", + "OutputType": null, "Variants": [ "Device1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportDeviceConfigurationDeviceActivity" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "DeviceManagementConfiguration.Read.All", @@ -94432,16 +94458,16 @@ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true }, + "Command": "Get-MgReportDeviceConfigurationDeviceActivity", + "ApiVersion": "beta" + }, + { "Uri": "/reports/deviceConfigurationDeviceActivity", + "Module": "Reports", + "OutputType": null, "Variants": [ "Device" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportDeviceConfigurationDeviceActivity" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "DeviceManagementConfiguration.Read.All", @@ -94449,16 +94475,16 @@ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true }, + "Command": "Get-MgReportDeviceConfigurationDeviceActivity", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/deviceConfigurationUserActivity", + "Module": "Reports", + "OutputType": null, "Variants": [ "Device1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportDeviceConfigurationUserActivity" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "DeviceManagementConfiguration.Read.All", @@ -94466,34 +94492,34 @@ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true }, + "Command": "Get-MgReportDeviceConfigurationUserActivity", + "ApiVersion": "beta" + }, + { "Uri": "/reports/deviceConfigurationUserActivity", + "Module": "Reports", + "OutputType": null, "Variants": [ "Device" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportDeviceConfigurationUserActivity" - }, - { - "Module": "Reports", "Method": "GET", "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.", + "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 }, + "Command": "Get-MgReportDeviceConfigurationUserActivity", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getEmailActivityCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportEmailActivityCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94501,17 +94527,17 @@ "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-MgReportEmailActivityCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getEmailActivityCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportEmailActivityCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94519,17 +94545,17 @@ "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-MgReportEmailActivityCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportEmailActivityUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94537,17 +94563,17 @@ "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-MgReportEmailActivityUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getEmailActivityUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportEmailActivityUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94555,19 +94581,19 @@ "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-MgReportEmailActivityUserCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getEmailActivityUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportEmailActivityUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94575,19 +94601,19 @@ "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-MgReportEmailActivityUserDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getEmailActivityUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportEmailActivityUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94595,17 +94621,17 @@ "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-MgReportEmailActivityUserDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportEmailAppUsageAppUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94613,17 +94639,17 @@ "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-MgReportEmailAppUsageAppUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getEmailAppUsageAppsUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportEmailAppUsageAppUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94631,17 +94657,17 @@ "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-MgReportEmailAppUsageAppUserCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportEmailAppUsageUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94649,17 +94675,17 @@ "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-MgReportEmailAppUsageUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getEmailAppUsageUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportEmailAppUsageUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94667,19 +94693,19 @@ "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-MgReportEmailAppUsageUserCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportEmailAppUsageUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94687,19 +94713,19 @@ "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-MgReportEmailAppUsageUserDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getEmailAppUsageUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportEmailAppUsageUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94707,17 +94733,17 @@ "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-MgReportEmailAppUsageUserDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportEmailAppUsageVersionUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94725,76 +94751,76 @@ "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-MgReportEmailAppUsageVersionUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getEmailAppUsageVersionsUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportEmailAppUsageVersionUserCount" + "Method": "GET", + "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-MgReportEmailAppUsageVersionUserCount", + "ApiVersion": "v1.0" }, { - "Module": "Reports", - "Method": "GET", - "Permissions": [], "Uri": "/reports/getFormsUserActivityCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportFormUserActivityCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": [], + "Command": "Get-MgReportFormUserActivityCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getFormsUserActivityUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportFormUserActivityUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": [], + "Command": "Get-MgReportFormUserActivityUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getFormsUserActivityUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportFormUserActivityUserDetail" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgReportFormUserActivityUserDetail", + "ApiVersion": "beta" }, { - "Module": "Reports", - "Method": "GET", - "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 - }, "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "Module": "Reports", + "OutputType": "IMicrosoftGraphArchivedPrintJob1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphArchivedPrintJob1", - "Command": "Get-MgReportGroupArchivedPrintJob" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94802,17 +94828,17 @@ "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-MgReportGroupArchivedPrintJob", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getGroupArchivedPrintJobs(groupId='{groupId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "Module": "Reports", + "OutputType": "IMicrosoftGraphArchivedPrintJob", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphArchivedPrintJob", - "Command": "Get-MgReportGroupArchivedPrintJob" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94820,17 +94846,17 @@ "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-MgReportGroupArchivedPrintJob", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportM365AppPlatformUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94838,17 +94864,17 @@ "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-MgReportM365AppPlatformUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getM365AppPlatformUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportM365AppPlatformUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94856,17 +94882,17 @@ "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-MgReportM365AppPlatformUserCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getM365AppUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportM365AppUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94874,17 +94900,17 @@ "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-MgReportM365AppUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getM365AppUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportM365AppUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94892,19 +94918,19 @@ "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-MgReportM365AppUserCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getM365AppUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportM365AppUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94912,19 +94938,19 @@ "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-MgReportM365AppUserDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getM365AppUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportM365AppUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94932,17 +94958,17 @@ "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-MgReportM365AppUserDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getMailboxUsageDetail(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportMailboxUsageDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94950,17 +94976,17 @@ "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-MgReportMailboxUsageDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getMailboxUsageDetail(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportMailboxUsageDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94968,17 +94994,17 @@ "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-MgReportMailboxUsageDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportMailboxUsageMailboxCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -94986,17 +95012,17 @@ "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-MgReportMailboxUsageMailboxCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getMailboxUsageMailboxCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportMailboxUsageMailboxCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95004,17 +95030,17 @@ "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-MgReportMailboxUsageMailboxCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95022,17 +95048,17 @@ "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-MgReportMailboxUsageQuotaStatusMailboxCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getMailboxUsageQuotaStatusMailboxCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportMailboxUsageQuotaStatusMailboxCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95040,17 +95066,17 @@ "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-MgReportMailboxUsageQuotaStatusMailboxCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getMailboxUsageStorage(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportMailboxUsageStorage" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95058,62 +95084,62 @@ "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-MgReportMailboxUsageStorage", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getMailboxUsageStorage(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportMailboxUsageStorage" + "Method": "GET", + "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-MgReportMailboxUsageStorage", + "ApiVersion": "v1.0" }, { - "Module": "Reports", - "Method": "GET", - "Permissions": [], "Uri": "/reports/managedDeviceEnrollmentAbandonmentDetails(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Managed", "ManagedViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportManagedDeviceEnrollmentAbandonmentDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": [], + "Command": "Get-MgReportManagedDeviceEnrollmentAbandonmentDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/managedDeviceEnrollmentAbandonmentSummary(skip={skip},top={top},filter='{filter}',skipToken='{skipToken}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Managed", "ManagedViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportManagedDeviceEnrollmentAbandonmentSummary" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgReportManagedDeviceEnrollmentAbandonmentSummary", + "ApiVersion": "beta" }, { - "Module": "Reports", - "Method": "GET", - "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 - }, "Uri": "/reports/managedDeviceEnrollmentFailureDetails", + "Module": "Reports", + "OutputType": null, "Variants": [ "Managed", "Managed1", "ManagedViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -95121,49 +95147,49 @@ "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-MgReportManagedDeviceEnrollmentFailureDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/managedDeviceEnrollmentFailureDetails", + "Module": "Reports", + "OutputType": null, "Variants": [ "Managed2", "Managed3", "ManagedViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail" + "Method": "GET", + "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 + }, + "Command": "Get-MgReportManagedDeviceEnrollmentFailureDetail", + "ApiVersion": "v1.0" }, { - "Module": "Reports", - "Method": "GET", - "Permissions": [], "Uri": "/reports/managedDeviceEnrollmentFailureTrends", + "Module": "Reports", + "OutputType": null, "Variants": [ "Managed" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportManagedDeviceEnrollmentFailureTrend" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgReportManagedDeviceEnrollmentFailureTrend", + "ApiVersion": "beta" }, { - "Module": "Reports", - "Method": "GET", - "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 - }, "Uri": "/reports/managedDeviceEnrollmentTopFailures", + "Module": "Reports", + "OutputType": null, "Variants": [ "Top", "Top1", "TopViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportManagedDeviceEnrollmentTopFailures" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -95171,36 +95197,36 @@ "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-MgReportManagedDeviceEnrollmentTopFailures", + "ApiVersion": "beta" + }, + { "Uri": "/reports/managedDeviceEnrollmentTopFailures", + "Module": "Reports", + "OutputType": null, "Variants": [ "Top2", "Top3", "TopViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportManagedDeviceEnrollmentTopFailures" - }, - { - "Module": "Reports", "Method": "GET", "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.", + "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-MgReportManagedDeviceEnrollmentTopFailures", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", - "Command": "Get-MgReportMonthlyPrintUsageByPrinter" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95208,16 +95234,16 @@ "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-MgReportMonthlyPrintUsageByPrinter", + "ApiVersion": "beta" + }, + { "Uri": "/reports/monthlyPrintUsageByPrinter", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", - "Command": "Get-MgReportMonthlyPrintUsageByPrinter" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95225,16 +95251,16 @@ "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-MgReportMonthlyPrintUsageByPrinter", + "ApiVersion": "beta" + }, + { "Uri": "/reports/monthlyPrintUsageByPrinter", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "Command": "Get-MgReportMonthlyPrintUsageByPrinter" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95242,17 +95268,17 @@ "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-MgReportMonthlyPrintUsageByPrinter", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/monthlyPrintUsageByPrinter/{printUsageByPrinter-id}", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter", - "Command": "Get-MgReportMonthlyPrintUsageByPrinter" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95260,17 +95286,17 @@ "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-MgReportMonthlyPrintUsageByPrinter", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByUser1", - "Command": "Get-MgReportMonthlyPrintUsageByUser" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95278,16 +95304,16 @@ "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-MgReportMonthlyPrintUsageByUser", + "ApiVersion": "beta" + }, + { "Uri": "/reports/monthlyPrintUsageByUser", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByUser1", - "Command": "Get-MgReportMonthlyPrintUsageByUser" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95295,16 +95321,16 @@ "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-MgReportMonthlyPrintUsageByUser", + "ApiVersion": "beta" + }, + { "Uri": "/reports/monthlyPrintUsageByUser", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByUser", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintUsageByUser", - "Command": "Get-MgReportMonthlyPrintUsageByUser" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95312,84 +95338,84 @@ "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-MgReportMonthlyPrintUsageByUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/monthlyPrintUsageByUser/{printUsageByUser-id}", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByUser", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintUsageByUser", - "Command": "Get-MgReportMonthlyPrintUsageByUser" + "Method": "GET", + "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-MgReportMonthlyPrintUsageByUser", + "ApiVersion": "v1.0" }, { - "Module": "Reports", - "Method": "GET", - "Permissions": [], "Uri": "/reports/monthlyPrintUsageSummariesByPrinter/{printUsageByPrinter-id}", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", - "Command": "Get-MgReportMonthlyPrintUsageSummaryByPrinter" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": [], + "Command": "Get-MgReportMonthlyPrintUsageSummaryByPrinter", + "ApiVersion": "beta" + }, + { "Uri": "/reports/monthlyPrintUsageSummariesByPrinter", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByPrinter1", - "Command": "Get-MgReportMonthlyPrintUsageSummaryByPrinter" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": [], + "Command": "Get-MgReportMonthlyPrintUsageSummaryByPrinter", + "ApiVersion": "beta" + }, + { "Uri": "/reports/monthlyPrintUsageSummariesByUser/{printUsageByUser-id}", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByUser1", - "Command": "Get-MgReportMonthlyPrintUsageSummaryByUser" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": [], + "Command": "Get-MgReportMonthlyPrintUsageSummaryByUser", + "ApiVersion": "beta" + }, + { "Uri": "/reports/monthlyPrintUsageSummariesByUser", + "Module": "Reports", + "OutputType": "IMicrosoftGraphPrintUsageByUser1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintUsageByUser1", - "Command": "Get-MgReportMonthlyPrintUsageSummaryByUser" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgReportMonthlyPrintUsageSummaryByUser", + "ApiVersion": "beta" }, { - "Module": "Reports", - "Method": "GET", - "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 - }, "Uri": "/reports/getOffice365ActivationCounts", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportOffice365ActivationCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95397,16 +95423,16 @@ "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-MgReportOffice365ActivationCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getOffice365ActivationCounts", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportOffice365ActivationCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95414,16 +95440,16 @@ "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-MgReportOffice365ActivationCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getOffice365ActivationsUserCounts", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportOffice365ActivationUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95431,16 +95457,16 @@ "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-MgReportOffice365ActivationUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getOffice365ActivationsUserCounts", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportOffice365ActivationUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95448,16 +95474,16 @@ "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-MgReportOffice365ActivationUserCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getOffice365ActivationsUserDetail", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportOffice365ActivationUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95465,16 +95491,16 @@ "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-MgReportOffice365ActivationUserDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getOffice365ActivationsUserDetail", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportOffice365ActivationUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95482,17 +95508,17 @@ "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-MgReportOffice365ActivationUserDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOffice365ActiveUserCounts", - "Command": "Get-MgReportOffice365ActiveUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95500,17 +95526,17 @@ "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-MgReportOffice365ActiveUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getOffice365ActiveUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportOffice365ActiveUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95518,19 +95544,19 @@ "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-MgReportOffice365ActiveUserCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", + "Module": "Reports", + "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOffice365ActiveUserDetail", - "Command": "Get-MgReportOffice365ActiveUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95538,19 +95564,19 @@ "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-MgReportOffice365ActiveUserDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getOffice365ActiveUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportOffice365ActiveUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95558,17 +95584,17 @@ "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-MgReportOffice365ActiveUserDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", + "Module": "Reports", + "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityCounts", - "Command": "Get-MgReportOffice365GroupActivityCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95576,17 +95602,17 @@ "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-MgReportOffice365GroupActivityCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getOffice365GroupsActivityCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportOffice365GroupActivityCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95594,19 +95620,19 @@ "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-MgReportOffice365GroupActivityCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", + "Module": "Reports", + "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityDetail", - "Command": "Get-MgReportOffice365GroupActivityDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95614,19 +95640,19 @@ "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-MgReportOffice365GroupActivityDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getOffice365GroupsActivityDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportOffice365GroupActivityDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95634,17 +95660,17 @@ "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-MgReportOffice365GroupActivityDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", + "Module": "Reports", + "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityFileCounts", - "Command": "Get-MgReportOffice365GroupActivityFileCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95652,17 +95678,17 @@ "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-MgReportOffice365GroupActivityFileCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getOffice365GroupsActivityFileCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportOffice365GroupActivityFileCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95670,17 +95696,17 @@ "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-MgReportOffice365GroupActivityFileCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", + "Module": "Reports", + "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityGroupCounts", - "Command": "Get-MgReportOffice365GroupActivityGroupCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95688,17 +95714,17 @@ "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-MgReportOffice365GroupActivityGroupCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getOffice365GroupsActivityGroupCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportOffice365GroupActivityGroupCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95706,17 +95732,17 @@ "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-MgReportOffice365GroupActivityGroupCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", + "Module": "Reports", + "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOffice365GroupsActivityStorage", - "Command": "Get-MgReportOffice365GroupActivityStorage" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95724,17 +95750,17 @@ "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-MgReportOffice365GroupActivityStorage", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getOffice365GroupsActivityStorage(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportOffice365GroupActivityStorage" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95742,17 +95768,17 @@ "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-MgReportOffice365GroupActivityStorage", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOffice365ServicesUserCounts", - "Command": "Get-MgReportOffice365ServiceUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95760,17 +95786,17 @@ "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-MgReportOffice365ServiceUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getOffice365ServicesUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportOffice365ServiceUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95778,17 +95804,17 @@ "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-MgReportOffice365ServiceUserCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportOneDriveActivityFileCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95796,17 +95822,17 @@ "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-MgReportOneDriveActivityFileCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getOneDriveActivityFileCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportOneDriveActivityFileCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95814,17 +95840,17 @@ "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-MgReportOneDriveActivityFileCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportOneDriveActivityUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95832,17 +95858,17 @@ "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-MgReportOneDriveActivityUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getOneDriveActivityUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportOneDriveActivityUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95850,19 +95876,19 @@ "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-MgReportOneDriveActivityUserCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportOneDriveActivityUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95870,19 +95896,19 @@ "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-MgReportOneDriveActivityUserDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getOneDriveActivityUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportOneDriveActivityUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95890,17 +95916,17 @@ "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-MgReportOneDriveActivityUserDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportOneDriveUsageAccountCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95908,17 +95934,17 @@ "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-MgReportOneDriveUsageAccountCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getOneDriveUsageAccountCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportOneDriveUsageAccountCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95926,19 +95952,19 @@ "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-MgReportOneDriveUsageAccountCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportOneDriveUsageAccountDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95946,19 +95972,19 @@ "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-MgReportOneDriveUsageAccountDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getOneDriveUsageAccountDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportOneDriveUsageAccountDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95966,17 +95992,17 @@ "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-MgReportOneDriveUsageAccountDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportOneDriveUsageFileCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -95984,17 +96010,17 @@ "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-MgReportOneDriveUsageFileCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getOneDriveUsageFileCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportOneDriveUsageFileCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96002,17 +96028,17 @@ "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-MgReportOneDriveUsageFileCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportOneDriveUsageStorage" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96020,17 +96046,17 @@ "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-MgReportOneDriveUsageStorage", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getOneDriveUsageStorage(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportOneDriveUsageStorage" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96038,17 +96064,17 @@ "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-MgReportOneDriveUsageStorage", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "Module": "Reports", + "OutputType": "IMicrosoftGraphArchivedPrintJob1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphArchivedPrintJob1", - "Command": "Get-MgReportPrinterArchivedPrintJob" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96056,17 +96082,17 @@ "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-MgReportPrinterArchivedPrintJob", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getPrinterArchivedPrintJobs(printerId='{printerId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "Module": "Reports", + "OutputType": "IMicrosoftGraphArchivedPrintJob", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphArchivedPrintJob", - "Command": "Get-MgReportPrinterArchivedPrintJob" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96074,58 +96100,58 @@ "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-MgReportPrinterArchivedPrintJob", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getRelyingPartyDetailedSummary(period='{period}')", + "Module": "Reports", + "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRelyingPartyDetailedSummary", - "Command": "Get-MgReportRelyingPartyDetailedSummary" + "Method": "GET", + "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-MgReportRelyingPartyDetailedSummary", + "ApiVersion": "beta" }, { - "Module": "Reports", - "Method": "GET", - "Permissions": [], "Uri": "/reports/security", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSecurity" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": [], + "Command": "Get-MgReportSecurity", + "ApiVersion": "beta" + }, + { "Uri": "/reports/security", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSecurity" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgReportSecurity", + "ApiVersion": "v1.0" }, { - "Module": "Reports", - "Method": "GET", - "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 - }, "Uri": "/reports/security/getAttackSimulationRepeatOffenders", + "Module": "Reports", + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", - "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "AttackSimulation.Read.All", @@ -96133,16 +96159,16 @@ "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, + "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender", + "ApiVersion": "beta" + }, + { "Uri": "/reports/security/getAttackSimulationRepeatOffenders", + "Module": "Reports", + "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", "Variants": [ "Get1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttackSimulationRepeatOffender", - "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "AttackSimulation.Read.All", @@ -96150,16 +96176,16 @@ "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, + "Command": "Get-MgReportSecurityAttackSimulationRepeatOffender", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", + "Module": "Reports", + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", - "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "AttackSimulation.Read.All", @@ -96167,16 +96193,16 @@ "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, + "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage", + "ApiVersion": "beta" + }, + { "Uri": "/reports/security/getAttackSimulationTrainingUserCoverage", + "Module": "Reports", + "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", "Variants": [ "Get1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttackSimulationTrainingUserCoverage", - "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "AttackSimulation.Read.All", @@ -96184,16 +96210,16 @@ "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, + "Command": "Get-MgReportSecurityAttackSimulationTrainingUserCoverage", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", + "Module": "Reports", + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", - "Command": "Get-MgReportSecurityAttackSimulationUserCoverage" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "AttackSimulation.Read.All", @@ -96201,34 +96227,34 @@ "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, + "Command": "Get-MgReportSecurityAttackSimulationUserCoverage", + "ApiVersion": "beta" + }, + { "Uri": "/reports/security/getAttackSimulationSimulationUserCoverage", + "Module": "Reports", + "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", "Variants": [ "Get1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttackSimulationUserCoverage", - "Command": "Get-MgReportSecurityAttackSimulationUserCoverage" - }, - { - "Module": "Reports", "Method": "GET", "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.", + "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 }, + "Command": "Get-MgReportSecurityAttackSimulationUserCoverage", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSharePointActivityFileCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96236,17 +96262,17 @@ "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-MgReportSharePointActivityFileCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSharePointActivityFileCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSharePointActivityFileCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96254,17 +96280,17 @@ "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-MgReportSharePointActivityFileCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSharePointActivityPages(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSharePointActivityPage" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96272,17 +96298,17 @@ "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-MgReportSharePointActivityPage", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSharePointActivityPages(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSharePointActivityPage" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96290,17 +96316,17 @@ "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-MgReportSharePointActivityPage", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSharePointActivityUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96308,17 +96334,17 @@ "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-MgReportSharePointActivityUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSharePointActivityUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSharePointActivityUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96326,19 +96352,19 @@ "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-MgReportSharePointActivityUserCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSharePointActivityUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSharePointActivityUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96346,19 +96372,19 @@ "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-MgReportSharePointActivityUserDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSharePointActivityUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSharePointActivityUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96366,19 +96392,19 @@ "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-MgReportSharePointActivityUserDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSharePointSiteUsageDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96386,19 +96412,19 @@ "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-MgReportSharePointSiteUsageDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSharePointSiteUsageDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSharePointSiteUsageDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96406,17 +96432,17 @@ "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-MgReportSharePointSiteUsageDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSharePointSiteUsageFileCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96424,17 +96450,17 @@ "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-MgReportSharePointSiteUsageFileCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSharePointSiteUsageFileCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSharePointSiteUsageFileCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96442,17 +96468,17 @@ "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-MgReportSharePointSiteUsageFileCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSharePointSiteUsagePage" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96460,17 +96486,17 @@ "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-MgReportSharePointSiteUsagePage", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSharePointSiteUsagePages(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSharePointSiteUsagePage" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96478,17 +96504,17 @@ "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-MgReportSharePointSiteUsagePage", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSharePointSiteUsageSiteCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96496,17 +96522,17 @@ "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-MgReportSharePointSiteUsageSiteCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSharePointSiteUsageSiteCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSharePointSiteUsageSiteCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96514,17 +96540,17 @@ "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-MgReportSharePointSiteUsageSiteCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSharePointSiteUsageStorage" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96532,17 +96558,17 @@ "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-MgReportSharePointSiteUsageStorage", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSharePointSiteUsageStorage(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSharePointSiteUsageStorage" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96550,17 +96576,17 @@ "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-MgReportSharePointSiteUsageStorage", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessActivityCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96568,17 +96594,17 @@ "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-MgReportSkypeForBusinessActivityCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessActivityCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessActivityCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96586,17 +96612,17 @@ "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-MgReportSkypeForBusinessActivityCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessActivityUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96604,17 +96630,17 @@ "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-MgReportSkypeForBusinessActivityUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessActivityUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessActivityUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96622,19 +96648,19 @@ "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-MgReportSkypeForBusinessActivityUserCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessActivityUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96642,19 +96668,19 @@ "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-MgReportSkypeForBusinessActivityUserDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessActivityUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessActivityUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96662,17 +96688,17 @@ "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-MgReportSkypeForBusinessActivityUserDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96680,17 +96706,17 @@ "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-MgReportSkypeForBusinessDeviceUsageDistributionUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessDeviceUsageDistributionUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessDeviceUsageDistributionUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96698,17 +96724,17 @@ "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-MgReportSkypeForBusinessDeviceUsageDistributionUserCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96716,17 +96742,17 @@ "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-MgReportSkypeForBusinessDeviceUsageUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessDeviceUsageUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96734,19 +96760,19 @@ "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-MgReportSkypeForBusinessDeviceUsageUserCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96754,19 +96780,19 @@ "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-MgReportSkypeForBusinessDeviceUsageUserDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessDeviceUsageUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessDeviceUsageUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96774,17 +96800,17 @@ "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-MgReportSkypeForBusinessDeviceUsageUserDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96792,17 +96818,17 @@ "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-MgReportSkypeForBusinessOrganizerActivityCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessOrganizerActivityCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96810,17 +96836,17 @@ "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-MgReportSkypeForBusinessOrganizerActivityCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96828,17 +96854,17 @@ "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-MgReportSkypeForBusinessOrganizerActivityMinuteCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessOrganizerActivityMinuteCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityMinuteCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96846,17 +96872,17 @@ "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-MgReportSkypeForBusinessOrganizerActivityMinuteCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96864,17 +96890,17 @@ "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-MgReportSkypeForBusinessOrganizerActivityUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessOrganizerActivityUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessOrganizerActivityUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96882,17 +96908,17 @@ "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-MgReportSkypeForBusinessOrganizerActivityUserCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96900,17 +96926,17 @@ "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-MgReportSkypeForBusinessParticipantActivityCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessParticipantActivityCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessParticipantActivityCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96918,17 +96944,17 @@ "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-MgReportSkypeForBusinessParticipantActivityCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96936,17 +96962,17 @@ "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-MgReportSkypeForBusinessParticipantActivityMinuteCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessParticipantActivityMinuteCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessParticipantActivityMinuteCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96954,17 +96980,17 @@ "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-MgReportSkypeForBusinessParticipantActivityMinuteCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96972,17 +96998,17 @@ "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-MgReportSkypeForBusinessParticipantActivityUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessParticipantActivityUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessParticipantActivityUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -96990,17 +97016,17 @@ "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-MgReportSkypeForBusinessParticipantActivityUserCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97008,17 +97034,17 @@ "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-MgReportSkypeForBusinessPeerToPeerActivityCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97026,17 +97052,17 @@ "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-MgReportSkypeForBusinessPeerToPeerActivityCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97044,17 +97070,17 @@ "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-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityMinuteCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97062,17 +97088,17 @@ "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-MgReportSkypeForBusinessPeerToPeerActivityMinuteCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97080,17 +97106,17 @@ "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-MgReportSkypeForBusinessPeerToPeerActivityUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getSkypeForBusinessPeerToPeerActivityUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportSkypeForBusinessPeerToPeerActivityUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97098,17 +97124,17 @@ "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-MgReportSkypeForBusinessPeerToPeerActivityUserCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getTeamsTeamActivityCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportTeamActivityCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97116,19 +97142,19 @@ "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-MgReportTeamActivityCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsTeamActivityDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportTeamActivityDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97136,30 +97162,17 @@ "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 }, - "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportTeamActivityDistributionCount" + "Command": "Get-MgReportTeamActivityDetail", + "ApiVersion": "beta" }, { + "Uri": "/reports/getTeamsTeamActivityDistributionCounts(period='{period}')", "Module": "Reports", - "Method": "GET", - "Permissions": [], - "Uri": "/reports/getTeamsTeamCounts(period='{period}')", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportTeamCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97167,17 +97180,30 @@ "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 }, - "Uri": "/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')", + "Command": "Get-MgReportTeamActivityDistributionCount", + "ApiVersion": "beta" + }, + { + "Uri": "/reports/getTeamsTeamCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportTeamDeviceUsageDistributionTotalUserCount" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgReportTeamCount", + "ApiVersion": "beta" }, { + "Uri": "/reports/getTeamsDeviceUsageDistributionTotalUserCounts(period='{period}')", "Module": "Reports", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97185,17 +97211,17 @@ "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-MgReportTeamDeviceUsageDistributionTotalUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97203,17 +97229,17 @@ "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-MgReportTeamDeviceUsageDistributionUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsDeviceUsageDistributionUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportTeamDeviceUsageDistributionUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97221,17 +97247,17 @@ "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-MgReportTeamDeviceUsageDistributionUserCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getTeamsDeviceUsageTotalUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportTeamDeviceUsageTotalUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97239,17 +97265,17 @@ "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-MgReportTeamDeviceUsageTotalUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportTeamDeviceUsageUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97257,17 +97283,17 @@ "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", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsDeviceUsageUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportTeamDeviceUsageUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97275,19 +97301,19 @@ "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", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportTeamDeviceUsageUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97295,19 +97321,19 @@ "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-MgReportTeamDeviceUsageUserDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsDeviceUsageUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportTeamDeviceUsageUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97315,17 +97341,17 @@ "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-MgReportTeamDeviceUsageUserDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportTeamUserActivityCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97333,17 +97359,17 @@ "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-MgReportTeamUserActivityCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsUserActivityCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportTeamUserActivityCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97351,17 +97377,17 @@ "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-MgReportTeamUserActivityCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getTeamsUserActivityDistributionTotalUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportTeamUserActivityDistributionTotalUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97369,17 +97395,17 @@ "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-MgReportTeamUserActivityDistributionTotalUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsUserActivityDistributionUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportTeamUserActivityDistributionUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97387,17 +97413,17 @@ "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-MgReportTeamUserActivityDistributionUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsUserActivityTotalCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportTeamUserActivityTotalCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97405,17 +97431,17 @@ "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-MgReportTeamUserActivityTotalCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsUserActivityTotalDistributionCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportTeamUserActivityTotalDistributionCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97423,17 +97449,17 @@ "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-MgReportTeamUserActivityTotalDistributionCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsUserActivityTotalUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportTeamUserActivityTotalUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97441,17 +97467,17 @@ "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-MgReportTeamUserActivityTotalUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportTeamUserActivityUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97459,17 +97485,17 @@ "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-MgReportTeamUserActivityUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsUserActivityUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportTeamUserActivityUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97477,19 +97503,19 @@ "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-MgReportTeamUserActivityUserCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportTeamUserActivityUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97497,19 +97523,19 @@ "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-MgReportTeamUserActivityUserDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getTeamsUserActivityUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportTeamUserActivityUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97517,17 +97543,17 @@ "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-MgReportTeamUserActivityUserDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "Module": "Reports", + "OutputType": "IMicrosoftGraphArchivedPrintJob1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphArchivedPrintJob1", - "Command": "Get-MgReportUserArchivedPrintJob" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97535,47 +97561,47 @@ "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-MgReportUserArchivedPrintJob", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getUserArchivedPrintJobs(userId='{userId}',startDateTime={startDateTime},endDateTime={endDateTime})", + "Module": "Reports", + "OutputType": "IMicrosoftGraphArchivedPrintJob", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphArchivedPrintJob", - "Command": "Get-MgReportUserArchivedPrintJob" + "Method": "GET", + "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-MgReportUserArchivedPrintJob", + "ApiVersion": "v1.0" }, { - "Module": "Reports", - "Method": "GET", - "Permissions": [], "Uri": "/reports/userCredentialUsageDetails/{userCredentialUsageDetails-id}", + "Module": "Reports", + "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", - "Command": "Get-MgReportUserCredentialUsageDetail" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgReportUserCredentialUsageDetail", + "ApiVersion": "beta" }, { - "Module": "Reports", - "Method": "GET", - "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 - }, "Uri": "/reports/userCredentialUsageDetails", + "Module": "Reports", + "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserCredentialUsageDetails", - "Command": "Get-MgReportUserCredentialUsageDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97583,17 +97609,17 @@ "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-MgReportUserCredentialUsageDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getYammerActivityCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportYammerActivityCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97601,17 +97627,17 @@ "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-MgReportYammerActivityCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getYammerActivityCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportYammerActivityCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97619,17 +97645,17 @@ "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-MgReportYammerActivityCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportYammerActivityUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97637,17 +97663,17 @@ "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-MgReportYammerActivityUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getYammerActivityUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportYammerActivityUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97655,19 +97681,19 @@ "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-MgReportYammerActivityUserCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getYammerActivityUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportYammerActivityUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97675,19 +97701,19 @@ "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-MgReportYammerActivityUserDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getYammerActivityUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportYammerActivityUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97695,17 +97721,17 @@ "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-MgReportYammerActivityUserDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97713,17 +97739,17 @@ "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-MgReportYammerDeviceUsageDistributionUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getYammerDeviceUsageDistributionUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportYammerDeviceUsageDistributionUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97731,17 +97757,17 @@ "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-MgReportYammerDeviceUsageDistributionUserCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportYammerDeviceUsageUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97749,17 +97775,17 @@ "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-MgReportYammerDeviceUsageUserCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getYammerDeviceUsageUserCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportYammerDeviceUsageUserCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97767,19 +97793,19 @@ "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-MgReportYammerDeviceUsageUserCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportYammerDeviceUsageUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97787,19 +97813,19 @@ "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-MgReportYammerDeviceUsageUserDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getYammerDeviceUsageUserDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportYammerDeviceUsageUserDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97807,17 +97833,17 @@ "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-MgReportYammerDeviceUsageUserDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportYammerGroupActivityCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97825,17 +97851,17 @@ "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-MgReportYammerGroupActivityCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getYammerGroupsActivityCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportYammerGroupActivityCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97843,19 +97869,19 @@ "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-MgReportYammerGroupActivityCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportYammerGroupActivityDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97863,19 +97889,19 @@ "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-MgReportYammerGroupActivityDetail", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getYammerGroupsActivityDetail(date={date})", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportYammerGroupActivityDetail" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97883,17 +97909,17 @@ "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-MgReportYammerGroupActivityDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgReportYammerGroupActivityGroupCount" - }, - { - "Module": "Reports", "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -97901,35 +97927,35 @@ "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-MgReportYammerGroupActivityGroupCount", + "ApiVersion": "beta" + }, + { "Uri": "/reports/getYammerGroupsActivityGroupCounts(period='{period}')", + "Module": "Reports", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgReportYammerGroupActivityGroupCount" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "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. ", + "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-MgReportYammerGroupActivityGroupCount", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskDetection", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskDetection", - "Command": "Get-MgRiskDetection" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "IdentityRiskEvent.Read.All", @@ -97937,16 +97963,16 @@ "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 }, + "Command": "Get-MgRiskDetection", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskDetections", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskDetection", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskDetection", - "Command": "Get-MgRiskDetection" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "IdentityRiskEvent.Read.All", @@ -97954,16 +97980,16 @@ "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 }, + "Command": "Get-MgRiskDetection", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskDetections", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskDetection1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskDetection1", - "Command": "Get-MgRiskDetection" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "IdentityRiskEvent.Read.All", @@ -97971,17 +97997,35 @@ "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 }, + "Command": "Get-MgRiskDetection", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskDetection1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskDetection1", - "Command": "Get-MgRiskDetection" + "Method": "GET", + "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 + }, + "Command": "Get-MgRiskDetection", + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -97997,17 +98041,16 @@ "IsAdmin": true } ], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal1", - "Command": "Get-MgRiskyServicePrincipal" + "Command": "Get-MgRiskyServicePrincipal", + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskyServicePrincipals", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -98023,16 +98066,16 @@ "IsAdmin": true } ], - "Uri": "/identityProtection/riskyServicePrincipals", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal1", - "Command": "Get-MgRiskyServicePrincipal" + "Command": "Get-MgRiskyServicePrincipal", + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskyServicePrincipals", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -98048,16 +98091,17 @@ "IsAdmin": true } ], - "Uri": "/identityProtection/riskyServicePrincipals", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "Command": "Get-MgRiskyServicePrincipal" + "Command": "Get-MgRiskyServicePrincipal", + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -98073,30 +98117,29 @@ "IsAdmin": true } ], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "Command": "Get-MgRiskyServicePrincipal" + "Command": "Get-MgRiskyServicePrincipal", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem1", - "Command": "Get-MgRiskyServicePrincipalHistory" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgRiskyServicePrincipalHistory", + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -98112,16 +98155,16 @@ "IsAdmin": true } ], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem1", - "Command": "Get-MgRiskyServicePrincipalHistory" + "Command": "Get-MgRiskyServicePrincipalHistory", + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -98137,47 +98180,30 @@ "IsAdmin": true } ], - "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "Command": "Get-MgRiskyServicePrincipalHistory" + "Command": "Get-MgRiskyServicePrincipalHistory", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "Command": "Get-MgRiskyServicePrincipalHistory" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgRiskyServicePrincipalHistory", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "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 - }, "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyUser1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyUser1", - "Command": "Get-MgRiskyUser" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "IdentityRiskyUser.Read.All", @@ -98185,16 +98211,16 @@ "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 }, + "Command": "Get-MgRiskyUser", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyUsers", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyUser1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyUser1", - "Command": "Get-MgRiskyUser" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "IdentityRiskyUser.Read.All", @@ -98202,16 +98228,16 @@ "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 }, + "Command": "Get-MgRiskyUser", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyUsers", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyUser", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyUser", - "Command": "Get-MgRiskyUser" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "IdentityRiskyUser.Read.All", @@ -98219,17 +98245,35 @@ "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 }, + "Command": "Get-MgRiskyUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyUser", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyUser", - "Command": "Get-MgRiskyUser" + "Method": "GET", + "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 + }, + "Command": "Get-MgRiskyUser", + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -98245,17 +98289,16 @@ "IsAdmin": true } ], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem1", - "Command": "Get-MgRiskyUserHistory" + "Command": "Get-MgRiskyUserHistory", + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -98271,16 +98314,16 @@ "IsAdmin": true } ], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem1", - "Command": "Get-MgRiskyUserHistory" + "Command": "Get-MgRiskyUserHistory", + "ApiVersion": "beta" }, { + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -98296,16 +98339,17 @@ "IsAdmin": true } ], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "Command": "Get-MgRiskyUserHistory" + "Command": "Get-MgRiskyUserHistory", + "ApiVersion": "v1.0" }, { + "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -98321,17 +98365,16 @@ "IsAdmin": true } ], - "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "Command": "Get-MgRiskyUserHistory" + "Command": "Get-MgRiskyUserHistory", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphRoleManagement1", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -98359,16 +98402,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleManagement1", - "Command": "Get-MgRoleManagement" + "Command": "Get-MgRoleManagement", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphRoleManagement", + "Variants": [ + "Get1" + ], "Method": "GET", "Permissions": [ { @@ -98396,91 +98439,92 @@ "IsAdmin": true } ], - "Uri": "/roleManagement", - "Variants": [ - "Get1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoleManagement", - "Command": "Get-MgRoleManagement" + "Command": "Get-MgRoleManagement", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [], "Uri": "/roleManagement/cloudPC", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphRbacApplicationMultiple", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRbacApplicationMultiple", - "Command": "Get-MgRoleManagementCloudPc" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementCloudPc", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", - "Command": "Get-MgRoleManagementCloudPcResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementCloudPcResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", - "Command": "Get-MgRoleManagementCloudPcResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementCloudPcResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", - "Command": "Get-MgRoleManagementCloudPcResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementCloudPcResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", - "Command": "Get-MgRoleManagementCloudPcResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementCloudPcResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "Command": "Get-MgRoleManagementCloudPcResourceNamespaceResourceActionResourceScope" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -98508,17 +98552,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "Command": "Get-MgRoleManagementCloudPcRoleAssignment" + "Command": "Get-MgRoleManagementCloudPcRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/cloudPC/roleAssignments", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -98546,104 +98589,105 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/cloudPC/roleAssignments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "Command": "Get-MgRoleManagementCloudPcRoleAssignment" + "Command": "Get-MgRoleManagementCloudPcRoleAssignment", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [], "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "Get-MgRoleManagementCloudPcRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementCloudPcRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "Get-MgRoleManagementCloudPcRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementCloudPcRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementCloudPcRoleAssignmentDirectoryScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementCloudPcRoleAssignmentDirectoryScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementCloudPcRoleAssignmentDirectoryScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementCloudPcRoleAssignmentDirectoryScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementCloudPcRoleAssignmentPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementCloudPcRoleAssignmentPrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementCloudPcRoleAssignmentPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementCloudPcRoleAssignmentPrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementCloudPcRoleAssignmentRoleDefinition" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgRoleManagementCloudPcRoleAssignmentRoleDefinition", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -98725,17 +98769,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementCloudPcRoleDefinition" + "Command": "Get-MgRoleManagementCloudPcRoleDefinition", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/cloudPC/roleDefinitions", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -98817,41 +98860,41 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/cloudPC/roleDefinitions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementCloudPcRoleDefinition" + "Command": "Get-MgRoleManagementCloudPcRoleDefinition", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [], "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphRbacApplicationMultiple", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -98879,79 +98922,80 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/deviceManagement", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRbacApplicationMultiple", - "Command": "Get-MgRoleManagementDeviceManagement" + "Command": "Get-MgRoleManagementDeviceManagement", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [], "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", - "Command": "Get-MgRoleManagementDeviceManagementResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDeviceManagementResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/resourceNamespaces", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", - "Command": "Get-MgRoleManagementDeviceManagementResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDeviceManagementResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", - "Command": "Get-MgRoleManagementDeviceManagementResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDeviceManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", - "Command": "Get-MgRoleManagementDeviceManagementResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDeviceManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "Command": "Get-MgRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -98979,17 +99023,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "Command": "Get-MgRoleManagementDeviceManagementRoleAssignment" + "Command": "Get-MgRoleManagementDeviceManagementRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement/roleAssignments", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -99017,104 +99060,105 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/deviceManagement/roleAssignments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "Command": "Get-MgRoleManagementDeviceManagementRoleAssignment" + "Command": "Get-MgRoleManagementDeviceManagementRoleAssignment", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [], "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes/{directoryObject-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentDirectoryScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentDirectoryScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/directoryScopes", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentDirectoryScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentDirectoryScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals/{directoryObject-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentPrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/principals", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentPrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/roleDefinition", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentRoleDefinition" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgRoleManagementDeviceManagementRoleAssignmentRoleDefinition", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -99196,17 +99240,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementDeviceManagementRoleDefinition" + "Command": "Get-MgRoleManagementDeviceManagementRoleDefinition", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement/roleDefinitions", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -99288,128 +99331,66 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/deviceManagement/roleDefinitions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementDeviceManagementRoleDefinition" + "Command": "Get-MgRoleManagementDeviceManagementRoleDefinition", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [], "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphRbacApplication", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRbacApplication", - "Command": "Get-MgRoleManagementDirectory" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectory", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphRbacApplication1", "Variants": [ "Get1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRbacApplication1", - "Command": "Get-MgRoleManagementDirectory" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectory", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [ - { - "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/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", - "Command": "Get-MgRoleManagementDirectoryResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [ - { - "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/resourceNamespaces", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", - "Command": "Get-MgRoleManagementDirectoryResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -99431,16 +99412,47 @@ "IsAdmin": true } ], + "Command": "Get-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Variants": [ - "List1" + "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "Command": "Get-MgRoleManagementDirectoryResourceNamespace" + "Method": "GET", + "Permissions": [ + { + "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-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/resourceNamespaces", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -99462,17 +99474,17 @@ "IsAdmin": true } ], + "Command": "Get-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "Command": "Get-MgRoleManagementDirectoryResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -99494,17 +99506,17 @@ "IsAdmin": true } ], + "Command": "Get-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -99526,16 +99538,16 @@ "IsAdmin": true } ], + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -99557,16 +99569,16 @@ "IsAdmin": true } ], + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [ { @@ -99588,30 +99600,62 @@ "IsAdmin": true } ], + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceAction" + "Method": "GET", + "Permissions": [ + { + "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-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [], "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionResourceScope" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -99651,17 +99695,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", - "Command": "Get-MgRoleManagementDirectoryRoleAssignment" + "Command": "Get-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignments", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -99701,16 +99744,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", - "Command": "Get-MgRoleManagementDirectoryRoleAssignment" + "Command": "Get-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignments", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -99750,16 +99793,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignments", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "Command": "Get-MgRoleManagementDirectoryRoleAssignment" + "Command": "Get-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -99799,171 +99843,171 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "Command": "Get-MgRoleManagementDirectoryRoleAssignment" + "Command": "Get-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [], "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphApproval", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentApproval" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentApproval", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentApprovals", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphApproval", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentApproval" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentApproval", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphApprovalStep", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentApprovalStep" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentApprovalStep", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphApprovalStep", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentApprovalStep" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentApprovalStep", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentAppScope", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentDirectoryScope", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentPrincipal", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentRoleDefinition", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -99991,17 +100035,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule" + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentSchedules", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -100029,16 +100072,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule" + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentSchedules", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -100066,16 +100109,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule" + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -100103,43 +100147,43 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule" + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [], "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleActivatedUsing", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -100173,17 +100217,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance" + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -100217,16 +100260,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance" + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -100260,16 +100303,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance" + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -100303,43 +100347,43 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance" + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [], "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleInstanceActivatedUsing", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -100373,17 +100417,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest" + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -100417,16 +100460,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest" + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -100460,16 +100503,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest" + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -100503,173 +100547,173 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest" + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [], "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestActivatedUsing", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestAppScope", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestDirectoryScope", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestPrincipal", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestRoleDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleAssignmentScheduleRequestTargetSchedule", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -100709,17 +100753,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementDirectoryRoleDefinition" + "Command": "Get-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleDefinitions", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -100759,16 +100802,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleDefinitions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementDirectoryRoleDefinition" + "Command": "Get-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleDefinitions", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -100808,16 +100851,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleDefinitions", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", - "Command": "Get-MgRoleManagementDirectoryRoleDefinition" + "Command": "Get-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -100857,67 +100901,67 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", - "Command": "Get-MgRoleManagementDirectoryRoleDefinition" + "Command": "Get-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [], "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", - "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -100951,17 +100995,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule" + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilitySchedules", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -100995,16 +101038,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule" + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilitySchedules", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -101038,16 +101081,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule" + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -101081,17 +101125,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule" + "Command": "Get-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -101125,17 +101169,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance" + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -101169,16 +101212,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance" + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -101212,16 +101255,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance" + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -101255,17 +101299,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance" + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -101299,17 +101343,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest" + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -101343,16 +101386,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest" + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -101386,16 +101429,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest" + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -101429,160 +101473,159 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest" + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [], "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestAppScope", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestDirectoryScope", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestPrincipal", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestRoleDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule" + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryRoleEligibilityScheduleRequestTargetSchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", - "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/transitiveRoleAssignments", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -101610,205 +101653,206 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/transitiveRoleAssignments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", - "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignment" + "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignment", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [], "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignmentDirectoryScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignmentPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignmentPrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementDirectoryTransitiveRoleAssignmentRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphRbacApplication", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRbacApplication", - "Command": "Get-MgRoleManagementEntitlementManagement" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagement", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphRbacApplication1", "Variants": [ "Get1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRbacApplication1", - "Command": "Get-MgRoleManagementEntitlementManagement" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagement", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -101848,17 +101892,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment" + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/entitlementManagement/roleAssignments", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -101898,16 +101941,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment" + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/entitlementManagement/roleAssignments", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -101947,16 +101990,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment" + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -101996,529 +102040,529 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment" + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphApproval", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentApproval" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentApproval", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphApproval", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentApproval" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentApproval", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphApprovalStep", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphApprovalStep", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentDirectoryScope", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentPrincipal", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentRoleDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}/activatedUsing", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleActivatedUsing", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}/activatedUsing", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceActivatedUsing", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/activatedUsing", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestActivatedUsing", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestAppScope", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/directoryScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestDirectoryScope", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/principal", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestPrincipal", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/roleDefinition", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestRoleDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/targetSchedule", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequestTargetSchedule", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -102558,17 +102602,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition" + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -102650,16 +102693,16 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition" + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/entitlementManagement/roleDefinitions", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -102741,16 +102784,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition" + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -102790,703 +102834,703 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition" + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestAppScope", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/directoryScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestDirectoryScope", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/principal", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestPrincipal", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/roleDefinition", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestRoleDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/targetSchedule", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequestTargetSchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", - "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", - "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentDirectoryScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentPrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacApplication", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacApplication", - "Command": "Get-MgRoleManagementExchange" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementExchange", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", - "Command": "Get-MgRoleManagementExchangeResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementExchangeResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/resourceNamespaces", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", - "Command": "Get-MgRoleManagementExchangeResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementExchangeResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", - "Command": "Get-MgRoleManagementExchangeResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementExchangeResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", - "Command": "Get-MgRoleManagementExchangeResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementExchangeResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceScope", - "Command": "Get-MgRoleManagementExchangeResourceNamespaceResourceActionResourceScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementExchangeResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", - "Command": "Get-MgRoleManagementExchangeRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementExchangeRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleAssignments", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", - "Command": "Get-MgRoleManagementExchangeRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementExchangeRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "Get-MgRoleManagementExchangeRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementExchangeRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementExchangeRoleAssignmentDirectoryScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementExchangeRoleAssignmentDirectoryScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/principal", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementExchangeRoleAssignmentPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementExchangeRoleAssignmentPrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementExchangeRoleAssignmentRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementExchangeRoleAssignmentRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementExchangeRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementExchangeRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleDefinitions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementExchangeRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementExchangeRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementExchangeRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementExchangeRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementExchangeRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementExchangeRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", - "Command": "Get-MgRoleManagementExchangeTransitiveRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementExchangeTransitiveRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/transitiveRoleAssignments", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", - "Command": "Get-MgRoleManagementExchangeTransitiveRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementExchangeTransitiveRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "Get-MgRoleManagementExchangeTransitiveRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementExchangeTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/directoryScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementExchangeTransitiveRoleAssignmentDirectoryScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/principal", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgRoleManagementExchangeTransitiveRoleAssignmentPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Get-MgRoleManagementExchangeTransitiveRoleAssignmentPrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/roleDefinition", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "Get-MgRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgRoleManagementExchangeTransitiveRoleAssignmentRoleDefinition", + "ApiVersion": "beta" }, { + "Uri": "/schemaExtensions/{schemaExtension-id}", "Module": "SchemaExtensions", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -103502,17 +103546,16 @@ "IsAdmin": false } ], - "Uri": "/schemaExtensions/{schemaExtension-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchemaExtension", - "Command": "Get-MgSchemaExtension" + "Command": "Get-MgSchemaExtension", + "ApiVersion": "beta" }, { + "Uri": "/schemaExtensions", "Module": "SchemaExtensions", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -103528,16 +103571,16 @@ "IsAdmin": false } ], - "Uri": "/schemaExtensions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchemaExtension", - "Command": "Get-MgSchemaExtension" + "Command": "Get-MgSchemaExtension", + "ApiVersion": "beta" }, { + "Uri": "/schemaExtensions", "Module": "SchemaExtensions", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -103553,16 +103596,17 @@ "IsAdmin": false } ], - "Uri": "/schemaExtensions", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchemaExtension", - "Command": "Get-MgSchemaExtension" + "Command": "Get-MgSchemaExtension", + "ApiVersion": "v1.0" }, { + "Uri": "/schemaExtensions/{schemaExtension-id}", "Module": "SchemaExtensions", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -103578,17 +103622,17 @@ "IsAdmin": false } ], - "Uri": "/schemaExtensions/{schemaExtension-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchemaExtension", - "Command": "Get-MgSchemaExtension" + "Command": "Get-MgSchemaExtension", + "ApiVersion": "v1.0" }, { + "Uri": "/search/acronyms/{acronym-id}", "Module": "Search", + "OutputType": "IMicrosoftGraphSearchAcronym", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -103604,17 +103648,16 @@ "IsAdmin": true } ], - "Uri": "/search/acronyms/{acronym-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchAcronym", - "Command": "Get-MgSearchAcronym" + "Command": "Get-MgSearchAcronym", + "ApiVersion": "beta" }, { + "Uri": "/search/acronyms", "Module": "Search", + "OutputType": "IMicrosoftGraphSearchAcronym", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -103630,16 +103673,17 @@ "IsAdmin": true } ], - "Uri": "/search/acronyms", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchAcronym", - "Command": "Get-MgSearchAcronym" + "Command": "Get-MgSearchAcronym", + "ApiVersion": "beta" }, { + "Uri": "/search/bookmarks/{bookmark-id}", "Module": "Search", + "OutputType": "IMicrosoftGraphSearchBookmark", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -103655,17 +103699,16 @@ "IsAdmin": true } ], - "Uri": "/search/bookmarks/{bookmark-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchBookmark", - "Command": "Get-MgSearchBookmark" + "Command": "Get-MgSearchBookmark", + "ApiVersion": "beta" }, { + "Uri": "/search/bookmarks", "Module": "Search", + "OutputType": "IMicrosoftGraphSearchBookmark", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -103681,40 +103724,41 @@ "IsAdmin": true } ], - "Uri": "/search/bookmarks", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchBookmark", - "Command": "Get-MgSearchBookmark" + "Command": "Get-MgSearchBookmark", + "ApiVersion": "beta" }, { - "Module": "Search", - "Method": "GET", - "Permissions": [], "Uri": "/search", + "Module": "Search", + "OutputType": "IMicrosoftGraphSearchEntity", "Variants": [ "Get1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchEntity", - "Command": "Get-MgSearchEntity" - }, - { - "Module": "Search", "Method": "GET", "Permissions": [], + "Command": "Get-MgSearchEntity", + "ApiVersion": "beta" + }, + { "Uri": "/search", + "Module": "Search", + "OutputType": null, "Variants": [ "Get" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgSearchEntity" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSearchEntity", + "ApiVersion": "v1.0" }, { + "Uri": "/search/qnas/{qna-id}", "Module": "Search", + "OutputType": "IMicrosoftGraphSearchQna", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -103730,17 +103774,16 @@ "IsAdmin": true } ], - "Uri": "/search/qnas/{qna-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchQna", - "Command": "Get-MgSearchQna" + "Command": "Get-MgSearchQna", + "ApiVersion": "beta" }, { + "Uri": "/search/qnas", "Module": "Search", + "OutputType": "IMicrosoftGraphSearchQna", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -103756,16 +103799,17 @@ "IsAdmin": true } ], - "Uri": "/search/qnas", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchQna", - "Command": "Get-MgSearchQna" + "Command": "Get-MgSearchQna", + "ApiVersion": "beta" }, { + "Uri": "/security/securityActions/{securityAction-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityAction", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "N/A", @@ -103773,17 +103817,16 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/security/securityActions/{securityAction-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAction", - "Command": "Get-MgSecurityAction" + "Command": "Get-MgSecurityAction", + "ApiVersion": "beta" }, { + "Uri": "/security/securityActions", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityAction", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "N/A", @@ -103791,16 +103834,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/security/securityActions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAction", - "Command": "Get-MgSecurityAction" + "Command": "Get-MgSecurityAction", + "ApiVersion": "beta" }, { + "Uri": "/security/alerts/{alert-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphAlert", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -103816,17 +103860,16 @@ "IsAdmin": true } ], - "Uri": "/security/alerts/{alert-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAlert", - "Command": "Get-MgSecurityAlert" + "Command": "Get-MgSecurityAlert", + "ApiVersion": "beta" }, { + "Uri": "/security/alerts", "Module": "Security", + "OutputType": "IMicrosoftGraphAlert", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -103842,16 +103885,16 @@ "IsAdmin": true } ], - "Uri": "/security/alerts", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAlert", - "Command": "Get-MgSecurityAlert" + "Command": "Get-MgSecurityAlert", + "ApiVersion": "beta" }, { + "Uri": "/security/alerts", "Module": "Security", + "OutputType": "IMicrosoftGraphAlert", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -103867,16 +103910,17 @@ "IsAdmin": true } ], - "Uri": "/security/alerts", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAlert", - "Command": "Get-MgSecurityAlert" + "Command": "Get-MgSecurityAlert", + "ApiVersion": "v1.0" }, { + "Uri": "/security/alerts/{alert-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphAlert", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -103892,17 +103936,17 @@ "IsAdmin": true } ], - "Uri": "/security/alerts/{alert-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAlert", - "Command": "Get-MgSecurityAlert" + "Command": "Get-MgSecurityAlert", + "ApiVersion": "v1.0" }, { + "Uri": "/security/alerts_v2/{alert-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityAlert1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -103918,17 +103962,16 @@ "IsAdmin": true } ], - "Uri": "/security/alerts_v2/{alert-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAlert1", - "Command": "Get-MgSecurityAlertV2" + "Command": "Get-MgSecurityAlertV2", + "ApiVersion": "beta" }, { + "Uri": "/security/alerts_v2", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityAlert1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -103944,16 +103987,16 @@ "IsAdmin": true } ], - "Uri": "/security/alerts_v2", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAlert1", - "Command": "Get-MgSecurityAlertV2" + "Command": "Get-MgSecurityAlertV2", + "ApiVersion": "beta" }, { + "Uri": "/security/alerts_v2", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityAlert", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -103969,16 +104012,17 @@ "IsAdmin": true } ], - "Uri": "/security/alerts_v2", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityAlert", - "Command": "Get-MgSecurityAlertV2" + "Command": "Get-MgSecurityAlertV2", + "ApiVersion": "v1.0" }, { + "Uri": "/security/alerts_v2/{alert-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityAlert", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -103994,31 +104038,30 @@ "IsAdmin": true } ], - "Uri": "/security/alerts_v2/{alert-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityAlert", - "Command": "Get-MgSecurityAlertV2" + "Command": "Get-MgSecurityAlertV2", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/attackSimulation", + "Module": "Security", + "OutputType": "IMicrosoftGraphAttackSimulationRoot1", "Variants": [ "Get", "Get1", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttackSimulationRoot1", - "Command": "Get-MgSecurityAttackSimulation" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityAttackSimulation", + "ApiVersion": "beta" }, { + "Uri": "/security/attackSimulation/simulations", "Module": "Security", + "OutputType": "IMicrosoftGraphSimulation1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "AttackSimulation.Read.All", @@ -104026,16 +104069,16 @@ "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Uri": "/security/attackSimulation/simulations", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSimulation1", - "Command": "Get-MgSecurityAttackSimulation" + "Command": "Get-MgSecurityAttackSimulation", + "ApiVersion": "beta" }, { + "Uri": "/security/attackSimulation/simulations", "Module": "Security", + "OutputType": "IMicrosoftGraphSimulation", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "AttackSimulation.Read.All", @@ -104043,48 +104086,31 @@ "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Uri": "/security/attackSimulation/simulations", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSimulation", - "Command": "Get-MgSecurityAttackSimulation" + "Command": "Get-MgSecurityAttackSimulation", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/attackSimulation", + "Module": "Security", + "OutputType": "IMicrosoftGraphAttackSimulationRoot", "Variants": [ "Get2", "Get3", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttackSimulationRoot", - "Command": "Get-MgSecurityAttackSimulation" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityAttackSimulation", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "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 - }, "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSimulationAutomation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSimulationAutomation", - "Command": "Get-MgSecurityAttackSimulationAutomation" - }, - { - "Module": "Security", "Method": "GET", "Permissions": { "Name": "AttackSimulation.Read.All", @@ -104092,16 +104118,16 @@ "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, + "Command": "Get-MgSecurityAttackSimulationAutomation", + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/simulationAutomations", + "Module": "Security", + "OutputType": "IMicrosoftGraphSimulationAutomation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSimulationAutomation", - "Command": "Get-MgSecurityAttackSimulationAutomation" - }, - { - "Module": "Security", "Method": "GET", "Permissions": { "Name": "AttackSimulation.Read.All", @@ -104109,16 +104135,16 @@ "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, + "Command": "Get-MgSecurityAttackSimulationAutomation", + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/simulationAutomations", + "Module": "Security", + "OutputType": "IMicrosoftGraphSimulationAutomation", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSimulationAutomation", - "Command": "Get-MgSecurityAttackSimulationAutomation" - }, - { - "Module": "Security", "Method": "GET", "Permissions": { "Name": "AttackSimulation.Read.All", @@ -104126,30 +104152,47 @@ "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, + "Command": "Get-MgSecurityAttackSimulationAutomation", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSimulationAutomation", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSimulationAutomation", - "Command": "Get-MgSecurityAttackSimulationAutomation" + "Method": "GET", + "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 + }, + "Command": "Get-MgSecurityAttackSimulationAutomation", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSimulationAutomationRun", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "Command": "Get-MgSecurityAttackSimulationAutomationRun" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityAttackSimulationAutomationRun", + "ApiVersion": "beta" }, { + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", "Module": "Security", + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "AttackSimulation.Read.All", @@ -104157,16 +104200,16 @@ "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "Command": "Get-MgSecurityAttackSimulationAutomationRun" + "Command": "Get-MgSecurityAttackSimulationAutomationRun", + "ApiVersion": "beta" }, { + "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", "Module": "Security", + "OutputType": "IMicrosoftGraphSimulationAutomationRun", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "AttackSimulation.Read.All", @@ -104174,29 +104217,30 @@ "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "Command": "Get-MgSecurityAttackSimulationAutomationRun" + "Command": "Get-MgSecurityAttackSimulationAutomationRun", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSimulationAutomationRun", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "Command": "Get-MgSecurityAttackSimulationAutomationRun" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityAttackSimulationAutomationRun", + "ApiVersion": "v1.0" }, { + "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphAttackSimulationOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "AttackSimulation.Read.All", @@ -104204,49 +104248,31 @@ "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, - "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", - "Command": "Get-MgSecurityAttackSimulationOperation" + "Command": "Get-MgSecurityAttackSimulationOperation", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/attackSimulation/operations", + "Module": "Security", + "OutputType": "IMicrosoftGraphAttackSimulationOperation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", - "Command": "Get-MgSecurityAttackSimulationOperation" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityAttackSimulationOperation", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "GET", - "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 - }, "Uri": "/security/attackSimulation/payloads/{payload-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphPayload", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPayload", - "Command": "Get-MgSecurityAttackSimulationPayload" - }, - { - "Module": "Security", "Method": "GET", "Permissions": { "Name": "AttackSimulation.Read.All", @@ -104254,66 +104280,58 @@ "FullDescription": "Allows the app to read attack simulation and training data for an organization on your behalf.", "IsAdmin": true }, + "Command": "Get-MgSecurityAttackSimulationPayload", + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/payloads", + "Module": "Security", + "OutputType": "IMicrosoftGraphPayload", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPayload", - "Command": "Get-MgSecurityAttackSimulationPayload" + "Method": "GET", + "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 + }, + "Command": "Get-MgSecurityAttackSimulationPayload", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/cases", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityCasesRoot1", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCasesRoot1", - "Command": "Get-MgSecurityCase" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCase", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityCasesRoot", "Variants": [ "Get1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityCasesRoot", - "Command": "Get-MgSecurityCase" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityCase", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "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.", - "IsAdmin": true - }, - { - "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 - } - ], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase1", - "Command": "Get-MgSecurityCaseEdiscoveryCase" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [ { @@ -104329,16 +104347,16 @@ "IsAdmin": true } ], + "Command": "Get-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase1", - "Command": "Get-MgSecurityCaseEdiscoveryCase" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [ { @@ -104354,16 +104372,16 @@ "IsAdmin": true } ], + "Command": "Get-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "Command": "Get-MgSecurityCaseEdiscoveryCase" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [ { @@ -104379,17 +104397,17 @@ "IsAdmin": true } ], + "Command": "Get-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "Command": "Get-MgSecurityCaseEdiscoveryCase" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [ { @@ -104405,17 +104423,17 @@ "IsAdmin": true } ], + "Command": "Get-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [ { @@ -104431,16 +104449,16 @@ "IsAdmin": true } ], + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [ { @@ -104456,16 +104474,16 @@ "IsAdmin": true } ], + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [ { @@ -104481,17 +104499,17 @@ "IsAdmin": true } ], + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [ { @@ -104507,17 +104525,17 @@ "IsAdmin": true } ], + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [ { @@ -104533,30 +104551,55 @@ "IsAdmin": true } ], + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/lastIndexOperation", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation" + "Method": "GET", + "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.", + "IsAdmin": true + }, + { + "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 + } + ], + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianLastIndexOperation", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecuritySiteSource1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySiteSource1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", "Module": "Security", + "OutputType": "IMicrosoftGraphSecuritySiteSource1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -104572,16 +104615,16 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySiteSource1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource" + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", "Module": "Security", + "OutputType": "IMicrosoftGraphSecuritySiteSource", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -104597,68 +104640,68 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource" + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", + "Module": "Security", + "OutputType": "IMicrosoftGraphSite", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}/site", + "Module": "Security", + "OutputType": "IMicrosoftGraphSite1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianSiteSourceSite", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -104674,16 +104717,16 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource" + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -104699,68 +104742,68 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource" + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "Module": "Security", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}/group", + "Module": "Security", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSourceGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityUserSource", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -104776,16 +104819,16 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource" + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -104801,29 +104844,30 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource" + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityUserSource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -104839,17 +104883,16 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", - "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHold" + "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHold", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -104865,67 +104908,67 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", - "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHold" + "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHold", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecuritySiteSource1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySiteSource1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecuritySiteSource1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySiteSource1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}/site", + "Module": "Security", + "OutputType": "IMicrosoftGraphSite", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", - "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSourceSite", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityUserSource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -104941,16 +104984,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource" + "Command": "Get-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -104966,41 +105010,41 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource" + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -105016,43 +105060,43 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource" + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/lastIndexOperation", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryIndexOperation", - "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceLastIndexOperation", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "eDiscovery.ReadWrite.All", @@ -105060,17 +105104,16 @@ "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 }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation" + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -105086,16 +105129,16 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation" + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -105111,16 +105154,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation" + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "eDiscovery.ReadWrite.All", @@ -105128,30 +105172,29 @@ "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 }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation" + "Command": "Get-MgSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -105167,16 +105210,16 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet" + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -105192,29 +105235,30 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet" + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -105230,17 +105274,16 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFile" + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFile", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -105256,29 +105299,30 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFile" + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFile", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", + "Module": "Security", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileContent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileContent", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -105294,30 +105338,30 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/custodian", + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileCustodian", + "ApiVersion": "beta" + }, + { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", + "Module": "Security", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileCustodian" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}", "Module": "Security", - "Method": "GET", - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [ { @@ -105333,29 +105377,29 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags/{ediscoveryReviewTag-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileTag" + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileTag", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/tags", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileTag" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetFileTag", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -105371,17 +105415,16 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery" + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -105397,16 +105440,16 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery" + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -105422,16 +105465,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery" + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -105447,17 +105491,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery" + "Command": "Get-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -105473,17 +105517,16 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch" + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -105499,16 +105542,16 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch" + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -105524,16 +105567,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch" + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -105549,30 +105593,29 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch" + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityDataSource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "eDiscovery.ReadWrite.All", @@ -105580,16 +105623,16 @@ "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 }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource" + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "eDiscovery.ReadWrite.All", @@ -105597,68 +105640,68 @@ "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 }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource" + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityDataSource", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation" + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/addToReviewSetOperation", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryAddToReviewSetOperation", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchAddToReviewSetOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityDataSource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "eDiscovery.ReadWrite.All", @@ -105666,16 +105709,16 @@ "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 }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource" + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityDataSource", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "eDiscovery.ReadWrite.All", @@ -105683,29 +105726,30 @@ "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 }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource" + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/custodianSources/{dataSource-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityDataSource", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchCustodianSource", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -105721,17 +105765,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation" + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -105747,30 +105791,29 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/lastEstimateStatisticsOperation", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryEstimateOperation", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation" + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchLastEstimateStatisticsOperation", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "eDiscovery.ReadWrite.All", @@ -105778,16 +105821,16 @@ "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 }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource" + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "eDiscovery.ReadWrite.All", @@ -105795,29 +105838,30 @@ "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 }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource" + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/noncustodialSources/{ediscoveryNoncustodialDataSource-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseSearchNoncustodialSource", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -105833,17 +105877,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting" + "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -105859,17 +105903,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCaseSettings", - "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting" + "Command": "Get-MgSecurityCaseEdiscoveryCaseSetting", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -105885,17 +105929,16 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTag" + "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -105911,16 +105954,16 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTag" + "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -105936,16 +105979,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTag" + "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -105961,193 +106005,193 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTag" + "Command": "Get-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/childTags/{ediscoveryReviewTag-id1}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagChildTag", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}/parent", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", - "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCaseEdiscoveryCaseTagParent", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", - "Command": "Get-MgSecurityCloudAppSecurityProfile" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCloudAppSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/cloudAppSecurityProfiles", + "Module": "Security", + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", - "Command": "Get-MgSecurityCloudAppSecurityProfile" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityCloudAppSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphDomainSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomainSecurityProfile", - "Command": "Get-MgSecurityDomainSecurityProfile" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityDomainSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/domainSecurityProfiles", + "Module": "Security", + "OutputType": "IMicrosoftGraphDomainSecurityProfile", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomainSecurityProfile", - "Command": "Get-MgSecurityDomainSecurityProfile" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityDomainSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphFileSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFileSecurityProfile", - "Command": "Get-MgSecurityFileSecurityProfile" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityFileSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/fileSecurityProfiles", + "Module": "Security", + "OutputType": "IMicrosoftGraphFileSecurityProfile", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFileSecurityProfile", - "Command": "Get-MgSecurityFileSecurityProfile" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityFileSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphHostSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHostSecurityProfile", - "Command": "Get-MgSecurityHostSecurityProfile" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityHostSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/hostSecurityProfiles", + "Module": "Security", + "OutputType": "IMicrosoftGraphHostSecurityProfile", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHostSecurityProfile", - "Command": "Get-MgSecurityHostSecurityProfile" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityHostSecurityProfile", + "ApiVersion": "beta" }, { + "Uri": "/security/incidents/{incident-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityIncident1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -106163,17 +106207,16 @@ "IsAdmin": true } ], - "Uri": "/security/incidents/{incident-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIncident1", - "Command": "Get-MgSecurityIncident" + "Command": "Get-MgSecurityIncident", + "ApiVersion": "beta" }, { + "Uri": "/security/incidents", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityIncident1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -106189,16 +106232,16 @@ "IsAdmin": true } ], - "Uri": "/security/incidents", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIncident1", - "Command": "Get-MgSecurityIncident" + "Command": "Get-MgSecurityIncident", + "ApiVersion": "beta" }, { + "Uri": "/security/incidents", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityIncident", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -106214,16 +106257,17 @@ "IsAdmin": true } ], - "Uri": "/security/incidents", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityIncident", - "Command": "Get-MgSecurityIncident" + "Command": "Get-MgSecurityIncident", + "ApiVersion": "v1.0" }, { + "Uri": "/security/incidents/{incident-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityIncident", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -106239,79 +106283,78 @@ "IsAdmin": true } ], - "Uri": "/security/incidents/{incident-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityIncident", - "Command": "Get-MgSecurityIncident" + "Command": "Get-MgSecurityIncident", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityAlert1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAlert1", - "Command": "Get-MgSecurityIncidentAlert" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityIncidentAlert", + "ApiVersion": "beta" + }, + { "Uri": "/security/incidents/{incident-id}/alerts", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityAlert1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAlert1", - "Command": "Get-MgSecurityIncidentAlert" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityIncidentAlert", + "ApiVersion": "beta" + }, + { "Uri": "/security/incidents/{incident-id}/alerts", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityAlert", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityAlert", - "Command": "Get-MgSecurityIncidentAlert" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityIncidentAlert", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/incidents/{incident-id}/alerts/{alert-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityAlert", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityAlert", - "Command": "Get-MgSecurityIncidentAlert" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityIncidentAlert", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/informationProtection", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityInformationProtection", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityInformationProtection", - "Command": "Get-MgSecurityInformationProtection" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityInformationProtection", + "ApiVersion": "beta" }, { + "Uri": "/security/informationProtection/labelPolicySettings", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": { "Name": "InformationProtectionPolicy.Read", @@ -106319,16 +106362,17 @@ "FullDescription": "Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.", "IsAdmin": false }, - "Uri": "/security/informationProtection/labelPolicySettings", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionPolicySetting", - "Command": "Get-MgSecurityInformationProtectionLabelPolicySetting" + "Command": "Get-MgSecurityInformationProtectionLabelPolicySetting", + "ApiVersion": "beta" }, { + "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "InformationProtectionPolicy.Read", @@ -106336,17 +106380,16 @@ "FullDescription": "Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.", "IsAdmin": false }, - "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "Command": "Get-MgSecurityInformationProtectionSensitivityLabel" + "Command": "Get-MgSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta" }, { + "Uri": "/security/informationProtection/sensitivityLabels", "Module": "Security", + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "InformationProtectionPolicy.Read", @@ -106354,79 +106397,80 @@ "FullDescription": "Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.", "IsAdmin": false }, - "Uri": "/security/informationProtection/sensitivityLabels", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "Command": "Get-MgSecurityInformationProtectionSensitivityLabel" + "Command": "Get-MgSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "Command": "Get-MgSecurityInformationProtectionSensitivityLabelParent" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityInformationProtectionSensitivityLabelParent", + "ApiVersion": "beta" + }, + { "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphIPSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIPSecurityProfile", - "Command": "Get-MgSecurityIPSecurityProfile" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityIPSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/ipSecurityProfiles", + "Module": "Security", + "OutputType": "IMicrosoftGraphIPSecurityProfile", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIPSecurityProfile", - "Command": "Get-MgSecurityIPSecurityProfile" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityIPSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/labels", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityLabelsRoot", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityLabelsRoot", - "Command": "Get-MgSecurityLabel" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/retentionEventType", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "Command": "Get-MgSecurityLabelRetentionEventType" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityLabelRetentionEventType", + "ApiVersion": "beta" }, { + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -106442,17 +106486,16 @@ "IsAdmin": true } ], - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", - "Command": "Get-MgSecurityLabelRetentionLabel" + "Command": "Get-MgSecurityLabelRetentionLabel", + "ApiVersion": "beta" }, { + "Uri": "/security/labels/retentionLabels", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -106468,66 +106511,67 @@ "IsAdmin": true } ], - "Uri": "/security/labels/retentionLabels", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", - "Command": "Get-MgSecurityLabelRetentionLabel" + "Command": "Get-MgSecurityLabelRetentionLabel", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", - "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "beta" + }, + { "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", - "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "beta" + }, + { "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphProviderTenantSetting", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProviderTenantSetting", - "Command": "Get-MgSecurityProviderTenantSetting" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityProviderTenantSetting", + "ApiVersion": "beta" + }, + { "Uri": "/security/providerTenantSettings", + "Module": "Security", + "OutputType": "IMicrosoftGraphProviderTenantSetting", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProviderTenantSetting", - "Command": "Get-MgSecurityProviderTenantSetting" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityProviderTenantSetting", + "ApiVersion": "beta" }, { + "Uri": "/security/secureScores/{secureScore-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecureScore", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -106543,17 +106587,16 @@ "IsAdmin": true } ], - "Uri": "/security/secureScores/{secureScore-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecureScore", - "Command": "Get-MgSecuritySecureScore" + "Command": "Get-MgSecuritySecureScore", + "ApiVersion": "beta" }, { + "Uri": "/security/secureScores", "Module": "Security", + "OutputType": "IMicrosoftGraphSecureScore", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -106569,16 +106612,16 @@ "IsAdmin": true } ], - "Uri": "/security/secureScores", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecureScore", - "Command": "Get-MgSecuritySecureScore" + "Command": "Get-MgSecuritySecureScore", + "ApiVersion": "beta" }, { + "Uri": "/security/secureScores", "Module": "Security", + "OutputType": "IMicrosoftGraphSecureScore", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -106594,16 +106637,17 @@ "IsAdmin": true } ], - "Uri": "/security/secureScores", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecureScore", - "Command": "Get-MgSecuritySecureScore" + "Command": "Get-MgSecuritySecureScore", + "ApiVersion": "v1.0" }, { + "Uri": "/security/secureScores/{secureScore-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecureScore", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -106619,17 +106663,17 @@ "IsAdmin": true } ], - "Uri": "/security/secureScores/{secureScore-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecureScore", - "Command": "Get-MgSecuritySecureScore" + "Command": "Get-MgSecuritySecureScore", + "ApiVersion": "v1.0" }, { + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -106645,17 +106689,16 @@ "IsAdmin": true } ], - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "Command": "Get-MgSecuritySecureScoreControlProfile" + "Command": "Get-MgSecuritySecureScoreControlProfile", + "ApiVersion": "beta" }, { + "Uri": "/security/secureScoreControlProfiles", "Module": "Security", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -106671,16 +106714,16 @@ "IsAdmin": true } ], - "Uri": "/security/secureScoreControlProfiles", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "Command": "Get-MgSecuritySecureScoreControlProfile" + "Command": "Get-MgSecuritySecureScoreControlProfile", + "ApiVersion": "beta" }, { + "Uri": "/security/secureScoreControlProfiles", "Module": "Security", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -106696,16 +106739,17 @@ "IsAdmin": true } ], - "Uri": "/security/secureScoreControlProfiles", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "Command": "Get-MgSecuritySecureScoreControlProfile" + "Command": "Get-MgSecuritySecureScoreControlProfile", + "ApiVersion": "v1.0" }, { + "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -106721,17 +106765,17 @@ "IsAdmin": true } ], - "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "Command": "Get-MgSecuritySecureScoreControlProfile" + "Command": "Get-MgSecuritySecureScoreControlProfile", + "ApiVersion": "v1.0" }, { + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -106747,17 +106791,16 @@ "IsAdmin": true } ], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "Command": "Get-MgSecuritySubjectRightsRequest" + "Command": "Get-MgSecuritySubjectRightsRequest", + "ApiVersion": "beta" }, { + "Uri": "/security/subjectRightsRequests", "Module": "Security", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -106773,66 +106816,93 @@ "IsAdmin": true } ], - "Uri": "/security/subjectRightsRequests", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "Command": "Get-MgSecuritySubjectRightsRequest" + "Command": "Get-MgSecuritySubjectRightsRequest", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Get-MgSecuritySubjectRightsRequestApprover" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecuritySubjectRightsRequestApprover", + "ApiVersion": "beta" + }, + { "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers", + "Module": "Security", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Get-MgSecuritySubjectRightsRequestApprover" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecuritySubjectRightsRequestApprover", + "ApiVersion": "beta" }, { + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", "Module": "Security", + "OutputType": "IMicrosoftGraphMailboxSettings1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [], + "Command": "Get-MgSecuritySubjectRightsRequestApproverMailboxSetting", + "ApiVersion": "beta" + }, + { "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Get-MgSecuritySubjectRightsRequestCollaborator" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", + "ApiVersion": "beta" }, { + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", "Module": "Security", + "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators", + "Command": "Get-MgSecuritySubjectRightsRequestCollaborator", + "ApiVersion": "beta" + }, + { + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", + "Module": "Security", + "OutputType": "IMicrosoftGraphMailboxSettings1", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Get-MgSecuritySubjectRightsRequestCollaborator" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", + "ApiVersion": "beta" }, { + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", "Module": "Security", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -106848,43 +106918,42 @@ "IsAdmin": true } ], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalAttachment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgSecuritySubjectRightsRequestFinalAttachment" + "Command": "Get-MgSecuritySubjectRightsRequestFinalAttachment", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/getFinalReport", + "Module": "Security", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgSecuritySubjectRightsRequestFinalReport" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecuritySubjectRightsRequestFinalReport", + "ApiVersion": "beta" + }, + { "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphAuthoredNote", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthoredNote", - "Command": "Get-MgSecuritySubjectRightsRequestNote" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecuritySubjectRightsRequestNote", + "ApiVersion": "beta" }, { + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", "Module": "Security", + "OutputType": "IMicrosoftGraphAuthoredNote", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -106900,518 +106969,519 @@ "IsAdmin": true } ], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthoredNote", - "Command": "Get-MgSecuritySubjectRightsRequestNote" + "Command": "Get-MgSecuritySubjectRightsRequestNote", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/team", + "Module": "Security", + "OutputType": "IMicrosoftGraphTeam", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeam", - "Command": "Get-MgSecuritySubjectRightsRequestTeam" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecuritySubjectRightsRequestTeam", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityThreatIntelligence", - "Command": "Get-MgSecurityThreatIntelligence" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligence", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/articles/{article-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityArticle", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityArticle", - "Command": "Get-MgSecurityThreatIntelligenceArticle" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceArticle", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/articles", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityArticle", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityArticle", - "Command": "Get-MgSecurityThreatIntelligenceArticle" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceArticle", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/articleIndicators", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", - "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityHost", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", - "Command": "Get-MgSecurityThreatIntelligenceHost" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHost", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityHost", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", - "Command": "Get-MgSecurityThreatIntelligenceHost" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHost", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityHostComponent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostComponent", - "Command": "Get-MgSecurityThreatIntelligenceHostComponent" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostComponent", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostComponents", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityHostComponent", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostComponent", - "Command": "Get-MgSecurityThreatIntelligenceHostComponent" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostComponent", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}/host", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityHost", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", - "Command": "Get-MgSecurityThreatIntelligenceHostComponentHost" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostComponentHost", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityHostCookie", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostCookie", - "Command": "Get-MgSecurityThreatIntelligenceHostCooky" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostCooky", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostCookies", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityHostCookie", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostCookie", - "Command": "Get-MgSecurityThreatIntelligenceHostCooky" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostCooky", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}/host", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityHost", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", - "Command": "Get-MgSecurityThreatIntelligenceHostCookyHost" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostCookyHost", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns/{passiveDnsRecord-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDns", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDns", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse/{passiveDnsRecord-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}/passiveDnsReverse", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostPassiveDnsReverse", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityHostReputation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostReputation", - "Command": "Get-MgSecurityThreatIntelligenceHostReputation" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostReputation", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers/{hostTracker-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityHostTracker", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostTracker", - "Command": "Get-MgSecurityThreatIntelligenceHostTracker" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostTracker", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}/trackers", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityHostTracker", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostTracker", - "Command": "Get-MgSecurityThreatIntelligenceHostTracker" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostTracker", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}/host", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityHost", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", - "Command": "Get-MgSecurityThreatIntelligenceHostTrackerHost" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceHostTrackerHost", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfile" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/intelProfiles", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfile" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators/{intelligenceProfileIndicator-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}/indicators", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceIntelProfileIndicator", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/passiveDnsRecords", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/artifact", + "Module": "Security", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordArtifact", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}/parentHost", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityHost", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", - "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligencePassiveDnsRecordParentHost", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityVulnerability", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityVulnerability", - "Command": "Get-MgSecurityThreatIntelligenceVulnerability" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceVulnerability", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/vulnerabilities", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityVulnerability", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityVulnerability", - "Command": "Get-MgSecurityThreatIntelligenceVulnerability" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceVulnerability", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles/{article-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityArticle", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityArticle", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/articles", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityArticle", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityArticle", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityArticle", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", - "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatSubmission", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityThreatSubmissionRoot", - "Command": "Get-MgSecurityThreatSubmission" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityThreatSubmission", + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -107439,17 +107509,16 @@ "IsAdmin": true } ], - "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", - "Command": "Get-MgSecurityThreatSubmissionEmailThreat" + "Command": "Get-MgSecurityThreatSubmissionEmailThreat", + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/emailThreats", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -107477,29 +107546,29 @@ "IsAdmin": true } ], - "Uri": "/security/threatSubmission/emailThreats", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", - "Command": "Get-MgSecurityThreatSubmissionEmailThreat" + "Command": "Get-MgSecurityThreatSubmissionEmailThreat", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", - "Command": "Get-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -107533,16 +107602,17 @@ "IsAdmin": false } ], - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", - "Command": "Get-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy" + "Command": "Get-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -107570,17 +107640,16 @@ "IsAdmin": true } ], - "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", - "Command": "Get-MgSecurityThreatSubmissionFileThreat" + "Command": "Get-MgSecurityThreatSubmissionFileThreat", + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/fileThreats", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -107608,16 +107677,17 @@ "IsAdmin": true } ], - "Uri": "/security/threatSubmission/fileThreats", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", - "Command": "Get-MgSecurityThreatSubmissionFileThreat" + "Command": "Get-MgSecurityThreatSubmissionFileThreat", + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -107645,17 +107715,16 @@ "IsAdmin": true } ], - "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", - "Command": "Get-MgSecurityThreatSubmissionUrlThreat" + "Command": "Get-MgSecurityThreatSubmissionUrlThreat", + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/urlThreats", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -107683,16 +107752,17 @@ "IsAdmin": true } ], - "Uri": "/security/threatSubmission/urlThreats", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", - "Command": "Get-MgSecurityThreatSubmissionUrlThreat" + "Command": "Get-MgSecurityThreatSubmissionUrlThreat", + "ApiVersion": "beta" }, { + "Uri": "/security/tiIndicators/{tiIndicator-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphTiIndicator", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "ThreatIndicators.ReadWrite.OwnedBy", @@ -107700,17 +107770,16 @@ "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 }, - "Uri": "/security/tiIndicators/{tiIndicator-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTiIndicator", - "Command": "Get-MgSecurityTiIndicator" + "Command": "Get-MgSecurityTiIndicator", + "ApiVersion": "beta" }, { + "Uri": "/security/tiIndicators", "Module": "Security", + "OutputType": "IMicrosoftGraphTiIndicator", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "ThreatIndicators.ReadWrite.OwnedBy", @@ -107718,40 +107787,41 @@ "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 }, - "Uri": "/security/tiIndicators", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTiIndicator", - "Command": "Get-MgSecurityTiIndicator" + "Command": "Get-MgSecurityTiIndicator", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/triggers", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityTriggersRoot", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityTriggersRoot", - "Command": "Get-MgSecurityTrigger" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityTrigger", + "ApiVersion": "beta" + }, + { "Uri": "/security/triggers", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityTriggersRoot", "Variants": [ "Get1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityTriggersRoot", - "Command": "Get-MgSecurityTrigger" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityTrigger", + "ApiVersion": "v1.0" }, { + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -107767,17 +107837,16 @@ "IsAdmin": true } ], - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "Command": "Get-MgSecurityTriggerRetentionEvent" + "Command": "Get-MgSecurityTriggerRetentionEvent", + "ApiVersion": "beta" }, { + "Uri": "/security/triggers/retentionEvents", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -107793,16 +107862,16 @@ "IsAdmin": true } ], - "Uri": "/security/triggers/retentionEvents", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "Command": "Get-MgSecurityTriggerRetentionEvent" + "Command": "Get-MgSecurityTriggerRetentionEvent", + "ApiVersion": "beta" }, { + "Uri": "/security/triggers/retentionEvents", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -107818,16 +107887,17 @@ "IsAdmin": true } ], - "Uri": "/security/triggers/retentionEvents", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "Command": "Get-MgSecurityTriggerRetentionEvent" + "Command": "Get-MgSecurityTriggerRetentionEvent", + "ApiVersion": "v1.0" }, { + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -107843,17 +107913,17 @@ "IsAdmin": true } ], - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "Command": "Get-MgSecurityTriggerRetentionEvent" + "Command": "Get-MgSecurityTriggerRetentionEvent", + "ApiVersion": "v1.0" }, { + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -107869,17 +107939,17 @@ "IsAdmin": true } ], - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "Command": "Get-MgSecurityTriggerRetentionEventType" + "Command": "Get-MgSecurityTriggerRetentionEventType", + "ApiVersion": "beta" }, { + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -107895,41 +107965,41 @@ "IsAdmin": true } ], - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}/retentionEventType", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "Command": "Get-MgSecurityTriggerRetentionEventType" + "Command": "Get-MgSecurityTriggerRetentionEventType", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/triggerTypes", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", - "Command": "Get-MgSecurityTriggerType" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityTriggerType", + "ApiVersion": "beta" + }, + { "Uri": "/security/triggerTypes", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", "Variants": [ "Get1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityTriggerTypesRoot", - "Command": "Get-MgSecurityTriggerType" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityTriggerType", + "ApiVersion": "v1.0" }, { + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -107945,17 +108015,16 @@ "IsAdmin": true } ], - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "Command": "Get-MgSecurityTriggerTypeRetentionEventType" + "Command": "Get-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "beta" }, { + "Uri": "/security/triggerTypes/retentionEventTypes", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -107971,16 +108040,16 @@ "IsAdmin": true } ], - "Uri": "/security/triggerTypes/retentionEventTypes", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "Command": "Get-MgSecurityTriggerTypeRetentionEventType" + "Command": "Get-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "beta" }, { + "Uri": "/security/triggerTypes/retentionEventTypes", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -107996,16 +108065,17 @@ "IsAdmin": true } ], - "Uri": "/security/triggerTypes/retentionEventTypes", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "Command": "Get-MgSecurityTriggerTypeRetentionEventType" + "Command": "Get-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "v1.0" }, { + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -108021,60 +108091,42 @@ "IsAdmin": true } ], - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "Command": "Get-MgSecurityTriggerTypeRetentionEventType" + "Command": "Get-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "GET", - "Permissions": [], "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "Module": "Security", + "OutputType": "IMicrosoftGraphUserSecurityProfile", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserSecurityProfile", - "Command": "Get-MgSecurityUserSecurityProfile" - }, - { - "Module": "Security", "Method": "GET", "Permissions": [], + "Command": "Get-MgSecurityUserSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/userSecurityProfiles", + "Module": "Security", + "OutputType": "IMicrosoftGraphUserSecurityProfile", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserSecurityProfile", - "Command": "Get-MgSecurityUserSecurityProfile" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSecurityUserSecurityProfile", + "ApiVersion": "beta" }, { - "Module": "Devices.ServiceAnnouncement", - "Method": "GET", - "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 - }, "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceHealth", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceHealth", - "Command": "Get-MgServiceAnnouncementHealthOverview" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "GET", "Permissions": { "Name": "ServiceHealth.Read.All", @@ -108082,16 +108134,16 @@ "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 }, + "Command": "Get-MgServiceAnnouncementHealthOverview", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceHealth", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceHealth", - "Command": "Get-MgServiceAnnouncementHealthOverview" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "GET", "Permissions": { "Name": "ServiceHealth.Read.All", @@ -108099,16 +108151,16 @@ "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 }, + "Command": "Get-MgServiceAnnouncementHealthOverview", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceHealth", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceHealth", - "Command": "Get-MgServiceAnnouncementHealthOverview" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "GET", "Permissions": { "Name": "ServiceHealth.Read.All", @@ -108116,85 +108168,85 @@ "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 }, + "Command": "Get-MgServiceAnnouncementHealthOverview", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceHealth", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceHealth", - "Command": "Get-MgServiceAnnouncementHealthOverview" + "Method": "GET", + "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 + }, + "Command": "Get-MgServiceAnnouncementHealthOverview", + "ApiVersion": "v1.0" }, { - "Module": "Devices.ServiceAnnouncement", - "Method": "GET", - "Permissions": [], "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "Command": "Get-MgServiceAnnouncementHealthOverviewIssue" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "GET", "Permissions": [], + "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "Command": "Get-MgServiceAnnouncementHealthOverviewIssue" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "GET", "Permissions": [], + "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "Command": "Get-MgServiceAnnouncementHealthOverviewIssue" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "GET", "Permissions": [], + "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "Command": "Get-MgServiceAnnouncementHealthOverviewIssue" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "v1.0" }, { - "Module": "Devices.ServiceAnnouncement", - "Method": "GET", - "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 - }, "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "Command": "Get-MgServiceAnnouncementIssue" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "GET", "Permissions": { "Name": "ServiceHealth.Read.All", @@ -108202,16 +108254,16 @@ "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 }, + "Command": "Get-MgServiceAnnouncementIssue", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/issues", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "Command": "Get-MgServiceAnnouncementIssue" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "GET", "Permissions": { "Name": "ServiceHealth.Read.All", @@ -108219,16 +108271,16 @@ "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 }, + "Command": "Get-MgServiceAnnouncementIssue", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/issues", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "Command": "Get-MgServiceAnnouncementIssue" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "GET", "Permissions": { "Name": "ServiceHealth.Read.All", @@ -108236,35 +108288,35 @@ "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 }, + "Command": "Get-MgServiceAnnouncementIssue", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "Command": "Get-MgServiceAnnouncementIssue" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "GET", "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.", + "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 }, + "Command": "Get-MgServiceAnnouncementIssue", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "Command": "Get-MgServiceAnnouncementMessage" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "GET", "Permissions": { "Name": "ServiceMessage.Read.All", @@ -108272,16 +108324,16 @@ "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 }, + "Command": "Get-MgServiceAnnouncementMessage", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "Command": "Get-MgServiceAnnouncementMessage" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "GET", "Permissions": { "Name": "ServiceMessage.Read.All", @@ -108289,16 +108341,16 @@ "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 }, + "Command": "Get-MgServiceAnnouncementMessage", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "Command": "Get-MgServiceAnnouncementMessage" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "GET", "Permissions": { "Name": "ServiceMessage.Read.All", @@ -108306,17 +108358,17 @@ "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 }, + "Command": "Get-MgServiceAnnouncementMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "Command": "Get-MgServiceAnnouncementMessage" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "GET", "Permissions": { "Name": "ServiceMessage.Read.All", @@ -108324,17 +108376,17 @@ "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 }, + "Command": "Get-MgServiceAnnouncementMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "Command": "Get-MgServiceAnnouncementMessageAttachment" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "GET", "Permissions": { "Name": "ServiceMessage.Read.All", @@ -108342,16 +108394,16 @@ "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 }, + "Command": "Get-MgServiceAnnouncementMessageAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "Command": "Get-MgServiceAnnouncementMessageAttachment" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "GET", "Permissions": { "Name": "ServiceMessage.Read.All", @@ -108359,16 +108411,16 @@ "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 }, + "Command": "Get-MgServiceAnnouncementMessageAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "Command": "Get-MgServiceAnnouncementMessageAttachment" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "GET", "Permissions": { "Name": "ServiceMessage.Read.All", @@ -108376,69 +108428,87 @@ "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 }, + "Command": "Get-MgServiceAnnouncementMessageAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "Command": "Get-MgServiceAnnouncementMessageAttachment" + "Method": "GET", + "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 + }, + "Command": "Get-MgServiceAnnouncementMessageAttachment", + "ApiVersion": "v1.0" }, { - "Module": "Devices.ServiceAnnouncement", - "Method": "GET", - "Permissions": [], "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "GET", "Permissions": [], + "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "GET", "Permissions": [], + "Command": "Get-MgServiceAnnouncementMessageAttachmentArchive", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgServiceAnnouncementMessageAttachmentContent" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "GET", "Permissions": [], + "Command": "Get-MgServiceAnnouncementMessageAttachmentContent", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgServiceAnnouncementMessageAttachmentContent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgServiceAnnouncementMessageAttachmentContent", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}", "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -108466,17 +108536,16 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Get-MgServicePrincipal" + "Command": "Get-MgServicePrincipal", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals", "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -108504,16 +108573,16 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Get-MgServicePrincipal" + "Command": "Get-MgServicePrincipal", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals", "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -108541,16 +108610,17 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Get-MgServicePrincipal" + "Command": "Get-MgServicePrincipal", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}", "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -108578,80 +108648,79 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Get-MgServicePrincipal" + "Command": "Get-MgServicePrincipal", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppManagementPolicy1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppManagementPolicy1", - "Command": "Get-MgServicePrincipalAppManagementPolicy" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgServicePrincipalAppManagementPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppManagementPolicy1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppManagementPolicy1", - "Command": "Get-MgServicePrincipalAppManagementPolicy" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgServicePrincipalAppManagementPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "Command": "Get-MgServicePrincipalAppManagementPolicy" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgServicePrincipalAppManagementPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/appManagementPolicies/{appManagementPolicy-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "Command": "Get-MgServicePrincipalAppManagementPolicy" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgServicePrincipalAppManagementPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", - "Command": "Get-MgServicePrincipalAppRoleAssignedTo" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -108679,16 +108748,16 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", - "Command": "Get-MgServicePrincipalAppRoleAssignedTo" + "Command": "Get-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -108716,42 +108785,42 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "Get-MgServicePrincipalAppRoleAssignedTo" + "Command": "Get-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "Get-MgServicePrincipalAppRoleAssignedTo" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", - "Command": "Get-MgServicePrincipalAppRoleAssignment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -108779,16 +108848,16 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", - "Command": "Get-MgServicePrincipalAppRoleAssignment" + "Command": "Get-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -108816,55 +108885,55 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "Get-MgServicePrincipalAppRoleAssignment" + "Command": "Get-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "Get-MgServicePrincipalAppRoleAssignment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "POST", - "Permissions": [], "Uri": "/servicePrincipals/getByIds", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgServicePrincipalById" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "Get-MgServicePrincipalById", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/getByIds", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgServicePrincipalById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgServicePrincipalById", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", "Module": "Applications", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -108886,16 +108955,16 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy1", - "Command": "Get-MgServicePrincipalClaimMappingPolicy" + "Command": "Get-MgServicePrincipalClaimMappingPolicy", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", "Module": "Applications", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -108917,16 +108986,16 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "Command": "Get-MgServicePrincipalClaimMappingPolicy" + "Command": "Get-MgServicePrincipalClaimMappingPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -108948,16 +109017,16 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef" + "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -108979,29 +109048,29 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef" + "Command": "Get-MgServicePrincipalClaimMappingPolicyByRef", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgServicePrincipalCreatedObject" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgServicePrincipalCreatedObject", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -109029,16 +109098,16 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgServicePrincipalCreatedObject" + "Command": "Get-MgServicePrincipalCreatedObject", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -109066,42 +109135,42 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgServicePrincipalCreatedObject" + "Command": "Get-MgServicePrincipalCreatedObject", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgServicePrincipalCreatedObject" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgServicePrincipalCreatedObject", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "Command": "Get-MgServicePrincipalDelegatedPermissionClassification" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", "Module": "Applications", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -109117,16 +109186,16 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "Command": "Get-MgServicePrincipalDelegatedPermissionClassification" + "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", "Module": "Applications", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -109142,29 +109211,29 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "Command": "Get-MgServicePrincipalDelegatedPermissionClassification" + "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "Command": "Get-MgServicePrincipalDelegatedPermissionClassification" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/delta", "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal1", + "Variants": [ + "Delta" + ], "Method": "GET", "Permissions": [ { @@ -109192,16 +109261,16 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/delta", - "Variants": [ - "Delta" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Get-MgServicePrincipalDelta" + "Command": "Get-MgServicePrincipalDelta", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/delta", "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "Delta1" + ], "Method": "GET", "Permissions": [ { @@ -109229,66 +109298,66 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/delta", - "Variants": [ - "Delta1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Get-MgServicePrincipalDelta" + "Command": "Get-MgServicePrincipalDelta", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Get-MgServicePrincipalEndpoint" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgServicePrincipalEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "Module": "Applications", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Get-MgServicePrincipalEndpoint" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgServicePrincipalEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "Module": "Applications", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Get-MgServicePrincipalEndpoint" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgServicePrincipalEndpoint", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Get-MgServicePrincipalEndpoint" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgServicePrincipalEndpoint", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", "Module": "Applications", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -109310,16 +109379,16 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy" + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", "Module": "Applications", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -109341,16 +109410,16 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy" + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -109372,16 +109441,16 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef" + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -109403,41 +109472,44 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef" + "Command": "Get-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphLicenseDetails", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLicenseDetails", - "Command": "Get-MgServicePrincipalLicenseDetail" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgServicePrincipalLicenseDetail", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", + "Module": "Applications", + "OutputType": "IMicrosoftGraphLicenseDetails", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLicenseDetails", - "Command": "Get-MgServicePrincipalLicenseDetail" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgServicePrincipalLicenseDetail", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -109501,19 +109573,19 @@ "IsAdmin": false } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgServicePrincipalMemberGroup" + "Command": "Get-MgServicePrincipalMemberGroup", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1", + "GetViaIdentity1", + "GetViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -109577,19 +109649,19 @@ "IsAdmin": false } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberGroups", - "Variants": [ - "Get1", - "GetExpanded1", - "GetViaIdentity1", - "GetViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgServicePrincipalMemberGroup" + "Command": "Get-MgServicePrincipalMemberGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -109659,19 +109731,19 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgServicePrincipalMemberObject" + "Command": "Get-MgServicePrincipalMemberObject", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1", + "GetViaIdentity1", + "GetViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -109741,32 +109813,29 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/getMemberObjects", - "Variants": [ - "Get1", - "GetExpanded1", - "GetViaIdentity1", - "GetViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgServicePrincipalMemberObject" + "Command": "Get-MgServicePrincipalMemberObject", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgServicePrincipalMemberOf" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgServicePrincipalMemberOf", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -109794,16 +109863,16 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgServicePrincipalMemberOf" + "Command": "Get-MgServicePrincipalMemberOf", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -109831,42 +109900,42 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgServicePrincipalMemberOf" + "Command": "Get-MgServicePrincipalMemberOf", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgServicePrincipalMemberOf" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgServicePrincipalMemberOf", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", - "Command": "Get-MgServicePrincipalOauth2PermissionGrant" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgServicePrincipalOauth2PermissionGrant", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", "Module": "Applications", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -109888,16 +109957,16 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", - "Command": "Get-MgServicePrincipalOauth2PermissionGrant" + "Command": "Get-MgServicePrincipalOauth2PermissionGrant", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", "Module": "Applications", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -109919,42 +109988,42 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "Command": "Get-MgServicePrincipalOauth2PermissionGrant" + "Command": "Get-MgServicePrincipalOauth2PermissionGrant", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "Command": "Get-MgServicePrincipalOauth2PermissionGrant" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgServicePrincipalOauth2PermissionGrant", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgServicePrincipalOwnedObject" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnedObject", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -109982,16 +110051,16 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgServicePrincipalOwnedObject" + "Command": "Get-MgServicePrincipalOwnedObject", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -110019,29 +110088,29 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgServicePrincipalOwnedObject" + "Command": "Get-MgServicePrincipalOwnedObject", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgServicePrincipalOwnedObject" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgServicePrincipalOwnedObject", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -110069,16 +110138,16 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgServicePrincipalOwner" + "Command": "Get-MgServicePrincipalOwner", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -110106,16 +110175,16 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgServicePrincipalOwner" + "Command": "Get-MgServicePrincipalOwner", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -110143,16 +110212,16 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgServicePrincipalOwnerByRef" + "Command": "Get-MgServicePrincipalOwnerByRef", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -110180,16 +110249,19 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgServicePrincipalOwnerByRef" + "Command": "Get-MgServicePrincipalOwnerByRef", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials", "Module": "Applications", + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -110211,37 +110283,17 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/getPasswordSingleSignOnCredentials", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", - "Command": "Get-MgServicePrincipalPasswordSingleSignOnCredentials" + "Command": "Get-MgServicePrincipalPasswordSingleSignOnCredentials", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "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 - }, "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "Command": "Get-MgServicePrincipalRiskDetection" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "IdentityRiskEvent.Read.All", @@ -110249,16 +110301,16 @@ "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 }, + "Command": "Get-MgServicePrincipalRiskDetection", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/servicePrincipalRiskDetections", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "Command": "Get-MgServicePrincipalRiskDetection" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "IdentityRiskEvent.Read.All", @@ -110266,16 +110318,16 @@ "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 }, + "Command": "Get-MgServicePrincipalRiskDetection", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/servicePrincipalRiskDetections", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "Command": "Get-MgServicePrincipalRiskDetection" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": { "Name": "IdentityRiskEvent.Read.All", @@ -110283,30 +110335,50 @@ "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 }, + "Command": "Get-MgServicePrincipalRiskDetection", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "Command": "Get-MgServicePrincipalRiskDetection" + "Method": "GET", + "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 + }, + "Command": "Get-MgServicePrincipalRiskDetection", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronization", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronization", - "Command": "Get-MgServicePrincipalSynchronization" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgServicePrincipalSynchronization", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Acquire", + "AcquireExpanded", + "AcquireViaIdentity", + "AcquireViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -110314,19 +110386,17 @@ "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": "/servicePrincipals/{servicePrincipal-id}/synchronization/acquireAccessToken", - "Variants": [ - "Acquire", - "AcquireExpanded", - "AcquireViaIdentity", - "AcquireViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgServicePrincipalSynchronizationAccessToken" + "Command": "Get-MgServicePrincipalSynchronizationAccessToken", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Directory.Read.All", @@ -110334,17 +110404,16 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "Command": "Get-MgServicePrincipalSynchronizationJob" + "Command": "Get-MgServicePrincipalSynchronizationJob", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronizationJob", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -110352,16 +110421,17 @@ "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": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "Command": "Get-MgServicePrincipalSynchronizationJob" + "Command": "Get-MgServicePrincipalSynchronizationJob", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronizationSchema", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Directory.Read.All", @@ -110369,60 +110439,42 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "Command": "Get-MgServicePrincipalSynchronizationJobSchema" + "Command": "Get-MgServicePrincipalSynchronizationJobSchema", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": { - "Name": "Directory.Read.All", - "Description": "Read directory data", - "FullDescription": "Allows the app to read data in your organization's directory.", - "IsAdmin": true - }, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "Command": "Get-MgServicePrincipalSynchronizationTemplate" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": { "Name": "Directory.Read.All", @@ -110430,16 +110482,16 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, + "Command": "Get-MgServicePrincipalSynchronizationTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "Command": "Get-MgServicePrincipalSynchronizationTemplate" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": { "Name": "Directory.Read.All", @@ -110447,105 +110499,122 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, + "Command": "Get-MgServicePrincipalSynchronizationTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronizationSchema", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationSchema", - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchema" + "Method": "GET", + "Permissions": { + "Name": "Directory.Read.All", + "Description": "Read directory data", + "FullDescription": "Allows the app to read data in your organization's directory.", + "IsAdmin": true + }, + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", - "Command": "Get-MgServicePrincipalTokenIssuancePolicy" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgServicePrincipalTokenIssuancePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", + "Module": "Applications", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", - "Command": "Get-MgServicePrincipalTokenIssuancePolicy" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgServicePrincipalTokenIssuancePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies", + "Module": "Applications", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "Command": "Get-MgServicePrincipalTokenIssuancePolicy" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgServicePrincipalTokenIssuancePolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "Command": "Get-MgServicePrincipalTokenIssuancePolicy" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgServicePrincipalTokenIssuancePolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", - "Command": "Get-MgServicePrincipalTokenLifetimePolicy" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgServicePrincipalTokenLifetimePolicy", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", "Module": "Applications", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -110567,16 +110636,16 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", - "Command": "Get-MgServicePrincipalTokenLifetimePolicy" + "Command": "Get-MgServicePrincipalTokenLifetimePolicy", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", "Module": "Applications", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -110598,42 +110667,42 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "Command": "Get-MgServicePrincipalTokenLifetimePolicy" + "Command": "Get-MgServicePrincipalTokenLifetimePolicy", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "Command": "Get-MgServicePrincipalTokenLifetimePolicy" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgServicePrincipalTokenLifetimePolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgServicePrincipalTransitiveMemberOf" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgServicePrincipalTransitiveMemberOf", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -110661,16 +110730,16 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgServicePrincipalTransitiveMemberOf" + "Command": "Get-MgServicePrincipalTransitiveMemberOf", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -110698,42 +110767,43 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgServicePrincipalTransitiveMemberOf" + "Command": "Get-MgServicePrincipalTransitiveMemberOf", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgServicePrincipalTransitiveMemberOf" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgServicePrincipalTransitiveMemberOf", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "POST", - "Permissions": [], "Uri": "/servicePrincipals/getUserOwnedObjects", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgServicePrincipalUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgServicePrincipalUserOwnedObject", + "ApiVersion": "beta" }, { + "Uri": "/shares/{sharedDriveItem-id}/driveItem", "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -110755,17 +110825,17 @@ "IsAdmin": false } ], - "Uri": "/shares/{sharedDriveItem-id}/driveItem", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgShareDriveItem" + "Command": "Get-MgShareDriveItem", + "ApiVersion": "beta" }, { + "Uri": "/shares/{sharedDriveItem-id}/driveItem", "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -110787,17 +110857,17 @@ "IsAdmin": false } ], - "Uri": "/shares/{sharedDriveItem-id}/driveItem", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgShareDriveItem" + "Command": "Get-MgShareDriveItem", + "ApiVersion": "v1.0" }, { + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "Module": "Files", + "OutputType": null, + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -110837,17 +110907,17 @@ "IsAdmin": false } ], - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgShareDriveItemContent" + "Command": "Get-MgShareDriveItemContent", + "ApiVersion": "beta" }, { + "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", "Module": "Files", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -110887,646 +110957,639 @@ "IsAdmin": false } ], - "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgShareDriveItemContent" + "Command": "Get-MgShareDriveItemContent", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgShareItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareItem", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgShareItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareItem", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgShareItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgShareItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgShareItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgShareItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list", + "Module": "Files", + "OutputType": "IMicrosoftGraphList1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList1", - "Command": "Get-MgShareList" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareList", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list", + "Module": "Files", + "OutputType": "IMicrosoftGraphList", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", - "Command": "Get-MgShareList" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareList", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgShareListActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListActivity", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgShareListColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgShareListColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgShareListColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgShareListColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgShareListColumnSourceColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListColumnSourceColumn", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgShareListColumnSourceColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListColumnSourceColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgShareListContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgShareListContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgShareListContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgShareListContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgShareListContentTypeBase" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeBase", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/base", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgShareListContentTypeBase" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeBase", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgShareListContentTypeBaseType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeBaseType", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgShareListContentTypeBaseType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeBaseType", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgShareListContentTypeBaseType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeBaseType", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgShareListContentTypeBaseType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeBaseType", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgShareListContentTypeColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgShareListContentTypeColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgShareListContentTypeColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgShareListContentTypeColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgShareListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgShareListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgShareListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgShareListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgShareListContentTypeColumnPosition" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeColumnPosition", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgShareListContentTypeColumnPosition" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeColumnPosition", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgShareListContentTypeColumnPosition" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeColumnPosition", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgShareListContentTypeColumnPosition" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeColumnPosition", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgShareListContentTypeColumnSourceColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeColumnSourceColumn", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgShareListContentTypeColumnSourceColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeColumnSourceColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgShareListContentTypeCompatibleHubContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeCompatibleHubContentType", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/getCompatibleHubContentTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgShareListContentTypeCompatibleHubContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/drive", + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "Get-MgShareListDrive" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListDrive", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/drive", + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "Get-MgShareListDrive" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgShareListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItem", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgShareListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItem", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", - "Command": "Get-MgShareListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", - "Command": "Get-MgShareListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgShareListItemActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemActivity", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get4", "Get5", "GetViaIdentity4", "GetViaIdentity5" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgShareListItemActivityByInterval" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemActivityByInterval", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/getActivitiesByInterval", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "Get1", @@ -111537,467 +111600,474 @@ "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgShareListItemActivityByInterval" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemActivityByInterval", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics1", - "Command": "Get-MgShareListItemAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Command": "Get-MgShareListItemAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/delta", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgShareListItemDelta" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemDelta", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgShareListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List2", "List3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgShareListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List", "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgShareListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgShareListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgShareListItemDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgShareListItemDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgShareListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgShareListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgShareListItemField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgShareListItemField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgShareListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List2", "List3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgShareListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List", "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgShareListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgShareListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgShareListItemVersionField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgShareListItemVersionField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgShareListOperation" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgShareListOperation" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgShareListOperation" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgShareListOperation" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgShareListSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgShareListSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgShareListSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgShareListSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/permission", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Get-MgSharePermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgSharePermission", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/permission", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Get-MgSharePermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgSharePermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/root", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgShareRoot" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareRoot", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/root", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgShareRoot" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/root/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgShareRootContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareRootContent", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/root/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgShareRootContent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgShareRootContent", + "ApiVersion": "v1.0" }, { + "Uri": "/shares/{sharedDriveItem-id}", "Module": "Files", + "OutputType": "IMicrosoftGraphSharedDriveItem1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -112019,41 +112089,41 @@ "IsAdmin": false } ], - "Uri": "/shares/{sharedDriveItem-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedDriveItem1", - "Command": "Get-MgShareSharedDriveItemSharedDriveItem" + "Command": "Get-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "beta" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/shares", + "Module": "Files", + "OutputType": "IMicrosoftGraphSharedDriveItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedDriveItem1", - "Command": "Get-MgShareSharedDriveItemSharedDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/shares", + "Module": "Files", + "OutputType": "IMicrosoftGraphSharedDriveItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedDriveItem", - "Command": "Get-MgShareSharedDriveItemSharedDriveItem" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "v1.0" }, { + "Uri": "/shares/{sharedDriveItem-id}", "Module": "Files", + "OutputType": "IMicrosoftGraphSharedDriveItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -112075,43 +112145,43 @@ "IsAdmin": false } ], - "Uri": "/shares/{sharedDriveItem-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedDriveItem", - "Command": "Get-MgShareSharedDriveItemSharedDriveItem" + "Command": "Get-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/site", + "Module": "Files", + "OutputType": "IMicrosoftGraphSite1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite1", - "Command": "Get-MgShareSite" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgShareSite", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/site", + "Module": "Files", + "OutputType": "IMicrosoftGraphSite", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", - "Command": "Get-MgShareSite" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgShareSite", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphSite1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "Sites.Read.All", @@ -112119,17 +112189,16 @@ "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", "IsAdmin": false }, - "Uri": "/sites/{site-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite1", - "Command": "Get-MgSite" + "Command": "Get-MgSite", + "ApiVersion": "beta" }, { + "Uri": "/sites", "Module": "Sites", + "OutputType": "IMicrosoftGraphSite1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -112151,16 +112220,16 @@ "IsAdmin": false } ], - "Uri": "/sites", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite1", - "Command": "Get-MgSite" + "Command": "Get-MgSite", + "ApiVersion": "beta" }, { + "Uri": "/sites", "Module": "Sites", + "OutputType": "IMicrosoftGraphSite", + "Variants": [ + "List3" + ], "Method": "GET", "Permissions": [ { @@ -112182,16 +112251,17 @@ "IsAdmin": false } ], - "Uri": "/sites", - "Variants": [ - "List3" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", - "Command": "Get-MgSite" + "Command": "Get-MgSite", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphSite", + "Variants": [ + "Get3", + "GetViaIdentity3" + ], "Method": "GET", "Permissions": { "Name": "Sites.Read.All", @@ -112199,17 +112269,17 @@ "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", "IsAdmin": false }, - "Uri": "/sites/{site-id}", - "Variants": [ - "Get3", - "GetViaIdentity3" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", - "Command": "Get-MgSite" + "Command": "Get-MgSite", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Module": "Sites", + "OutputType": "IMicrosoftGraphItemActivityStat1", + "Variants": [ + "Get2", + "GetViaIdentity2" + ], "Method": "GET", "Permissions": [ { @@ -112249,17 +112319,19 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Variants": [ - "Get2", - "GetViaIdentity2" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgSiteActivityByInterval" + "Command": "Get-MgSiteActivityByInterval", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/getActivitiesByInterval", "Module": "Sites", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -112299,19 +112371,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/getActivitiesByInterval", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgSiteActivityByInterval" + "Command": "Get-MgSiteActivityByInterval", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/analytics", "Module": "Sites", + "OutputType": "IMicrosoftGraphItemAnalytics", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -112351,17 +112421,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/analytics", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Command": "Get-MgSiteAnalytic" + "Command": "Get-MgSiteAnalytic", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/analytics", "Module": "Sites", + "OutputType": "IMicrosoftGraphItemAnalytics1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -112401,17 +112471,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/analytics", + "Command": "Get-MgSiteAnalytic", + "ApiVersion": "v1.0" + }, + { + "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics1", - "Command": "Get-MgSiteAnalytic" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [ { @@ -112439,17 +112509,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgSiteApplicableContentTypeForList" + "Command": "Get-MgSiteApplicableContentTypeForList", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -112477,43 +112547,43 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/getApplicableContentTypesForList(listId='{listId}')", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgSiteApplicableContentTypeForList" + "Command": "Get-MgSiteApplicableContentTypeForList", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/getByPath(path='{path}')", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSite1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite1", - "Command": "Get-MgSiteByPath" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteByPath", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/getByPath(path='{path}')", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSite", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", - "Command": "Get-MgSiteByPath" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteByPath", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -112541,17 +112611,53 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "Command": "Get-MgSiteColumn", + "ApiVersion": "beta" + }, + { + "Uri": "/sites/{site-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgSiteColumn" + "Method": "GET", + "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-MgSiteColumn", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/columns", "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -112579,16 +112685,55 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/columns", + "Command": "Get-MgSiteColumn", + "ApiVersion": "v1.0" + }, + { + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ - "List" + "Get1", + "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgSiteColumn" + "Method": "GET", + "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-MgSiteColumn", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -112616,54 +112761,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/columns", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgSiteColumn" + "Command": "Get-MgSiteContentType", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes", "Module": "Sites", - "Method": "GET", - "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}/columns/{columnDefinition-id}", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ - "Get1", - "GetViaIdentity1" + "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgSiteColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [ { @@ -112691,54 +112798,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgSiteContentType" + "Command": "Get-MgSiteContentType", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "GET", - "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}/contentTypes", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ - "List" + "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgSiteContentType" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [ { @@ -112766,16 +112835,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/contentTypes", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgSiteContentType" + "Command": "Get-MgSiteContentType", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -112803,17 +112873,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgSiteContentType" + "Command": "Get-MgSiteContentType", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -112841,17 +112911,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgSiteContentTypeColumn" + "Command": "Get-MgSiteContentTypeColumn", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -112879,16 +112948,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgSiteContentTypeColumn" + "Command": "Get-MgSiteContentTypeColumn", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -112916,16 +112985,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgSiteContentTypeColumn" + "Command": "Get-MgSiteContentTypeColumn", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -112953,67 +113023,67 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgSiteContentTypeColumn" + "Command": "Get-MgSiteContentTypeColumn", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgSiteContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgSiteContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgSiteContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgSiteContentTypeColumnLink" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -113041,17 +113111,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgSiteContentTypeCompatibleHubContentType" + "Command": "Get-MgSiteContentTypeCompatibleHubContentType", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -113079,17 +113149,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/contentTypes/getCompatibleHubContentTypes", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgSiteContentTypeCompatibleHubContentType" + "Command": "Get-MgSiteContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/drive", "Module": "Sites", + "OutputType": "IMicrosoftGraphDrive1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -113129,17 +113199,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/drive", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "Get-MgSiteDefaultDrive" + "Command": "Get-MgSiteDefaultDrive", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/drive", "Module": "Sites", + "OutputType": "IMicrosoftGraphDrive", + "Variants": [ + "Get2", + "GetViaIdentity2" + ], "Method": "GET", "Permissions": [ { @@ -113179,17 +113249,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/drive", - "Variants": [ - "Get2", - "GetViaIdentity2" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "Get-MgSiteDefaultDrive" + "Command": "Get-MgSiteDefaultDrive", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/delta", "Module": "Sites", + "OutputType": "IMicrosoftGraphSite1", + "Variants": [ + "Delta" + ], "Method": "GET", "Permissions": { "Name": "Sites.Read.All", @@ -113197,29 +113266,29 @@ "FullDescription": "Allow the application to read documents and list items in all site collections on your behalf", "IsAdmin": false }, - "Uri": "/sites/delta", - "Variants": [ - "Delta" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite1", - "Command": "Get-MgSiteDelta" + "Command": "Get-MgSiteDelta", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/drives/{drive-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "Get-MgSiteDrive" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteDrive", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/drives", "Module": "Sites", + "OutputType": "IMicrosoftGraphDrive1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -113259,16 +113328,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/drives", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "Get-MgSiteDrive" + "Command": "Get-MgSiteDrive", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/drives", "Module": "Sites", + "OutputType": "IMicrosoftGraphDrive", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -113308,79 +113377,80 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/drives", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "Get-MgSiteDrive" + "Command": "Get-MgSiteDrive", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/drives/{drive-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDrive", "Variants": [ "Get3", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "Get-MgSiteDrive" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgSiteExternalColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteExternalColumn", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/externalColumns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgSiteExternalColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteExternalColumn", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/externalColumns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgSiteExternalColumn" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteExternalColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/externalColumns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgSiteExternalColumn" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteExternalColumn", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphList", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -113396,41 +113466,41 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", - "Command": "Get-MgSiteList" + "Command": "Get-MgSiteList", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/lists", + "Module": "Sites", + "OutputType": "IMicrosoftGraphList", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", - "Command": "Get-MgSiteList" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteList", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists", + "Module": "Sites", + "OutputType": "IMicrosoftGraphList1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList1", - "Command": "Get-MgSiteList" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteList", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphList1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -113446,17 +113516,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList1", - "Command": "Get-MgSiteList" + "Command": "Get-MgSiteList", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/activities", "Module": "Sites", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -113496,16 +113565,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/activities", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgSiteListActivity" + "Command": "Get-MgSiteListActivity", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -113533,17 +113603,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgSiteListColumn" + "Command": "Get-MgSiteListColumn", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/columns", "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -113571,16 +113640,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgSiteListColumn" + "Command": "Get-MgSiteListColumn", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/columns", "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -113608,16 +113677,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgSiteListColumn" + "Command": "Get-MgSiteListColumn", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -113645,17 +113715,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgSiteListColumn" + "Command": "Get-MgSiteListColumn", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -113683,17 +113753,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgSiteListContentType" + "Command": "Get-MgSiteListContentType", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -113721,16 +113790,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgSiteListContentType" + "Command": "Get-MgSiteListContentType", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -113758,16 +113827,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgSiteListContentType" + "Command": "Get-MgSiteListContentType", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -113795,93 +113865,93 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgSiteListContentType" + "Command": "Get-MgSiteListContentType", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgSiteListContentTypeBase" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteListContentTypeBase", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/base", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgSiteListContentTypeBase" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteListContentTypeBase", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgSiteListContentTypeBaseType" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteListContentTypeBaseType", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgSiteListContentTypeBaseType" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteListContentTypeBaseType", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgSiteListContentTypeBaseType" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteListContentTypeBaseType", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgSiteListContentTypeBaseType" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteListContentTypeBaseType", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -113909,17 +113979,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgSiteListContentTypeColumn" + "Command": "Get-MgSiteListContentTypeColumn", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -113947,16 +114016,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgSiteListContentTypeColumn" + "Command": "Get-MgSiteListContentTypeColumn", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -113984,16 +114053,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgSiteListContentTypeColumn" + "Command": "Get-MgSiteListContentTypeColumn", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -114021,117 +114091,117 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgSiteListContentTypeColumn" + "Command": "Get-MgSiteListContentTypeColumn", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgSiteListContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgSiteListContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgSiteListContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgSiteListContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgSiteListContentTypeColumnPosition" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteListContentTypeColumnPosition", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgSiteListContentTypeColumnPosition" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteListContentTypeColumnPosition", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgSiteListContentTypeColumnPosition" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteListContentTypeColumnPosition", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgSiteListContentTypeColumnPosition" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteListContentTypeColumnPosition", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -114159,17 +114229,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgSiteListContentTypeCompatibleHubContentType" + "Command": "Get-MgSiteListContentTypeCompatibleHubContentType", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -114197,43 +114267,43 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/getCompatibleHubContentTypes", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgSiteListContentTypeCompatibleHubContentType" + "Command": "Get-MgSiteListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/drive", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "Get-MgSiteListDrive" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteListDrive", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/drive", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "Get-MgSiteListDrive" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteListDrive", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphListItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -114249,17 +114319,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", - "Command": "Get-MgSiteListItem" + "Command": "Get-MgSiteListItem", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items", "Module": "Sites", + "OutputType": "IMicrosoftGraphListItem", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -114275,16 +114344,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", - "Command": "Get-MgSiteListItem" + "Command": "Get-MgSiteListItem", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items", "Module": "Sites", + "OutputType": "IMicrosoftGraphListItem1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -114300,16 +114369,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgSiteListItem" + "Command": "Get-MgSiteListItem", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphListItem1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -114325,17 +114395,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgSiteListItem" + "Command": "Get-MgSiteListItem", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", "Module": "Sites", + "OutputType": "IMicrosoftGraphItemActivityOld", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -114375,16 +114444,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/activities", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgSiteListItemActivity" + "Command": "Get-MgSiteListItemActivity", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", "Module": "Sites", + "OutputType": "IMicrosoftGraphItemActivityStat1", + "Variants": [ + "Get2", + "GetViaIdentity2" + ], "Method": "GET", "Permissions": [ { @@ -114424,17 +114494,19 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", - "Variants": [ - "Get2", - "GetViaIdentity2" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgSiteListItemActivityByInterval" + "Command": "Get-MgSiteListItemActivityByInterval", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", "Module": "Sites", + "OutputType": "IMicrosoftGraphItemActivityStat", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -114474,19 +114546,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/getActivitiesByInterval", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgSiteListItemActivityByInterval" + "Command": "Get-MgSiteListItemActivityByInterval", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", "Module": "Sites", + "OutputType": "IMicrosoftGraphItemAnalytics", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -114526,17 +114596,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Command": "Get-MgSiteListItemAnalytic" + "Command": "Get-MgSiteListItemAnalytic", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", "Module": "Sites", + "OutputType": "IMicrosoftGraphItemAnalytics1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -114576,17 +114646,19 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/analytics", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics1", - "Command": "Get-MgSiteListItemAnalytic" + "Command": "Get-MgSiteListItemAnalytic", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", "Module": "Sites", + "OutputType": "IMicrosoftGraphListItem", + "Variants": [ + "Delta", + "Delta1", + "DeltaViaIdentity", + "DeltaViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -114602,19 +114674,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/delta", - "Variants": [ - "Delta", - "Delta1", - "DeltaViaIdentity", - "DeltaViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", - "Command": "Get-MgSiteListItemDelta" + "Command": "Get-MgSiteListItemDelta", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -114642,17 +114712,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgSiteListItemDocumentSetVersion" + "Command": "Get-MgSiteListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Module": "Sites", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -114680,16 +114749,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgSiteListItemDocumentSetVersion" + "Command": "Get-MgSiteListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Module": "Sites", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -114717,16 +114786,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgSiteListItemDocumentSetVersion" + "Command": "Get-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -114754,17 +114824,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgSiteListItemDocumentSetVersion" + "Command": "Get-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "Module": "Sites", + "OutputType": "IMicrosoftGraphDriveItem1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -114804,17 +114874,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgSiteListItemDriveItem" + "Command": "Get-MgSiteListItemDriveItem", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", "Module": "Sites", + "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -114854,69 +114924,69 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgSiteListItemDriveItem" + "Command": "Get-MgSiteListItemDriveItem", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Module": "Sites", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgSiteListItemDriveItemContent" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Module": "Sites", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgSiteListItemDriveItemContent" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteListItemDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgSiteListItemField" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgSiteListItemField" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteListItemField", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphListItemVersion", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -114932,17 +115002,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgSiteListItemVersion" + "Command": "Get-MgSiteListItemVersion", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Module": "Sites", + "OutputType": "IMicrosoftGraphListItemVersion", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -114958,16 +115027,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgSiteListItemVersion" + "Command": "Get-MgSiteListItemVersion", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", "Module": "Sites", + "OutputType": "IMicrosoftGraphListItemVersion", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -114983,16 +115052,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgSiteListItemVersion" + "Command": "Get-MgSiteListItemVersion", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphListItemVersion", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -115008,43 +115078,43 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgSiteListItemVersion" + "Command": "Get-MgSiteListItemVersion", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgSiteListItemVersionField" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgSiteListItemVersionField" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteListItemVersionField", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -115072,17 +115142,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgSiteListOperation" + "Command": "Get-MgSiteListOperation", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/operations", "Module": "Sites", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -115110,16 +115179,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/operations", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgSiteListOperation" + "Command": "Get-MgSiteListOperation", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/operations", "Module": "Sites", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -115147,16 +115216,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/operations", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgSiteListOperation" + "Command": "Get-MgSiteListOperation", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -115184,67 +115254,67 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgSiteListOperation" + "Command": "Get-MgSiteListOperation", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgSiteListSubscription" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgSiteListSubscription" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgSiteListSubscription" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgSiteListSubscription" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteListSubscription", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -115278,17 +115348,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook1", - "Command": "Get-MgSiteOnenoteNotebook" + "Command": "Get-MgSiteOnenoteNotebook", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/notebooks", "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -115322,16 +115391,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/notebooks", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook1", - "Command": "Get-MgSiteOnenoteNotebook" + "Command": "Get-MgSiteOnenoteNotebook", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/notebooks", "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -115365,16 +115434,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/notebooks", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", - "Command": "Get-MgSiteOnenoteNotebook" + "Command": "Get-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -115408,47 +115478,46 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", - "Command": "Get-MgSiteOnenoteNotebook" + "Command": "Get-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", + "Module": "Sites", + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "Command": "Get-MgSiteOnenoteNotebookFromWebUrl" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Get-MgSiteOnenoteNotebookFromWebUrl", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/getNotebookFromWebUrl", + "Module": "Sites", + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "Command": "Get-MgSiteOnenoteNotebookFromWebUrl" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgSiteOnenoteNotebookFromWebUrl", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -115482,16 +115551,59 @@ "IsAdmin": false } ], + "Command": "Get-MgSiteOnenoteNotebookSection", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", "Variants": [ - "List1" + "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Command": "Get-MgSiteOnenoteNotebookSection" + "Method": "GET", + "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-MgSiteOnenoteNotebookSection", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -115525,16 +115637,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Command": "Get-MgSiteOnenoteNotebookSection" + "Command": "Get-MgSiteOnenoteNotebookSectionGroup", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -115568,16 +115680,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup1", - "Command": "Get-MgSiteOnenoteNotebookSectionGroup" + "Command": "Get-MgSiteOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -115611,16 +115724,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Command": "Get-MgSiteOnenoteNotebookSectionGroup" + "Command": "Get-MgSiteOnenoteOperation", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -115654,25 +115768,19 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", + "Command": "Get-MgSiteOnenoteOperation", + "ApiVersion": "v1.0" + }, + { + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Get-MgSiteOnenoteOperation" - }, - { - "Module": "Notes", "Method": "GET", "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", @@ -115698,55 +115806,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/operations/{onenoteOperation-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Get-MgSiteOnenoteOperation" + "Command": "Get-MgSiteOnenotePage", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/pages", "Module": "Notes", - "Method": "GET", - "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 - } - ], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "OutputType": "IMicrosoftGraphOnenotePage1", "Variants": [ - "Get1", - "GetViaIdentity1" + "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage1", - "Command": "Get-MgSiteOnenotePage" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -115774,16 +115843,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/pages", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage1", - "Command": "Get-MgSiteOnenotePage" + "Command": "Get-MgSiteOnenotePage", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/pages", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -115811,16 +115880,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/pages", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Command": "Get-MgSiteOnenotePage" + "Command": "Get-MgSiteOnenotePage", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -115848,69 +115918,69 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Command": "Get-MgSiteOnenotePage" + "Command": "Get-MgSiteOnenotePage", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgSiteOnenotePageContent" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteOnenotePageContent", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgSiteOnenotePageContent" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteOnenotePageContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteResource", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteResource", - "Command": "Get-MgSiteOnenoteResource" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteOnenoteResource", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteResource", - "Command": "Get-MgSiteOnenoteResource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteOnenoteResource", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "Module": "Notes", + "OutputType": null, + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -115938,17 +116008,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgSiteOnenoteResourceContent" + "Command": "Get-MgSiteOnenoteResourceContent", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", "Module": "Notes", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -115976,17 +116046,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgSiteOnenoteResourceContent" + "Command": "Get-MgSiteOnenoteResourceContent", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -116020,17 +116090,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Command": "Get-MgSiteOnenoteSection" + "Command": "Get-MgSiteOnenoteSection", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/sections", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -116064,16 +116133,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/sections", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Command": "Get-MgSiteOnenoteSection" + "Command": "Get-MgSiteOnenoteSection", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/sections", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -116107,16 +116176,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/sections", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Command": "Get-MgSiteOnenoteSection" + "Command": "Get-MgSiteOnenoteSection", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -116150,17 +116220,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Command": "Get-MgSiteOnenoteSection" + "Command": "Get-MgSiteOnenoteSection", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -116194,17 +116264,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup1", - "Command": "Get-MgSiteOnenoteSectionGroup" + "Command": "Get-MgSiteOnenoteSectionGroup", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/sectionGroups", "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup1", + "Variants": [ + "List2", + "List3" + ], "Method": "GET", "Permissions": [ { @@ -116238,17 +116308,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/sectionGroups", - "Variants": [ - "List2", - "List3" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup1", - "Command": "Get-MgSiteOnenoteSectionGroup" + "Command": "Get-MgSiteOnenoteSectionGroup", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/sectionGroups", "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup", + "Variants": [ + "List", + "List1" + ], "Method": "GET", "Permissions": [ { @@ -116282,17 +116352,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/sectionGroups", - "Variants": [ - "List", - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Command": "Get-MgSiteOnenoteSectionGroup" + "Command": "Get-MgSiteOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -116326,17 +116396,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Command": "Get-MgSiteOnenoteSectionGroup" + "Command": "Get-MgSiteOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -116370,16 +116439,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Command": "Get-MgSiteOnenoteSectionGroupSection" + "Command": "Get-MgSiteOnenoteSectionGroupSection", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -116413,16 +116482,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Command": "Get-MgSiteOnenoteSectionGroupSection" + "Command": "Get-MgSiteOnenoteSectionGroupSection", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -116450,16 +116519,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage1", - "Command": "Get-MgSiteOnenoteSectionPage" + "Command": "Get-MgSiteOnenoteSectionPage", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -116487,16 +116556,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Command": "Get-MgSiteOnenoteSectionPage" + "Command": "Get-MgSiteOnenoteSectionPage", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/pages/{sitePage-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphSitePage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -116512,17 +116582,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSitePage", - "Command": "Get-MgSitePage" + "Command": "Get-MgSitePage", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/pages", "Module": "Sites", + "OutputType": "IMicrosoftGraphSitePage", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -116538,29 +116607,30 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/pages", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSitePage", - "Command": "Get-MgSitePage" + "Command": "Get-MgSitePage", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout", + "Module": "Sites", + "OutputType": "IMicrosoftGraphCanvasLayout", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCanvasLayout", - "Command": "Get-MgSitePageCanvaLayout" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSitePageCanvaLayout", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphHorizontalSection", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -116576,17 +116646,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSection", - "Command": "Get-MgSitePageCanvaLayoutHorizontalSection" + "Command": "Get-MgSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections", "Module": "Sites", + "OutputType": "IMicrosoftGraphHorizontalSection", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -116602,16 +116671,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSection", - "Command": "Get-MgSitePageCanvaLayoutHorizontalSection" + "Command": "Get-MgSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -116627,17 +116697,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumn" + "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns", "Module": "Sites", + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -116653,16 +116722,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumn" + "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -116678,17 +116748,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumnWebpart" + "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", "Module": "Sites", + "OutputType": "IMicrosoftGraphWebPart", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -116704,29 +116773,30 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebPart", - "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumnWebpart" + "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}/getPositionOfWebPart", + "Module": "Sites", + "OutputType": "IMicrosoftGraphWebPartPosition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebPartPosition", - "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgSitePageCanvaLayoutHorizontalSectionColumnWebpartPositionOfWebPart", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", "Module": "Sites", + "OutputType": "IMicrosoftGraphVerticalSection", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -116742,17 +116812,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", + "Command": "Get-MgSitePageCanvaLayoutVerticalSection", + "ApiVersion": "beta" + }, + { + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVerticalSection", - "Command": "Get-MgSitePageCanvaLayoutVerticalSection" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [ { @@ -116768,17 +116838,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgSitePageCanvaLayoutVerticalSectionWebpart" + "Command": "Get-MgSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts", "Module": "Sites", + "OutputType": "IMicrosoftGraphWebPart", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -116794,29 +116863,30 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebPart", - "Command": "Get-MgSitePageCanvaLayoutVerticalSectionWebpart" + "Command": "Get-MgSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}/getPositionOfWebPart", + "Module": "Sites", + "OutputType": "IMicrosoftGraphWebPartPosition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebPartPosition", - "Command": "Get-MgSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgSitePageCanvaLayoutVerticalSectionWebpartPositionOfWebPart", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -116832,17 +116902,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgSitePageWebPart" + "Command": "Get-MgSitePageWebPart", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts", "Module": "Sites", + "OutputType": "IMicrosoftGraphWebPart", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -116858,44 +116927,45 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebPart", - "Command": "Get-MgSitePageWebPart" + "Command": "Get-MgSitePageWebPart", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/pages/{sitePage-id}/getWebPartsByPosition", + "Module": "Sites", + "OutputType": "IMicrosoftGraphWebPart", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebPart", - "Command": "Get-MgSitePageWebPartByPosition" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Get-MgSitePageWebPartByPosition", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}/getPositionOfWebPart", + "Module": "Sites", + "OutputType": "IMicrosoftGraphWebPartPosition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebPartPosition", - "Command": "Get-MgSitePageWebPartPositionOfWebPart" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgSitePageWebPartPositionOfWebPart", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/permissions/{permission-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphPermission", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "N/A", @@ -116903,17 +116973,16 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/sites/{site-id}/permissions/{permission-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Get-MgSitePermission" + "Command": "Get-MgSitePermission", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/permissions", "Module": "Sites", + "OutputType": "IMicrosoftGraphPermission", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "Sites.FullControl.All", @@ -116921,16 +116990,16 @@ "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true }, - "Uri": "/sites/{site-id}/permissions", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Get-MgSitePermission" + "Command": "Get-MgSitePermission", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/permissions", "Module": "Sites", + "OutputType": "IMicrosoftGraphPermission1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Sites.FullControl.All", @@ -116938,16 +117007,17 @@ "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true }, - "Uri": "/sites/{site-id}/permissions", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Get-MgSitePermission" + "Command": "Get-MgSitePermission", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/permissions/{permission-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphPermission1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "N/A", @@ -116955,17 +117025,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/sites/{site-id}/permissions/{permission-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Get-MgSitePermission" + "Command": "Get-MgSitePermission", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "Module": "Sites", + "OutputType": "IMicrosoftGraphRecentNotebook", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -116999,17 +117069,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecentNotebook", - "Command": "Get-MgSiteRecentNotebook" + "Command": "Get-MgSiteRecentNotebook", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "Module": "Sites", + "OutputType": "IMicrosoftGraphRecentNotebook", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -117043,17 +117113,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRecentNotebook", - "Command": "Get-MgSiteRecentNotebook" + "Command": "Get-MgSiteRecentNotebook", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore", "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStore", + "Variants": [ + "Get2", + "GetViaIdentity2" + ], "Method": "GET", "Permissions": [ { @@ -117069,57 +117139,31 @@ "IsAdmin": true } ], - "Uri": "/sites/{site-id}/termStore", - "Variants": [ - "Get2", - "GetViaIdentity2" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStore", - "Command": "Get-MgSiteTermStore" + "Command": "Get-MgSiteTermStore", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/termStores", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStore1", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore1", - "Command": "Get-MgSiteTermStore" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteTermStore", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [ - { - "Name": "TermStore.Read.All", - "Description": "Read term store data", - "FullDescription": "Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.", - "IsAdmin": true - }, - { - "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 - } - ], "Uri": "/sites/{site-id}/termStore", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStore1", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore1", - "Command": "Get-MgSiteTermStore" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [ { @@ -117135,17 +117179,17 @@ "IsAdmin": true } ], + "Command": "Get-MgSiteTermStore", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreGroup", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "Command": "Get-MgSiteTermStoreGroup" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [ { @@ -117161,16 +117205,16 @@ "IsAdmin": true } ], + "Command": "Get-MgSiteTermStoreGroup", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreGroup", "Variants": [ "List2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "Command": "Get-MgSiteTermStoreGroup" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [ { @@ -117186,17 +117230,17 @@ "IsAdmin": true } ], + "Command": "Get-MgSiteTermStoreGroup", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreGroup1", "Variants": [ "List", "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup1", - "Command": "Get-MgSiteTermStoreGroup" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [ { @@ -117212,32 +117256,57 @@ "IsAdmin": true } ], + "Command": "Get-MgSiteTermStoreGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreGroup1", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup1", - "Command": "Get-MgSiteTermStoreGroup" + "Method": "GET", + "Permissions": [ + { + "Name": "TermStore.Read.All", + "Description": "Read term store data", + "FullDescription": "Allows the app to read the term store data that you have access to. This includes all sets, groups and terms in the term store.", + "IsAdmin": true + }, + { + "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 + } + ], + "Command": "Get-MgSiteTermStoreGroup", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet1", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet1", - "Command": "Get-MgSiteTermStoreGroupSet" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSet", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet1", + "Variants": [ + "List2" + ], "Method": "GET", "Permissions": [ { @@ -117253,16 +117322,17 @@ "IsAdmin": true } ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "Variants": [ - "List2" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet1", - "Command": "Get-MgSiteTermStoreGroupSet" + "Command": "Get-MgSiteTermStoreGroupSet", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Variants": [ + "List", + "List1" + ], "Method": "GET", "Permissions": [ { @@ -117278,74 +117348,67 @@ "IsAdmin": true } ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", - "Variants": [ - "List", - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreGroupSet" + "Command": "Get-MgSiteTermStoreGroupSet", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreGroupSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Get3", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgSiteTermStoreGroupSetChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetChild", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "List3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgSiteTermStoreGroupSetChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetChild", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "List", "List1", "List2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreGroupSetChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "Get1", @@ -117354,205 +117417,212 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreGroupSetChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List", "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreGroupSetChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreGroupSetChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreGroupSetChildRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetChildRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreGroupSetChildRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetChildRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreGroupSetChildRelationToTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetChildRelationToTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreGroupSetChildSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetChildSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreGroup1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup1", - "Command": "Get-MgSiteTermStoreGroupSetParentGroup" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetParentGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "Get-MgSiteTermStoreGroupSetRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetRelation", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "List2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "Get-MgSiteTermStoreGroupSetRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetRelation", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List", "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreGroupSetRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreGroupSetRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreGroupSetRelationFromTerm" + "Command": "Get-MgSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/fromTerm", "Module": "Sites", - "Method": "GET", - "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreGroupSetRelationSet" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetRelationFromTerm", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/set", "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreGroupSetRelationToTerm" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetRelationToTerm", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Variants": [ + "Get2", + "GetViaIdentity2" + ], "Method": "GET", "Permissions": [ { @@ -117568,42 +117638,44 @@ "IsAdmin": true } ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "Variants": [ - "Get2", - "GetViaIdentity2" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgSiteTermStoreGroupSetTerm" + "Command": "Get-MgSiteTermStoreGroupSetTerm", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "List2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgSiteTermStoreGroupSetTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTerm", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "List", "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreGroupSetTerm" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -117619,254 +117691,252 @@ "IsAdmin": true } ], - "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreGroupSetTerm" + "Command": "Get-MgSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgSiteTermStoreGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "List2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgSiteTermStoreGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "List", "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationToTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermChildRelationToTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreGroupSetTermChildSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermChildSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "Get-MgSiteTermStoreGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "List2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "Get-MgSiteTermStoreGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List", "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreGroupSetTermRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreGroupSetTermRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreGroupSetTermRelationToTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermRelationToTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreGroupSetTermSet" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteTermStoreGroupSetTermSet", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet1", + "Variants": [ + "Get2", + "GetViaIdentity2" + ], "Method": "GET", "Permissions": [ { @@ -117882,29 +117952,31 @@ "IsAdmin": true } ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "Variants": [ - "Get2", - "GetViaIdentity2" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet1", - "Command": "Get-MgSiteTermStoreSet" + "Command": "Get-MgSiteTermStoreSet", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/termStores/{store-id}/sets", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreSet" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSet", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -117920,32 +117992,29 @@ "IsAdmin": true } ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreSet" + "Command": "Get-MgSiteTermStoreSet", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Get3", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgSiteTermStoreSetChild" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetChild", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Variants": [ + "List3" + ], "Method": "GET", "Permissions": [ { @@ -117961,16 +118030,18 @@ "IsAdmin": true } ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "Variants": [ - "List3" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgSiteTermStoreSetChild" + "Command": "Get-MgSiteTermStoreSetChild", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Variants": [ + "List", + "List1", + "List2" + ], "Method": "GET", "Permissions": [ { @@ -117986,21 +118057,13 @@ "IsAdmin": true } ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", - "Variants": [ - "List", - "List1", - "List2" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetChild" + "Command": "Get-MgSiteTermStoreSetChild", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "Get1", @@ -118009,535 +118072,541 @@ "GetViaIdentity1", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List", "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreSetChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreSetChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetChildRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetChildRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreSetChildRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetChildRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetChildRelationToTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetChildRelationToTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreSetChildSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetChildSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreGroup1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup1", - "Command": "Get-MgSiteTermStoreSetParentGroup" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreSetParentGroupSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreSetParentGroupSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "List", "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List", "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildRelationToTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreSetParentGroupSetChildSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetChildSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationToTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetRelationToTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationToTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildRelationToTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermChildSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermRelationToTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreSetParentGroupSetTermSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetParentGroupSetTermSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "Get-MgSiteTermStoreSetRelation" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetRelation", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", + "Variants": [ + "List2" + ], "Method": "GET", "Permissions": [ { @@ -118553,16 +118622,17 @@ "IsAdmin": true } ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "Variants": [ - "List2" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "Get-MgSiteTermStoreSetRelation" + "Command": "Get-MgSiteTermStoreSetRelation", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Variants": [ + "List", + "List1" + ], "Method": "GET", "Permissions": [ { @@ -118578,71 +118648,71 @@ "IsAdmin": true } ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", - "Variants": [ - "List", - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreSetRelation" + "Command": "Get-MgSiteTermStoreSetRelation", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreSetRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreSetRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetRelationToTerm" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetRelationToTerm", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Variants": [ + "Get2", + "GetViaIdentity2" + ], "Method": "GET", "Permissions": [ { @@ -118658,42 +118728,44 @@ "IsAdmin": true } ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Variants": [ - "Get2", - "GetViaIdentity2" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgSiteTermStoreSetTerm" + "Command": "Get-MgSiteTermStoreSetTerm", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "List2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgSiteTermStoreSetTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTerm", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "List", "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetTerm" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTerm", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -118709,32 +118781,29 @@ "IsAdmin": true } ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetTerm" + "Command": "Get-MgSiteTermStoreSetTerm", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgSiteTermStoreSetTermChild" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermChild", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", + "Variants": [ + "List2" + ], "Method": "GET", "Permissions": [ { @@ -118750,16 +118819,17 @@ "IsAdmin": true } ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Variants": [ - "List2" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "Get-MgSiteTermStoreSetTermChild" + "Command": "Get-MgSiteTermStoreSetTermChild", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", + "Variants": [ + "List", + "List1" + ], "Method": "GET", "Permissions": [ { @@ -118775,122 +118845,121 @@ "IsAdmin": true } ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", - "Variants": [ - "List", - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetTermChild" + "Command": "Get-MgSiteTermStoreSetTermChild", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetTermChild" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetTermChildRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermChildRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreSetTermChildRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermChildRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetTermChildRelationToTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermChildRelationToTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreSetTermChildSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermChildSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "Get-MgSiteTermStoreSetTermRelation" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermRelation", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", + "Variants": [ + "List2" + ], "Method": "GET", "Permissions": [ { @@ -118906,16 +118975,17 @@ "IsAdmin": true } ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Variants": [ - "List2" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "Get-MgSiteTermStoreSetTermRelation" + "Command": "Get-MgSiteTermStoreSetTermRelation", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", + "Variants": [ + "List", + "List1" + ], "Method": "GET", "Permissions": [ { @@ -118931,84 +119001,84 @@ "IsAdmin": true } ], - "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", - "Variants": [ - "List", - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreSetTermRelation" + "Command": "Get-MgSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "Get-MgSiteTermStoreSetTermRelation" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/fromTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetTermRelationFromTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermRelationFromTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreSetTermRelationSet" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermRelationSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}/toTerm", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "Get-MgSiteTermStoreSetTermRelationToTerm" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermRelationToTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/set", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "Get-MgSiteTermStoreSetTermSet" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSiteTermStoreSetTermSet", + "ApiVersion": "v1.0" }, { + "Uri": "/subscribedSkus/{subscribedSku-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphSubscribedSku", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -119030,17 +119100,16 @@ "IsAdmin": true } ], - "Uri": "/subscribedSkus/{subscribedSku-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscribedSku", - "Command": "Get-MgSubscribedSku" + "Command": "Get-MgSubscribedSku", + "ApiVersion": "beta" }, { + "Uri": "/subscribedSkus", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphSubscribedSku", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -119068,16 +119137,16 @@ "IsAdmin": true } ], - "Uri": "/subscribedSkus", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscribedSku", - "Command": "Get-MgSubscribedSku" + "Command": "Get-MgSubscribedSku", + "ApiVersion": "beta" }, { + "Uri": "/subscribedSkus", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphSubscribedSku", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -119105,16 +119174,17 @@ "IsAdmin": true } ], - "Uri": "/subscribedSkus", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscribedSku", - "Command": "Get-MgSubscribedSku" + "Command": "Get-MgSubscribedSku", + "ApiVersion": "v1.0" }, { + "Uri": "/subscribedSkus/{subscribedSku-id}", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphSubscribedSku", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -119136,80 +119206,79 @@ "IsAdmin": true } ], - "Uri": "/subscribedSkus/{subscribedSku-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscribedSku", - "Command": "Get-MgSubscribedSku" + "Command": "Get-MgSubscribedSku", + "ApiVersion": "v1.0" }, { - "Module": "ChangeNotifications", - "Method": "GET", - "Permissions": [], "Uri": "/subscriptions/{subscription-id}", + "Module": "ChangeNotifications", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgSubscription" - }, - { - "Module": "ChangeNotifications", "Method": "GET", "Permissions": [], + "Command": "Get-MgSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/subscriptions", + "Module": "ChangeNotifications", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgSubscription" - }, - { - "Module": "ChangeNotifications", "Method": "GET", "Permissions": [], + "Command": "Get-MgSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/subscriptions", + "Module": "ChangeNotifications", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgSubscription" - }, - { - "Module": "ChangeNotifications", "Method": "GET", "Permissions": [], + "Command": "Get-MgSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/subscriptions/{subscription-id}", + "Module": "ChangeNotifications", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgSubscription" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/sites/{site-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSite1", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite1", - "Command": "Get-MgSubSite" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSubSite", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/sites", "Module": "Sites", + "OutputType": "IMicrosoftGraphSite1", + "Variants": [ + "List2" + ], "Method": "GET", "Permissions": [ { @@ -119225,16 +119294,16 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/sites", - "Variants": [ - "List2" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite1", - "Command": "Get-MgSubSite" + "Command": "Get-MgSubSite", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/sites", "Module": "Sites", + "OutputType": "IMicrosoftGraphSite", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -119250,29 +119319,30 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/sites", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", - "Command": "Get-MgSubSite" + "Command": "Get-MgSubSite", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/sites/{site-id1}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSite", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", - "Command": "Get-MgSubSite" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgSubSite", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeam1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -119318,17 +119388,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeam1", - "Command": "Get-MgTeam" + "Command": "Get-MgTeam", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeam", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -119374,17 +119444,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeam", - "Command": "Get-MgTeam" + "Command": "Get-MgTeam", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel1", + "Variants": [ + "Get3", + "GetViaIdentity3" + ], "Method": "GET", "Permissions": [ { @@ -119430,17 +119500,16 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}", - "Variants": [ - "Get3", - "GetViaIdentity3" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel1", - "Command": "Get-MgTeamChannel" + "Command": "Get-MgTeamChannel", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels", "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel1", + "Variants": [ + "List3" + ], "Method": "GET", "Permissions": [ { @@ -119486,16 +119555,16 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels", - "Variants": [ - "List3" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel1", - "Command": "Get-MgTeamChannel" + "Command": "Get-MgTeamChannel", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels", "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -119541,16 +119610,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Command": "Get-MgTeamChannel" + "Command": "Get-MgTeamChannel", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -119596,17 +119666,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}", + "Command": "Get-MgTeamChannel", + "ApiVersion": "v1.0" + }, + { + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", + "Module": "Teams", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Command": "Get-MgTeamChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -119634,17 +119704,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgTeamChannelFileFolder" + "Command": "Get-MgTeamChannelFileFolder", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", "Module": "Teams", + "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -119672,43 +119742,43 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgTeamChannelFileFolder" + "Command": "Get-MgTeamChannelFileFolder", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgTeamChannelFileFolderContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamChannelFileFolderContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgTeamChannelFileFolderContent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTeamChannelFileFolderContent", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -119748,17 +119818,16 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamChannelMember" + "Command": "Get-MgTeamChannelMember", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/members", "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -119780,16 +119849,16 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamChannelMember" + "Command": "Get-MgTeamChannelMember", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/members", "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -119811,16 +119880,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamChannelMember" + "Command": "Get-MgTeamChannelMember", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -119860,17 +119930,19 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamChannelMember" + "Command": "Get-MgTeamChannelMember", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", + "Variants": [ + "Get2", + "Get3", + "GetViaIdentity2", + "GetViaIdentity3" + ], "Method": "GET", "Permissions": [ { @@ -119904,19 +119976,16 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Variants": [ - "Get2", - "Get3", - "GetViaIdentity2", - "GetViaIdentity3" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgTeamChannelMessage" + "Command": "Get-MgTeamChannelMessage", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "ChannelMessage.Read.All", @@ -119924,16 +119993,16 @@ "FullDescription": "Allows the app to read a channel's messages in Microsoft Teams, on your behalf.", "IsAdmin": true }, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgTeamChannelMessage" + "Command": "Get-MgTeamChannelMessage", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "ChannelMessage.Read.All", @@ -119941,16 +120010,19 @@ "FullDescription": "Allows the app to read a channel's messages in Microsoft Teams, on your behalf.", "IsAdmin": true }, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgTeamChannelMessage" + "Command": "Get-MgTeamChannelMessage", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -119984,19 +120056,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgTeamChannelMessage" + "Command": "Get-MgTeamChannelMessage", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", + "Variants": [ + "Delta1", + "DeltaViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "ChannelMessage.Read.All", @@ -120004,17 +120074,17 @@ "FullDescription": "Allows the app to read a channel's messages in Microsoft Teams, on your behalf.", "IsAdmin": true }, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", - "Variants": [ - "Delta1", - "DeltaViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgTeamChannelMessageDelta" + "Command": "Get-MgTeamChannelMessageDelta", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "ChannelMessage.Read.All", @@ -120022,17 +120092,19 @@ "FullDescription": "Allows the app to read a channel's messages in Microsoft Teams, on your behalf.", "IsAdmin": true }, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/delta", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgTeamChannelMessageDelta" + "Command": "Get-MgTeamChannelMessageDelta", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "Get2", + "Get3", + "GetViaIdentity2", + "GetViaIdentity3" + ], "Method": "GET", "Permissions": [ { @@ -120054,19 +120126,16 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Variants": [ - "Get2", - "Get3", - "GetViaIdentity2", - "GetViaIdentity3" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamChannelMessageHostedContent" + "Command": "Get-MgTeamChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -120088,16 +120157,16 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamChannelMessageHostedContent" + "Command": "Get-MgTeamChannelMessageHostedContent", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -120119,16 +120188,19 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamChannelMessageHostedContent" + "Command": "Get-MgTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -120150,19 +120222,17 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Command": "Get-MgTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ - "Get", "Get1", - "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -120196,17 +120266,16 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgTeamChannelMessageReply" + "Command": "Get-MgTeamChannelMessageReply", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "ChannelMessage.Read.All", @@ -120214,16 +120283,16 @@ "FullDescription": "Allows the app to read a channel's messages in Microsoft Teams, on your behalf.", "IsAdmin": true }, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgTeamChannelMessageReply" + "Command": "Get-MgTeamChannelMessageReply", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "ChannelMessage.Read.All", @@ -120231,16 +120300,17 @@ "FullDescription": "Allows the app to read a channel's messages in Microsoft Teams, on your behalf.", "IsAdmin": true }, - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgTeamChannelMessageReply" + "Command": "Get-MgTeamChannelMessageReply", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -120274,17 +120344,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgTeamChannelMessageReply" + "Command": "Get-MgTeamChannelMessageReply", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", + "Variants": [ + "Delta1", + "DeltaViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -120318,17 +120388,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "Variants": [ - "Delta1", - "DeltaViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgTeamChannelMessageReplyDelta" + "Command": "Get-MgTeamChannelMessageReplyDelta", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -120362,17 +120432,19 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgTeamChannelMessageReplyDelta" + "Command": "Get-MgTeamChannelMessageReplyDelta", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "Get2", + "Get3", + "GetViaIdentity2", + "GetViaIdentity3" + ], "Method": "GET", "Permissions": [ { @@ -120394,19 +120466,16 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", - "Variants": [ - "Get2", - "Get3", - "GetViaIdentity2", - "GetViaIdentity3" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamChannelMessageReplyHostedContent" + "Command": "Get-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -120428,16 +120497,16 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamChannelMessageReplyHostedContent" + "Command": "Get-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -120459,16 +120528,19 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamChannelMessageReplyHostedContent" + "Command": "Get-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -120490,19 +120562,17 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Command": "Get-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Variants": [ - "Get", "Get1", - "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -120518,17 +120588,16 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", - "Command": "Get-MgTeamChannelSharedWithTeam" + "Command": "Get-MgTeamChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -120544,16 +120613,16 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", - "Command": "Get-MgTeamChannelSharedWithTeam" + "Command": "Get-MgTeamChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -120569,16 +120638,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "Command": "Get-MgTeamChannelSharedWithTeam" + "Command": "Get-MgTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -120594,30 +120664,29 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "Command": "Get-MgTeamChannelSharedWithTeam" + "Command": "Get-MgTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -120633,16 +120702,16 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember" + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -120658,29 +120727,30 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember" + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -120732,17 +120802,16 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab1", - "Command": "Get-MgTeamChannelTab" + "Command": "Get-MgTeamChannelTab", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -120794,16 +120863,16 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab1", - "Command": "Get-MgTeamChannelTab" + "Command": "Get-MgTeamChannelTab", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -120855,16 +120924,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Command": "Get-MgTeamChannelTab" + "Command": "Get-MgTeamChannelTab", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -120916,56 +120986,55 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Command": "Get-MgTeamChannelTab" + "Command": "Get-MgTeamChannelTab", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp1", - "Command": "Get-MgTeamChannelTabTeamApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamChannelTabTeamApp", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", - "Command": "Get-MgTeamChannelTabTeamApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamChannelTabTeamApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel1", - "Command": "Get-MgTeamIncomingChannel" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTeamIncomingChannel", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/incomingChannels", "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -120987,16 +121056,16 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/incomingChannels", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel1", - "Command": "Get-MgTeamIncomingChannel" + "Command": "Get-MgTeamIncomingChannel", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/incomingChannels", "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -121018,29 +121087,30 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/incomingChannels", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Command": "Get-MgTeamIncomingChannel" + "Command": "Get-MgTeamIncomingChannel", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/teams/{team-id}/incomingChannels/{channel-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Command": "Get-MgTeamIncomingChannel" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTeamIncomingChannel", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -121092,17 +121162,16 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", - "Command": "Get-MgTeamInstalledApp" + "Command": "Get-MgTeamInstalledApp", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/installedApps", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -121148,16 +121217,16 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/installedApps", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", - "Command": "Get-MgTeamInstalledApp" + "Command": "Get-MgTeamInstalledApp", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/installedApps", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -121203,16 +121272,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/installedApps", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Command": "Get-MgTeamInstalledApp" + "Command": "Get-MgTeamInstalledApp", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -121264,69 +121334,69 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Command": "Get-MgTeamInstalledApp" + "Command": "Get-MgTeamInstalledApp", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp1", - "Command": "Get-MgTeamInstalledAppTeamApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamInstalledAppTeamApp", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", - "Command": "Get-MgTeamInstalledAppTeamApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamInstalledAppTeamApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppDefinition1", - "Command": "Get-MgTeamInstalledAppTeamAppDefinition" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamInstalledAppTeamAppDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "Command": "Get-MgTeamInstalledAppTeamAppDefinition" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTeamInstalledAppTeamAppDefinition", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/members/{conversationMember-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -121342,17 +121412,16 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamMember" + "Command": "Get-MgTeamMember", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/members", "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -121368,16 +121437,16 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/members", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamMember" + "Command": "Get-MgTeamMember", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/members", "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -121393,16 +121462,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/members", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamMember" + "Command": "Get-MgTeamMember", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/members/{conversationMember-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -121418,17 +121488,16 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamMember" + "Command": "Get-MgTeamMember", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/getAllMessages", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", + "Variants": [ + "Get1" + ], "Method": "GET", "Permissions": [ { @@ -121474,16 +121543,16 @@ "IsAdmin": true } ], - "Uri": "/teams/getAllMessages", - "Variants": [ - "Get1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgTeamMessage" + "Command": "Get-MgTeamMessage", + "ApiVersion": "beta" }, { + "Uri": "/teams/getAllMessages", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -121529,104 +121598,104 @@ "IsAdmin": true } ], - "Uri": "/teams/getAllMessages", - "Variants": [ - "Get" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgTeamMessage" + "Command": "Get-MgTeamMessage", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", - "Command": "Get-MgTeamOperation" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamOperation", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/operations", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", - "Command": "Get-MgTeamOperation" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamOperation", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/operations", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "Command": "Get-MgTeamOperation" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "Command": "Get-MgTeamOperation" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/owners/{user-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgTeamOwner" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamOwner", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/owners", + "Module": "Teams", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgTeamOwner" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamOwner", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Command": "Get-MgTeamPermissionGrant" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTeamPermissionGrant", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/permissionGrants", "Module": "Teams", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -121648,173 +121717,142 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/permissionGrants", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Command": "Get-MgTeamPermissionGrant" + "Command": "Get-MgTeamPermissionGrant", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/teams/{team-id}/permissionGrants/getByIds", + "Module": "Teams", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgTeamPermissionGrantById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgTeamPermissionGrantById", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/teams/{team-id}/permissionGrants/delta", + "Module": "Teams", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgTeamPermissionGrantDelta" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTeamPermissionGrantDelta", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgTeamPermissionGrantMemberGroup" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Get-MgTeamPermissionGrantMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgTeamPermissionGrantMemberObject" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Get-MgTeamPermissionGrantMemberObject", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/permissionGrants/getUserOwnedObjects", + "Module": "Teams", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgTeamPermissionGrantUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgTeamPermissionGrantUserOwnedObject", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/teams/{team-id}/photo", + "Module": "Teams", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Command": "Get-MgTeamPhoto" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPhoto", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/photo", + "Module": "Teams", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Command": "Get-MgTeamPhoto" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPhoto", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/photo/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgTeamPhotoContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPhotoContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/photo/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgTeamPhotoContent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTeamPhotoContent", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [ - { - "Name": "Channel.ReadBasic.All", - "Description": "Read the names and descriptions of channels", - "FullDescription": "Read channel names and channel descriptions, on your behalf.", - "IsAdmin": false - }, - { - "Name": "ChannelSettings.Read.All", - "Description": "Read the names, descriptions, and settings of channels", - "FullDescription": "Read all channel names, channel descriptions, and channel settings, on your behalf.", - "IsAdmin": true - }, - { - "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 - } - ], "Uri": "/teams/{team-id}/primaryChannel", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel1", - "Command": "Get-MgTeamPrimaryChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -121836,555 +121874,587 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamPrimaryChannel", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Command": "Get-MgTeamPrimaryChannel" + "Method": "GET", + "Permissions": [ + { + "Name": "Channel.ReadBasic.All", + "Description": "Read the names and descriptions of channels", + "FullDescription": "Read channel names and channel descriptions, on your behalf.", + "IsAdmin": false + }, + { + "Name": "ChannelSettings.Read.All", + "Description": "Read the names, descriptions, and settings of channels", + "FullDescription": "Read all channel names, channel descriptions, and channel settings, on your behalf.", + "IsAdmin": true + }, + { + "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 + } + ], + "Command": "Get-MgTeamPrimaryChannel", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/filesFolder", + "Module": "Teams", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgTeamPrimaryChannelFileFolder" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelFileFolder", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/filesFolder", + "Module": "Teams", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgTeamPrimaryChannelFileFolder" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelFileFolder", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgTeamPrimaryChannelFileFolderContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelFileFolderContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgTeamPrimaryChannelFileFolderContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelFileFolderContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgTeamPrimaryChannelMessage" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessage", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgTeamPrimaryChannelMessage" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessage", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgTeamPrimaryChannelMessage" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgTeamPrimaryChannelMessage" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/delta", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgTeamPrimaryChannelMessageDelta" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageDelta", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/delta", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgTeamPrimaryChannelMessageDelta" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamPrimaryChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamPrimaryChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamPrimaryChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamPrimaryChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgTeamPrimaryChannelMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgTeamPrimaryChannelMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgTeamPrimaryChannelMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgTeamPrimaryChannelMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/delta", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageReplyDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab1", - "Command": "Get-MgTeamPrimaryChannelTab" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelTab", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab1", - "Command": "Get-MgTeamPrimaryChannelTab" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelTab", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Command": "Get-MgTeamPrimaryChannelTab" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelTab", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Command": "Get-MgTeamPrimaryChannelTab" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelTab", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp1", - "Command": "Get-MgTeamPrimaryChannelTabTeamApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelTabTeamApp", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", - "Command": "Get-MgTeamPrimaryChannelTabTeamApp" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTeamPrimaryChannelTabTeamApp", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule", "Module": "Teams", + "OutputType": "IMicrosoftGraphSchedule1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -122412,17 +122482,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchedule1", - "Command": "Get-MgTeamSchedule" + "Command": "Get-MgTeamSchedule", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule", "Module": "Teams", + "OutputType": "IMicrosoftGraphSchedule", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -122450,17 +122520,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchedule", - "Command": "Get-MgTeamSchedule" + "Command": "Get-MgTeamSchedule", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphOfferShiftRequest1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -122488,42 +122558,16 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOfferShiftRequest1", - "Command": "Get-MgTeamScheduleOfferShiftRequest" + "Command": "Get-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "GET", - "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 - } - ], "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOfferShiftRequest1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOfferShiftRequest1", - "Command": "Get-MgTeamScheduleOfferShiftRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -122539,36 +122583,24 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "Command": "Get-MgTeamScheduleOfferShiftRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true - }, { "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", @@ -122576,17 +122608,17 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "Command": "Get-MgTeamScheduleOfferShiftRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -122614,17 +122646,17 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShift1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShift1", - "Command": "Get-MgTeamScheduleOpenShift" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -122652,16 +122684,16 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleOpenShift", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/openShifts", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShift1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShift1", - "Command": "Get-MgTeamScheduleOpenShift" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -122689,16 +122721,16 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleOpenShift", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/openShifts", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShift", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShift", - "Command": "Get-MgTeamScheduleOpenShift" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -122726,17 +122758,17 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleOpenShift", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShift", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShift", - "Command": "Get-MgTeamScheduleOpenShift" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -122764,17 +122796,17 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleOpenShift", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", - "Command": "Get-MgTeamScheduleOpenShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -122802,16 +122834,16 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", - "Command": "Get-MgTeamScheduleOpenShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -122839,16 +122871,16 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "Command": "Get-MgTeamScheduleOpenShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -122876,17 +122908,17 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "Command": "Get-MgTeamScheduleOpenShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -122914,17 +122946,17 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSchedulingGroup1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchedulingGroup1", - "Command": "Get-MgTeamScheduleSchedulingGroup" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -122952,16 +122984,16 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleSchedulingGroup", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSchedulingGroup1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchedulingGroup1", - "Command": "Get-MgTeamScheduleSchedulingGroup" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -122989,16 +123021,16 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleSchedulingGroup", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSchedulingGroup", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "Command": "Get-MgTeamScheduleSchedulingGroup" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123026,17 +123058,17 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSchedulingGroup", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "Command": "Get-MgTeamScheduleSchedulingGroup" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123064,17 +123096,17 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphShift1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShift1", - "Command": "Get-MgTeamScheduleShift" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123102,16 +123134,16 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleShift", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/shifts", + "Module": "Teams", + "OutputType": "IMicrosoftGraphShift1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShift1", - "Command": "Get-MgTeamScheduleShift" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123139,16 +123171,16 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleShift", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/shifts", + "Module": "Teams", + "OutputType": "IMicrosoftGraphShift", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphShift", - "Command": "Get-MgTeamScheduleShift" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123176,30 +123208,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphShift", - "Command": "Get-MgTeamScheduleShift" + "Command": "Get-MgTeamScheduleShift", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "Module": "Teams", - "Method": "GET", - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "OutputType": "IMicrosoftGraphShift", "Variants": [ - "Get1", - "GetViaIdentity1" + "Get", + "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", - "Command": "Get-MgTeamScheduleSwapShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123227,16 +123246,29 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "Command": "Get-MgTeamScheduleShift", + "ApiVersion": "v1.0" + }, + { + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", "Variants": [ - "List1" + "Get1", + "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", - "Command": "Get-MgTeamScheduleSwapShiftChangeRequest" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "Module": "Teams", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -123264,31 +123296,30 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "Command": "Get-MgTeamScheduleSwapShiftChangeRequest" + "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "Module": "Teams", - "Method": "GET", - "Permissions": [], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "Command": "Get-MgTeamScheduleSwapShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ + { + "Name": "Group.Read.All", + "Description": "Read all groups", + "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", + "IsAdmin": true + }, + { + "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", @@ -123302,17 +123333,30 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", + "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", - "Command": "Get-MgTeamScheduleTimeCard" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeCard", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -123328,30 +123372,18 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleTimeCard", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/timeCards", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeCard", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", - "Command": "Get-MgTeamScheduleTimeCard" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ - { - "Name": "Group.Read.All", - "Description": "Read all groups", - "FullDescription": "Allows the app to list groups, and to read their properties and all group memberships on your behalf. Also allows the app to read calendar, conversations, files, and other group content for all groups you can access. ", - "IsAdmin": true - }, - { - "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", @@ -123365,17 +123397,17 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleTimeCard", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOff1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOff1", - "Command": "Get-MgTeamScheduleTimeOff" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123403,16 +123435,16 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleTimeOff", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/timesOff", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOff1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOff1", - "Command": "Get-MgTeamScheduleTimeOff" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123440,16 +123472,16 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleTimeOff", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/timesOff", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOff", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOff", - "Command": "Get-MgTeamScheduleTimeOff" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123477,17 +123509,17 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleTimeOff", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOff", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOff", - "Command": "Get-MgTeamScheduleTimeOff" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123515,17 +123547,17 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleTimeOff", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffReason1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffReason1", - "Command": "Get-MgTeamScheduleTimeOffReason" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123553,16 +123585,16 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleTimeOffReason", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffReason1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffReason1", - "Command": "Get-MgTeamScheduleTimeOffReason" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123590,16 +123622,16 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleTimeOffReason", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffReason", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffReason", - "Command": "Get-MgTeamScheduleTimeOffReason" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123627,17 +123659,17 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleTimeOffReason", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffReason", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffReason", - "Command": "Get-MgTeamScheduleTimeOffReason" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123665,17 +123697,17 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleTimeOffReason", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffRequest1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffRequest1", - "Command": "Get-MgTeamScheduleTimeOffRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123703,16 +123735,16 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleTimeOffRequest", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffRequest1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffRequest1", - "Command": "Get-MgTeamScheduleTimeOffRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123740,16 +123772,16 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleTimeOffRequest", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffRequest", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffRequest", - "Command": "Get-MgTeamScheduleTimeOffRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123777,43 +123809,55 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffRequest", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffRequest", - "Command": "Get-MgTeamScheduleTimeOffRequest" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { - "Name": "TeamworkTag.Read", - "Description": "Read tags in Teams", - "FullDescription": "Allows the app to read tags in Teams, on your behalf.", + "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": "TeamworkTag.ReadWrite", - "Description": "Read and write tags in Teams", - "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", + "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", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTag", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTag", - "Command": "Get-MgTeamTag" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123829,16 +123873,16 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/tags", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTag", - "Command": "Get-MgTeamTag" + "Command": "Get-MgTeamTag", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/tags", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTag", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -123854,16 +123898,16 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamTag", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/tags", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTag", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTag", - "Command": "Get-MgTeamTag" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123879,17 +123923,17 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamTag", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTag", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTag", - "Command": "Get-MgTeamTag" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123905,17 +123949,17 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamTag", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "Command": "Get-MgTeamTagMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123931,16 +123975,16 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamTagMember", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "Command": "Get-MgTeamTagMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123956,16 +124000,16 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamTagMember", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "Command": "Get-MgTeamTagMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -123981,93 +124025,118 @@ "IsAdmin": true } ], + "Command": "Get-MgTeamTagMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "Command": "Get-MgTeamTagMember" + "Method": "GET", + "Permissions": [ + { + "Name": "TeamworkTag.Read", + "Description": "Read tags in Teams", + "FullDescription": "Allows the app to read tags in Teams, on your behalf.", + "IsAdmin": true + }, + { + "Name": "TeamworkTag.ReadWrite", + "Description": "Read and write tags in Teams", + "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", + "IsAdmin": true + } + ], + "Command": "Get-MgTeamTagMember", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/teams/{team-id}/template", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgTeamTemplate" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/template", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgTeamTemplate" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamTemplate", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/templateDefinition", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", - "Command": "Get-MgTeamTemplateDefinition" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamTemplateDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamwork1", "Variants": [ "Get1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamwork1", - "Command": "Get-MgTeamwork" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamwork", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamwork", "Variants": [ "Get" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamwork", - "Command": "Get-MgTeamwork" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamwork", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphDeletedTeam1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeletedTeam1", - "Command": "Get-MgTeamworkDeletedTeam" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeam", + "ApiVersion": "beta" }, { + "Uri": "/teamwork/deletedTeams", "Module": "Teams", + "OutputType": "IMicrosoftGraphDeletedTeam1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "Team.ReadBasic.All", @@ -124075,16 +124144,16 @@ "FullDescription": "Read the names and descriptions of teams, on your behalf.", "IsAdmin": false }, - "Uri": "/teamwork/deletedTeams", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeletedTeam1", - "Command": "Get-MgTeamworkDeletedTeam" + "Command": "Get-MgTeamworkDeletedTeam", + "ApiVersion": "beta" }, { + "Uri": "/teamwork/deletedTeams", "Module": "Teams", + "OutputType": "IMicrosoftGraphDeletedTeam", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Team.ReadBasic.All", @@ -124092,645 +124161,646 @@ "FullDescription": "Read the names and descriptions of teams, on your behalf.", "IsAdmin": false }, - "Uri": "/teamwork/deletedTeams", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeletedTeam", - "Command": "Get-MgTeamworkDeletedTeam" + "Command": "Get-MgTeamworkDeletedTeam", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphDeletedTeam", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeletedTeam", - "Command": "Get-MgTeamworkDeletedTeam" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel1", - "Command": "Get-MgTeamworkDeletedTeamChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannel", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel1", - "Command": "Get-MgTeamworkDeletedTeamChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannel", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Command": "Get-MgTeamworkDeletedTeamChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannel", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Command": "Get-MgTeamworkDeletedTeamChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannel", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", + "Module": "Teams", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder", + "Module": "Teams", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelFileFolder", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "Module": "Teams", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelFileFolderContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamworkDeletedTeamChannelMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamworkDeletedTeamChannelMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamworkDeletedTeamChannelMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamworkDeletedTeamChannelMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgTeamworkDeletedTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessage", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgTeamworkDeletedTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessage", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgTeamworkDeletedTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgTeamworkDeletedTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/delta", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/delta", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}/allowedMembers/{conversationMember-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelSharedWithTeamAllowedMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab1", - "Command": "Get-MgTeamworkDeletedTeamChannelTab" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelTab", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab1", - "Command": "Get-MgTeamworkDeletedTeamChannelTab" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelTab", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Command": "Get-MgTeamworkDeletedTeamChannelTab" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelTab", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Command": "Get-MgTeamworkDeletedTeamChannelTab" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelTab", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp1", - "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", - "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamChannelTabTeamApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/getAllMessages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Get1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgTeamworkDeletedTeamMessage" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamMessage", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/getAllMessages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Get" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgTeamworkDeletedTeamMessage" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTeamworkDeletedTeamMessage", + "ApiVersion": "v1.0" }, { + "Uri": "/teamwork/devices/{teamworkDevice-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkDevice", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -124746,17 +124816,16 @@ "IsAdmin": true } ], - "Uri": "/teamwork/devices/{teamworkDevice-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkDevice", - "Command": "Get-MgTeamworkDevice" + "Command": "Get-MgTeamworkDevice", + "ApiVersion": "beta" }, { + "Uri": "/teamwork/devices", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkDevice", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -124772,16 +124841,17 @@ "IsAdmin": true } ], - "Uri": "/teamwork/devices", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkDevice", - "Command": "Get-MgTeamworkDevice" + "Command": "Get-MgTeamworkDevice", + "ApiVersion": "beta" }, { + "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -124797,17 +124867,17 @@ "IsAdmin": true } ], - "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", + "Command": "Get-MgTeamworkDeviceActivity", + "ApiVersion": "beta" + }, + { + "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkDeviceActivity", - "Command": "Get-MgTeamworkDeviceActivity" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -124823,17 +124893,17 @@ "IsAdmin": true } ], - "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", + "Command": "Get-MgTeamworkDeviceConfiguration", + "ApiVersion": "beta" + }, + { + "Uri": "/teamwork/devices/{teamworkDevice-id}/health", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkDeviceConfiguration", - "Command": "Get-MgTeamworkDeviceConfiguration" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -124849,17 +124919,17 @@ "IsAdmin": true } ], - "Uri": "/teamwork/devices/{teamworkDevice-id}/health", + "Command": "Get-MgTeamworkDeviceHealth", + "ApiVersion": "beta" + }, + { + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkDeviceHealth", - "Command": "Get-MgTeamworkDeviceHealth" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [ { @@ -124875,17 +124945,16 @@ "IsAdmin": true } ], - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", - "Command": "Get-MgTeamworkDeviceOperation" + "Command": "Get-MgTeamworkDeviceOperation", + "ApiVersion": "beta" }, { + "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -124901,16 +124970,16 @@ "IsAdmin": true } ], - "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", - "Command": "Get-MgTeamworkDeviceOperation" + "Command": "Get-MgTeamworkDeviceOperation", + "ApiVersion": "beta" }, { + "Uri": "/teamwork/teamsAppSettings", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppSettings", + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -124926,29 +124995,29 @@ "IsAdmin": true } ], - "Uri": "/teamwork/teamsAppSettings", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppSettings", - "Command": "Get-MgTeamworkTeamAppSetting" + "Command": "Get-MgTeamworkTeamAppSetting", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamTemplate", - "Command": "Get-MgTeamworkTeamTemplate" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTeamworkTeamTemplate", + "ApiVersion": "beta" }, { + "Uri": "/teamwork/teamTemplates", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamTemplate", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Team.Create", @@ -124956,16 +125025,17 @@ "FullDescription": "Allows the app to create teams on your behalf. ", "IsAdmin": false }, - "Uri": "/teamwork/teamTemplates", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamTemplate", - "Command": "Get-MgTeamworkTeamTemplate" + "Command": "Get-MgTeamworkTeamTemplate", + "ApiVersion": "beta" }, { + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Team.Create", @@ -124973,29 +125043,29 @@ "FullDescription": "Allows the app to create teams on your behalf. ", "IsAdmin": false }, - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", - "Command": "Get-MgTeamworkTeamTemplateDefinition" + "Command": "Get-MgTeamworkTeamTemplateDefinition", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", - "Command": "Get-MgTeamworkTeamTemplateDefinition" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTeamworkTeamTemplateDefinition", + "ApiVersion": "beta" }, { + "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeam1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Team.Create", @@ -125003,17 +125073,17 @@ "FullDescription": "Allows the app to create teams on your behalf. ", "IsAdmin": false }, - "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeam1", - "Command": "Get-MgTeamworkTeamTemplateDefinitionTeamDefinition" + "Command": "Get-MgTeamworkTeamTemplateDefinitionTeamDefinition", + "ApiVersion": "beta" }, { + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphWorkforceIntegration1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -125029,17 +125099,16 @@ "IsAdmin": true } ], - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWorkforceIntegration1", - "Command": "Get-MgTeamworkWorkforceIntegration" + "Command": "Get-MgTeamworkWorkforceIntegration", + "ApiVersion": "beta" }, { + "Uri": "/teamwork/workforceIntegrations", "Module": "Teams", + "OutputType": "IMicrosoftGraphWorkforceIntegration1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -125055,16 +125124,16 @@ "IsAdmin": true } ], - "Uri": "/teamwork/workforceIntegrations", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWorkforceIntegration1", - "Command": "Get-MgTeamworkWorkforceIntegration" + "Command": "Get-MgTeamworkWorkforceIntegration", + "ApiVersion": "beta" }, { + "Uri": "/teamwork/workforceIntegrations", "Module": "Teams", + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -125080,16 +125149,17 @@ "IsAdmin": true } ], - "Uri": "/teamwork/workforceIntegrations", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWorkforceIntegration", - "Command": "Get-MgTeamworkWorkforceIntegration" + "Command": "Get-MgTeamworkWorkforceIntegration", + "ApiVersion": "v1.0" }, { + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -125105,17 +125175,17 @@ "IsAdmin": true } ], - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Command": "Get-MgTeamworkWorkforceIntegration", + "ApiVersion": "v1.0" + }, + { + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsTenant", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWorkforceIntegration", - "Command": "Get-MgTeamworkWorkforceIntegration" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [ { @@ -125131,17 +125201,16 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", - "Command": "Get-MgTenantRelationshipManagedTenant" + "Command": "Get-MgTenantRelationshipManagedTenant", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenants", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsTenant", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -125157,29 +125226,29 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/tenants", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", - "Command": "Get-MgTenantRelationshipManagedTenant" + "Command": "Get-MgTenantRelationshipManagedTenant", + "ApiVersion": "beta" }, { - "Module": "ManagedTenants", - "Method": "GET", - "Permissions": [], "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", - "Command": "Get-MgTenantRelationshipManagedTenantAggregatedPolicyCompliance" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -125195,299 +125264,300 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", - "Command": "Get-MgTenantRelationshipManagedTenantAggregatedPolicyCompliance" + "Command": "Get-MgTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "ApiVersion": "beta" }, { - "Module": "ManagedTenants", - "Method": "GET", - "Permissions": [], "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "Command": "Get-MgTenantRelationshipManagedTenantAlert" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantAlert", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "Command": "Get-MgTenantRelationshipManagedTenantAlert" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantAlert", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications/{managedTenantApiNotification-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", - "Command": "Get-MgTenantRelationshipManagedTenantAlertApiNotification" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantAlertApiNotification", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/apiNotifications", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", - "Command": "Get-MgTenantRelationshipManagedTenantAlertApiNotification" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantAlertApiNotification", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications/{managedTenantEmailNotification-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", - "Command": "Get-MgTenantRelationshipManagedTenantAlertEmailNotification" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantAlertEmailNotification", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}/emailNotifications", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", - "Command": "Get-MgTenantRelationshipManagedTenantAlertEmailNotification" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantAlertEmailNotification", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", - "Command": "Get-MgTenantRelationshipManagedTenantAlertLog" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantAlertLog", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", - "Command": "Get-MgTenantRelationshipManagedTenantAlertLog" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantAlertLog", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}/alert", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "Command": "Get-MgTenantRelationshipManagedTenantAlertLogAlert" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantAlertLogAlert", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", - "Command": "Get-MgTenantRelationshipManagedTenantAlertRule" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantAlertRule", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", - "Command": "Get-MgTenantRelationshipManagedTenantAlertRule" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantAlertRule", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts/{managedTenantAlert-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleAlert" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleAlert", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}/alerts", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleAlert" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleAlert", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", - "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleDefinition" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", - "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleDefinition" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules/{managedTenantAlertRule-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", - "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}/alertRules", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", - "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantAlertRuleDefinitionAlertRule", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", - "Command": "Get-MgTenantRelationshipManagedTenantApiNotification" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantApiNotification", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", - "Command": "Get-MgTenantRelationshipManagedTenantApiNotification" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantApiNotification", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}/alert", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "Command": "Get-MgTenantRelationshipManagedTenantApiNotificationAlert" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantApiNotificationAlert", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", - "Command": "Get-MgTenantRelationshipManagedTenantAppPerformance" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantAppPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/appPerformances", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", - "Command": "Get-MgTenantRelationshipManagedTenantAppPerformance" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantAppPerformance", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -125503,55 +125573,29 @@ "IsAdmin": false } ], - "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", - "Command": "Get-MgTenantRelationshipManagedTenantAuditEvent" + "Command": "Get-MgTenantRelationshipManagedTenantAuditEvent", + "ApiVersion": "beta" }, { - "Module": "ManagedTenants", - "Method": "GET", - "Permissions": [], "Uri": "/tenantRelationships/managedTenants/auditEvents", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", - "Command": "Get-MgTenantRelationshipManagedTenantAuditEvent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantAuditEvent", + "ApiVersion": "beta" }, { - "Module": "ManagedTenants", - "Method": "GET", - "Permissions": [ - { - "Name": "CloudPC.Read.All", - "Description": "Read Cloud PCs", - "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", - "IsAdmin": false - }, - { - "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 - } - ], "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", - "Command": "Get-MgTenantRelationshipManagedTenantCloudPcConnection" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [ { @@ -125567,16 +125611,16 @@ "IsAdmin": true } ], + "Command": "Get-MgTenantRelationshipManagedTenantCloudPcConnection", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", - "Command": "Get-MgTenantRelationshipManagedTenantCloudPcConnection" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [ { @@ -125592,17 +125636,17 @@ "IsAdmin": true } ], + "Command": "Get-MgTenantRelationshipManagedTenantCloudPcConnection", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", - "Command": "Get-MgTenantRelationshipManagedTenantCloudPcDevice" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [ { @@ -125618,16 +125662,16 @@ "IsAdmin": true } ], + "Command": "Get-MgTenantRelationshipManagedTenantCloudPcDevice", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", - "Command": "Get-MgTenantRelationshipManagedTenantCloudPcDevice" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [ { @@ -125643,17 +125687,17 @@ "IsAdmin": true } ], + "Command": "Get-MgTenantRelationshipManagedTenantCloudPcDevice", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", - "Command": "Get-MgTenantRelationshipManagedTenantCloudPcOverview" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [ { @@ -125669,48 +125713,42 @@ "IsAdmin": true } ], + "Command": "Get-MgTenantRelationshipManagedTenantCloudPcOverview", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", - "Command": "Get-MgTenantRelationshipManagedTenantCloudPcOverview" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [ { - "Name": "Application.Read.All", - "Description": "Read applications", - "FullDescription": "Allows the app to read applications and service principals on your behalf.", - "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": "CloudPC.Read.All", + "Description": "Read Cloud PCs", + "FullDescription": "Allows the app to read the properties of Cloud PCs, on your behalf.", + "IsAdmin": false }, { - "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.", + "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 } ], + "Command": "Get-MgTenantRelationshipManagedTenantCloudPcOverview", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", - "Command": "Get-MgTenantRelationshipManagedTenantConditionalAccessPolicyCoverage" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [ { @@ -125732,16 +125770,48 @@ "IsAdmin": true } ], + "Command": "Get-MgTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", - "Command": "Get-MgTenantRelationshipManagedTenantConditionalAccessPolicyCoverage" + "Method": "GET", + "Permissions": [ + { + "Name": "Application.Read.All", + "Description": "Read applications", + "FullDescription": "Allows the app to read applications and service principals on your behalf.", + "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.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 + } + ], + "Command": "Get-MgTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -125749,17 +125819,16 @@ "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 }, - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", - "Command": "Get-MgTenantRelationshipManagedTenantCredentialUserRegistrationSummary" + "Command": "Get-MgTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Reports.Read.All", @@ -125767,16 +125836,17 @@ "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 }, - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", - "Command": "Get-MgTenantRelationshipManagedTenantCredentialUserRegistrationSummary" + "Command": "Get-MgTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -125792,17 +125862,16 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", - "Command": "Get-MgTenantRelationshipManagedTenantCustomizedInformation" + "Command": "Get-MgTenantRelationshipManagedTenantCustomizedInformation", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -125818,16 +125887,17 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", - "Command": "Get-MgTenantRelationshipManagedTenantCustomizedInformation" + "Command": "Get-MgTenantRelationshipManagedTenantCustomizedInformation", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -125843,17 +125913,16 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", - "Command": "Get-MgTenantRelationshipManagedTenantDetailedInformation" + "Command": "Get-MgTenantRelationshipManagedTenantDetailedInformation", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -125869,41 +125938,42 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", - "Command": "Get-MgTenantRelationshipManagedTenantDetailedInformation" + "Command": "Get-MgTenantRelationshipManagedTenantDetailedInformation", + "ApiVersion": "beta" }, { - "Module": "ManagedTenants", - "Method": "GET", - "Permissions": [], "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", - "Command": "Get-MgTenantRelationshipManagedTenantDeviceAppPerformance" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantDeviceAppPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", - "Command": "Get-MgTenantRelationshipManagedTenantDeviceAppPerformance" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantDeviceAppPerformance", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -125919,17 +125989,16 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", - "Command": "Get-MgTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary" + "Command": "Get-MgTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -125945,79 +126014,80 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", - "Command": "Get-MgTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary" + "Command": "Get-MgTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta" }, { - "Module": "ManagedTenants", - "Method": "GET", - "Permissions": [], "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", - "Command": "Get-MgTenantRelationshipManagedTenantDeviceHealthStatuses" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantDeviceHealthStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", - "Command": "Get-MgTenantRelationshipManagedTenantDeviceHealthStatuses" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantDeviceHealthStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", - "Command": "Get-MgTenantRelationshipManagedTenantEmailNotification" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantEmailNotification", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", - "Command": "Get-MgTenantRelationshipManagedTenantEmailNotification" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantEmailNotification", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}/alert", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "Command": "Get-MgTenantRelationshipManagedTenantEmailNotificationAlert" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantEmailNotificationAlert", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -126033,17 +126103,16 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", - "Command": "Get-MgTenantRelationshipManagedTenantGroup" + "Command": "Get-MgTenantRelationshipManagedTenantGroup", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantGroups", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -126059,16 +126128,17 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/tenantGroups", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", - "Command": "Get-MgTenantRelationshipManagedTenantGroup" + "Command": "Get-MgTenantRelationshipManagedTenantGroup", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -126084,17 +126154,16 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", - "Command": "Get-MgTenantRelationshipManagedTenantManagedDeviceCompliance" + "Command": "Get-MgTenantRelationshipManagedTenantManagedDeviceCompliance", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -126110,16 +126179,17 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", - "Command": "Get-MgTenantRelationshipManagedTenantManagedDeviceCompliance" + "Command": "Get-MgTenantRelationshipManagedTenantManagedDeviceCompliance", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -126135,17 +126205,16 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", - "Command": "Get-MgTenantRelationshipManagedTenantManagedDeviceComplianceTrend" + "Command": "Get-MgTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -126161,16 +126230,17 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", - "Command": "Get-MgTenantRelationshipManagedTenantManagedDeviceComplianceTrend" + "Command": "Get-MgTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -126186,17 +126256,16 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", - "Command": "Get-MgTenantRelationshipManagedTenantManagementAction" + "Command": "Get-MgTenantRelationshipManagedTenantManagementAction", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementActions", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -126212,16 +126281,17 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/managementActions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", - "Command": "Get-MgTenantRelationshipManagedTenantManagementAction" + "Command": "Get-MgTenantRelationshipManagedTenantManagementAction", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -126237,17 +126307,16 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", - "Command": "Get-MgTenantRelationshipManagedTenantManagementActionTenantDeploymentStatuses" + "Command": "Get-MgTenantRelationshipManagedTenantManagementActionTenantDeploymentStatuses", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -126263,16 +126332,17 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", - "Command": "Get-MgTenantRelationshipManagedTenantManagementActionTenantDeploymentStatuses" + "Command": "Get-MgTenantRelationshipManagedTenantManagementActionTenantDeploymentStatuses", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -126288,17 +126358,16 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", - "Command": "Get-MgTenantRelationshipManagedTenantManagementIntent" + "Command": "Get-MgTenantRelationshipManagedTenantManagementIntent", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementIntents", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -126314,16 +126383,17 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/managementIntents", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", - "Command": "Get-MgTenantRelationshipManagedTenantManagementIntent" + "Command": "Get-MgTenantRelationshipManagedTenantManagementIntent", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -126339,17 +126409,16 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplate" + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplate", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementTemplates", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -126365,278 +126434,278 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/managementTemplates", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplate" + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplate", + "ApiVersion": "beta" }, { - "Module": "ManagedTenants", - "Method": "GET", - "Permissions": [], "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollection" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollection", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollection" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollection", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates/{managementTemplate-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}/managementTemplates", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollectionManagementTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps/{managementTemplateStep-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStep" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStep", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}/managementTemplateSteps", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStep" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStep", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/acceptedVersion", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepAcceptedVersion", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/managementTemplate", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepManagementTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepTenantSummary" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepTenantSummary" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions/{managementTemplateStepVersion-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersion" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersion", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}/versions", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersion" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersion", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/acceptedFor", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionAcceptedFor", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}/templateStepVersion", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeploymentTemplateStepVersion", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/templateStep", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", - "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantManagementTemplateStepVersionTemplateStep", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsMyRole", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsMyRole", - "Command": "Get-MgTenantRelationshipManagedTenantMyRole" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantMyRole", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/myRoles", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsMyRole", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -126652,16 +126721,17 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/myRoles", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsMyRole", - "Command": "Get-MgTenantRelationshipManagedTenantMyRole" + "Command": "Get-MgTenantRelationshipManagedTenantMyRole", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -126677,17 +126747,16 @@ "IsAdmin": false } ], - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", - "Command": "Get-MgTenantRelationshipManagedTenantTag" + "Command": "Get-MgTenantRelationshipManagedTenantTag", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantTags", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -126703,41 +126772,42 @@ "IsAdmin": false } ], - "Uri": "/tenantRelationships/managedTenants/tenantTags", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", - "Command": "Get-MgTenantRelationshipManagedTenantTag" + "Command": "Get-MgTenantRelationshipManagedTenantTag", + "ApiVersion": "beta" }, { - "Module": "ManagedTenants", - "Method": "GET", - "Permissions": [], "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", - "Command": "Get-MgTenantRelationshipManagedTenantTicketingEndpoint" - }, - { - "Module": "ManagedTenants", "Method": "GET", "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantTicketingEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", - "Command": "Get-MgTenantRelationshipManagedTenantTicketingEndpoint" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTenantRelationshipManagedTenantTicketingEndpoint", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -126753,17 +126823,16 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", - "Command": "Get-MgTenantRelationshipManagedTenantWindowDeviceMalwareState" + "Command": "Get-MgTenantRelationshipManagedTenantWindowDeviceMalwareState", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -126779,16 +126848,17 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", - "Command": "Get-MgTenantRelationshipManagedTenantWindowDeviceMalwareState" + "Command": "Get-MgTenantRelationshipManagedTenantWindowDeviceMalwareState", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -126804,17 +126874,16 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", - "Command": "Get-MgTenantRelationshipManagedTenantWindowProtectionState" + "Command": "Get-MgTenantRelationshipManagedTenantWindowProtectionState", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -126830,28 +126899,29 @@ "IsAdmin": true } ], - "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", - "Command": "Get-MgTenantRelationshipManagedTenantWindowProtectionState" + "Command": "Get-MgTenantRelationshipManagedTenantWindowProtectionState", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/trustFramework", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTrustFramework", "Variants": [ "Get" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFramework", - "Command": "Get-MgTrustFramework" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgTrustFramework", + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -126867,17 +126937,16 @@ "IsAdmin": true } ], - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", - "Command": "Get-MgTrustFrameworkKeySet" + "Command": "Get-MgTrustFrameworkKeySet", + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/keySets", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -126893,16 +126962,17 @@ "IsAdmin": true } ], - "Uri": "/trustFramework/keySets", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", - "Command": "Get-MgTrustFrameworkKeySet" + "Command": "Get-MgTrustFrameworkKeySet", + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTrustFrameworkKey", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -126918,17 +126988,17 @@ "IsAdmin": true } ], - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/getActiveKey", + "Command": "Get-MgTrustFrameworkKeySetActiveKey", + "ApiVersion": "beta" + }, + { + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", - "Command": "Get-MgTrustFrameworkKeySetActiveKey" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [ { @@ -126944,17 +127014,16 @@ "IsAdmin": true } ], - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgTrustFrameworkPolicy" + "Command": "Get-MgTrustFrameworkPolicy", + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/policies", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTrustFrameworkPolicy", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -126970,16 +127039,17 @@ "IsAdmin": true } ], - "Uri": "/trustFramework/policies", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFrameworkPolicy", - "Command": "Get-MgTrustFrameworkPolicy" + "Command": "Get-MgTrustFrameworkPolicy", + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -126995,17 +127065,17 @@ "IsAdmin": true } ], - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", + "Command": "Get-MgTrustFrameworkPolicyContent", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgTrustFrameworkPolicyContent" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [ { @@ -127099,17 +127169,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Get-MgUser" + "Command": "Get-MgUser", + "ApiVersion": "beta" }, { + "Uri": "/users", "Module": "Users", + "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -127191,16 +127260,16 @@ "IsAdmin": true } ], - "Uri": "/users", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Get-MgUser" + "Command": "Get-MgUser", + "ApiVersion": "beta" }, { + "Uri": "/users", "Module": "Users", + "OutputType": "IMicrosoftGraphUser1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -127282,16 +127351,17 @@ "IsAdmin": true } ], - "Uri": "/users", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgUser" + "Command": "Get-MgUser", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}", "Module": "Users", + "OutputType": "IMicrosoftGraphUser1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -127385,30 +127455,29 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgUser" + "Command": "Get-MgUser", + "ApiVersion": "v1.0" }, { - "Module": "CrossDeviceExperiences", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/activities/{userActivity-id}", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphUserActivity1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserActivity1", - "Command": "Get-MgUserActivity" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserActivity", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/activities", "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphUserActivity1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "UserActivity.ReadWrite.CreatedByApp", @@ -127416,16 +127485,16 @@ "FullDescription": "Allows the app to read and report your activity in the app.", "IsAdmin": false }, - "Uri": "/users/{user-id}/activities", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserActivity1", - "Command": "Get-MgUserActivity" + "Command": "Get-MgUserActivity", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/activities", "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphUserActivity", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "UserActivity.ReadWrite.CreatedByApp", @@ -127433,118 +127502,118 @@ "FullDescription": "Allows the app to read and report your activity in the app.", "IsAdmin": false }, - "Uri": "/users/{user-id}/activities", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserActivity", - "Command": "Get-MgUserActivity" + "Command": "Get-MgUserActivity", + "ApiVersion": "v1.0" }, { - "Module": "CrossDeviceExperiences", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/activities/{userActivity-id}", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphUserActivity", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserActivity", - "Command": "Get-MgUserActivity" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserActivity", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphActivityHistoryItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActivityHistoryItem", - "Command": "Get-MgUserActivityHistoryItem" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserActivityHistoryItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphActivityHistoryItem", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActivityHistoryItem", - "Command": "Get-MgUserActivityHistoryItem" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserActivityHistoryItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphActivityHistoryItem1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphActivityHistoryItem1", - "Command": "Get-MgUserActivityHistoryItem" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserActivityHistoryItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphActivityHistoryItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphActivityHistoryItem1", - "Command": "Get-MgUserActivityHistoryItem" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserActivityHistoryItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphUserActivity1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserActivity1", - "Command": "Get-MgUserActivityHistoryItemActivity" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserActivityHistoryItemActivity", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}/activity", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphUserActivity", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserActivity", - "Command": "Get-MgUserActivityHistoryItemActivity" - }, - { - "Module": "People", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserActivityHistoryItemActivity", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/analytics/activityStatistics/{activityStatistics-id}", + "Module": "People", + "OutputType": "IMicrosoftGraphActivityStatistics", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActivityStatistics", - "Command": "Get-MgUserActivityStatistics" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserActivityStatistics", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/analytics/activityStatistics", "Module": "People", + "OutputType": "IMicrosoftGraphActivityStatistics", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Analytics.Read", @@ -127552,29 +127621,29 @@ "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 }, - "Uri": "/users/{user-id}/analytics/activityStatistics", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActivityStatistics", - "Command": "Get-MgUserActivityStatistics" + "Command": "Get-MgUserActivityStatistics", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "Command": "Get-MgUserAgreementAcceptance" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserAgreementAcceptance", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/agreementAcceptances", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "AgreementAcceptance.Read", @@ -127582,16 +127651,16 @@ "FullDescription": "Allows the app to read your terms of use acceptance statuses.", "IsAdmin": true }, - "Uri": "/users/{user-id}/agreementAcceptances", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "Command": "Get-MgUserAgreementAcceptance" + "Command": "Get-MgUserAgreementAcceptance", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/agreementAcceptances", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementAcceptance", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "AgreementAcceptance.Read", @@ -127599,42 +127668,42 @@ "FullDescription": "Allows the app to read your terms of use acceptance statuses.", "IsAdmin": true }, - "Uri": "/users/{user-id}/agreementAcceptances", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "Command": "Get-MgUserAgreementAcceptance" + "Command": "Get-MgUserAgreementAcceptance", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/agreementAcceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "Command": "Get-MgUserAgreementAcceptance" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserAgreementAcceptance", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", - "Command": "Get-MgUserAppRoleAssignment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserAppRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/appRoleAssignments", "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -127656,16 +127725,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/appRoleAssignments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", - "Command": "Get-MgUserAppRoleAssignment" + "Command": "Get-MgUserAppRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/appRoleAssignments", "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -127687,29 +127756,30 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/appRoleAssignments", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "Get-MgUserAppRoleAssignment" + "Command": "Get-MgUserAppRoleAssignment", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "Get-MgUserAppRoleAssignment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -127737,17 +127807,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "Command": "Get-MgUserAuthenticationEmailMethod" + "Command": "Get-MgUserAuthenticationEmailMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/emailMethods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -127775,16 +127844,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/emailMethods", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "Command": "Get-MgUserAuthenticationEmailMethod" + "Command": "Get-MgUserAuthenticationEmailMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/emailMethods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -127812,16 +127881,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/emailMethods", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "Command": "Get-MgUserAuthenticationEmailMethod" + "Command": "Get-MgUserAuthenticationEmailMethod", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -127849,17 +127919,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "Command": "Get-MgUserAuthenticationEmailMethod" + "Command": "Get-MgUserAuthenticationEmailMethod", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -127887,17 +127957,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", - "Command": "Get-MgUserAuthenticationFido2Method" + "Command": "Get-MgUserAuthenticationFido2Method", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/fido2Methods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -127925,16 +127994,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/fido2Methods", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", - "Command": "Get-MgUserAuthenticationFido2Method" + "Command": "Get-MgUserAuthenticationFido2Method", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/fido2Methods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -127962,16 +128031,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/fido2Methods", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", - "Command": "Get-MgUserAuthenticationFido2Method" + "Command": "Get-MgUserAuthenticationFido2Method", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -127999,17 +128069,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphFido2AuthenticationMethod", - "Command": "Get-MgUserAuthenticationFido2Method" + "Command": "Get-MgUserAuthenticationFido2Method", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -128037,17 +128107,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserAuthenticationMethod" + "Command": "Get-MgUserAuthenticationMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/methods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationMethod", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -128075,16 +128144,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/methods", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethod", - "Command": "Get-MgUserAuthenticationMethod" + "Command": "Get-MgUserAuthenticationMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/methods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationMethod", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -128112,16 +128181,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/methods", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationMethod", - "Command": "Get-MgUserAuthenticationMethod" + "Command": "Get-MgUserAuthenticationMethod", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -128149,17 +128219,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserAuthenticationMethod" + "Command": "Get-MgUserAuthenticationMethod", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -128187,17 +128257,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod1", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod" + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -128225,16 +128294,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod1", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod" + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -128262,16 +128331,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod" + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -128299,43 +128369,43 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMicrosoftAuthenticatorAuthenticationMethod", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod" + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}/device", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -128363,41 +128433,41 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "Command": "Get-MgUserAuthenticationOperation" + "Command": "Get-MgUserAuthenticationOperation", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/authentication/operations", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphLongRunningOperation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "Command": "Get-MgUserAuthenticationOperation" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserAuthenticationOperation", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/authentication/operations", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphLongRunningOperation", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "Command": "Get-MgUserAuthenticationOperation" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserAuthenticationOperation", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphLongRunningOperation", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -128425,17 +128495,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "Command": "Get-MgUserAuthenticationOperation" + "Command": "Get-MgUserAuthenticationOperation", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -128463,17 +128533,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", - "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod" + "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -128501,29 +128570,30 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPasswordlessMicrosoftAuthenticatorAuthenticationMethod", - "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod" + "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}/device", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -128551,17 +128621,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", - "Command": "Get-MgUserAuthenticationPasswordMethod" + "Command": "Get-MgUserAuthenticationPasswordMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/passwordMethods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -128589,16 +128658,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/passwordMethods", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", - "Command": "Get-MgUserAuthenticationPasswordMethod" + "Command": "Get-MgUserAuthenticationPasswordMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/passwordMethods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -128626,16 +128695,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/passwordMethods", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", - "Command": "Get-MgUserAuthenticationPasswordMethod" + "Command": "Get-MgUserAuthenticationPasswordMethod", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -128663,17 +128733,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/passwordMethods/{passwordAuthenticationMethod-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPasswordAuthenticationMethod", - "Command": "Get-MgUserAuthenticationPasswordMethod" + "Command": "Get-MgUserAuthenticationPasswordMethod", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -128701,17 +128771,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "Command": "Get-MgUserAuthenticationPhoneMethod" + "Command": "Get-MgUserAuthenticationPhoneMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/phoneMethods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -128739,16 +128808,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/phoneMethods", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "Command": "Get-MgUserAuthenticationPhoneMethod" + "Command": "Get-MgUserAuthenticationPhoneMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/phoneMethods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -128776,16 +128845,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/phoneMethods", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "Command": "Get-MgUserAuthenticationPhoneMethod" + "Command": "Get-MgUserAuthenticationPhoneMethod", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -128813,17 +128883,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "Command": "Get-MgUserAuthenticationPhoneMethod" + "Command": "Get-MgUserAuthenticationPhoneMethod", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -128851,17 +128921,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", - "Command": "Get-MgUserAuthenticationSoftwareOathMethod" + "Command": "Get-MgUserAuthenticationSoftwareOathMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/softwareOathMethods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -128889,16 +128958,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/softwareOathMethods", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", - "Command": "Get-MgUserAuthenticationSoftwareOathMethod" + "Command": "Get-MgUserAuthenticationSoftwareOathMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/softwareOathMethods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -128926,16 +128995,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/softwareOathMethods", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", - "Command": "Get-MgUserAuthenticationSoftwareOathMethod" + "Command": "Get-MgUserAuthenticationSoftwareOathMethod", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -128963,17 +129033,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSoftwareOathAuthenticationMethod", - "Command": "Get-MgUserAuthenticationSoftwareOathMethod" + "Command": "Get-MgUserAuthenticationSoftwareOathMethod", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -129001,17 +129071,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod1", - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod" + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -129039,16 +129108,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod1", - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod" + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -129076,16 +129145,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod" + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -129113,17 +129183,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod" + "Command": "Get-MgUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -129151,17 +129221,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod1", - "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethod" + "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -129189,16 +129258,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod1", - "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethod" + "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -129226,16 +129295,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", - "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethod" + "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethod", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -129263,82 +129333,81 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsHelloForBusinessAuthenticationMethod", - "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethod" + "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethod", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDevice" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDevice", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}/device", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDevice" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserAuthenticationWindowHelloForBusinessMethodDevice", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/getByIds", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserById" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgUserById", + "ApiVersion": "beta" + }, + { "Uri": "/users/getByIds", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgUserById", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/calendars/{calendar-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar1", - "Command": "Get-MgUserCalendar" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserCalendar", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendars", "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -129360,16 +129429,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/calendars", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar1", - "Command": "Get-MgUserCalendar" + "Command": "Get-MgUserCalendar", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendars", "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -129391,29 +129460,29 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/calendars", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", - "Command": "Get-MgUserCalendar" + "Command": "Get-MgUserCalendar", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/calendars/{calendar-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar", "Variants": [ "Get3", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", - "Command": "Get-MgUserCalendar" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserCalendar", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -129429,16 +129498,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgUserCalendarEvent" + "Command": "Get-MgUserCalendarEvent", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendars/{calendar-id}/events", "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -129454,36 +129523,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/calendars/{calendar-id}/events", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent1", - "Command": "Get-MgUserCalendarEvent" + "Command": "Get-MgUserCalendarEvent", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "Method": "GET", - "Permissions": { - "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", - "IsAdmin": false - }, "Uri": "/users/{user-id}/calendar/events/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphEvent1", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent1", - "Command": "Get-MgUserCalendarEventDelta" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": { "Name": "Calendars.Read", @@ -129491,19 +129543,19 @@ "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, + "Command": "Get-MgUserCalendarEventDelta", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendar/events/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Delta2", "Delta3", "DeltaViaIdentity2", "DeltaViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgUserCalendarEventDelta" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": { "Name": "Calendars.Read", @@ -129511,17 +129563,34 @@ "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, + "Command": "Get-MgUserCalendarEventDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendarGroup", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendarGroup", - "Command": "Get-MgUserCalendarGroup" + "Method": "GET", + "Permissions": { + "Name": "Calendars.Read", + "Description": "Read your calendars ", + "FullDescription": "Allows the app to read events in your calendars. ", + "IsAdmin": false + }, + "Command": "Get-MgUserCalendarGroup", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendarGroups", "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendarGroup", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -129537,16 +129606,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/calendarGroups", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendarGroup", - "Command": "Get-MgUserCalendarGroup" + "Command": "Get-MgUserCalendarGroup", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendarGroups", "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendarGroup1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -129562,16 +129631,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/calendarGroups", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendarGroup1", - "Command": "Get-MgUserCalendarGroup" + "Command": "Get-MgUserCalendarGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendarGroup1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "Calendars.Read", @@ -129579,17 +129649,16 @@ "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendarGroup1", - "Command": "Get-MgUserCalendarGroup" + "Command": "Get-MgUserCalendarGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -129611,16 +129680,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar1", - "Command": "Get-MgUserCalendarGroupCalendar" + "Command": "Get-MgUserCalendarGroupCalendar", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -129642,214 +129711,215 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", - "Command": "Get-MgUserCalendarGroupCalendar" + "Command": "Get-MgUserCalendarGroupCalendar", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserCalendarMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserCalendarMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserCalendarMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserCalendarMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List2", "List3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserCalendarMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserCalendarMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserCalendarMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserCalendarMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendarPermission", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendarPermission", - "Command": "Get-MgUserCalendarPermission" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserCalendarPermission", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendar/calendarPermissions", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendarPermission", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendarPermission", - "Command": "Get-MgUserCalendarPermission" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserCalendarPermission", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendar/calendarPermissions", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendarPermission", "Variants": [ "List2", "List3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendarPermission", - "Command": "Get-MgUserCalendarPermission" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserCalendarPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendarPermission", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendarPermission", - "Command": "Get-MgUserCalendarPermission" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserCalendarPermission", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphScheduleInformation", "Variants": [ "Get3", "GetExpanded3", "GetViaIdentity3", "GetViaIdentityExpanded3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScheduleInformation", - "Command": "Get-MgUserCalendarSchedule" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgUserCalendarSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendars/{calendar-id}/getSchedule", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphScheduleInformation", "Variants": [ "Get1", "GetExpanded1", "GetViaIdentity1", "GetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScheduleInformation", - "Command": "Get-MgUserCalendarSchedule" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgUserCalendarSchedule", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserCalendarSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserCalendarSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List", "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserCalendarSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserCalendarSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List2", "List3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserCalendarSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserCalendarSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserCalendarSingleValueExtendedProperty" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserCalendarSingleValueExtendedProperty", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/calendar/calendarView", "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List", + "List1" + ], "Method": "GET", "Permissions": [ { @@ -129865,17 +129935,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/calendar/calendarView", - "Variants": [ - "List", - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgUserCalendarView" + "Command": "Get-MgUserCalendarView", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendar/calendarView", "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent1", + "Variants": [ + "List2", + "List3" + ], "Method": "GET", "Permissions": [ { @@ -129891,17 +129961,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/calendar/calendarView", - "Variants": [ - "List2", - "List3" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent1", - "Command": "Get-MgUserCalendarView" + "Command": "Get-MgUserCalendarView", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphChat1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -129923,17 +129993,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/chats/{chat-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChat1", - "Command": "Get-MgUserChat" + "Command": "Get-MgUserChat", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats", "Module": "Teams", + "OutputType": "IMicrosoftGraphChat1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -129955,16 +130024,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/chats", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChat1", - "Command": "Get-MgUserChat" + "Command": "Get-MgUserChat", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats", "Module": "Teams", + "OutputType": "IMicrosoftGraphChat", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -129986,16 +130055,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/chats", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChat", - "Command": "Get-MgUserChat" + "Command": "Get-MgUserChat", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphChat", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -130017,145 +130087,145 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/chats/{chat-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChat", - "Command": "Get-MgUserChat" + "Command": "Get-MgUserChat", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", - "Command": "Get-MgUserChatInstalledApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatInstalledApp", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", - "Command": "Get-MgUserChatInstalledApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatInstalledApp", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Command": "Get-MgUserChatInstalledApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatInstalledApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Command": "Get-MgUserChatInstalledApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatInstalledApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp1", - "Command": "Get-MgUserChatInstalledAppTeamApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatInstalledAppTeamApp", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsApp", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", - "Command": "Get-MgUserChatInstalledAppTeamApp" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatInstalledAppTeamApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppDefinition1", - "Command": "Get-MgUserChatInstalledAppTeamAppDefinition" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatInstalledAppTeamAppDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/teamsAppDefinition", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "Command": "Get-MgUserChatInstalledAppTeamAppDefinition" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatInstalledAppTeamAppDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageInfo", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageInfo", - "Command": "Get-MgUserChatLastMessagePreview" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatLastMessagePreview", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageInfo", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageInfo", - "Command": "Get-MgUserChatLastMessagePreview" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserChatLastMessagePreview", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -130189,17 +130259,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgUserChatMember" + "Command": "Get-MgUserChatMember", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/members", "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -130233,16 +130302,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/chats/{chat-id}/members", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgUserChatMember" + "Command": "Get-MgUserChatMember", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/members", "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -130276,16 +130345,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/chats/{chat-id}/members", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgUserChatMember" + "Command": "Get-MgUserChatMember", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -130319,17 +130389,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "Get-MgUserChatMember" + "Command": "Get-MgUserChatMember", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -130363,17 +130433,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgUserChatMessage" + "Command": "Get-MgUserChatMessage", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -130389,16 +130458,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgUserChatMessage" + "Command": "Get-MgUserChatMessage", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -130414,16 +130483,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgUserChatMessage" + "Command": "Get-MgUserChatMessage", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -130457,17 +130527,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgUserChatMessage" + "Command": "Get-MgUserChatMessage", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphChatMessage1", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -130501,17 +130571,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgUserChatMessageDelta" + "Command": "Get-MgUserChatMessageDelta", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Delta1", + "DeltaViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -130545,17 +130615,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/delta", - "Variants": [ - "Delta1", - "DeltaViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgUserChatMessageDelta" + "Command": "Get-MgUserChatMessageDelta", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "Get2", + "Get3", + "GetViaIdentity2", + "GetViaIdentity3" + ], "Method": "GET", "Permissions": [ { @@ -130577,19 +130649,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Variants": [ - "Get2", - "Get3", - "GetViaIdentity2", - "GetViaIdentity3" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgUserChatMessageHostedContent" + "Command": "Get-MgUserChatMessageHostedContent", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -130611,16 +130680,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgUserChatMessageHostedContent" + "Command": "Get-MgUserChatMessageHostedContent", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -130642,16 +130711,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgUserChatMessageHostedContent" + "Command": "Get-MgUserChatMessageHostedContent", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", + "Variants": [ + "Get", + "Get1", + "GetViaIdentity", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -130673,415 +130745,413 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", - "Variants": [ - "Get", - "Get1", - "GetViaIdentity", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgUserChatMessageHostedContent" + "Command": "Get-MgUserChatMessageHostedContent", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgUserChatMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgUserChatMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgUserChatMessageReply" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgUserChatMessageReply" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Get-MgUserChatMessageReplyDelta" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatMessageReplyDelta", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "Get-MgUserChatMessageReplyDelta" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatMessageReplyDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgUserChatMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgUserChatMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgUserChatMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "Get-MgUserChatMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", - "Command": "Get-MgUserChatOperation" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatOperation", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/operations", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", - "Command": "Get-MgUserChatOperation" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatOperation", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Command": "Get-MgUserChatPermissionGrant" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatPermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "Module": "Teams", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Command": "Get-MgUserChatPermissionGrant" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserChatPermissionGrant", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/getByIds", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserChatPermissionGrantById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgUserChatPermissionGrantById", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserChatPermissionGrantDelta" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserChatPermissionGrantDelta", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberGroups", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserChatPermissionGrantMemberGroup" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgUserChatPermissionGrantMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}/getMemberObjects", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserChatPermissionGrantMemberObject" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgUserChatPermissionGrantMemberObject", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/getUserOwnedObjects", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserChatPermissionGrantUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgUserChatPermissionGrantUserOwnedObject", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", - "Command": "Get-MgUserChatPinnedMessage" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatPinnedMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", - "Command": "Get-MgUserChatPinnedMessage" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatPinnedMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "Command": "Get-MgUserChatPinnedMessage" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatPinnedMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "Command": "Get-MgUserChatPinnedMessage" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatPinnedMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab1", - "Command": "Get-MgUserChatTab" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatTab", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab1", - "Command": "Get-MgUserChatTab" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatTab", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Command": "Get-MgUserChatTab" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatTab", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Command": "Get-MgUserChatTab" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp1", - "Command": "Get-MgUserChatTabTeamApp" + "Command": "Get-MgUserChatTab", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatTabTeamApp", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}/teamsApp", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", - "Command": "Get-MgUserChatTabTeamApp" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserChatTabTeamApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcConnectivityHistory", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcConnectivityEvent", - "Command": "Get-MgUserCloudPcConnectivityHistory" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserCloudPcConnectivityHistory", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -131097,17 +131167,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getCloudPcLaunchInfo", + "Command": "Get-MgUserCloudPcLaunchInfo", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphCloudPc", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcLaunchInfo", - "Command": "Get-MgUserCloudPcLaunchInfo" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [ { @@ -131123,43 +131193,43 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/cloudPCs/getProvisionedCloudPCs(groupId='{groupId}',servicePlanId='{servicePlanId}')", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPc", - "Command": "Get-MgUserCloudPcProvisionedCloudPC" + "Command": "Get-MgUserCloudPcProvisionedCloudPC", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getShiftWorkCloudPcAccessState", + "Module": "Users.Functions", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserCloudPcShiftWorkCloudPcAccessState" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserCloudPcShiftWorkCloudPcAccessState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/getSupportedCloudPcRemoteActions", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionCapability", - "Command": "Get-MgUserCloudPcSupportedCloudPcRemoteAction" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserCloudPcSupportedCloudPcRemoteAction", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contacts/{contact-id}", "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -131175,17 +131245,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contacts/{contact-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact1", - "Command": "Get-MgUserContact" + "Command": "Get-MgUserContact", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contacts", "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -131201,16 +131270,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contacts", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact1", - "Command": "Get-MgUserContact" + "Command": "Get-MgUserContact", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contacts", "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -131226,16 +131295,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contacts", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", - "Command": "Get-MgUserContact" + "Command": "Get-MgUserContact", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contacts/{contact-id}", "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -131251,17 +131321,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contacts/{contact-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", - "Command": "Get-MgUserContact" + "Command": "Get-MgUserContact", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contacts/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -131277,17 +131347,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contacts/delta", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact", - "Command": "Get-MgUserContactDelta" + "Command": "Get-MgUserContactDelta", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contacts/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphContact1", + "Variants": [ + "Delta1", + "DeltaViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -131303,67 +131373,67 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contacts/delta", - "Variants": [ - "Delta1", - "DeltaViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact1", - "Command": "Get-MgUserContactDelta" + "Command": "Get-MgUserContactDelta", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserContactExtension" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserContactExtension", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContactFolder1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -131379,17 +131449,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContactFolder1", - "Command": "Get-MgUserContactFolder" + "Command": "Get-MgUserContactFolder", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders", "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContactFolder1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -131405,16 +131474,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contactFolders", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContactFolder1", - "Command": "Get-MgUserContactFolder" + "Command": "Get-MgUserContactFolder", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders", "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContactFolder", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -131430,16 +131499,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contactFolders", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContactFolder", - "Command": "Get-MgUserContactFolder" + "Command": "Get-MgUserContactFolder", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContactFolder", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -131455,30 +131525,29 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContactFolder", - "Command": "Get-MgUserContactFolder" + "Command": "Get-MgUserContactFolder", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContactFolder1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContactFolder1", - "Command": "Get-MgUserContactFolderChildFolder" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolder", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContactFolder1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -131494,16 +131563,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContactFolder1", - "Command": "Get-MgUserContactFolderChildFolder" + "Command": "Get-MgUserContactFolderChildFolder", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContactFolder", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -131519,29 +131588,30 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContactFolder", - "Command": "Get-MgUserContactFolderChildFolder" + "Command": "Get-MgUserContactFolderChildFolder", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContactFolder", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContactFolder", - "Command": "Get-MgUserContactFolderChildFolder" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolder", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -131557,17 +131627,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact1", - "Command": "Get-MgUserContactFolderChildFolderContact" + "Command": "Get-MgUserContactFolderChildFolderContact", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -131583,16 +131652,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact1", - "Command": "Get-MgUserContactFolderChildFolderContact" + "Command": "Get-MgUserContactFolderChildFolderContact", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -131608,16 +131677,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", - "Command": "Get-MgUserContactFolderChildFolderContact" + "Command": "Get-MgUserContactFolderChildFolderContact", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -131633,17 +131703,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", - "Command": "Get-MgUserContactFolderChildFolderContact" + "Command": "Get-MgUserContactFolderChildFolderContact", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -131659,17 +131729,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact", - "Command": "Get-MgUserContactFolderChildFolderContactDelta" + "Command": "Get-MgUserContactFolderChildFolderContactDelta", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphContact1", + "Variants": [ + "Delta1", + "DeltaViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -131685,345 +131755,345 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/delta", - "Variants": [ - "Delta1", - "DeltaViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact1", - "Command": "Get-MgUserContactFolderChildFolderContactDelta" + "Command": "Get-MgUserContactFolderChildFolderContactDelta", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserContactFolderChildFolderContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderContactExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserContactFolderChildFolderContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderContactExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserContactFolderChildFolderContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderContactExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserContactFolderChildFolderContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderContactExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderChildFolderContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderChildFolderContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderChildFolderContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderChildFolderContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Command": "Get-MgUserContactFolderChildFolderContactPhoto" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderContactPhoto", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Command": "Get-MgUserContactFolderChildFolderContactPhoto" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderContactPhoto", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderContactPhotoContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderChildFolderContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderChildFolderContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderChildFolderContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderChildFolderContactSingleValueExtendedProperty" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphContactFolder1", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContactFolder1", - "Command": "Get-MgUserContactFolderChildFolderDelta" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderDelta", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphContactFolder", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContactFolder", - "Command": "Get-MgUserContactFolderChildFolderDelta" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderChildFolderMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderChildFolderMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderChildFolderMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderChildFolderMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderChildFolderSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderChildFolderSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderChildFolderSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderChildFolderSingleValueExtendedProperty" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -132039,17 +132109,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact1", - "Command": "Get-MgUserContactFolderContact" + "Command": "Get-MgUserContactFolderContact", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -132065,16 +132134,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact1", - "Command": "Get-MgUserContactFolderContact" + "Command": "Get-MgUserContactFolderContact", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -132090,16 +132159,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", - "Command": "Get-MgUserContactFolderContact" + "Command": "Get-MgUserContactFolderContact", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -132115,17 +132185,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", - "Command": "Get-MgUserContactFolderContact" + "Command": "Get-MgUserContactFolderContact", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphContact", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -132141,17 +132211,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact", - "Command": "Get-MgUserContactFolderContactDelta" + "Command": "Get-MgUserContactFolderContactDelta", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphContact1", + "Variants": [ + "Delta1", + "DeltaViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -132167,135 +132237,117 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/delta", - "Variants": [ - "Delta1", - "DeltaViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact1", - "Command": "Get-MgUserContactFolderContactDelta" + "Command": "Get-MgUserContactFolderContactDelta", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserContactFolderContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderContactExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserContactFolderContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderContactExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserContactFolderContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderContactExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserContactFolderContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderContactExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderContactMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderContactMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderContactMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderContactMultiValueExtendedProperty" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserContactFolderContactMultiValueExtendedProperty", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "GET", - "Permissions": { - "Name": "Contacts.Read", - "Description": "Read your contacts ", - "FullDescription": "Allows the app to read contacts in your contact folders. ", - "IsAdmin": false - }, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Command": "Get-MgUserContactFolderContactPhoto" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": { "Name": "Contacts.Read", @@ -132303,17 +132355,17 @@ "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false }, + "Command": "Get-MgUserContactFolderContactPhoto", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Command": "Get-MgUserContactFolderContactPhoto" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": { "Name": "Contacts.Read", @@ -132321,17 +132373,17 @@ "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false }, + "Command": "Get-MgUserContactFolderContactPhoto", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserContactFolderContactPhotoContent" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": { "Name": "Contacts.Read", @@ -132339,67 +132391,85 @@ "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false }, + "Command": "Get-MgUserContactFolderContactPhotoContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserContactFolderContactPhotoContent" + "Method": "GET", + "Permissions": { + "Name": "Contacts.Read", + "Description": "Read your contacts ", + "FullDescription": "Allows the app to read contacts in your contact folders. ", + "IsAdmin": false + }, + "Command": "Get-MgUserContactFolderContactPhotoContent", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderContactSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderContactSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderContactSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderContactSingleValueExtendedProperty" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserContactFolderContactSingleValueExtendedProperty", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphContactFolder1", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -132415,17 +132485,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contactFolders/delta", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContactFolder1", - "Command": "Get-MgUserContactFolderDelta" + "Command": "Get-MgUserContactFolderDelta", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphContactFolder", + "Variants": [ + "Delta1", + "DeltaViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -132441,185 +132511,167 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/contactFolders/delta", - "Variants": [ - "Delta1", - "DeltaViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContactFolder", - "Command": "Get-MgUserContactFolderDelta" + "Command": "Get-MgUserContactFolderDelta", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserContactFolderSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactFolderSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserContactMultiValueExtendedProperty" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserContactMultiValueExtendedProperty", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "GET", - "Permissions": { - "Name": "Contacts.Read", - "Description": "Read your contacts ", - "FullDescription": "Allows the app to read contacts in your contact folders. ", - "IsAdmin": false - }, "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Command": "Get-MgUserContactPhoto" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": { "Name": "Contacts.Read", @@ -132627,17 +132679,17 @@ "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false }, + "Command": "Get-MgUserContactPhoto", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Command": "Get-MgUserContactPhoto" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": { "Name": "Contacts.Read", @@ -132645,17 +132697,17 @@ "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false }, + "Command": "Get-MgUserContactPhoto", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserContactPhotoContent" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": { "Name": "Contacts.Read", @@ -132663,80 +132715,97 @@ "FullDescription": "Allows the app to read contacts in your contact folders. ", "IsAdmin": false }, + "Command": "Get-MgUserContactPhotoContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserContactPhotoContent" + "Method": "GET", + "Permissions": { + "Name": "Contacts.Read", + "Description": "Read your contacts ", + "FullDescription": "Allows the app to read contacts in your contact folders. ", + "IsAdmin": false + }, + "Command": "Get-MgUserContactPhotoContent", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserContactSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserContactSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserCreatedObject" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserCreatedObject", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/createdObjects", "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -132776,16 +132845,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/createdObjects", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserCreatedObject" + "Command": "Get-MgUserCreatedObject", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/createdObjects", "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -132825,55 +132894,58 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/createdObjects", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserCreatedObject" + "Command": "Get-MgUserCreatedObject", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserCreatedObject" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserCreatedObject", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/calendar", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar1", - "Command": "Get-MgUserDefaultCalendar" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDefaultCalendar", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendar", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", - "Command": "Get-MgUserDefaultCalendar" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserDefaultCalendar", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/calendar/getSchedule", "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphScheduleInformation", + "Variants": [ + "Get2", + "GetExpanded2", + "GetViaIdentity2", + "GetViaIdentityExpanded2" + ], "Method": "POST", "Permissions": [ { @@ -132889,19 +132961,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/calendar/getSchedule", - "Variants": [ - "Get2", - "GetExpanded2", - "GetViaIdentity2", - "GetViaIdentityExpanded2" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScheduleInformation", - "Command": "Get-MgUserDefaultCalendarSchedule" + "Command": "Get-MgUserDefaultCalendarSchedule", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/calendar/getSchedule", "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphScheduleInformation", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -132917,19 +132989,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/calendar/getSchedule", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScheduleInformation", - "Command": "Get-MgUserDefaultCalendarSchedule" + "Command": "Get-MgUserDefaultCalendarSchedule", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/drive", "Module": "Files", + "OutputType": "IMicrosoftGraphDrive1", + "Variants": [ + "Get2", + "GetViaIdentity2" + ], "Method": "GET", "Permissions": [ { @@ -132969,17 +133039,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/drive", - "Variants": [ - "Get2", - "GetViaIdentity2" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "Get-MgUserDefaultDrive" + "Command": "Get-MgUserDefaultDrive", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/drive", "Module": "Files", + "OutputType": "IMicrosoftGraphDrive", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -133019,17 +133089,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/drive", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "Get-MgUserDefaultDrive" + "Command": "Get-MgUserDefaultDrive", + "ApiVersion": "v1.0" }, { + "Uri": "/users/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "Delta1" + ], "Method": "GET", "Permissions": [ { @@ -133123,16 +133192,16 @@ "IsAdmin": true } ], - "Uri": "/users/delta", - "Variants": [ - "Delta1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Get-MgUserDelta" + "Command": "Get-MgUserDelta", + "ApiVersion": "beta" }, { + "Uri": "/users/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphUser1", + "Variants": [ + "Delta" + ], "Method": "GET", "Permissions": [ { @@ -133226,29 +133295,29 @@ "IsAdmin": true } ], - "Uri": "/users/delta", - "Variants": [ - "Delta" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgUserDelta" + "Command": "Get-MgUserDelta", + "ApiVersion": "v1.0" }, { - "Module": "CrossDeviceExperiences", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/devices/{device-id}", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Get-MgUserDevice" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserDevice", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/devices", "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphDevice", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "N/A", @@ -133256,31 +133325,32 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/users/{user-id}/devices", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Get-MgUserDevice" + "Command": "Get-MgUserDevice", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/devices/getByIds", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserDeviceById" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgUserDeviceById", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphCommand", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "N/A", @@ -133288,29 +133358,29 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCommand", - "Command": "Get-MgUserDeviceCommand" + "Command": "Get-MgUserDeviceCommand", + "ApiVersion": "beta" }, { - "Module": "CrossDeviceExperiences", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/devices/{device-id}/commands", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphCommand", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCommand", - "Command": "Get-MgUserDeviceCommand" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserDeviceCommand", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload", "Module": "CrossDeviceExperiences", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "N/A", @@ -133318,336 +133388,335 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}/responsepayload", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDeviceCommandResponsepayload" + "Command": "Get-MgUserDeviceCommandResponsepayload", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/devices/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Get-MgUserDeviceDelta" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDeviceDelta", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "Command": "Get-MgUserDeviceEnrollmentConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDeviceEnrollmentConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "Command": "Get-MgUserDeviceEnrollmentConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDeviceEnrollmentConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "Command": "Get-MgUserDeviceEnrollmentConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "Command": "Get-MgUserDeviceEnrollmentConfigurationAssignment" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDeviceExtension" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDeviceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/extensions", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserDeviceExtension" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDeviceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "Command": "Get-MgUserDeviceManagementTroubleshootingEvent" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "Command": "Get-MgUserDeviceManagementTroubleshootingEvent" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", - "Command": "Get-MgUserDeviceManagementTroubleshootingEvent" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", - "Command": "Get-MgUserDeviceManagementTroubleshootingEvent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/devices/{device-id}/getMemberGroups", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDeviceMemberGroup" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgUserDeviceMemberGroup", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/getMemberObjects", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDeviceMemberObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgUserDeviceMemberObject", + "ApiVersion": "beta" }, { - "Module": "CrossDeviceExperiences", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserDeviceMemberOf" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDeviceMemberOf", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/memberOf", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserDeviceMemberOf" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDeviceMemberOf", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserDeviceRegisteredOwner" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDeviceRegisteredOwner", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDeviceRegisteredOwnerByRef" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDeviceRegisteredOwnerByRef", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserDeviceRegisteredUser" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDeviceRegisteredUser", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDeviceRegisteredUserByRef" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDeviceRegisteredUserByRef", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserDeviceTransitiveMemberOf" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDeviceTransitiveMemberOf", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserDeviceTransitiveMemberOf" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDeviceTransitiveMemberOf", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphUsageRight", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUsageRight", - "Command": "Get-MgUserDeviceUsageRights" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDeviceUsageRights", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/usageRights", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphUsageRight", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUsageRight", - "Command": "Get-MgUserDeviceUsageRights" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserDeviceUsageRights", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/devices/getUserOwnedObjects", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserDeviceUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgUserDeviceUserOwnedObject", + "ApiVersion": "beta" }, { - "Module": "Users", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/directReports/{directoryObject-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserDirectReport" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserDirectReport", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/directReports", "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -133687,16 +133756,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/directReports", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserDirectReport" + "Command": "Get-MgUserDirectReport", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/directReports", "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -133736,42 +133805,42 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/directReports", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserDirectReport" + "Command": "Get-MgUserDirectReport", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/directReports/{directoryObject-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserDirectReport" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDirectReport", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Get3", "GetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "Get-MgUserDrive" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserDrive", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/drives", "Module": "Files", + "OutputType": "IMicrosoftGraphDrive1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -133811,16 +133880,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/drives", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "Get-MgUserDrive" + "Command": "Get-MgUserDrive", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/drives", "Module": "Files", + "OutputType": "IMicrosoftGraphDrive", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -133860,2953 +133929,2954 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/drives", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "Get-MgUserDrive" + "Command": "Get-MgUserDrive", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "Get-MgUserDrive" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgUserDriveActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveActivity", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgUserDriveBundle" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveBundle", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgUserDriveBundle" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveBundle", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgUserDriveBundle" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveBundle", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgUserDriveBundle" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveBundle", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDriveBundleContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveBundleContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserDriveBundleContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveBundleContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgUserDriveFollowing" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveFollowing", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/following", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgUserDriveFollowing" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveFollowing", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/following", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgUserDriveFollowing" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveFollowing", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgUserDriveFollowing" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveFollowing", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDriveFollowingContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveFollowingContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserDriveFollowingContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveFollowingContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgUserDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgUserDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgUserDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgUserDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgUserDriveItemActivity" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemActivity", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgUserDriveItemActivityByInterval" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemActivityByInterval", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/getActivitiesByInterval", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgUserDriveItemActivityByInterval" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemActivityByInterval", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics1", - "Command": "Get-MgUserDriveItemAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Command": "Get-MgUserDriveItemAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgUserDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgUserDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgUserDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgUserDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivity1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivity1", - "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivity", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivity", - "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgUserDriveItemAnalyticLastSevenDay" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemAnalyticLastSevenDay", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/lastSevenDays", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgUserDriveItemAnalyticLastSevenDay" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemAnalyticLastSevenDay", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgUserDriveItemAnalyticTime" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemAnalyticTime", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/allTime", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgUserDriveItemAnalyticTime" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemAnalyticTime", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgUserDriveItemChild" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemChild", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgUserDriveItemChild" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemChild", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgUserDriveItemChild" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgUserDriveItemChild" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDriveItemChildContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemChildContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserDriveItemChildContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemChildContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserDriveItemContent" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Delta2", "Delta3", "DeltaViaIdentity2", "DeltaViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgUserDriveItemDelta" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemDelta", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgUserDriveItemDelta" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgUserDriveItemListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", - "Command": "Get-MgUserDriveItemListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgUserDriveItemListItemActivity" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItemActivity", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgUserDriveItemListItemActivityByInterval" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItemActivityByInterval", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/getActivitiesByInterval", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgUserDriveItemListItemActivityByInterval" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItemActivityByInterval", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics1", - "Command": "Get-MgUserDriveItemListItemAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItemAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Command": "Get-MgUserDriveItemListItemAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItemAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgUserDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgUserDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgUserDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgUserDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgUserDriveItemListItemDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItemDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgUserDriveItemListItemDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItemDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDriveItemListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserDriveItemListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDriveItemListItemField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserDriveItemListItemField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgUserDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgUserDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgUserDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgUserDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDriveItemListItemVersionField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserDriveItemListItemVersionField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Get-MgUserDriveItemPermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemPermission", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Get-MgUserDriveItemPermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemPermission", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Get-MgUserDriveItemPermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Get-MgUserDriveItemPermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgUserDriveItemSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgUserDriveItemSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgUserDriveItemSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgUserDriveItemSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgUserDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgUserDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgUserDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgUserDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgUserDriveItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgUserDriveItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgUserDriveItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgUserDriveItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDriveItemVersionContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemVersionContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserDriveItemVersionContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveItemVersionContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list", + "Module": "Files", + "OutputType": "IMicrosoftGraphList1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList1", - "Command": "Get-MgUserDriveList" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveList", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list", + "Module": "Files", + "OutputType": "IMicrosoftGraphList", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList", - "Command": "Get-MgUserDriveList" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveList", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgUserDriveListActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListActivity", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgUserDriveListColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgUserDriveListColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgUserDriveListColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgUserDriveListColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgUserDriveListColumnSourceColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListColumnSourceColumn", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgUserDriveListColumnSourceColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListColumnSourceColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgUserDriveListContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgUserDriveListContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgUserDriveListContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgUserDriveListContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgUserDriveListContentTypeBase" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeBase", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/base", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgUserDriveListContentTypeBase" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeBase", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgUserDriveListContentTypeBaseType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeBaseType", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgUserDriveListContentTypeBaseType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeBaseType", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgUserDriveListContentTypeBaseType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeBaseType", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/baseTypes/{contentType-id1}", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgUserDriveListContentTypeBaseType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeBaseType", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgUserDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgUserDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgUserDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgUserDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgUserDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgUserDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgUserDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "Get-MgUserDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgUserDriveListContentTypeColumnPosition" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeColumnPosition", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgUserDriveListContentTypeColumnPosition" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeColumnPosition", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgUserDriveListContentTypeColumnPosition" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeColumnPosition", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnPositions/{columnDefinition-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgUserDriveListContentTypeColumnPosition" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeColumnPosition", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}/sourceColumn", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeColumnSourceColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/getCompatibleHubContentTypes", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListContentTypeCompatibleHubContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "Get-MgUserDriveListDrive" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListDrive", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/drive", + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "Get-MgUserDriveListDrive" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgUserDriveListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgUserDriveListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", - "Command": "Get-MgUserDriveListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", - "Command": "Get-MgUserDriveListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgUserDriveListItemActivity" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItemActivity", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgUserDriveListItemActivityByInterval" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItemActivityByInterval", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/getActivitiesByInterval", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgUserDriveListItemActivityByInterval" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItemActivityByInterval", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics1", - "Command": "Get-MgUserDriveListItemAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItemAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Command": "Get-MgUserDriveListItemAnalytic" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItemAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", - "Command": "Get-MgUserDriveListItemDelta" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItemDelta", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgUserDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgUserDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgUserDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgUserDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgUserDriveListItemDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItemDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgUserDriveListItemDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItemDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDriveListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserDriveListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItemDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDriveListItemField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserDriveListItemField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], - "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgUserDriveListItemVersion" + "Command": "Get-MgUserDriveListItemField", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgUserDriveListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgUserDriveListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgUserDriveListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDriveListItemVersionField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserDriveListItemVersionField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgUserDriveListOperation" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgUserDriveListOperation" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgUserDriveListOperation" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "Get-MgUserDriveListOperation" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgUserDriveListSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgUserDriveListSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgUserDriveListSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgUserDriveListSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgUserDriveRoot" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgUserDriveRoot" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgUserDriveRootActivity" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootActivity", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgUserDriveRootActivityByInterval" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootActivityByInterval", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/getActivitiesByInterval", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgUserDriveRootActivityByInterval" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootActivityByInterval", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics1", - "Command": "Get-MgUserDriveRootAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Command": "Get-MgUserDriveRootAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgUserDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgUserDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgUserDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgUserDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivity1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivity1", - "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivity", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivity", - "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootAnalyticItemActivityStatActivity", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgUserDriveRootAnalyticLastSevenDay" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootAnalyticLastSevenDay", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/lastSevenDays", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgUserDriveRootAnalyticLastSevenDay" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootAnalyticLastSevenDay", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgUserDriveRootAnalyticTime" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootAnalyticTime", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/allTime", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgUserDriveRootAnalyticTime" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootAnalyticTime", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgUserDriveRootChild" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootChild", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgUserDriveRootChild" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootChild", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgUserDriveRootChild" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgUserDriveRootChild" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDriveRootChildContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootChildContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserDriveRootChildContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootChildContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDriveRootContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserDriveRootContent" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Delta2", "Delta3", "DeltaViaIdentity2", "DeltaViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgUserDriveRootDelta" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootDelta", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Delta", "Delta1", "DeltaViaIdentity", "DeltaViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgUserDriveRootDelta" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "Get-MgUserDriveRootListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", - "Command": "Get-MgUserDriveRootListItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/activities", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityOld", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityOld", - "Command": "Get-MgUserDriveRootListItemActivity" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItemActivity", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval(startDateTime='{startDateTime}',endDateTime='{endDateTime}',interval='{interval}')", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "Get-MgUserDriveRootListItemActivityByInterval" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItemActivityByInterval", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/getActivitiesByInterval", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "Get-MgUserDriveRootListItemActivityByInterval" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItemActivityByInterval", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAnalytics1", - "Command": "Get-MgUserDriveRootListItemAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItemAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/analytics", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemAnalytics", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemAnalytics", - "Command": "Get-MgUserDriveRootListItemAnalytic" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItemAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgUserDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgUserDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgUserDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "Get-MgUserDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgUserDriveRootListItemDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItemDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgUserDriveRootListItemDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItemDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDriveRootListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserDriveRootListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDriveRootListItemField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserDriveRootListItemField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgUserDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgUserDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgUserDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "Get-MgUserDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDriveRootListItemVersionField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserDriveRootListItemVersionField" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Get-MgUserDriveRootPermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootPermission", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Get-MgUserDriveRootPermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootPermission", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Get-MgUserDriveRootPermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Get-MgUserDriveRootPermission" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgUserDriveRootSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "Get-MgUserDriveRootSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgUserDriveRootSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "Get-MgUserDriveRootSubscription" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgUserDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgUserDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgUserDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "Get-MgUserDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgUserDriveRootVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgUserDriveRootVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgUserDriveRootVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "Get-MgUserDriveRootVersion" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDriveRootVersionContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootVersionContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserDriveRootVersionContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveRootVersionContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgUserDriveSpecial" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveSpecial", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/special", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Get-MgUserDriveSpecial" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveSpecial", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/special", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgUserDriveSpecial" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveSpecial", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Get-MgUserDriveSpecial" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveSpecial", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserDriveSpecialContent" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveSpecialContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserDriveSpecialContent" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserDriveSpecialContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/getEffectiveDeviceEnrollmentConfigurations", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "Command": "Get-MgUserEffectiveDeviceEnrollmentConfiguration" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserEffectiveDeviceEnrollmentConfiguration", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}", "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Calendars.Read", @@ -136814,17 +136884,16 @@ "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/events/{event-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgUserEvent" + "Command": "Get-MgUserEvent", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events", "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -136840,16 +136909,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/events", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgUserEvent" + "Command": "Get-MgUserEvent", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events", "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -136865,16 +136934,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/events", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent1", - "Command": "Get-MgUserEvent" + "Command": "Get-MgUserEvent", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/{event-id}", "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "Calendars.Read", @@ -136882,30 +136952,29 @@ "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/events/{event-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent1", - "Command": "Get-MgUserEvent" + "Command": "Get-MgUserEvent", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserEventAttachment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserEventAttachment", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/attachments", "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Calendars.Read", @@ -136913,16 +136982,16 @@ "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/events/{event-id}/attachments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserEventAttachment" + "Command": "Get-MgUserEventAttachment", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/attachments", "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "Calendars.Read", @@ -136930,55 +136999,56 @@ "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/events/{event-id}/attachments", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserEventAttachment" + "Command": "Get-MgUserEventAttachment", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserEventAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/calendar", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar1", - "Command": "Get-MgUserEventCalendar" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventCalendar", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/calendar", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", - "Command": "Get-MgUserEventCalendar" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserEventCalendar", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphEvent1", + "Variants": [ + "Delta1", + "DeltaViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "Calendars.Read", @@ -136986,17 +137056,17 @@ "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/events/delta", - "Variants": [ - "Delta1", - "DeltaViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent1", - "Command": "Get-MgUserEventDelta" + "Command": "Get-MgUserEventDelta", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Calendars.Read", @@ -137004,356 +137074,355 @@ "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/events/delta", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgUserEventDelta" + "Command": "Get-MgUserEventDelta", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgUserEventExceptionOccurrence" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrence", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgUserEventExceptionOccurrence" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrence", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserEventExceptionOccurrenceAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrenceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserEventExceptionOccurrenceAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrenceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/calendar", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar1", - "Command": "Get-MgUserEventExceptionOccurrenceCalendar" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrenceCalendar", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserEventExceptionOccurrenceExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrenceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserEventExceptionOccurrenceExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrenceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgUserEventExceptionOccurrenceInstance" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrenceInstance", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgUserEventExceptionOccurrenceInstance" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrenceInstance", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserEventExceptionOccurrenceInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserEventExceptionOccurrenceInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/calendar", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar1", - "Command": "Get-MgUserEventExceptionOccurrenceInstanceCalendar" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrenceInstanceCalendar", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserEventExceptionOccurrenceInstanceExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserEventExceptionOccurrenceInstanceExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserEventExceptionOccurrenceInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserEventExceptionOccurrenceInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserEventExceptionOccurrenceInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserEventExceptionOccurrenceInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserEventExceptionOccurrenceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrenceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserEventExceptionOccurrenceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrenceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserEventExceptionOccurrenceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrenceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserEventExceptionOccurrenceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExceptionOccurrenceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserEventExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/extensions", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserEventExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/extensions", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserEventExtension" + "Command": "Get-MgUserEventExtension", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/extensions", "Module": "Calendar", + "OutputType": "IMicrosoftGraphExtension", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserEventExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgUserEventInstance" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserEventInstance", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/instances", "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Calendars.Read", @@ -137361,16 +137430,16 @@ "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/events/{event-id}/instances", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgUserEventInstance" + "Command": "Get-MgUserEventInstance", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/instances", "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "Calendars.Read", @@ -137378,582 +137447,582 @@ "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/events/{event-id}/instances", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent1", - "Command": "Get-MgUserEventInstance" + "Command": "Get-MgUserEventInstance", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent1", - "Command": "Get-MgUserEventInstance" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserEventInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserEventInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserEventInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserEventInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar1", - "Command": "Get-MgUserEventInstanceCalendar" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceCalendar", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/calendar", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", - "Command": "Get-MgUserEventInstanceCalendar" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceCalendar", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphEvent1", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent1", - "Command": "Get-MgUserEventInstanceDelta" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceDelta", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgUserEventInstanceDelta" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgUserEventInstanceExceptionOccurrence" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceExceptionOccurrence", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "Get-MgUserEventInstanceExceptionOccurrence" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceExceptionOccurrence", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserEventInstanceExceptionOccurrenceAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserEventInstanceExceptionOccurrenceAttachment" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/calendar", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar1", - "Command": "Get-MgUserEventInstanceExceptionOccurrenceCalendar" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceExceptionOccurrenceCalendar", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserEventInstanceExceptionOccurrenceExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserEventInstanceExceptionOccurrenceExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserEventInstanceExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserEventInstanceExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserEventInstanceExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserEventInstanceExtension" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserEventInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserEventInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserEventInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserEventInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserEventInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserEventInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserEventInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserEventInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventInstanceSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserEventMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserEventMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserEventMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserEventMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserEventSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserEventSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserEventSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserEventSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserEventSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/extensions/{extension-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserExtension" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/extensions", + "Module": "Users", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserExtension" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/extensions", + "Module": "Users", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserExtension" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/extensions/{extension-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserExtension" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/followedSites/{site-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSite1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite1", - "Command": "Get-MgUserFollowedSite" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserFollowedSite", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/followedSites", "Module": "Sites", + "OutputType": "IMicrosoftGraphSite1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -137969,16 +138038,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/followedSites", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite1", - "Command": "Get-MgUserFollowedSite" + "Command": "Get-MgUserFollowedSite", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/followedSites", "Module": "Sites", + "OutputType": "IMicrosoftGraphSite", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -137994,68 +138063,68 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/followedSites", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", - "Command": "Get-MgUserFollowedSite" + "Command": "Get-MgUserFollowedSite", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/followedSites/{site-id}", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSite", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite", - "Command": "Get-MgUserFollowedSite" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserFollowedSite", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/inferenceClassification", + "Module": "Mail", + "OutputType": "IMicrosoftGraphInferenceClassification", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInferenceClassification", - "Command": "Get-MgUserInferenceClassification" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserInferenceClassification", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/inferenceClassification", + "Module": "Mail", + "OutputType": "IMicrosoftGraphInferenceClassification", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInferenceClassification", - "Command": "Get-MgUserInferenceClassification" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserInferenceClassification", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "Command": "Get-MgUserInferenceClassificationOverride" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserInferenceClassificationOverride", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/inferenceClassification/overrides", "Module": "Mail", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "Mail.Read", @@ -138063,16 +138132,16 @@ "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/inferenceClassification/overrides", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "Command": "Get-MgUserInferenceClassificationOverride" + "Command": "Get-MgUserInferenceClassificationOverride", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/inferenceClassification/overrides", "Module": "Mail", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Mail.Read", @@ -138080,118 +138149,119 @@ "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/inferenceClassification/overrides", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "Command": "Get-MgUserInferenceClassificationOverride" + "Command": "Get-MgUserInferenceClassificationOverride", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "Command": "Get-MgUserInferenceClassificationOverride" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserInferenceClassificationOverride", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/informationProtection", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphInformationProtection1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtection1", - "Command": "Get-MgUserInformationProtection" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserInformationProtection", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/bitlocker", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphBitlocker", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBitlocker", - "Command": "Get-MgUserInformationProtectionBitlocker" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserInformationProtectionBitlocker", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys/{bitlockerRecoveryKey-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "Command": "Get-MgUserInformationProtectionBitlockerRecoveryKey" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/bitlocker/recoveryKeys", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBitlockerRecoveryKey", - "Command": "Get-MgUserInformationProtectionBitlockerRecoveryKey" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserInformationProtectionBitlockerRecoveryKey", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "Command": "Get-MgUserInformationProtectionDataLossPreventionPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "Command": "Get-MgUserInformationProtectionDataLossPreventionPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/policy", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphInformationProtectionPolicy", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionPolicy", - "Command": "Get-MgUserInformationProtectionPolicy" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserInformationProtectionPolicy", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "InformationProtectionPolicy.Read", @@ -138199,17 +138269,16 @@ "FullDescription": "Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.", "IsAdmin": false }, - "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "Command": "Get-MgUserInformationProtectionPolicyLabel" + "Command": "Get-MgUserInformationProtectionPolicyLabel", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/informationProtection/policy/labels", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "InformationProtectionPolicy.Read", @@ -138217,171 +138286,171 @@ "FullDescription": "Allows an app to read information protection sensitivity labels and label policy settings, on behalf of the signed-in user.", "IsAdmin": false }, - "Uri": "/users/{user-id}/informationProtection/policy/labels", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "Command": "Get-MgUserInformationProtectionPolicyLabel" + "Command": "Get-MgUserInformationProtectionPolicyLabel", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", - "Command": "Get-MgUserInformationProtectionSensitivityLabel" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserInformationProtectionSensitivityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", - "Command": "Get-MgUserInformationProtectionSensitivityLabel" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserInformationProtectionSensitivityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", - "Command": "Get-MgUserInformationProtectionSensitivityLabelSublabel" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", - "Command": "Get-MgUserInformationProtectionSensitivityLabelSublabel" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphSensitivityPolicySettings", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityPolicySettings", - "Command": "Get-MgUserInformationProtectionSensitivityPolicySetting" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "Command": "Get-MgUserInformationProtectionThreatAssessmentRequest" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "Command": "Get-MgUserInformationProtectionThreatAssessmentRequest" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "Command": "Get-MgUserInformationProtectionThreatAssessmentRequestResult" - }, - { - "Module": "Identity.SignIns", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "Command": "Get-MgUserInformationProtectionThreatAssessmentRequestResult" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/joinedGroups", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Get-MgUserJoinedGroup" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserJoinedGroup", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/joinedGroups/getByIds", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserJoinedGroupById" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Get-MgUserJoinedGroupById", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/joinedGroups/getUserOwnedObjects", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded", "GetViaIdentity", "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserJoinedGroupUserOwnedObject" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgUserJoinedGroupUserOwnedObject", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/joinedTeams", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeam1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -138427,16 +138496,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/joinedTeams", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeam1", - "Command": "Get-MgUserJoinedTeam" + "Command": "Get-MgUserJoinedTeam", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/joinedTeams", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeam", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -138482,42 +138551,42 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/joinedTeams", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeam", - "Command": "Get-MgUserJoinedTeam" + "Command": "Get-MgUserJoinedTeam", + "ApiVersion": "v1.0" }, { - "Module": "People", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/lastSharedMethod", + "Module": "People", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserLastSharedMethodInsight" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserLastSharedMethodInsight", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphLicenseDetails", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLicenseDetails", - "Command": "Get-MgUserLicenseDetail" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserLicenseDetail", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/licenseDetails", "Module": "Users", + "OutputType": "IMicrosoftGraphLicenseDetails", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -138551,16 +138620,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/licenseDetails", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLicenseDetails", - "Command": "Get-MgUserLicenseDetail" + "Command": "Get-MgUserLicenseDetail", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/licenseDetails", "Module": "Users", + "OutputType": "IMicrosoftGraphLicenseDetails", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -138594,42 +138663,43 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/licenseDetails", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLicenseDetails", - "Command": "Get-MgUserLicenseDetail" + "Command": "Get-MgUserLicenseDetail", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphLicenseDetails", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLicenseDetails", - "Command": "Get-MgUserLicenseDetail" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserLicenseDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/getLoggedOnManagedDevices", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphManagedDevice", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice", - "Command": "Get-MgUserLoggedOnManagedDevice" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserLoggedOnManagedDevice", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "Module": "Mail", + "OutputType": "IMicrosoftGraphMailFolder1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -138651,17 +138721,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder1", - "Command": "Get-MgUserMailFolder" + "Command": "Get-MgUserMailFolder", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders", "Module": "Mail", + "OutputType": "IMicrosoftGraphMailFolder1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -138683,16 +138752,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/mailFolders", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder1", - "Command": "Get-MgUserMailFolder" + "Command": "Get-MgUserMailFolder", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders", "Module": "Mail", + "OutputType": "IMicrosoftGraphMailFolder", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -138714,16 +138783,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/mailFolders", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder", - "Command": "Get-MgUserMailFolder" + "Command": "Get-MgUserMailFolder", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "Module": "Mail", + "OutputType": "IMicrosoftGraphMailFolder", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -138745,30 +138815,29 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder", - "Command": "Get-MgUserMailFolder" + "Command": "Get-MgUserMailFolder", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMailFolder1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder1", - "Command": "Get-MgUserMailFolderChildFolder" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolder", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", "Module": "Mail", + "OutputType": "IMicrosoftGraphMailFolder1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -138790,16 +138859,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder1", - "Command": "Get-MgUserMailFolderChildFolder" + "Command": "Get-MgUserMailFolderChildFolder", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", "Module": "Mail", + "OutputType": "IMicrosoftGraphMailFolder", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -138821,105 +138890,106 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder", - "Command": "Get-MgUserMailFolderChildFolder" + "Command": "Get-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMailFolder", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder", - "Command": "Get-MgUserMailFolderChildFolder" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphMailFolder", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder", - "Command": "Get-MgUserMailFolderChildFolderDelta" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderDelta", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphMailFolder1", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder1", - "Command": "Get-MgUserMailFolderChildFolderDelta" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "Get-MgUserMailFolderChildFolderMessage" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "Get-MgUserMailFolderChildFolderMessage" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", - "Command": "Get-MgUserMailFolderChildFolderMessage" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", - "Command": "Get-MgUserMailFolderChildFolderMessage" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", "Module": "Mail", + "OutputType": "IMicrosoftGraphAttachment", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "Mail.Read", @@ -138927,41 +138997,41 @@ "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserMailFolderChildFolderMessageAttachment" + "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "beta" }, { - "Module": "Mail", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "Module": "Mail", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserMailFolderChildFolderMessageAttachment" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "Module": "Mail", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserMailFolderChildFolderMessageAttachment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", "Module": "Mail", + "OutputType": "IMicrosoftGraphAttachment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Mail.Read", @@ -138969,419 +139039,419 @@ "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserMailFolderChildFolderMessageAttachment" + "Command": "Get-MgUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "Module": "Mail", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserMailFolderChildFolderMessageContent" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "Module": "Mail", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserMailFolderChildFolderMessageContent" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Delta1", "DeltaViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Command": "Get-MgUserMailFolderChildFolderMessageDelta" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageDelta", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "Get-MgUserMailFolderChildFolderMessageDelta" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageDelta", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserMailFolderChildFolderMessageExtension" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "Module": "Mail", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserMailFolderChildFolderMessageExtension" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "Module": "Mail", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserMailFolderChildFolderMessageExtension" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserMailFolderChildFolderMessageExtension" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMention", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", - "Command": "Get-MgUserMailFolderChildFolderMessageMention" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageMention", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMention", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", - "Command": "Get-MgUserMailFolderChildFolderMessageMention" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageMention", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessageRule", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessageRule", - "Command": "Get-MgUserMailFolderChildFolderMessageRule" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessageRule", - "Command": "Get-MgUserMailFolderChildFolderMessageRule" + "Command": "Get-MgUserMailFolderChildFolderMessageRule", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", "Module": "Mail", + "OutputType": "IMicrosoftGraphMessageRule", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageRule", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessageRule", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessageRule", - "Command": "Get-MgUserMailFolderChildFolderMessageRule" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageRule", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessageRule", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessageRule", - "Command": "Get-MgUserMailFolderChildFolderMessageRule" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageRule", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderChildFolderMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderChildFolderMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderChildFolderMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderChildFolderMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderChildFolderSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderChildFolderSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderChildFolderSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderChildFolderSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations/{userConfiguration-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphUserConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserConfiguration", - "Command": "Get-MgUserMailFolderChildFolderUserConfiguration" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderUserConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/userConfigurations", + "Module": "Mail", + "OutputType": "IMicrosoftGraphUserConfiguration", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserConfiguration", - "Command": "Get-MgUserMailFolderChildFolderUserConfiguration" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserMailFolderChildFolderUserConfiguration", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphMailFolder", + "Variants": [ + "Delta1", + "DeltaViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -139403,17 +139473,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/mailFolders/delta", - "Variants": [ - "Delta1", - "DeltaViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder", - "Command": "Get-MgUserMailFolderDelta" + "Command": "Get-MgUserMailFolderDelta", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphMailFolder1", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -139435,17 +139505,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/mailFolders/delta", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder1", - "Command": "Get-MgUserMailFolderDelta" + "Command": "Get-MgUserMailFolderDelta", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "Module": "Mail", + "OutputType": "IMicrosoftGraphMessage1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -139461,17 +139531,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "Get-MgUserMailFolderMessage" + "Command": "Get-MgUserMailFolderMessage", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", "Module": "Mail", + "OutputType": "IMicrosoftGraphMessage1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -139493,16 +139562,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "Get-MgUserMailFolderMessage" + "Command": "Get-MgUserMailFolderMessage", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", "Module": "Mail", + "OutputType": "IMicrosoftGraphMessage", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -139524,16 +139593,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", - "Command": "Get-MgUserMailFolderMessage" + "Command": "Get-MgUserMailFolderMessage", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "Module": "Mail", + "OutputType": "IMicrosoftGraphMessage", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -139549,30 +139619,29 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", - "Command": "Get-MgUserMailFolderMessage" + "Command": "Get-MgUserMailFolderMessage", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserMailFolderMessageAttachment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserMailFolderMessageAttachment", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", "Module": "Mail", + "OutputType": "IMicrosoftGraphAttachment", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "Mail.Read", @@ -139580,16 +139649,16 @@ "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserMailFolderMessageAttachment" + "Command": "Get-MgUserMailFolderMessageAttachment", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", "Module": "Mail", + "OutputType": "IMicrosoftGraphAttachment", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Mail.Read", @@ -139597,29 +139666,30 @@ "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserMailFolderMessageAttachment" + "Command": "Get-MgUserMailFolderMessageAttachment", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserMailFolderMessageAttachment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserMailFolderMessageAttachment", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "Module": "Mail", + "OutputType": null, + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -139635,17 +139705,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserMailFolderMessageContent" + "Command": "Get-MgUserMailFolderMessageContent", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", "Module": "Mail", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -139661,17 +139731,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserMailFolderMessageContent" + "Command": "Get-MgUserMailFolderMessageContent", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphMessage", + "Variants": [ + "Delta1", + "DeltaViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -139693,17 +139763,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", - "Variants": [ - "Delta1", - "DeltaViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Command": "Get-MgUserMailFolderMessageDelta" + "Command": "Get-MgUserMailFolderMessageDelta", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphMessage1", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -139725,367 +139795,369 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/delta", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "Get-MgUserMailFolderMessageDelta" + "Command": "Get-MgUserMailFolderMessageDelta", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserMailFolderMessageExtension" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMessageExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "Module": "Mail", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserMailFolderMessageExtension" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMessageExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "Module": "Mail", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserMailFolderMessageExtension" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMessageExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserMailFolderMessageExtension" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMessageExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMention", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", - "Command": "Get-MgUserMailFolderMessageMention" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMessageMention", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMention", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", - "Command": "Get-MgUserMailFolderMessageMention" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMessageMention", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMessageMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMessageMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMessageMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMessageMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessageRule", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessageRule", - "Command": "Get-MgUserMailFolderMessageRule" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMessageRule", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessageRule", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessageRule", - "Command": "Get-MgUserMailFolderMessageRule" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMessageRule", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessageRule", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessageRule", - "Command": "Get-MgUserMailFolderMessageRule" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMessageRule", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessageRule", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessageRule", - "Command": "Get-MgUserMailFolderMessageRule" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMessageRule", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMessageSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMessageSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMessageSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMessageSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserMailFolderSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations/{userConfiguration-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphUserConfiguration", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserConfiguration", - "Command": "Get-MgUserMailFolderUserConfiguration" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMailFolderUserConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/userConfigurations", + "Module": "Mail", + "OutputType": "IMicrosoftGraphUserConfiguration", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserConfiguration", - "Command": "Get-MgUserMailFolderUserConfiguration" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserMailFolderUserConfiguration", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/getMailTips", "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMailTips", + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -140101,19 +140173,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/getMailTips", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailTips", - "Command": "Get-MgUserMailTip" + "Command": "Get-MgUserMailTip", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/getMailTips", "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMailTips", + "Variants": [ + "Get1", + "GetExpanded1", + "GetViaIdentity1", + "GetViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -140129,19 +140201,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/getMailTips", - "Variants": [ - "Get1", - "GetExpanded1", - "GetViaIdentity1", - "GetViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailTips", - "Command": "Get-MgUserMailTip" + "Command": "Get-MgUserMailTip", + "ApiVersion": "v1.0" }, { + "Uri": "/users/getManagedAppBlockedUsers", "Module": "Users.Functions", + "OutputType": null, + "Variants": [ + "Get" + ], "Method": "GET", "Permissions": [ { @@ -140235,16 +140304,17 @@ "IsAdmin": true } ], - "Uri": "/users/getManagedAppBlockedUsers", - "Variants": [ - "Get" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserManagedAppBlockedUser" + "Command": "Get-MgUserManagedAppBlockedUser", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -140260,17 +140330,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", - "Command": "Get-MgUserManagedAppDiagnosticStatuses" + "Command": "Get-MgUserManagedAppDiagnosticStatuses", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -140286,17 +140356,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/getManagedAppDiagnosticStatuses", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppDiagnosticStatus", - "Command": "Get-MgUserManagedAppDiagnosticStatuses" + "Command": "Get-MgUserManagedAppDiagnosticStatuses", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/getManagedAppPolicies", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphManagedAppPolicy", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -140312,17 +140382,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/getManagedAppPolicies", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "Command": "Get-MgUserManagedAppPolicy" + "Command": "Get-MgUserManagedAppPolicy", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/getManagedAppPolicies", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphManagedAppPolicy1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -140338,558 +140408,558 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/getManagedAppPolicies", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy1", - "Command": "Get-MgUserManagedAppPolicy" + "Command": "Get-MgUserManagedAppPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppRegistration1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppRegistration1", - "Command": "Get-MgUserManagedAppRegistration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedAppRegistration", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedAppRegistrations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppRegistration1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppRegistration1", - "Command": "Get-MgUserManagedAppRegistration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedAppRegistration", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedAppRegistrations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "Command": "Get-MgUserManagedAppRegistration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedAppRegistration", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedAppRegistrations/{managedAppRegistration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppRegistration", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "Command": "Get-MgUserManagedAppRegistration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedAppRegistration", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDevice1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice1", - "Command": "Get-MgUserManagedDevice" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDevice1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice1", - "Command": "Get-MgUserManagedDevice" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDevice", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDevice", - "Command": "Get-MgUserManagedDevice" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDevice", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDevice", - "Command": "Get-MgUserManagedDevice" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "Command": "Get-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "Command": "Get-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceCategory1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCategory1", - "Command": "Get-MgUserManagedDeviceCategory" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceCategory", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceCategory", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCategory", - "Command": "Get-MgUserManagedDeviceCategory" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcRemoteActionResults", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", - "Command": "Get-MgUserManagedDeviceCloudPcRemoteActionResult" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceCloudPcRemoteActionResult", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getCloudPcReviewStatus", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphCloudPcReviewStatus", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcReviewStatus", - "Command": "Get-MgUserManagedDeviceCloudPcReviewStatus" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceCloudPcReviewStatus", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", - "Command": "Get-MgUserManagedDeviceCompliancePolicyState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceCompliancePolicyState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", - "Command": "Get-MgUserManagedDeviceCompliancePolicyState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceCompliancePolicyState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "Command": "Get-MgUserManagedDeviceCompliancePolicyState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "Command": "Get-MgUserManagedDeviceCompliancePolicyState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationState1", - "Command": "Get-MgUserManagedDeviceConfigurationState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationState1", - "Command": "Get-MgUserManagedDeviceConfigurationState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "Command": "Get-MgUserManagedDeviceConfigurationState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceConfigurationState", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "Command": "Get-MgUserManagedDeviceConfigurationState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceConfigurationState", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps/{detectedApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDetectedApp", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDetectedApp", - "Command": "Get-MgUserManagedDeviceDetectedApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceDetectedApp", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/detectedApps", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDetectedApp", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDetectedApp", - "Command": "Get-MgUserManagedDeviceDetectedApp" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceDetectedApp", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getFileVaultKey", + "Module": "Users.Functions", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserManagedDeviceFileVaultKey" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceFileVaultKey", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "Command": "Get-MgUserManagedDeviceHealthScriptState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceHealthScriptState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "Command": "Get-MgUserManagedDeviceHealthScriptState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceHealthScriptState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "Command": "Get-MgUserManagedDeviceLogCollectionResponse" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceLogCollectionResponse", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "Command": "Get-MgUserManagedDeviceLogCollectionResponse" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceLogCollectionResponse", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "Command": "Get-MgUserManagedDeviceMobileAppConfigurationState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "Command": "Get-MgUserManagedDeviceMobileAppConfigurationState" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getNonCompliantSettings", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingState", - "Command": "Get-MgUserManagedDeviceNonCompliantSetting" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceNonCompliantSetting", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/getOemWarranty", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphOemWarranty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOemWarranty", - "Command": "Get-MgUserManagedDeviceOemWarranty" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceOemWarranty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retrieveRemoteHelpSession(sessionKey='{sessionKey}')", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphRetrieveRemoteHelpSessionResponse", "Variants": [ "Retrieve", "RetrieveViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRetrieveRemoteHelpSessionResponse", - "Command": "Get-MgUserManagedDeviceRemoteHelpSession" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceRemoteHelpSession", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineState", - "Command": "Get-MgUserManagedDeviceSecurityBaselineState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceSecurityBaselineState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineState", - "Command": "Get-MgUserManagedDeviceSecurityBaselineState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceSecurityBaselineState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "Command": "Get-MgUserManagedDeviceSecurityBaselineStateSettingState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "Command": "Get-MgUserManagedDeviceSecurityBaselineStateSettingState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Get-MgUserManagedDeviceUser" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceUser", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/users", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Get-MgUserManagedDeviceUser" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsProtectionState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsProtectionState", - "Command": "Get-MgUserManagedDeviceWindowProtectionState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceWindowProtectionState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "Command": "Get-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "Command": "Get-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", "Module": "Users.Functions", + "OutputType": null, + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -140905,17 +140975,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserManagedDeviceWithAppFailure" + "Command": "Get-MgUserManagedDeviceWithAppFailure", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", "Module": "Users.Functions", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -140931,17 +141001,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/getManagedDevicesWithAppFailures", + "Command": "Get-MgUserManagedDeviceWithAppFailure", + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserManagedDeviceWithAppFailure" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [ { @@ -140957,17 +141027,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", + "Command": "Get-MgUserManagedDeviceWithFailedApp", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/manager", + "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", - "Command": "Get-MgUserManagedDeviceWithFailedApp" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [ { @@ -140995,17 +141065,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/manager", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserManager" + "Command": "Get-MgUserManager", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/manager", "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -141033,17 +141103,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/manager", + "Command": "Get-MgUserManager", + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/manager/$ref", + "Module": "Users", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserManager" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [ { @@ -141071,17 +141141,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/manager/$ref", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserManagerByRef" + "Command": "Get-MgUserManagerByRef", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/manager/$ref", "Module": "Users", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -141109,17 +141179,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/manager/$ref", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserManagerByRef" + "Command": "Get-MgUserManagerByRef", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/getMemberGroups", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -141183,19 +141255,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/getMemberGroups", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserMemberGroup" + "Command": "Get-MgUserMemberGroup", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/getMemberGroups", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1", + "GetViaIdentity1", + "GetViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -141259,19 +141331,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/getMemberGroups", - "Variants": [ - "Get1", - "GetExpanded1", - "GetViaIdentity1", - "GetViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserMemberGroup" + "Command": "Get-MgUserMemberGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/getMemberObjects", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -141341,19 +141413,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/getMemberObjects", - "Variants": [ - "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserMemberObject" + "Command": "Get-MgUserMemberObject", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/getMemberObjects", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Get1", + "GetExpanded1", + "GetViaIdentity1", + "GetViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -141423,19 +141495,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/getMemberObjects", - "Variants": [ - "Get1", - "GetExpanded1", - "GetViaIdentity1", - "GetViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserMemberObject" + "Command": "Get-MgUserMemberObject", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "User.Read", @@ -141443,17 +141513,16 @@ "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 }, - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserMemberOf" + "Command": "Get-MgUserMemberOf", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/memberOf", "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -141481,16 +141550,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/memberOf", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserMemberOf" + "Command": "Get-MgUserMemberOf", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/memberOf", "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -141518,16 +141587,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/memberOf", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserMemberOf" + "Command": "Get-MgUserMemberOf", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "User.Read", @@ -141535,17 +141605,17 @@ "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 }, - "Uri": "/users/{user-id}/memberOf/{directoryObject-id}", + "Command": "Get-MgUserMemberOf", + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/messages/{message-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserMemberOf" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [ { @@ -141561,17 +141631,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/messages/{message-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "Get-MgUserMessage" + "Command": "Get-MgUserMessage", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages", "Module": "Mail", + "OutputType": "IMicrosoftGraphMessage1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -141593,16 +141662,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/messages", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "Get-MgUserMessage" + "Command": "Get-MgUserMessage", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages", "Module": "Mail", + "OutputType": "IMicrosoftGraphMessage", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -141624,16 +141693,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/messages", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", - "Command": "Get-MgUserMessage" + "Command": "Get-MgUserMessage", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}", "Module": "Mail", + "OutputType": "IMicrosoftGraphMessage", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -141649,30 +141719,29 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/messages/{message-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", - "Command": "Get-MgUserMessage" + "Command": "Get-MgUserMessage", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserMessageAttachment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserMessageAttachment", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/attachments", "Module": "Mail", + "OutputType": "IMicrosoftGraphAttachment", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Mail.Read", @@ -141680,16 +141749,16 @@ "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserMessageAttachment" + "Command": "Get-MgUserMessageAttachment", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/attachments", "Module": "Mail", + "OutputType": "IMicrosoftGraphAttachment", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": { "Name": "Mail.Read", @@ -141697,29 +141766,30 @@ "FullDescription": "Allows the app to read email in your mailbox. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/messages/{message-id}/attachments", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserMessageAttachment" + "Command": "Get-MgUserMessageAttachment", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserMessageAttachment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserMessageAttachment", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}/$value", "Module": "Mail", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -141735,17 +141805,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserMessageContent" + "Command": "Get-MgUserMessageContent", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/$value", "Module": "Mail", + "OutputType": null, + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -141761,17 +141831,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserMessageContent" + "Command": "Get-MgUserMessageContent", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphMessage", + "Variants": [ + "Delta1", + "DeltaViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -141787,17 +141857,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/messages/delta", - "Variants": [ - "Delta1", - "DeltaViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Command": "Get-MgUserMessageDelta" + "Command": "Get-MgUserMessageDelta", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphMessage1", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -141813,192 +141883,192 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/messages/delta", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "Get-MgUserMessageDelta" + "Command": "Get-MgUserMessageDelta", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserMessageExtension" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMessageExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "Module": "Mail", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserMessageExtension" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMessageExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "Module": "Mail", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserMessageExtension" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMessageExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserMessageExtension" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMessageExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMention", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", - "Command": "Get-MgUserMessageMention" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMessageMention", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/mentions", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMention", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", - "Command": "Get-MgUserMessageMention" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMessageMention", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMessageMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMessageMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMessageMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMessageMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMessageSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMessageSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMessageSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserMessageSingleValueExtendedProperty" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserMessageSingleValueExtendedProperty", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -142014,17 +142084,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", - "Command": "Get-MgUserMobileAppIntentAndState" + "Command": "Get-MgUserMobileAppIntentAndState", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mobileAppIntentAndStates", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -142040,104 +142109,104 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/mobileAppIntentAndStates", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", - "Command": "Get-MgUserMobileAppIntentAndState" + "Command": "Get-MgUserMobileAppIntentAndState", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "Command": "Get-MgUserMobileAppTroubleshootingEvent" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMobileAppTroubleshootingEvent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "Command": "Get-MgUserMobileAppTroubleshootingEvent" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMobileAppTroubleshootingEvent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "Command": "Get-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "Command": "Get-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/notifications/{notification-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphNotification", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotification", - "Command": "Get-MgUserNotification" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserNotification", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/notifications", + "Module": "Users", + "OutputType": "IMicrosoftGraphNotification", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotification", - "Command": "Get-MgUserNotification" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserNotification", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "Command": "Get-MgUserOauth2PermissionGrant" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserOauth2PermissionGrant", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/oauth2PermissionGrants", "Module": "Users", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -142159,16 +142228,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/oauth2PermissionGrants", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "Command": "Get-MgUserOauth2PermissionGrant" + "Command": "Get-MgUserOauth2PermissionGrant", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/oauth2PermissionGrants", "Module": "Users", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -142190,73 +142259,30 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/oauth2PermissionGrants", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", - "Command": "Get-MgUserOauth2PermissionGrant" + "Command": "Get-MgUserOauth2PermissionGrant", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", - "Command": "Get-MgUserOauth2PermissionGrant" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserOauth2PermissionGrant", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "Method": "GET", - "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/notebooks/{notebook-id}", + "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook1", - "Command": "Get-MgUserOnenoteNotebook" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -142290,16 +142316,16 @@ "IsAdmin": false } ], + "Command": "Get-MgUserOnenoteNotebook", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/notebooks", + "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook1", - "Command": "Get-MgUserOnenoteNotebook" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -142333,16 +142359,16 @@ "IsAdmin": false } ], + "Command": "Get-MgUserOnenoteNotebook", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/notebooks", + "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", - "Command": "Get-MgUserOnenoteNotebook" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -142376,47 +142402,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", - "Command": "Get-MgUserOnenoteNotebook" + "Command": "Get-MgUserOnenoteNotebook", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], - "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook", "Variants": [ "Get", - "GetExpanded", - "GetViaIdentity", - "GetViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "Command": "Get-MgUserOnenoteNotebookFromWebUrl" - }, - { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], - "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", - "Variants": [ - "Get1", - "GetExpanded1", - "GetViaIdentity1", - "GetViaIdentityExpanded1" + "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCopyNotebookModel", - "Command": "Get-MgUserOnenoteNotebookFromWebUrl" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -142450,16 +142446,46 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "Command": "Get-MgUserOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphCopyNotebookModel", "Variants": [ - "List1" + "Get", + "GetExpanded", + "GetViaIdentity", + "GetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Command": "Get-MgUserOnenoteNotebookSection" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgUserOnenoteNotebookFromWebUrl", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/notebooks/getNotebookFromWebUrl", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphCopyNotebookModel", + "Variants": [ + "Get1", + "GetExpanded1", + "GetViaIdentity1", + "GetViaIdentityExpanded1" + ], + "Method": "POST", + "Permissions": [], + "Command": "Get-MgUserOnenoteNotebookFromWebUrl", + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -142493,16 +142519,16 @@ "IsAdmin": false } ], + "Command": "Get-MgUserOnenoteNotebookSection", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Command": "Get-MgUserOnenoteNotebookSection" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -142536,16 +142562,16 @@ "IsAdmin": false } ], + "Command": "Get-MgUserOnenoteNotebookSection", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup1", - "Command": "Get-MgUserOnenoteNotebookSectionGroup" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -142579,16 +142605,16 @@ "IsAdmin": false } ], + "Command": "Get-MgUserOnenoteNotebookSectionGroup", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Command": "Get-MgUserOnenoteNotebookSectionGroup" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -142622,17 +142648,17 @@ "IsAdmin": false } ], + "Command": "Get-MgUserOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Get-MgUserOnenoteOperation" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -142666,19 +142692,25 @@ "IsAdmin": false } ], + "Command": "Get-MgUserOnenoteOperation", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/operations/{onenoteOperation-id}", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteOperation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteOperation", - "Command": "Get-MgUserOnenoteOperation" - }, - { - "Module": "Notes", "Method": "GET", "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", @@ -142704,17 +142736,17 @@ "IsAdmin": false } ], + "Command": "Get-MgUserOnenoteOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage1", - "Command": "Get-MgUserOnenotePage" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -142742,16 +142774,16 @@ "IsAdmin": false } ], + "Command": "Get-MgUserOnenotePage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/pages", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage1", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage1", - "Command": "Get-MgUserOnenotePage" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -142779,16 +142811,16 @@ "IsAdmin": false } ], + "Command": "Get-MgUserOnenotePage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/pages", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Command": "Get-MgUserOnenotePage" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -142816,17 +142848,17 @@ "IsAdmin": false } ], + "Command": "Get-MgUserOnenotePage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Command": "Get-MgUserOnenotePage" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -142854,17 +142886,17 @@ "IsAdmin": false } ], + "Command": "Get-MgUserOnenotePage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserOnenotePageContent" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -142892,17 +142924,55 @@ "IsAdmin": false } ], + "Command": "Get-MgUserOnenotePageContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserOnenotePageContent" + "Method": "GET", + "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-MgUserOnenotePageContent", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphRecentNotebook", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -142936,17 +143006,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecentNotebook", - "Command": "Get-MgUserOnenoteRecentNotebook" + "Command": "Get-MgUserOnenoteRecentNotebook", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphRecentNotebook", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -142980,43 +143050,43 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/notebooks/getRecentNotebooks(includePersonalNotebooks={includePersonalNotebooks})", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRecentNotebook", - "Command": "Get-MgUserOnenoteRecentNotebook" + "Command": "Get-MgUserOnenoteRecentNotebook", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteResource", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteResource", - "Command": "Get-MgUserOnenoteResource" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOnenoteResource", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteResource", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteResource", - "Command": "Get-MgUserOnenoteResource" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserOnenoteResource", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "Module": "Notes", + "OutputType": null, + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -143044,17 +143114,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserOnenoteResourceContent" + "Command": "Get-MgUserOnenoteResourceContent", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", "Module": "Notes", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -143082,17 +143152,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "Command": "Get-MgUserOnenoteResourceContent", + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserOnenoteResourceContent" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -143126,17 +143196,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Command": "Get-MgUserOnenoteSection" + "Command": "Get-MgUserOnenoteSection", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/sections", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -143170,16 +143239,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/sections", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Command": "Get-MgUserOnenoteSection" + "Command": "Get-MgUserOnenoteSection", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/sections", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -143213,16 +143282,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/sections", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Command": "Get-MgUserOnenoteSection" + "Command": "Get-MgUserOnenoteSection", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -143256,17 +143326,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "Command": "Get-MgUserOnenoteSection", + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Command": "Get-MgUserOnenoteSection" - }, - { - "Module": "Notes", "Method": "GET", "Permissions": [ { @@ -143300,17 +143370,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup1", - "Command": "Get-MgUserOnenoteSectionGroup" + "Command": "Get-MgUserOnenoteSectionGroup", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/sectionGroups", "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup1", + "Variants": [ + "List2", + "List3" + ], "Method": "GET", "Permissions": [ { @@ -143344,17 +143414,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/sectionGroups", - "Variants": [ - "List2", - "List3" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup1", - "Command": "Get-MgUserOnenoteSectionGroup" + "Command": "Get-MgUserOnenoteSectionGroup", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/sectionGroups", "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup", + "Variants": [ + "List", + "List1" + ], "Method": "GET", "Permissions": [ { @@ -143388,17 +143458,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/sectionGroups", - "Variants": [ - "List", - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Command": "Get-MgUserOnenoteSectionGroup" + "Command": "Get-MgUserOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -143432,17 +143502,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Command": "Get-MgUserOnenoteSectionGroup" + "Command": "Get-MgUserOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -143476,16 +143545,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Command": "Get-MgUserOnenoteSectionGroupSection" + "Command": "Get-MgUserOnenoteSectionGroupSection", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -143519,16 +143588,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Command": "Get-MgUserOnenoteSectionGroupSection" + "Command": "Get-MgUserOnenoteSectionGroupSection", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -143556,16 +143625,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage1", - "Command": "Get-MgUserOnenoteSectionPage" + "Command": "Get-MgUserOnenoteSectionPage", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -143593,16 +143662,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Command": "Get-MgUserOnenoteSectionPage" + "Command": "Get-MgUserOnenoteSectionPage", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphOnlineMeeting1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -143624,17 +143694,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting1", - "Command": "Get-MgUserOnlineMeeting" + "Command": "Get-MgUserOnlineMeeting", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings", "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphOnlineMeeting1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -143656,16 +143725,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onlineMeetings", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting1", - "Command": "Get-MgUserOnlineMeeting" + "Command": "Get-MgUserOnlineMeeting", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings", "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -143687,16 +143756,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onlineMeetings", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "Command": "Get-MgUserOnlineMeeting" + "Command": "Get-MgUserOnlineMeeting", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphOnlineMeeting", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -143718,17 +143788,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "Command": "Get-MgUserOnlineMeeting" + "Command": "Get-MgUserOnlineMeeting", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", "Module": "CloudCommunications", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -143750,37 +143820,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserOnlineMeetingAlternativeRecording" + "Command": "Get-MgUserOnlineMeetingAlternativeRecording", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "Method": "GET", - "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 - }, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", - "Command": "Get-MgUserOnlineMeetingAttendanceReport" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": { "Name": "OnlineMeetingArtifact.Read.All", @@ -143788,16 +143840,16 @@ "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false }, + "Command": "Get-MgUserOnlineMeetingAttendanceReport", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", - "Command": "Get-MgUserOnlineMeetingAttendanceReport" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": { "Name": "OnlineMeetingArtifact.Read.All", @@ -143805,16 +143857,16 @@ "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false }, + "Command": "Get-MgUserOnlineMeetingAttendanceReport", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "Command": "Get-MgUserOnlineMeetingAttendanceReport" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": { "Name": "OnlineMeetingArtifact.Read.All", @@ -143822,32 +143874,50 @@ "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false }, + "Command": "Get-MgUserOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "Command": "Get-MgUserOnlineMeetingAttendanceReport" + "Method": "GET", + "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 + }, + "Command": "Get-MgUserOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAttendanceRecord1", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord1", - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAttendanceRecord1", + "Variants": [ + "List", + "List1" + ], "Method": "GET", "Permissions": { "Name": "OnlineMeetingArtifact.Read.All", @@ -143855,17 +143925,16 @@ "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Variants": [ - "List", - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord1", - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord" + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAttendanceRecord", + "Variants": [ + "List2" + ], "Method": "GET", "Permissions": { "Name": "OnlineMeetingArtifact.Read.All", @@ -143873,29 +143942,30 @@ "FullDescription": "Allows the app to read online meeting artifacts on your behalf.", "IsAdmin": false }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", - "Variants": [ - "List2" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord" + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAttendanceRecord", "Variants": [ "Get2", "GetViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", - "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "Module": "CloudCommunications", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -143917,17 +143987,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserOnlineMeetingAttendeeReport" + "Command": "Get-MgUserOnlineMeetingAttendeeReport", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", "Module": "CloudCommunications", + "OutputType": null, + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -143949,17 +144019,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserOnlineMeetingAttendeeReport" + "Command": "Get-MgUserOnlineMeetingAttendeeReport", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", "Module": "CloudCommunications", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -143981,17 +144051,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", + "Command": "Get-MgUserOnlineMeetingRecording", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMeetingRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserOnlineMeetingRecording" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [ { @@ -144007,17 +144077,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", + "Command": "Get-MgUserOnlineMeetingRegistration", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistration", - "Command": "Get-MgUserOnlineMeetingRegistration" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [ { @@ -144033,29 +144103,29 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "Command": "Get-MgUserOnlineMeetingRegistrationCustomQuestion" + "Command": "Get-MgUserOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "Command": "Get-MgUserOnlineMeetingRegistrationCustomQuestion" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCallTranscript", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "OnlineMeetingTranscript.Read.All", @@ -144063,29 +144133,29 @@ "FullDescription": "Allows the app to read all transcripts of online meetings, on your behalf.", "IsAdmin": true }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallTranscript", - "Command": "Get-MgUserOnlineMeetingTranscript" + "Command": "Get-MgUserOnlineMeetingTranscript", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCallTranscript", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallTranscript", - "Command": "Get-MgUserOnlineMeetingTranscript" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserOnlineMeetingTranscript", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", "Module": "CloudCommunications", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "OnlineMeetingTranscript.Read.All", @@ -144093,30 +144163,30 @@ "FullDescription": "Allows the app to read all transcripts of online meetings, on your behalf.", "IsAdmin": true }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "Command": "Get-MgUserOnlineMeetingTranscriptContent", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserOnlineMeetingTranscriptContent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/virtualAppointment", "Module": "CloudCommunications", - "Method": "GET", - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "OutputType": "IMicrosoftGraphVirtualAppointment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserOnlineMeetingTranscriptMetadataContent" - }, - { - "Module": "CloudCommunications", "Method": "GET", "Permissions": [ { @@ -144144,35 +144214,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/virtualAppointment", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVirtualAppointment", - "Command": "Get-MgUserOnlineMeetingVirtualAppointment" + "Command": "Get-MgUserOnlineMeetingVirtualAppointment", + "ApiVersion": "beta" }, { - "Module": "Users", - "Method": "GET", - "Permissions": { - "Name": "MailboxSettings.Read", - "Description": "Read your mailbox settings", - "FullDescription": "Allows the app to read your mailbox settings.", - "IsAdmin": false - }, "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookCategory", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookCategory", - "Command": "Get-MgUserOutlookMasterCategory" - }, - { - "Module": "Users", "Method": "GET", "Permissions": { "Name": "MailboxSettings.Read", @@ -144180,16 +144232,16 @@ "FullDescription": "Allows the app to read your mailbox settings.", "IsAdmin": false }, + "Command": "Get-MgUserOutlookMasterCategory", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/masterCategories", + "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookCategory", "Variants": [ "List1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookCategory", - "Command": "Get-MgUserOutlookMasterCategory" - }, - { - "Module": "Users", "Method": "GET", "Permissions": { "Name": "MailboxSettings.Read", @@ -144197,16 +144249,16 @@ "FullDescription": "Allows the app to read your mailbox settings.", "IsAdmin": false }, + "Command": "Get-MgUserOutlookMasterCategory", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/masterCategories", + "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookCategory", "Variants": [ "List" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOutlookCategory", - "Command": "Get-MgUserOutlookMasterCategory" - }, - { - "Module": "Users", "Method": "GET", "Permissions": { "Name": "MailboxSettings.Read", @@ -144214,35 +144266,35 @@ "FullDescription": "Allows the app to read your mailbox settings.", "IsAdmin": false }, + "Command": "Get-MgUserOutlookMasterCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookCategory", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOutlookCategory", - "Command": "Get-MgUserOutlookMasterCategory" - }, - { - "Module": "Users", "Method": "GET", "Permissions": { - "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "Name": "MailboxSettings.Read", + "Description": "Read your mailbox settings", + "FullDescription": "Allows the app to read your mailbox settings.", "IsAdmin": false }, + "Command": "Get-MgUserOutlookMasterCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookTask", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", - "Command": "Get-MgUserOutlookTask" - }, - { - "Module": "Users", "Method": "GET", "Permissions": { "Name": "Tasks.Read", @@ -144250,29 +144302,46 @@ "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 }, + "Command": "Get-MgUserOutlookTask", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/tasks", + "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookTask", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", - "Command": "Get-MgUserOutlookTask" + "Method": "GET", + "Permissions": { + "Name": "Tasks.Read", + "Description": "Read your tasks and task lists", + "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "IsAdmin": false + }, + "Command": "Get-MgUserOutlookTask", + "ApiVersion": "beta" }, { - "Module": "Users", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserOutlookTaskAttachment" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserOutlookTaskAttachment", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", "Module": "Users", + "OutputType": "IMicrosoftGraphAttachment", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Tasks.Read", @@ -144280,16 +144349,17 @@ "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 }, - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserOutlookTaskAttachment" + "Command": "Get-MgUserOutlookTaskAttachment", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Tasks.Read", @@ -144297,17 +144367,16 @@ "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 }, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "Command": "Get-MgUserOutlookTaskFolder" + "Command": "Get-MgUserOutlookTaskFolder", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders", "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Tasks.Read", @@ -144315,79 +144384,79 @@ "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 }, - "Uri": "/users/{user-id}/outlook/taskFolders", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "Command": "Get-MgUserOutlookTaskFolder" + "Command": "Get-MgUserOutlookTaskFolder", + "ApiVersion": "beta" }, { - "Module": "Users", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserOutlookTaskFolderMultiValueExtendedProperty" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties", + "Module": "Users", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserOutlookTaskFolderMultiValueExtendedProperty" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserOutlookTaskFolderSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties", + "Module": "Users", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserOutlookTaskFolderSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookTask", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", - "Command": "Get-MgUserOutlookTaskFolderTask" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserOutlookTaskFolderTask", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookTask", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Tasks.Read", @@ -144395,109 +144464,92 @@ "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 }, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", - "Command": "Get-MgUserOutlookTaskFolderTask" + "Command": "Get-MgUserOutlookTaskFolderTask", + "ApiVersion": "beta" }, { - "Module": "Users", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserOutlookTaskFolderTaskAttachment" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskFolderTaskAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "Module": "Users", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserOutlookTaskFolderTaskAttachment" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskFolderTaskAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties", + "Module": "Users", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties", + "Module": "Users", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty", + "ApiVersion": "beta" }, { - "Module": "Users", - "Method": "GET", - "Permissions": { - "Name": "Tasks.Read", - "Description": "Read your tasks and task lists", - "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", - "IsAdmin": false - }, "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookTaskGroup", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTaskGroup", - "Command": "Get-MgUserOutlookTaskGroup" - }, - { - "Module": "Users", "Method": "GET", "Permissions": { "Name": "Tasks.Read", @@ -144505,16 +144557,16 @@ "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 }, + "Command": "Get-MgUserOutlookTaskGroup", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups", + "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookTaskGroup", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTaskGroup", - "Command": "Get-MgUserOutlookTaskGroup" - }, - { - "Module": "Users", "Method": "GET", "Permissions": { "Name": "Tasks.Read", @@ -144522,17 +144574,17 @@ "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 }, + "Command": "Get-MgUserOutlookTaskGroup", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "Command": "Get-MgUserOutlookTaskGroupTaskFolder" - }, - { - "Module": "Users", "Method": "GET", "Permissions": { "Name": "Tasks.Read", @@ -144540,79 +144592,96 @@ "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 }, + "Command": "Get-MgUserOutlookTaskGroupTaskFolder", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", + "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "Command": "Get-MgUserOutlookTaskGroupTaskFolder" + "Method": "GET", + "Permissions": { + "Name": "Tasks.Read", + "Description": "Read your tasks and task lists", + "FullDescription": "Allows the app to read your tasks and task lists, including any shared with you. Doesn't include permission to create, delete, or update anything.", + "IsAdmin": false + }, + "Command": "Get-MgUserOutlookTaskGroupTaskFolder", + "ApiVersion": "beta" }, { - "Module": "Users", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties", + "Module": "Users", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties", + "Module": "Users", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookTask", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", - "Command": "Get-MgUserOutlookTaskGroupTaskFolderTask" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserOutlookTaskGroupTaskFolderTask", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookTask", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "Tasks.Read", @@ -144620,154 +144689,154 @@ "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 }, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", - "Command": "Get-MgUserOutlookTaskGroupTaskFolderTask" + "Command": "Get-MgUserOutlookTaskGroupTaskFolderTask", + "ApiVersion": "beta" }, { - "Module": "Users", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskAttachment" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "Module": "Users", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskAttachment" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskMultiValueExtendedProperty" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties", + "Module": "Users", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskMultiValueExtendedProperty" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties", + "Module": "Users", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskGroupTaskFolderTaskSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserOutlookTaskMultiValueExtendedProperty" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties", + "Module": "Users", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "Get-MgUserOutlookTaskMultiValueExtendedProperty" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserOutlookTaskSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties", + "Module": "Users", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "Get-MgUserOutlookTaskSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOutlookTaskSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserOwnedDevice" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserOwnedDevice", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/ownedDevices", "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -144801,16 +144870,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/ownedDevices", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserOwnedDevice" + "Command": "Get-MgUserOwnedDevice", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/ownedDevices", "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -144844,42 +144913,42 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/ownedDevices", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserOwnedDevice" + "Command": "Get-MgUserOwnedDevice", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserOwnedDevice" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserOwnedDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserOwnedObject" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserOwnedObject", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/ownedObjects", "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -144913,16 +144982,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/ownedObjects", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserOwnedObject" + "Command": "Get-MgUserOwnedObject", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/ownedObjects", "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -144956,55 +145025,55 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/ownedObjects", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserOwnedObject" + "Command": "Get-MgUserOwnedObject", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserOwnedObject" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserOwnedObject", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/getUserOwnedObjects", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserOwnedObjectByType" + "Method": "POST", + "Permissions": [], + "Command": "Get-MgUserOwnedObjectByType", + "ApiVersion": "beta" }, { - "Module": "People", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/people/{person-id}", + "Module": "People", + "OutputType": "IMicrosoftGraphPerson", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPerson", - "Command": "Get-MgUserPerson" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserPerson", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/people", "Module": "People", + "OutputType": "IMicrosoftGraphPerson", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -145020,16 +145089,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/people", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPerson", - "Command": "Get-MgUserPerson" + "Command": "Get-MgUserPerson", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/people", "Module": "People", + "OutputType": "IMicrosoftGraphPerson1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -145045,49 +145114,32 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/people", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPerson1", - "Command": "Get-MgUserPerson" + "Command": "Get-MgUserPerson", + "ApiVersion": "v1.0" }, { - "Module": "People", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/people/{person-id}", + "Module": "People", + "OutputType": "IMicrosoftGraphPerson1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPerson1", - "Command": "Get-MgUserPerson" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserPerson", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "GET", - "Permissions": { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false - }, "Uri": "/users/{user-id}/photo", + "Module": "Users", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Command": "Get-MgUserPhoto" - }, - { - "Module": "Users", "Method": "GET", "Permissions": { "Name": "User.Read", @@ -145095,16 +145147,16 @@ "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 }, + "Command": "Get-MgUserPhoto", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/photos", + "Module": "Users", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Command": "Get-MgUserPhoto" - }, - { - "Module": "Users", "Method": "GET", "Permissions": { "Name": "User.Read", @@ -145112,16 +145164,16 @@ "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 }, + "Command": "Get-MgUserPhoto", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/photos", + "Module": "Users", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Command": "Get-MgUserPhoto" - }, - { - "Module": "Users", "Method": "GET", "Permissions": { "Name": "User.Read", @@ -145129,19 +145181,19 @@ "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 }, + "Command": "Get-MgUserPhoto", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/photo", + "Module": "Users", + "OutputType": "IMicrosoftGraphProfilePhoto", "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphProfilePhoto", - "Command": "Get-MgUserPhoto" - }, - { - "Module": "Users", "Method": "GET", "Permissions": { "Name": "User.Read", @@ -145149,19 +145201,19 @@ "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 }, + "Command": "Get-MgUserPhoto", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/photo/$value", + "Module": "Users", + "OutputType": null, "Variants": [ "Get", "Get1", "GetViaIdentity", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserPhotoContent" - }, - { - "Module": "Users", "Method": "GET", "Permissions": { "Name": "User.Read", @@ -145169,19 +145221,39 @@ "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 }, + "Command": "Get-MgUserPhotoContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/photo/$value", + "Module": "Users", + "OutputType": null, "Variants": [ "Get2", "Get3", "GetViaIdentity2", "GetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserPhotoContent" + "Method": "GET", + "Permissions": { + "Name": "User.Read", + "Description": "Sign you in and read your profile", + "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "IsAdmin": false + }, + "Command": "Get-MgUserPhotoContent", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/planner", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerUser", + "Variants": [ + "Get1", + "Get2", + "GetViaIdentity1", + "GetViaIdentity2" + ], "Method": "GET", "Permissions": [ { @@ -145203,31 +145275,29 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/planner", - "Variants": [ - "Get1", - "Get2", - "GetViaIdentity1", - "GetViaIdentity2" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerUser", - "Command": "Get-MgUserPlanner" + "Command": "Get-MgUserPlanner", + "ApiVersion": "beta" }, { - "Module": "Planner", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/planner/all", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerDelta", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerDelta", - "Command": "Get-MgUserPlanner" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserPlanner", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/planner", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerUser1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -145249,17 +145319,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/planner", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerUser1", - "Command": "Get-MgUserPlanner" + "Command": "Get-MgUserPlanner", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/planner/all/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphPlannerDelta", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -145287,30 +145357,29 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/planner/all/delta", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerDelta", - "Command": "Get-MgUserPlannerAllDelta" + "Command": "Get-MgUserPlannerAllDelta", + "ApiVersion": "beta" }, { - "Module": "Planner", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/planner/favoritePlans/{plannerPlan-id}", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan1", - "Command": "Get-MgUserPlannerFavoritePlan" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserPlannerFavoritePlan", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/planner/favoritePlans", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -145332,16 +145401,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/planner/favoritePlans", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan1", - "Command": "Get-MgUserPlannerFavoritePlan" + "Command": "Get-MgUserPlannerFavoritePlan", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/planner/plans", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -145369,16 +145438,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/planner/plans", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan1", - "Command": "Get-MgUserPlannerPlan" + "Command": "Get-MgUserPlannerPlan", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/planner/plans", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -145406,81 +145475,81 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/planner/plans", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerPlan", - "Command": "Get-MgUserPlannerPlan" + "Command": "Get-MgUserPlannerPlan", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphPlannerBucket", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerBucket", - "Command": "Get-MgUserPlannerPlanBucketDelta" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserPlannerPlanBucketDelta", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/buckets/{plannerBucket-id}/tasks/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphPlannerTask", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask", - "Command": "Get-MgUserPlannerPlanBucketTaskDelta" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserPlannerPlanBucketTaskDelta", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/planner/plans/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphPlannerPlan", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan", - "Command": "Get-MgUserPlannerPlanDelta" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserPlannerPlanDelta", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/planner/plans/{plannerPlan-id}/tasks/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphPlannerTask", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask", - "Command": "Get-MgUserPlannerPlanTaskDelta" - }, - { - "Module": "Planner", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserPlannerPlanTaskDelta", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/planner/recentPlans/{plannerPlan-id}", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan1", - "Command": "Get-MgUserPlannerRecentPlan" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserPlannerRecentPlan", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/planner/recentPlans", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -145502,29 +145571,29 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/planner/recentPlans", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan1", - "Command": "Get-MgUserPlannerRecentPlan" + "Command": "Get-MgUserPlannerRecentPlan", + "ApiVersion": "beta" }, { - "Module": "Planner", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/planner/rosterPlans/{plannerPlan-id}", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan1", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan1", - "Command": "Get-MgUserPlannerRosterPlan" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserPlannerRosterPlan", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/planner/rosterPlans", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan1", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -145540,16 +145609,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/planner/rosterPlans", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan1", - "Command": "Get-MgUserPlannerRosterPlan" + "Command": "Get-MgUserPlannerRosterPlan", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/planner/tasks", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerTask1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -145577,16 +145646,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/planner/tasks", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask1", - "Command": "Get-MgUserPlannerTask" + "Command": "Get-MgUserPlannerTask", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/planner/tasks", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerTask", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -145614,29 +145683,30 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/planner/tasks", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerTask", - "Command": "Get-MgUserPlannerTask" + "Command": "Get-MgUserPlannerTask", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/planner/tasks/delta", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphPlannerTask", "Variants": [ "Delta", "DeltaViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask", - "Command": "Get-MgUserPlannerTaskDelta" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserPlannerTaskDelta", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/presence", "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphPresence1", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -145652,17 +145722,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/presence", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPresence1", - "Command": "Get-MgUserPresence" + "Command": "Get-MgUserPresence", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/presence", "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphPresence", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -145678,17 +145748,61 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/presence", + "Command": "Get-MgUserPresence", + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/profile", + "Module": "People", + "OutputType": "IMicrosoftGraphProfile", "Variants": [ - "Get1", - "GetViaIdentity1" + "Get", + "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPresence", - "Command": "Get-MgUserPresence" + "Method": "GET", + "Permissions": [ + { + "Name": "User.Read", + "Description": "Sign you in and read your profile", + "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "IsAdmin": false + }, + { + "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-MgUserProfile", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", "Module": "People", + "OutputType": "IMicrosoftGraphUserAccountInformation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -145722,104 +145836,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfile", - "Command": "Get-MgUserProfile" + "Command": "Get-MgUserProfileAccount", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/account", "Module": "People", - "Method": "GET", - "Permissions": [ - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false - }, - { - "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 - } - ], - "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", "OutputType": "IMicrosoftGraphUserAccountInformation", - "Command": "Get-MgUserProfileAccount" - }, - { - "Module": "People", - "Method": "GET", - "Permissions": [ - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false - }, - { - "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 - } - ], - "Uri": "/users/{user-id}/profile/account", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserAccountInformation", - "Command": "Get-MgUserProfileAccount" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -145853,17 +145879,17 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfileAccount", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", + "Module": "People", + "OutputType": "IMicrosoftGraphItemAddress", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAddress", - "Command": "Get-MgUserProfileAddress" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -145897,16 +145923,16 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfileAddress", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/addresses", + "Module": "People", + "OutputType": "IMicrosoftGraphItemAddress", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAddress", - "Command": "Get-MgUserProfileAddress" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -145940,17 +145966,17 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfileAddress", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", + "Module": "People", + "OutputType": "IMicrosoftGraphPersonAnnualEvent", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonAnnualEvent", - "Command": "Get-MgUserProfileAnniversary" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -145984,16 +146010,16 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfileAnniversary", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/anniversaries", + "Module": "People", + "OutputType": "IMicrosoftGraphPersonAnnualEvent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonAnnualEvent", - "Command": "Get-MgUserProfileAnniversary" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -146027,17 +146053,17 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfileAnniversary", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/awards/{personAward-id}", + "Module": "People", + "OutputType": "IMicrosoftGraphPersonAward", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonAward", - "Command": "Get-MgUserProfileAward" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -146071,16 +146097,16 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfileAward", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/awards", + "Module": "People", + "OutputType": "IMicrosoftGraphPersonAward", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonAward", - "Command": "Get-MgUserProfileAward" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -146114,17 +146140,17 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfileAward", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", + "Module": "People", + "OutputType": "IMicrosoftGraphPersonCertification", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonCertification", - "Command": "Get-MgUserProfileCertification" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -146158,16 +146184,16 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfileCertification", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/certifications", + "Module": "People", + "OutputType": "IMicrosoftGraphPersonCertification", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonCertification", - "Command": "Get-MgUserProfileCertification" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -146201,17 +146227,17 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfileCertification", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", + "Module": "People", + "OutputType": "IMicrosoftGraphEducationalActivity", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationalActivity", - "Command": "Get-MgUserProfileEducationalActivity" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -146245,60 +146271,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/educationalActivities", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationalActivity", - "Command": "Get-MgUserProfileEducationalActivity" + "Command": "Get-MgUserProfileEducationalActivity", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/educationalActivities", "Module": "People", - "Method": "GET", - "Permissions": [ - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false - }, - { - "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 - } - ], - "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", + "OutputType": "IMicrosoftGraphEducationalActivity", "Variants": [ - "Get", - "GetViaIdentity" + "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemEmail", - "Command": "Get-MgUserProfileEmail" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -146332,60 +146314,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/emails", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemEmail", - "Command": "Get-MgUserProfileEmail" + "Command": "Get-MgUserProfileEducationalActivity", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", "Module": "People", - "Method": "GET", - "Permissions": [ - { - "Name": "User.Read", - "Description": "Sign you in and read your profile", - "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", - "IsAdmin": false - }, - { - "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 - } - ], - "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", + "OutputType": "IMicrosoftGraphItemEmail", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonInterest", - "Command": "Get-MgUserProfileInterest" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -146419,16 +146358,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/interests", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonInterest", - "Command": "Get-MgUserProfileInterest" + "Command": "Get-MgUserProfileEmail", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/emails", "Module": "People", + "OutputType": "IMicrosoftGraphItemEmail", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -146462,17 +146401,60 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", + "Command": "Get-MgUserProfileEmail", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", + "Module": "People", + "OutputType": "IMicrosoftGraphPersonInterest", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLanguageProficiency", - "Command": "Get-MgUserProfileLanguage" + "Method": "GET", + "Permissions": [ + { + "Name": "User.Read", + "Description": "Sign you in and read your profile", + "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "IsAdmin": false + }, + { + "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-MgUserProfileInterest", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/interests", "Module": "People", + "OutputType": "IMicrosoftGraphPersonInterest", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -146506,16 +146488,60 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/languages", + "Command": "Get-MgUserProfileInterest", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", + "Module": "People", + "OutputType": "IMicrosoftGraphLanguageProficiency", "Variants": [ - "List" + "Get", + "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLanguageProficiency", - "Command": "Get-MgUserProfileLanguage" + "Method": "GET", + "Permissions": [ + { + "Name": "User.Read", + "Description": "Sign you in and read your profile", + "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "IsAdmin": false + }, + { + "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-MgUserProfileLanguage", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/languages", "Module": "People", + "OutputType": "IMicrosoftGraphLanguageProficiency", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -146549,17 +146575,17 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfileLanguage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/names/{personName-id}", + "Module": "People", + "OutputType": "IMicrosoftGraphPersonName", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonName", - "Command": "Get-MgUserProfileName" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -146593,16 +146619,16 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfileName", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/names", + "Module": "People", + "OutputType": "IMicrosoftGraphPersonName", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonName", - "Command": "Get-MgUserProfileName" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -146636,17 +146662,17 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfileName", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "Module": "People", + "OutputType": "IMicrosoftGraphPersonAnnotation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonAnnotation", - "Command": "Get-MgUserProfileNote" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -146680,16 +146706,16 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfileNote", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/notes", + "Module": "People", + "OutputType": "IMicrosoftGraphPersonAnnotation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonAnnotation", - "Command": "Get-MgUserProfileNote" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -146723,17 +146749,17 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfileNote", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", + "Module": "People", + "OutputType": "IMicrosoftGraphItemPatent", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPatent", - "Command": "Get-MgUserProfilePatent" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -146767,16 +146793,16 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfilePatent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/patents", + "Module": "People", + "OutputType": "IMicrosoftGraphItemPatent", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPatent", - "Command": "Get-MgUserProfilePatent" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -146810,17 +146836,17 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfilePatent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", + "Module": "People", + "OutputType": "IMicrosoftGraphItemPhone", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPhone", - "Command": "Get-MgUserProfilePhone" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -146854,16 +146880,16 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfilePhone", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/phones", + "Module": "People", + "OutputType": "IMicrosoftGraphItemPhone", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPhone", - "Command": "Get-MgUserProfilePhone" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -146897,17 +146923,17 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfilePhone", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", + "Module": "People", + "OutputType": "IMicrosoftGraphWorkPosition", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWorkPosition", - "Command": "Get-MgUserProfilePosition" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -146941,16 +146967,16 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfilePosition", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/positions", + "Module": "People", + "OutputType": "IMicrosoftGraphWorkPosition", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWorkPosition", - "Command": "Get-MgUserProfilePosition" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -146984,17 +147010,17 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfilePosition", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "Module": "People", + "OutputType": "IMicrosoftGraphProjectParticipation", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProjectParticipation", - "Command": "Get-MgUserProfileProject" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -147028,16 +147054,16 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfileProject", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/projects", + "Module": "People", + "OutputType": "IMicrosoftGraphProjectParticipation", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProjectParticipation", - "Command": "Get-MgUserProfileProject" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -147071,17 +147097,17 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfileProject", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", + "Module": "People", + "OutputType": "IMicrosoftGraphItemPublication", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPublication", - "Command": "Get-MgUserProfilePublication" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -147115,16 +147141,16 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfilePublication", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/publications", + "Module": "People", + "OutputType": "IMicrosoftGraphItemPublication", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPublication", - "Command": "Get-MgUserProfilePublication" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -147158,17 +147184,17 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfilePublication", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", + "Module": "People", + "OutputType": "IMicrosoftGraphSkillProficiency", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSkillProficiency", - "Command": "Get-MgUserProfileSkill" - }, - { - "Module": "People", "Method": "GET", "Permissions": [ { @@ -147202,16 +147228,60 @@ "IsAdmin": true } ], + "Command": "Get-MgUserProfileSkill", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/profile/skills", + "Module": "People", + "OutputType": "IMicrosoftGraphSkillProficiency", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSkillProficiency", - "Command": "Get-MgUserProfileSkill" + "Method": "GET", + "Permissions": [ + { + "Name": "User.Read", + "Description": "Sign you in and read your profile", + "FullDescription": "Allows you to sign in to the app with your organizational account and let the app read your profile. It also allows the app to read basic company information.", + "IsAdmin": false + }, + { + "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-MgUserProfileSkill", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", "Module": "People", + "OutputType": "IMicrosoftGraphWebAccount", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -147245,17 +147315,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebAccount", - "Command": "Get-MgUserProfileWebAccount" + "Command": "Get-MgUserProfileWebAccount", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/webAccounts", "Module": "People", + "OutputType": "IMicrosoftGraphWebAccount", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -147289,16 +147358,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/webAccounts", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebAccount", - "Command": "Get-MgUserProfileWebAccount" + "Command": "Get-MgUserProfileWebAccount", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", "Module": "People", + "OutputType": "IMicrosoftGraphPersonWebsite", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -147332,17 +147402,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonWebsite", - "Command": "Get-MgUserProfileWebsite" + "Command": "Get-MgUserProfileWebsite", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/websites", "Module": "People", + "OutputType": "IMicrosoftGraphPersonWebsite", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -147376,29 +147445,29 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/websites", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonWebsite", - "Command": "Get-MgUserProfileWebsite" + "Command": "Get-MgUserProfileWebsite", + "ApiVersion": "beta" }, { - "Module": "Users", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserRegisteredDevice" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserRegisteredDevice", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/registeredDevices", "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -147432,16 +147501,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/registeredDevices", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserRegisteredDevice" + "Command": "Get-MgUserRegisteredDevice", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/registeredDevices", "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -147475,42 +147544,42 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/registeredDevices", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserRegisteredDevice" + "Command": "Get-MgUserRegisteredDevice", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserRegisteredDevice" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserRegisteredDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Command": "Get-MgUserScopedRoleMemberOf" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserScopedRoleMemberOf", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/scopedRoleMemberOf", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -147526,16 +147595,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/scopedRoleMemberOf", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Command": "Get-MgUserScopedRoleMemberOf" + "Command": "Get-MgUserScopedRoleMemberOf", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/scopedRoleMemberOf", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -147551,29 +147620,30 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/scopedRoleMemberOf", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Command": "Get-MgUserScopedRoleMemberOf" + "Command": "Get-MgUserScopedRoleMemberOf", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Command": "Get-MgUserScopedRoleMemberOf" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserScopedRoleMemberOf", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/settings", "Module": "Users", + "OutputType": "IMicrosoftGraphUserSettings", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -147589,17 +147659,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/settings", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserSettings", - "Command": "Get-MgUserSetting" + "Command": "Get-MgUserSetting", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/settings", "Module": "Users", + "OutputType": "IMicrosoftGraphUserSettings1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -147615,17 +147685,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/settings", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserSettings1", - "Command": "Get-MgUserSetting" + "Command": "Get-MgUserSetting", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/settings/contactMergeSuggestions", "Module": "Users", + "OutputType": "IMicrosoftGraphContactMergeSuggestions", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -147641,17 +147711,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/settings/contactMergeSuggestions", + "Command": "Get-MgUserSettingContactMergeSuggestion", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/settings/itemInsights", + "Module": "Users", + "OutputType": "IMicrosoftGraphUserInsightsSettings", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContactMergeSuggestions", - "Command": "Get-MgUserSettingContactMergeSuggestion" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [ { @@ -147667,30 +147737,30 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/settings/itemInsights", + "Command": "Get-MgUserSettingItemInsight", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", + "Module": "Users", + "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserInsightsSettings", - "Command": "Get-MgUserSettingItemInsight" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserSettingRegionalAndLanguageSetting", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/settings/shiftPreferences", "Module": "Users", - "Method": "GET", - "Permissions": [], - "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", + "OutputType": "IMicrosoftGraphShiftPreferences", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRegionalAndLanguageSettings", - "Command": "Get-MgUserSettingRegionalAndLanguageSetting" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [ { @@ -147706,17 +147776,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/settings/shiftPreferences", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShiftPreferences", - "Command": "Get-MgUserSettingShiftPreference" + "Command": "Get-MgUserSettingShiftPreference", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/settings/shiftPreferences", "Module": "Users", + "OutputType": "IMicrosoftGraphShiftPreferences1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -147732,17 +147802,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/settings/shiftPreferences", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphShiftPreferences1", - "Command": "Get-MgUserSettingShiftPreference" + "Command": "Get-MgUserSettingShiftPreference", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/insights/shared", "Module": "People", + "OutputType": "IMicrosoftGraphSharedInsight", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -147758,81 +147827,81 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/insights/shared", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedInsight", - "Command": "Get-MgUserSharedInsight" + "Command": "Get-MgUserSharedInsight", + "ApiVersion": "v1.0" }, { - "Module": "People", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}", + "Module": "People", + "OutputType": "IMicrosoftGraphSharedInsight", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedInsight", - "Command": "Get-MgUserSharedInsight" - }, - { - "Module": "People", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserSharedInsight", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/insights/shared/{sharedInsight-id}/resource", + "Module": "People", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserSharedResourceInsight" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserSharedResourceInsight", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/teamwork", + "Module": "Teams", + "OutputType": "IMicrosoftGraphUserTeamwork1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserTeamwork1", - "Command": "Get-MgUserTeamwork" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserTeamwork", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/teamwork", + "Module": "Teams", + "OutputType": "IMicrosoftGraphUserTeamwork", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserTeamwork", - "Command": "Get-MgUserTeamwork" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserTeamwork", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphAssociatedTeamInfo1", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo1", - "Command": "Get-MgUserTeamworkAssociatedTeam" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserTeamworkAssociatedTeam", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/teamwork/associatedTeams", "Module": "Teams", + "OutputType": "IMicrosoftGraphAssociatedTeamInfo1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -147854,16 +147923,16 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/teamwork/associatedTeams", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo1", - "Command": "Get-MgUserTeamworkAssociatedTeam" + "Command": "Get-MgUserTeamworkAssociatedTeam", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/teamwork/associatedTeams", "Module": "Teams", + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -147885,29 +147954,30 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/teamwork/associatedTeams", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "Command": "Get-MgUserTeamworkAssociatedTeam" + "Command": "Get-MgUserTeamworkAssociatedTeam", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Module": "Teams", + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "Command": "Get-MgUserTeamworkAssociatedTeam" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserTeamworkAssociatedTeam", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -147929,17 +147999,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation1", - "Command": "Get-MgUserTeamworkInstalledApp" + "Command": "Get-MgUserTeamworkInstalledApp", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/teamwork/installedApps", "Module": "Teams", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation1", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -147961,16 +148030,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/teamwork/installedApps", - "Variants": [ - "List1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation1", - "Command": "Get-MgUserTeamworkInstalledApp" + "Command": "Get-MgUserTeamworkInstalledApp", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/teamwork/installedApps", "Module": "Teams", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -147992,16 +148061,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/teamwork/installedApps", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", - "Command": "Get-MgUserTeamworkInstalledApp" + "Command": "Get-MgUserTeamworkInstalledApp", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "Module": "Teams", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -148023,17 +148093,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", - "Command": "Get-MgUserTeamworkInstalledApp" + "Command": "Get-MgUserTeamworkInstalledApp", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", "Module": "Teams", + "OutputType": "IMicrosoftGraphChat1", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -148055,17 +148125,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChat1", - "Command": "Get-MgUserTeamworkInstalledAppChat" + "Command": "Get-MgUserTeamworkInstalledAppChat", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", "Module": "Teams", + "OutputType": "IMicrosoftGraphChat", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -148087,17 +148157,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}/chat", + "Command": "Get-MgUserTeamworkInstalledAppChat", + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphTodoTaskList", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChat", - "Command": "Get-MgUserTeamworkInstalledAppChat" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [ { @@ -148113,17 +148183,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTodoTaskList", - "Command": "Get-MgUserTodoList" + "Command": "Get-MgUserTodoList", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists", "Module": "Users", + "OutputType": "IMicrosoftGraphTodoTaskList", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -148139,16 +148208,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/todo/lists", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTodoTaskList", - "Command": "Get-MgUserTodoList" + "Command": "Get-MgUserTodoList", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists", "Module": "Users", + "OutputType": "IMicrosoftGraphTodoTaskList", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -148164,16 +148233,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/todo/lists", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTodoTaskList", - "Command": "Get-MgUserTodoList" + "Command": "Get-MgUserTodoList", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "Module": "Users", + "OutputType": "IMicrosoftGraphTodoTaskList", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -148189,17 +148259,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTodoTaskList", - "Command": "Get-MgUserTodoList" + "Command": "Get-MgUserTodoList", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphTodoTaskList", + "Variants": [ + "Delta1", + "DeltaViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "Tasks.ReadWrite", @@ -148207,17 +148277,17 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/todo/lists/delta", - "Variants": [ - "Delta1", - "DeltaViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTodoTaskList", - "Command": "Get-MgUserTodoListDelta" + "Command": "Get-MgUserTodoListDelta", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphTodoTaskList", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Tasks.ReadWrite", @@ -148225,67 +148295,67 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/todo/lists/delta", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTodoTaskList", - "Command": "Get-MgUserTodoListDelta" + "Command": "Get-MgUserTodoListDelta", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserTodoListExtension" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserTodoListExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", + "Module": "Users", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserTodoListExtension" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserTodoListExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", + "Module": "Users", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserTodoListExtension" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserTodoListExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserTodoListExtension" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserTodoListExtension", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "Module": "Users", + "OutputType": "IMicrosoftGraphTodoTask", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Tasks.ReadWrite", @@ -148293,17 +148363,16 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTodoTask", - "Command": "Get-MgUserTodoListTask" + "Command": "Get-MgUserTodoListTask", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "Module": "Users", + "OutputType": "IMicrosoftGraphTodoTask", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -148319,16 +148388,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTodoTask", - "Command": "Get-MgUserTodoListTask" + "Command": "Get-MgUserTodoListTask", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", "Module": "Users", + "OutputType": "IMicrosoftGraphTodoTask", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -148344,16 +148413,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTodoTask", - "Command": "Get-MgUserTodoListTask" + "Command": "Get-MgUserTodoListTask", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", "Module": "Users", + "OutputType": "IMicrosoftGraphTodoTask", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "Tasks.ReadWrite", @@ -148361,17 +148431,17 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTodoTask", - "Command": "Get-MgUserTodoListTask" + "Command": "Get-MgUserTodoListTask", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "Module": "Users", + "OutputType": "IMicrosoftGraphAttachmentBase", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -148387,17 +148457,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachmentBase", - "Command": "Get-MgUserTodoListTaskAttachment" + "Command": "Get-MgUserTodoListTaskAttachment", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "Module": "Users", + "OutputType": "IMicrosoftGraphAttachmentBase", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -148413,16 +148482,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachmentBase", - "Command": "Get-MgUserTodoListTaskAttachment" + "Command": "Get-MgUserTodoListTaskAttachment", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", "Module": "Users", + "OutputType": "IMicrosoftGraphAttachmentBase", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -148438,16 +148507,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachmentBase", - "Command": "Get-MgUserTodoListTaskAttachment" + "Command": "Get-MgUserTodoListTaskAttachment", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", "Module": "Users", + "OutputType": "IMicrosoftGraphAttachmentBase", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -148463,17 +148533,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachmentBase", - "Command": "Get-MgUserTodoListTaskAttachment" + "Command": "Get-MgUserTodoListTaskAttachment", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "Module": "Users", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -148489,17 +148559,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserTodoListTaskAttachmentContent" + "Command": "Get-MgUserTodoListTaskAttachmentContent", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", "Module": "Users", + "OutputType": null, + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -148515,93 +148585,93 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserTodoListTaskAttachmentContent" + "Command": "Get-MgUserTodoListTaskAttachmentContent", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphAttachmentSession", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachmentSession", - "Command": "Get-MgUserTodoListTaskAttachmentSession" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserTodoListTaskAttachmentSession", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", + "Module": "Users", + "OutputType": "IMicrosoftGraphAttachmentSession", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachmentSession", - "Command": "Get-MgUserTodoListTaskAttachmentSession" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserTodoListTaskAttachmentSession", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions", + "Module": "Users", + "OutputType": "IMicrosoftGraphAttachmentSession", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachmentSession", - "Command": "Get-MgUserTodoListTaskAttachmentSession" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserTodoListTaskAttachmentSession", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphAttachmentSession", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachmentSession", - "Command": "Get-MgUserTodoListTaskAttachmentSession" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserTodoListTaskAttachmentSession", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "Module": "Users", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserTodoListTaskAttachmentSessionContent" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserTodoListTaskAttachmentSessionContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "Module": "Users", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserTodoListTaskAttachmentSessionContent" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserTodoListTaskAttachmentSessionContent", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "Module": "Users", + "OutputType": "IMicrosoftGraphChecklistItem", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -148617,17 +148687,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChecklistItem", - "Command": "Get-MgUserTodoListTaskChecklistItem" + "Command": "Get-MgUserTodoListTaskChecklistItem", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "Module": "Users", + "OutputType": "IMicrosoftGraphChecklistItem", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -148643,16 +148712,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChecklistItem", - "Command": "Get-MgUserTodoListTaskChecklistItem" + "Command": "Get-MgUserTodoListTaskChecklistItem", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", "Module": "Users", + "OutputType": "IMicrosoftGraphChecklistItem", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -148668,16 +148737,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChecklistItem", - "Command": "Get-MgUserTodoListTaskChecklistItem" + "Command": "Get-MgUserTodoListTaskChecklistItem", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "Module": "Users", + "OutputType": "IMicrosoftGraphChecklistItem", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -148693,17 +148763,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChecklistItem", - "Command": "Get-MgUserTodoListTaskChecklistItem" + "Command": "Get-MgUserTodoListTaskChecklistItem", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphTodoTask", + "Variants": [ + "Delta1", + "DeltaViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "Tasks.ReadWrite", @@ -148711,17 +148781,17 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", - "Variants": [ - "Delta1", - "DeltaViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTodoTask", - "Command": "Get-MgUserTodoListTaskDelta" + "Command": "Get-MgUserTodoListTaskDelta", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphTodoTask", + "Variants": [ + "Delta", + "DeltaViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Tasks.ReadWrite", @@ -148729,67 +148799,67 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/delta", - "Variants": [ - "Delta", - "DeltaViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTodoTask", - "Command": "Get-MgUserTodoListTaskDelta" + "Command": "Get-MgUserTodoListTaskDelta", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgUserTodoListTaskExtension" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserTodoListTaskExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", + "Module": "Users", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserTodoListTaskExtension" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserTodoListTaskExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", + "Module": "Users", + "OutputType": "IMicrosoftGraphExtension", "Variants": [ "List1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtension", - "Command": "Get-MgUserTodoListTaskExtension" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserTodoListTaskExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserTodoListTaskExtension" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserTodoListTaskExtension", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "Module": "Users", + "OutputType": "IMicrosoftGraphLinkedResource", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -148805,17 +148875,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLinkedResource", - "Command": "Get-MgUserTodoListTaskLinkedResource" + "Command": "Get-MgUserTodoListTaskLinkedResource", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", "Module": "Users", + "OutputType": "IMicrosoftGraphLinkedResource", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -148831,16 +148900,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLinkedResource", - "Command": "Get-MgUserTodoListTaskLinkedResource" + "Command": "Get-MgUserTodoListTaskLinkedResource", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", "Module": "Users", + "OutputType": "IMicrosoftGraphLinkedResource", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -148856,16 +148925,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLinkedResource", - "Command": "Get-MgUserTodoListTaskLinkedResource" + "Command": "Get-MgUserTodoListTaskLinkedResource", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "Module": "Users", + "OutputType": "IMicrosoftGraphLinkedResource", + "Variants": [ + "Get1", + "GetViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -148881,30 +148951,29 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "Variants": [ - "Get1", - "GetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLinkedResource", - "Command": "Get-MgUserTodoListTaskLinkedResource" + "Command": "Get-MgUserTodoListTaskLinkedResource", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserTransitiveMemberOf" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserTransitiveMemberOf", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/transitiveMemberOf", "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -148932,16 +149001,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/transitiveMemberOf", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserTransitiveMemberOf" + "Command": "Get-MgUserTransitiveMemberOf", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/transitiveMemberOf", "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "List1" + ], "Method": "GET", "Permissions": [ { @@ -148969,54 +149038,54 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/transitiveMemberOf", - "Variants": [ - "List1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserTransitiveMemberOf" + "Command": "Get-MgUserTransitiveMemberOf", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get1", "GetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserTransitiveMemberOf" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserTransitiveMemberOf", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/transitiveReports/{directoryObject-id}", + "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserTransitiveReport" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserTransitiveReport", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/transitiveReports", + "Module": "Users", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Get-MgUserTransitiveReport" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserTransitiveReport", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/insights/trending", "Module": "People", + "OutputType": "IMicrosoftGraphTrending", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -149032,29 +149101,30 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/insights/trending", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTrending", - "Command": "Get-MgUserTrendingInsight" + "Command": "Get-MgUserTrendingInsight", + "ApiVersion": "v1.0" }, { - "Module": "People", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/insights/trending/{trending-id}", + "Module": "People", + "OutputType": "IMicrosoftGraphTrending", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTrending", - "Command": "Get-MgUserTrendingInsight" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserTrendingInsight", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", "Module": "People", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -149070,17 +149140,16 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/insights/trending/{trending-id}/resource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserTrendingResourceInsight" + "Command": "Get-MgUserTrendingResourceInsight", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/insights/used", "Module": "People", + "OutputType": "IMicrosoftGraphUsedInsight", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [ { @@ -149096,29 +149165,30 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/insights/used", - "Variants": [ - "List" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUsedInsight", - "Command": "Get-MgUserUsedInsight" + "Command": "Get-MgUserUsedInsight", + "ApiVersion": "v1.0" }, { - "Module": "People", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/insights/used/{usedInsight-id}", + "Module": "People", + "OutputType": "IMicrosoftGraphUsedInsight", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUsedInsight", - "Command": "Get-MgUserUsedInsight" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgUserUsedInsight", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", "Module": "People", + "OutputType": null, + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -149134,55 +149204,54 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/insights/used/{usedInsight-id}/resource", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Get-MgUserUsedResourceInsight" + "Command": "Get-MgUserUsedResourceInsight", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", - "Command": "Get-MgUserWindowInformationProtectionDeviceRegistration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserWindowInformationProtectionDeviceRegistration", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/windowsInformationProtectionDeviceRegistrations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", - "Command": "Get-MgUserWindowInformationProtectionDeviceRegistration" - }, - { - "Module": "WindowsUpdates", "Method": "GET", "Permissions": [], + "Command": "Get-MgUserWindowInformationProtectionDeviceRegistration", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/catalog/entries/{catalogEntry-id}", + "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", - "Command": "Get-MgWindowsUpdatesCatalogEntry" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgWindowsUpdatesCatalogEntry", + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/catalog/entries", "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -149190,16 +149259,17 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Uri": "/admin/windows/updates/catalog/entries", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesCatalogEntry", - "Command": "Get-MgWindowsUpdatesCatalogEntry" + "Command": "Get-MgWindowsUpdatesCatalogEntry", + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/deployments/{deployment-id}", "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -149207,17 +149277,16 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Uri": "/admin/windows/updates/deployments/{deployment-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", - "Command": "Get-MgWindowsUpdatesDeployment" + "Command": "Get-MgWindowsUpdatesDeployment", + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/deployments", "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -149225,66 +149294,67 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Uri": "/admin/windows/updates/deployments", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", - "Command": "Get-MgWindowsUpdatesDeployment" + "Command": "Get-MgWindowsUpdatesDeployment", + "ApiVersion": "beta" }, { - "Module": "WindowsUpdates", - "Method": "GET", - "Permissions": [], "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgWindowsUpdatesDeploymentAudienceExclusion" - }, - { - "Module": "WindowsUpdates", "Method": "GET", "Permissions": [], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", - "Command": "Get-MgWindowsUpdatesDeploymentAudienceExclusion" + "Command": "Get-MgWindowsUpdatesDeploymentAudienceExclusion", + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions", "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": [], + "Command": "Get-MgWindowsUpdatesDeploymentAudienceExclusion", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgWindowsUpdatesDeploymentAudienceMember" - }, - { - "Module": "WindowsUpdates", "Method": "GET", "Permissions": [], + "Command": "Get-MgWindowsUpdatesDeploymentAudienceMember", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members", + "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", - "Command": "Get-MgWindowsUpdatesDeploymentAudienceMember" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgWindowsUpdatesDeploymentAudienceMember", + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -149292,17 +149362,16 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", - "Command": "Get-MgWindowsUpdatesPolicy" + "Command": "Get-MgWindowsUpdatesPolicy", + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatePolicies", "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -149310,79 +149379,80 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Uri": "/admin/windows/updates/updatePolicies", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", - "Command": "Get-MgWindowsUpdatesPolicy" + "Command": "Get-MgWindowsUpdatesPolicy", + "ApiVersion": "beta" }, { - "Module": "WindowsUpdates", - "Method": "GET", - "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", + "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeploymentAudience", - "Command": "Get-MgWindowsUpdatesPolicyAudience" - }, - { - "Module": "WindowsUpdates", "Method": "GET", "Permissions": [], + "Command": "Get-MgWindowsUpdatesPolicyAudience", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgWindowsUpdatesPolicyAudienceExclusion" - }, - { - "Module": "WindowsUpdates", "Method": "GET", "Permissions": [], + "Command": "Get-MgWindowsUpdatesPolicyAudienceExclusion", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", + "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", - "Command": "Get-MgWindowsUpdatesPolicyAudienceExclusion" - }, - { - "Module": "WindowsUpdates", "Method": "GET", "Permissions": [], + "Command": "Get-MgWindowsUpdatesPolicyAudienceExclusion", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgWindowsUpdatesPolicyAudienceMember" - }, - { - "Module": "WindowsUpdates", "Method": "GET", "Permissions": [], + "Command": "Get-MgWindowsUpdatesPolicyAudienceMember", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", + "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", - "Command": "Get-MgWindowsUpdatesPolicyAudienceMember" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgWindowsUpdatesPolicyAudienceMember", + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Variants": [ + "Get", + "GetViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -149390,17 +149460,16 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "Variants": [ - "Get", - "GetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", - "Command": "Get-MgWindowsUpdatesPolicyComplianceChange" + "Command": "Get-MgWindowsUpdatesPolicyComplianceChange", + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", + "Variants": [ + "List" + ], "Method": "GET", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -149408,47 +149477,30 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", - "Variants": [ - "List" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", - "Command": "Get-MgWindowsUpdatesPolicyComplianceChange" + "Command": "Get-MgWindowsUpdatesPolicyComplianceChange", + "ApiVersion": "beta" }, { - "Module": "WindowsUpdates", - "Method": "GET", - "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}/updatePolicy", + "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", - "Command": "Get-MgWindowsUpdatesPolicyComplianceChangeUpdatePolicy" + "Method": "GET", + "Permissions": [], + "Command": "Get-MgWindowsUpdatesPolicyComplianceChangeUpdatePolicy", + "ApiVersion": "beta" }, { - "Module": "WindowsUpdates", - "Method": "GET", - "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 - }, "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", + "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", - "Command": "Get-MgWindowsUpdatesResourceConnection" - }, - { - "Module": "WindowsUpdates", "Method": "GET", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -149456,16 +149508,16 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, + "Command": "Get-MgWindowsUpdatesResourceConnection", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/resourceConnections", + "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", - "Command": "Get-MgWindowsUpdatesResourceConnection" - }, - { - "Module": "WindowsUpdates", "Method": "GET", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -149473,17 +149525,17 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, + "Command": "Get-MgWindowsUpdatesResourceConnection", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Get", "GetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Get-MgWindowsUpdatesUpdatableAsset" - }, - { - "Module": "WindowsUpdates", "Method": "GET", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -149491,166 +149543,186 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, + "Command": "Get-MgWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatableAssets", + "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", "Variants": [ "List" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatableAsset", - "Command": "Get-MgWindowsUpdatesUpdatableAsset" + "Method": "GET", + "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 + }, + "Command": "Get-MgWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Grant-MgDriveItemPermission" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Grant-MgDriveItemPermission", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Grant-MgDriveItemPermission" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Grant-MgDriveItemPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Grant-MgDriveRootPermission" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Grant-MgDriveRootPermission", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/grant", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Grant-MgDriveRootPermission" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Grant-MgDriveRootPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Grant-MgGroupDriveItemPermission" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Grant-MgGroupDriveItemPermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Grant-MgGroupDriveItemPermission" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Grant-MgGroupDriveItemPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Grant-MgGroupDriveRootPermission" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Grant-MgGroupDriveRootPermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Grant-MgGroupDriveRootPermission" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Grant-MgGroupDriveRootPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Grant-MgGroupSitePermission" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Grant-MgGroupSitePermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/grant", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Grant-MgGroupSitePermission" + "Method": "POST", + "Permissions": [], + "Command": "Grant-MgGroupSitePermission", + "ApiVersion": "v1.0" }, { + "Uri": "/shares/{sharedDriveItem-id}/permission/grant", "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", + "Variants": [ + "Grant1", + "GrantExpanded1", + "GrantViaIdentity1", + "GrantViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -149672,19 +149744,19 @@ "IsAdmin": false } ], - "Uri": "/shares/{sharedDriveItem-id}/permission/grant", - "Variants": [ - "Grant1", - "GrantExpanded1", - "GrantViaIdentity1", - "GrantViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Grant-MgSharePermission" + "Command": "Grant-MgSharePermission", + "ApiVersion": "beta" }, { + "Uri": "/shares/{sharedDriveItem-id}/permission/grant", "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", + "Variants": [ + "Grant", + "GrantExpanded", + "GrantViaIdentity", + "GrantViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -149706,122 +149778,120 @@ "IsAdmin": false } ], - "Uri": "/shares/{sharedDriveItem-id}/permission/grant", - "Variants": [ - "Grant", - "GrantExpanded", - "GrantViaIdentity", - "GrantViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Grant-MgSharePermission" + "Command": "Grant-MgSharePermission", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", + "Module": "Sites", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Grant-MgSitePermission" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Grant-MgSitePermission", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/permissions/{permission-id}/grant", + "Module": "Sites", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Grant-MgSitePermission" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Grant-MgSitePermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Grant-MgUserDriveItemPermission" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Grant-MgUserDriveItemPermission", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/grant", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Grant-MgUserDriveItemPermission" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Grant-MgUserDriveItemPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Grant", "GrantExpanded", "GrantViaIdentity", "GrantViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Grant-MgUserDriveRootPermission" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Grant-MgUserDriveRootPermission", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/grant", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Grant1", "GrantExpanded1", "GrantViaIdentity1", "GrantViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Grant-MgUserDriveRootPermission" + "Method": "POST", + "Permissions": [], + "Command": "Grant-MgUserDriveRootPermission", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgAdministrativeUnitGetMemberAs" + "Method": "GET", + "Permissions": [], + "Command": "Group-MgAdministrativeUnitGetMemberAs", + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup1", + "Variants": [ + "Group", + "GroupViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -149849,251 +149919,251 @@ "IsAdmin": true } ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/group", - "Variants": [ - "Group", - "GroupViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgAdministrativeUnitListMemberAs" + "Command": "Group-MgAdministrativeUnitListMemberAs", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgContactGetMemberOfAs" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Group-MgContactGetMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgContactGetMemberOfAs" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Group-MgContactGetMemberOfAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgContactGetTransitiveMemberOfAs" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Group-MgContactGetTransitiveMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgContactGetTransitiveMemberOfAs" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Group-MgContactGetTransitiveMemberOfAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/contacts/{orgContact-id}/memberOf/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgContactListMemberOfAs" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Group-MgContactListMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/contacts/{orgContact-id}/memberOf/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgContactListMemberOfAs" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Group-MgContactListMemberOfAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgContactListTransitiveMemberOfAs" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Group-MgContactListTransitiveMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgContactListTransitiveMemberOfAs" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Group-MgContactListTransitiveMemberOfAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgDeviceGetMemberOfAs" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Group-MgDeviceGetMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgDeviceGetMemberOfAs" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Group-MgDeviceGetMemberOfAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgDeviceGetTransitiveMemberOfAs" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Group-MgDeviceGetTransitiveMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgDeviceGetTransitiveMemberOfAs" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Group-MgDeviceGetTransitiveMemberOfAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/memberOf/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgDeviceListMemberOfAs" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Group-MgDeviceListMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/memberOf/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgDeviceListMemberOfAs" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Group-MgDeviceListMemberOfAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/transitiveMemberOf/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgDeviceListTransitiveMemberOfAs" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Group-MgDeviceListTransitiveMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/transitiveMemberOf/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgDeviceListTransitiveMemberOfAs" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Group-MgDeviceListTransitiveMemberOfAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgDirectoryAdministrativeUnitGetMemberAs" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Group-MgDirectoryAdministrativeUnitGetMemberAs", + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgDirectoryAdministrativeUnitGetMemberAs" + "Method": "GET", + "Permissions": [], + "Command": "Group-MgDirectoryAdministrativeUnitGetMemberAs", + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup1", + "Variants": [ + "Group", + "GroupViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -150121,17 +150191,17 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", - "Variants": [ - "Group", - "GroupViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgDirectoryAdministrativeUnitListMemberAs" + "Command": "Group-MgDirectoryAdministrativeUnitListMemberAs", + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "Group1", + "GroupViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -150159,43 +150229,42 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/group", - "Variants": [ - "Group1", - "GroupViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgDirectoryAdministrativeUnitListMemberAs" + "Command": "Group-MgDirectoryAdministrativeUnitListMemberAs", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/directory/deletedItems/{directoryObject-id}/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgDirectoryGetDeletedItemAs" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Group-MgDirectoryGetDeletedItemAs", + "ApiVersion": "beta" + }, + { "Uri": "/directory/deletedItems/{directoryObject-id}/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgDirectoryGetDeletedItemAs" + "Method": "GET", + "Permissions": [], + "Command": "Group-MgDirectoryGetDeletedItemAs", + "ApiVersion": "v1.0" }, { + "Uri": "/directory/deletedItems/group", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup1", + "Variants": [ + "Group" + ], "Method": "GET", "Permissions": [ { @@ -150259,16 +150328,16 @@ "IsAdmin": true } ], - "Uri": "/directory/deletedItems/group", - "Variants": [ - "Group" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgDirectoryListDeletedItemAs" + "Command": "Group-MgDirectoryListDeletedItemAs", + "ApiVersion": "beta" }, { + "Uri": "/directory/deletedItems/group", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "Group1" + ], "Method": "GET", "Permissions": [ { @@ -150332,666 +150401,667 @@ "IsAdmin": true } ], - "Uri": "/directory/deletedItems/group", - "Variants": [ - "Group1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgDirectoryListDeletedItemAs" + "Command": "Group-MgDirectoryListDeletedItemAs", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgDirectoryRoleGetMemberAs" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Group-MgDirectoryRoleGetMemberAs", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgDirectoryRoleGetMemberAs" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Group-MgDirectoryRoleGetMemberAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgDirectoryRoleListMemberAs" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Group-MgDirectoryRoleListMemberAs", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/group", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgDirectoryRoleListMemberAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgDirectoryRoleListMemberAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgGroupGetMemberAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupGetMemberAs", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/members/{directoryObject-id}/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgGroupGetMemberAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupGetMemberAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgGroupGetMemberOfAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupGetMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgGroupGetMemberOfAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupGetMemberOfAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgGroupGetMemberWithLicenseErrorAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupGetMemberWithLicenseErrorAs", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgGroupGetMemberWithLicenseErrorAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupGetMemberWithLicenseErrorAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgGroupGetOwnerAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupGetOwnerAs", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/owners/{directoryObject-id}/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgGroupGetOwnerAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupGetOwnerAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgGroupGetTransitiveMemberAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupGetTransitiveMemberAs", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgGroupGetTransitiveMemberAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupGetTransitiveMemberAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgGroupGetTransitiveMemberOfAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupGetTransitiveMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgGroupGetTransitiveMemberOfAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupGetTransitiveMemberOfAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/members/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgGroupListMemberAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupListMemberAs", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/members/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgGroupListMemberAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupListMemberAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/memberOf/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgGroupListMemberOfAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupListMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/memberOf/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgGroupListMemberOfAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupListMemberOfAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgGroupListMemberWithLicenseErrorAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupListMemberWithLicenseErrorAs", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgGroupListMemberWithLicenseErrorAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupListMemberWithLicenseErrorAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/owners/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgGroupListOwnerAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupListOwnerAs", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/owners/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgGroupListOwnerAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupListOwnerAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgGroupListTransitiveMemberAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupListTransitiveMemberAs", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgGroupListTransitiveMemberAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupListTransitiveMemberAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMemberOf/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgGroupListTransitiveMemberOfAs" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupListTransitiveMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMemberOf/group", + "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgGroupListTransitiveMemberOfAs" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Group-MgGroupListTransitiveMemberOfAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", + "Module": "Applications", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgServicePrincipalGetMemberOfAs" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Group-MgServicePrincipalGetMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/group", + "Module": "Applications", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgServicePrincipalGetMemberOfAs" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Group-MgServicePrincipalGetMemberOfAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", + "Module": "Applications", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgServicePrincipalGetOwnedObjectAs" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Group-MgServicePrincipalGetOwnedObjectAs", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/group", + "Module": "Applications", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgServicePrincipalGetOwnedObjectAs" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Group-MgServicePrincipalGetOwnedObjectAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", + "Module": "Applications", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgServicePrincipalGetTransitiveMemberOfAs" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Group-MgServicePrincipalGetTransitiveMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/group", + "Module": "Applications", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgServicePrincipalGetTransitiveMemberOfAs" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Group-MgServicePrincipalGetTransitiveMemberOfAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", + "Module": "Applications", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgServicePrincipalListMemberOfAs" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Group-MgServicePrincipalListMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/group", + "Module": "Applications", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgServicePrincipalListMemberOfAs" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Group-MgServicePrincipalListMemberOfAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", + "Module": "Applications", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgServicePrincipalListOwnedObjectAs" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Group-MgServicePrincipalListOwnedObjectAs", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/group", + "Module": "Applications", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgServicePrincipalListOwnedObjectAs" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Group-MgServicePrincipalListOwnedObjectAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", + "Module": "Applications", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgServicePrincipalListTransitiveMemberOfAs" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Group-MgServicePrincipalListTransitiveMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/group", + "Module": "Applications", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgServicePrincipalListTransitiveMemberOfAs" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Group-MgServicePrincipalListTransitiveMemberOfAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/group", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgUserDeviceGetMemberOfAs" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Group-MgUserDeviceGetMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/group", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgUserDeviceGetTransitiveMemberOfAs" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Group-MgUserDeviceGetTransitiveMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/memberOf/group", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgUserDeviceListMemberOfAs" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Group-MgUserDeviceListMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/group", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgUserDeviceListTransitiveMemberOfAs" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Group-MgUserDeviceListTransitiveMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", + "Module": "Users", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgUserGetMemberOfAs" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Group-MgUserGetMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/group", + "Module": "Users", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgUserGetMemberOfAs" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Group-MgUserGetMemberOfAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", + "Module": "Users", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgUserGetOwnedObjectAs" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Group-MgUserGetOwnedObjectAs", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/group", + "Module": "Users", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgUserGetOwnedObjectAs" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Group-MgUserGetOwnedObjectAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", + "Module": "Users", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgUserGetTransitiveMemberOfAs" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Group-MgUserGetTransitiveMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/group", + "Module": "Users", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgUserGetTransitiveMemberOfAs" + "Method": "GET", + "Permissions": [], + "Command": "Group-MgUserGetTransitiveMemberOfAs", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/memberOf/group", "Module": "Users", + "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "Group1", + "GroupViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "User.Read", @@ -150999,17 +151069,17 @@ "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 }, - "Uri": "/users/{user-id}/memberOf/group", - "Variants": [ - "Group1", - "GroupViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgUserListMemberOfAs" + "Command": "Group-MgUserListMemberOfAs", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/memberOf/group", "Module": "Users", + "OutputType": "IMicrosoftGraphGroup1", + "Variants": [ + "Group", + "GroupViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "User.Read", @@ -151017,89 +151087,71 @@ "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 }, - "Uri": "/users/{user-id}/memberOf/group", - "Variants": [ - "Group", - "GroupViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgUserListMemberOfAs" + "Command": "Group-MgUserListMemberOfAs", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/ownedObjects/group", + "Module": "Users", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgUserListOwnedObjectAs" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Group-MgUserListOwnedObjectAs", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/ownedObjects/group", + "Module": "Users", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgUserListOwnedObjectAs" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Group-MgUserListOwnedObjectAs", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/transitiveMemberOf/group", + "Module": "Users", + "OutputType": "IMicrosoftGraphGroup", "Variants": [ "Group", "GroupViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Group-MgUserListTransitiveMemberOfAs" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Group-MgUserListTransitiveMemberOfAs", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/transitiveMemberOf/group", + "Module": "Users", + "OutputType": "IMicrosoftGraphGroup1", "Variants": [ "Group1", "GroupViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Group-MgUserListTransitiveMemberOfAs" + "Method": "GET", + "Permissions": [], + "Command": "Group-MgUserListTransitiveMemberOfAs", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "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 - }, "Uri": "/chats/{chat-id}/hideForUser", + "Module": "Teams", + "OutputType": null, "Variants": [ "Hide1", "HideExpanded1", "HideViaIdentity1", "HideViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Hide-MgChatForUser" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": { "Name": "Chat.ReadWrite", @@ -151107,203 +151159,221 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false }, + "Command": "Hide-MgChatForUser", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/hideForUser", + "Module": "Teams", + "OutputType": null, "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Hide-MgChatForUser" + "Method": "POST", + "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 + }, + "Command": "Hide-MgChatForUser", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Hide", "HideExpanded", "HideViaIdentity", "HideViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Hide-MgUserChatForUser" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Hide-MgUserChatForUser", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/hideForUser", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Hide1", "HideExpanded1", "HideViaIdentity1", "HideViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Hide-MgUserChatForUser" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Hide-MgUserChatForUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/importAppleDeviceIdentityList", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentityResult", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentityResult", - "Command": "Import-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Import-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentityAppleDeviceIdentityList", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/importedDeviceIdentities/importDeviceIdentityList", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphImportedDeviceIdentityResult", "Variants": [ "Import", "ImportExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedDeviceIdentityResult", - "Command": "Import-MgDeviceManagementImportedDeviceIdentityList" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Import-MgDeviceManagementImportedDeviceIdentityList", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Import", "ImportExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "Command": "Import-MgDeviceManagementImportedWindowAutopilotDeviceIdentity" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Import-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/import", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Import1", "ImportExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "Command": "Import-MgDeviceManagementImportedWindowAutopilotDeviceIdentity" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Import-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/importOffice365DeviceConfigurationPolicies", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Variants": [ "Import", "ImportViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "Command": "Import-MgDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Import-MgDeviceManagementTemplateMigratableToOffice365DeviceConfigurationPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/importOffice365DeviceConfigurationPolicies", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Variants": [ "Import" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "Command": "Import-MgDeviceManagementTemplateOffice365DeviceConfigurationPolicy" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "Import-MgDeviceManagementTemplateOffice365DeviceConfigurationPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", - "Command": "Import-MgRoleManagementCloudPcResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "Import-MgRoleManagementCloudPcResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", - "Command": "Import-MgRoleManagementDeviceManagementResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "Import-MgRoleManagementDeviceManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", - "Command": "Import-MgRoleManagementDirectoryResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "Import-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", - "Command": "Import-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "Import-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/importResourceActions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Variants": [ "Import", "ImportExpanded", "ImportViaIdentity", "ImportViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", - "Command": "Import-MgRoleManagementExchangeResourceNamespaceResourceAction" + "Method": "POST", + "Permissions": [], + "Command": "Import-MgRoleManagementExchangeResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/activate", "Module": "Compliance", + "OutputType": null, + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -151319,17 +151389,19 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/activate", - "Variants": [ - "Activate", - "ActivateViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Initialize-MgComplianceEdiscoveryCaseCustodian" + "Command": "Initialize-MgComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/activateDeviceEsim", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Activate", + "ActivateExpanded", + "ActivateViaIdentity", + "ActivateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -151345,19 +151417,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/activateDeviceEsim", + "Command": "Initialize-MgDeviceManagementComanagedDeviceEsim", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/activateDeviceEsim", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Initialize-MgDeviceManagementComanagedDeviceEsim" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -151373,19 +151445,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/activateDeviceEsim", + "Command": "Initialize-MgDeviceManagementManagedDeviceEsim", + "ApiVersion": "beta" + }, + { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Initialize-MgDeviceManagementManagedDeviceEsim" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", @@ -151393,34 +151465,32 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/activate", - "Variants": [ - "Activate", - "ActivateExpanded", - "ActivateViaIdentity", - "ActivateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflow" + "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/activate", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow" + "Method": "POST", + "Permissions": [], + "Command": "Initialize-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", "Module": "Security", + "OutputType": null, + "Variants": [ + "Activate1", + "ActivateViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -151436,17 +151506,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", - "Variants": [ - "Activate1", - "ActivateViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian" + "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", "Module": "Security", + "OutputType": null, + "Variants": [ + "Activate", + "ActivateViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -151462,183 +151532,165 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/activate", - "Variants": [ - "Activate", - "ActivateViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian" + "Command": "Initialize-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/activateDeviceEsim", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Activate", "ActivateExpanded", "ActivateViaIdentity", "ActivateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Initialize-MgUserManagedDeviceEsim" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Initialize-MgUserManagedDeviceEsim", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", + "Module": "Groups", + "OutputType": null, "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgAcceptGroupCalendarEvent" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgAcceptGroupCalendarEvent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/events/{event-id}/accept", + "Module": "Groups", + "OutputType": null, "Variants": [ "Accept1", "AcceptExpanded1", "AcceptViaIdentity1", "AcceptViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgAcceptGroupCalendarEvent" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgAcceptGroupCalendarEvent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "Module": "Groups", + "OutputType": null, "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgAcceptGroupCalendarEventTentatively" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgAcceptGroupCalendarEventTentatively", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/events/{event-id}/tentativelyAccept", + "Module": "Groups", + "OutputType": null, "Variants": [ "Accept1", "AcceptExpanded1", "AcceptViaIdentity1", "AcceptViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgAcceptGroupCalendarEventTentatively" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgAcceptGroupCalendarEventTentatively", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/accept", + "Module": "Groups", + "OutputType": null, "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgAcceptGroupEvent" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgAcceptGroupEvent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/accept", + "Module": "Groups", + "OutputType": null, "Variants": [ "Accept1", "AcceptExpanded1", "AcceptViaIdentity1", "AcceptViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgAcceptGroupEvent" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgAcceptGroupEvent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", + "Module": "Groups", + "OutputType": null, "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgAcceptGroupEventTentatively" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgAcceptGroupEventTentatively", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/tentativelyAccept", + "Module": "Groups", + "OutputType": null, "Variants": [ "Accept1", "AcceptExpanded1", "AcceptViaIdentity1", "AcceptViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgAcceptGroupEventTentatively" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgAcceptGroupEventTentatively", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/acceptRecommendations", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Accept", "AcceptViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDecisionInstanceRecommendation", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "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 - }, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Accept", "AcceptViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -151646,37 +151698,37 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, + "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/acceptRecommendations", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Accept1", "AcceptViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation" - }, - { - "Module": "Users.Actions", "Method": "POST", "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 + "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 }, + "Command": "Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/accept", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgAcceptUserEvent" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Calendars.ReadWrite", @@ -151684,99 +151736,99 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "Invoke-MgAcceptUserEvent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/accept", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Accept1", "AcceptExpanded1", "AcceptViaIdentity1", "AcceptViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgAcceptUserEvent" + "Method": "POST", + "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 + }, + "Command": "Invoke-MgAcceptUserEvent", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgAcceptUserEventInstance" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgAcceptUserEventInstance", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/accept", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Accept1", "AcceptExpanded1", "AcceptViaIdentity1", "AcceptViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgAcceptUserEventInstance" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgAcceptUserEventInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgAcceptUserEventInstanceTentatively" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgAcceptUserEventInstanceTentatively", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/tentativelyAccept", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Accept1", "AcceptExpanded1", "AcceptViaIdentity1", "AcceptViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgAcceptUserEventInstanceTentatively" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgAcceptUserEventInstanceTentatively", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Accept", "AcceptExpanded", "AcceptViaIdentity", "AcceptViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgAcceptUserEventTentatively" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Calendars.ReadWrite", @@ -151784,19 +151836,37 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "Invoke-MgAcceptUserEventTentatively", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/tentativelyAccept", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Accept1", "AcceptExpanded1", "AcceptViaIdentity1", "AcceptViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgAcceptUserEventTentatively" + "Method": "POST", + "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 + }, + "Command": "Invoke-MgAcceptUserEventTentatively", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/acceptRecommendations", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Accept", + "AcceptViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -151804,17 +151874,17 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/acceptRecommendations", - "Variants": [ - "Accept", - "AcceptViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgAcceptUserPendingAccessReviewInstanceRecommendation" + "Command": "Invoke-MgAcceptUserPendingAccessReviewInstanceRecommendation", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Account", + "AccountViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -151822,37 +151892,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignResourceAccountFromDevice", - "Variants": [ - "Account", - "AccountViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgAccountDeviceManagementWindowAutopilotDeviceIdentity" + "Command": "Invoke-MgAccountDeviceManagementWindowAutopilotDeviceIdentity", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "Method": "POST", - "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, "Uri": "/communications/calls/{call-id}/answer", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Answer1", "AnswerExpanded1", "AnswerViaIdentity1", "AnswerViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgAnswerCommunicationCall" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": { "Name": "N/A", @@ -151860,19 +151912,37 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Invoke-MgAnswerCommunicationCall", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/answer", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Answer", "AnswerExpanded", "AnswerViaIdentity", "AnswerViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgAnswerCommunicationCall" + "Method": "POST", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "Invoke-MgAnswerCommunicationCall", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/comanagedDevices/appDiagnostics(upn='{upn}')", "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", + "Variants": [ + "App", + "AppViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -151888,17 +151958,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagedDevices/appDiagnostics(upn='{upn}')", + "Command": "Invoke-MgAppDeviceManagementComanagedDeviceDiagnostic", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/managedDevices/appDiagnostics(upn='{upn}')", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", "Variants": [ "App", "AppViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", - "Command": "Invoke-MgAppDeviceManagementComanagedDeviceDiagnostic" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -151914,30 +151984,30 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/managedDevices/appDiagnostics(upn='{upn}')", - "Variants": [ - "App", - "AppViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", - "Command": "Invoke-MgAppDeviceManagementManagedDeviceDiagnostic" + "Command": "Invoke-MgAppDeviceManagementManagedDeviceDiagnostic", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/appDiagnostics(upn='{upn}')", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", "Variants": [ "App", "AppViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPowerliftIncidentMetadata", - "Command": "Invoke-MgAppUserManagedDeviceDiagnostic" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgAppUserManagedDeviceDiagnostic", + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/messages/archive", "Module": "Devices.ServiceAnnouncement", + "OutputType": null, + "Variants": [ + "Archive", + "ArchiveExpanded" + ], "Method": "POST", "Permissions": { "Name": "ServiceMessageViewpoint.Write", @@ -151945,17 +152015,17 @@ "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 }, - "Uri": "/admin/serviceAnnouncement/messages/archive", - "Variants": [ - "Archive", - "ArchiveExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgArchiveServiceAnnouncementMessage" + "Command": "Invoke-MgArchiveServiceAnnouncementMessage", + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/messages/archive", "Module": "Devices.ServiceAnnouncement", + "OutputType": null, + "Variants": [ + "Archive1", + "ArchiveExpanded1" + ], "Method": "POST", "Permissions": { "Name": "ServiceMessageViewpoint.Write", @@ -151963,17 +152033,19 @@ "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 }, - "Uri": "/admin/serviceAnnouncement/messages/archive", - "Variants": [ - "Archive1", - "ArchiveExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgArchiveServiceAnnouncementMessage" + "Command": "Invoke-MgArchiveServiceAnnouncementMessage", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/archive", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Archive1", + "ArchiveExpanded1", + "ArchiveViaIdentity1", + "ArchiveViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -151995,19 +152067,19 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/archive", - "Variants": [ - "Archive1", - "ArchiveExpanded1", - "ArchiveViaIdentity1", - "ArchiveViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgArchiveTeam" + "Command": "Invoke-MgArchiveTeam", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/archive", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Archive", + "ArchiveExpanded", + "ArchiveViaIdentity", + "ArchiveViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -152029,58 +152101,56 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/archive", - "Variants": [ - "Archive", - "ArchiveExpanded", - "ArchiveViaIdentity", - "ArchiveViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgArchiveTeam" + "Command": "Invoke-MgArchiveTeam", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphApplication", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Invoke-MgAsAdministrativeUnitGetMemberApplication" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsAdministrativeUnitGetMemberApplication", + "ApiVersion": "beta" + }, + { "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Invoke-MgAsAdministrativeUnitGetMemberDevice" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsAdministrativeUnitGetMemberDevice", + "ApiVersion": "beta" + }, + { "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsAdministrativeUnitGetMemberUser" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgAsAdministrativeUnitGetMemberUser", + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "As", + "AsViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -152108,17 +152178,17 @@ "IsAdmin": true } ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/application", + "Command": "Invoke-MgAsAdministrativeUnitListMemberApplication", + "ApiVersion": "beta" + }, + { + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Invoke-MgAsAdministrativeUnitListMemberApplication" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [ { @@ -152146,17 +152216,17 @@ "IsAdmin": true } ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/device", + "Command": "Invoke-MgAsAdministrativeUnitListMemberDevice", + "ApiVersion": "beta" + }, + { + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Invoke-MgAsAdministrativeUnitListMemberDevice" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [ { @@ -152184,147 +152254,147 @@ "IsAdmin": true } ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/user", - "Variants": [ - "As", - "AsViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsAdministrativeUnitListMemberUser" + "Command": "Invoke-MgAsAdministrativeUnitListMemberUser", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/applications/{application-id}/owners/{directoryObject-id}/appRoleAssignment", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "Invoke-MgAsApplicationGetOwnerAppRoleAssignment" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsApplicationGetOwnerAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", + "Module": "Applications", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsApplicationGetOwnerEndpoint" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsApplicationGetOwnerEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/owners/{directoryObject-id}/endpoint", + "Module": "Applications", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsApplicationGetOwnerEndpoint" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsApplicationGetOwnerEndpoint", + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", + "Module": "Applications", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsApplicationGetOwnerUser" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsApplicationGetOwnerUser", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/owners/{directoryObject-id}/user", + "Module": "Applications", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsApplicationGetOwnerUser" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsApplicationGetOwnerUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/owners/appRoleAssignment", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "Invoke-MgAsApplicationListOwnerAppRoleAssignment" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsApplicationListOwnerAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/owners/endpoint", + "Module": "Applications", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsApplicationListOwnerEndpoint" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsApplicationListOwnerEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/owners/endpoint", + "Module": "Applications", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsApplicationListOwnerEndpoint" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsApplicationListOwnerEndpoint", + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/owners/user", + "Module": "Applications", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsApplicationListOwnerUser" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsApplicationListOwnerUser", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/owners/user", + "Module": "Applications", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsApplicationListOwnerUser" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgAsApplicationListOwnerUser", + "ApiVersion": "v1.0" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/asHierarchy", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryTag", + "Variants": [ + "As", + "AsViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -152340,615 +152410,615 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/asHierarchy", - "Variants": [ - "As", - "AsViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "Command": "Invoke-MgAsComplianceEdiscoveryCaseTagHierarchy" + "Command": "Invoke-MgAsComplianceEdiscoveryCaseTagHierarchy", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsContactGetDirectReportUser" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsContactGetDirectReportUser", + "ApiVersion": "beta" + }, + { "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsContactGetDirectReportUser" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsContactGetDirectReportUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Invoke-MgAsContactGetMemberOfAdministrativeUnit" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsContactGetMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/contacts/{orgContact-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsContactGetMemberOfAdministrativeUnit" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsContactGetMemberOfAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Invoke-MgAsContactGetTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsContactGetTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsContactGetTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsContactGetTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { "Uri": "/contacts/{orgContact-id}/directReports/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsContactListDirectReportUser" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsContactListDirectReportUser", + "ApiVersion": "beta" + }, + { "Uri": "/contacts/{orgContact-id}/directReports/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsContactListDirectReportUser" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsContactListDirectReportUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Invoke-MgAsContactListMemberOfAdministrativeUnit" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsContactListMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/contacts/{orgContact-id}/memberOf/administrativeUnit", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsContactListMemberOfAdministrativeUnit" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsContactListMemberOfAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Invoke-MgAsContactListTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsContactListTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/contacts/{orgContact-id}/transitiveMemberOf/administrativeUnit", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsContactListTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsContactListTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Invoke-MgAsDeviceGetMemberOfAdministrativeUnit" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceGetMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsDeviceGetMemberOfAdministrativeUnit" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceGetMemberOfAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/appRoleAssignment", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "Invoke-MgAsDeviceGetRegisteredOwnerAppRoleAssignment" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceGetRegisteredOwnerAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsDeviceGetRegisteredOwnerEndpoint" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceGetRegisteredOwnerEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsDeviceGetRegisteredOwnerEndpoint" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceGetRegisteredOwnerEndpoint", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsDeviceGetRegisteredOwnerUser" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceGetRegisteredOwnerUser", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsDeviceGetRegisteredOwnerUser" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceGetRegisteredOwnerUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsDeviceGetRegisteredUser" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceGetRegisteredUser", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsDeviceGetRegisteredUser" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceGetRegisteredUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/appRoleAssignment", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "Invoke-MgAsDeviceGetRegisteredUserAppRoleAssignment" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceGetRegisteredUserAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsDeviceGetRegisteredUserEndpoint" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceGetRegisteredUserEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsDeviceGetRegisteredUserEndpoint" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceGetRegisteredUserEndpoint", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Invoke-MgAsDeviceGetTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceGetTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsDeviceGetTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceGetTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/memberOf/administrativeUnit", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Invoke-MgAsDeviceListMemberOfAdministrativeUnit" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceListMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/memberOf/administrativeUnit", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsDeviceListMemberOfAdministrativeUnit" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceListMemberOfAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredOwners/appRoleAssignment", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "Invoke-MgAsDeviceListRegisteredOwnerAppRoleAssignment" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceListRegisteredOwnerAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredOwners/endpoint", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsDeviceListRegisteredOwnerEndpoint" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceListRegisteredOwnerEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredOwners/endpoint", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsDeviceListRegisteredOwnerEndpoint" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceListRegisteredOwnerEndpoint", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredOwners/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsDeviceListRegisteredOwnerUser" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceListRegisteredOwnerUser", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredOwners/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsDeviceListRegisteredOwnerUser" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceListRegisteredOwnerUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredUsers/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsDeviceListRegisteredUser" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceListRegisteredUser", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredUsers/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsDeviceListRegisteredUser" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceListRegisteredUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredUsers/appRoleAssignment", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "Invoke-MgAsDeviceListRegisteredUserAppRoleAssignment" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceListRegisteredUserAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredUsers/endpoint", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsDeviceListRegisteredUserEndpoint" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceListRegisteredUserEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredUsers/endpoint", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsDeviceListRegisteredUserEndpoint" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceListRegisteredUserEndpoint", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Invoke-MgAsDeviceListTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceListTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/transitiveMemberOf/administrativeUnit", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsDeviceListTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDeviceListTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphApplication", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Invoke-MgAsDirectoryAdministrativeUnitGetMemberApplication" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDirectoryAdministrativeUnitGetMemberApplication", + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/application", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphApplication1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Invoke-MgAsDirectoryAdministrativeUnitGetMemberApplication" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDirectoryAdministrativeUnitGetMemberApplication", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Invoke-MgAsDirectoryAdministrativeUnitGetMemberDevice" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDirectoryAdministrativeUnitGetMemberDevice", + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/device", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Invoke-MgAsDirectoryAdministrativeUnitGetMemberDevice" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDirectoryAdministrativeUnitGetMemberDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsDirectoryAdministrativeUnitGetMemberUser" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDirectoryAdministrativeUnitGetMemberUser", + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsDirectoryAdministrativeUnitGetMemberUser" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgAsDirectoryAdministrativeUnitGetMemberUser", + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "As", + "AsViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -152976,17 +153046,17 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", - "Variants": [ - "As", - "AsViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Invoke-MgAsDirectoryAdministrativeUnitListMemberApplication" + "Command": "Invoke-MgAsDirectoryAdministrativeUnitListMemberApplication", + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphApplication1", + "Variants": [ + "As1", + "AsViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -153014,17 +153084,17 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/application", - "Variants": [ - "As1", - "AsViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Invoke-MgAsDirectoryAdministrativeUnitListMemberApplication" + "Command": "Invoke-MgAsDirectoryAdministrativeUnitListMemberApplication", + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice1", + "Variants": [ + "As", + "AsViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -153052,17 +153122,17 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", - "Variants": [ - "As", - "AsViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Invoke-MgAsDirectoryAdministrativeUnitListMemberDevice" + "Command": "Invoke-MgAsDirectoryAdministrativeUnitListMemberDevice", + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice", + "Variants": [ + "As1", + "AsViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -153090,17 +153160,17 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/device", - "Variants": [ - "As1", - "AsViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Invoke-MgAsDirectoryAdministrativeUnitListMemberDevice" + "Command": "Invoke-MgAsDirectoryAdministrativeUnitListMemberDevice", + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "As", + "AsViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -153128,17 +153198,17 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", - "Variants": [ - "As", - "AsViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsDirectoryAdministrativeUnitListMemberUser" + "Command": "Invoke-MgAsDirectoryAdministrativeUnitListMemberUser", + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser1", + "Variants": [ + "As1", + "AsViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -153166,69 +153236,68 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/user", - "Variants": [ - "As1", - "AsViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsDirectoryAdministrativeUnitListMemberUser" + "Command": "Invoke-MgAsDirectoryAdministrativeUnitListMemberUser", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/directory/deletedItems/{directoryObject-id}/application", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphApplication", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Invoke-MgAsDirectoryGetDeletedItemApplication" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDirectoryGetDeletedItemApplication", + "ApiVersion": "beta" + }, + { "Uri": "/directory/deletedItems/{directoryObject-id}/application", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphApplication1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Invoke-MgAsDirectoryGetDeletedItemApplication" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDirectoryGetDeletedItemApplication", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/deletedItems/{directoryObject-id}/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsDirectoryGetDeletedItemUser" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDirectoryGetDeletedItemUser", + "ApiVersion": "beta" + }, + { "Uri": "/directory/deletedItems/{directoryObject-id}/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsDirectoryGetDeletedItemUser" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgAsDirectoryGetDeletedItemUser", + "ApiVersion": "v1.0" }, { + "Uri": "/directory/deletedItems/application", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "As" + ], "Method": "GET", "Permissions": [ { @@ -153292,16 +153361,16 @@ "IsAdmin": true } ], - "Uri": "/directory/deletedItems/application", - "Variants": [ - "As" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Invoke-MgAsDirectoryListDeletedItemApplication" + "Command": "Invoke-MgAsDirectoryListDeletedItemApplication", + "ApiVersion": "beta" }, { + "Uri": "/directory/deletedItems/application", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphApplication1", + "Variants": [ + "As1" + ], "Method": "GET", "Permissions": [ { @@ -153365,16 +153434,16 @@ "IsAdmin": true } ], - "Uri": "/directory/deletedItems/application", - "Variants": [ - "As1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Invoke-MgAsDirectoryListDeletedItemApplication" + "Command": "Invoke-MgAsDirectoryListDeletedItemApplication", + "ApiVersion": "v1.0" }, { + "Uri": "/directory/deletedItems/user", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "As" + ], "Method": "GET", "Permissions": [ { @@ -153438,16 +153507,16 @@ "IsAdmin": true } ], - "Uri": "/directory/deletedItems/user", - "Variants": [ - "As" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsDirectoryListDeletedItemUser" + "Command": "Invoke-MgAsDirectoryListDeletedItemUser", + "ApiVersion": "beta" }, { + "Uri": "/directory/deletedItems/user", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser1", + "Variants": [ + "As1" + ], "Method": "GET", "Permissions": [ { @@ -153511,926 +153580,926 @@ "IsAdmin": true } ], - "Uri": "/directory/deletedItems/user", - "Variants": [ - "As1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsDirectoryListDeletedItemUser" + "Command": "Invoke-MgAsDirectoryListDeletedItemUser", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphApplication", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Invoke-MgAsDirectoryRoleGetMemberApplication" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDirectoryRoleGetMemberApplication", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/application", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphApplication1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Invoke-MgAsDirectoryRoleGetMemberApplication" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDirectoryRoleGetMemberApplication", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Invoke-MgAsDirectoryRoleGetMemberDevice" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDirectoryRoleGetMemberDevice", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/device", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Invoke-MgAsDirectoryRoleGetMemberDevice" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDirectoryRoleGetMemberDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsDirectoryRoleGetMemberUser" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDirectoryRoleGetMemberUser", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsDirectoryRoleGetMemberUser" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDirectoryRoleGetMemberUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/application", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphApplication", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Invoke-MgAsDirectoryRoleListMemberApplication" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDirectoryRoleListMemberApplication", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/application", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphApplication1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Invoke-MgAsDirectoryRoleListMemberApplication" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDirectoryRoleListMemberApplication", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/device", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Invoke-MgAsDirectoryRoleListMemberDevice" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDirectoryRoleListMemberDevice", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/device", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Invoke-MgAsDirectoryRoleListMemberDevice" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDirectoryRoleListMemberDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsDirectoryRoleListMemberUser" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDirectoryRoleListMemberUser", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/user", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsDirectoryRoleListMemberUser" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsDirectoryRoleListMemberUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", + "Module": "Groups", + "OutputType": "IMicrosoftGraphApplication", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Invoke-MgAsGroupGetMemberApplication" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetMemberApplication", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/members/{directoryObject-id}/application", + "Module": "Groups", + "OutputType": "IMicrosoftGraphApplication1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Invoke-MgAsGroupGetMemberApplication" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetMemberApplication", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Invoke-MgAsGroupGetMemberDevice" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetMemberDevice", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/members/{directoryObject-id}/device", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Invoke-MgAsGroupGetMemberDevice" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetMemberDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsGroupGetMemberOfAdministrativeUnit" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Invoke-MgAsGroupGetMemberOfAdministrativeUnit" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetMemberOfAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsGroupGetMemberUser" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetMemberUser", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/members/{directoryObject-id}/user", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsGroupGetMemberUser" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetMemberUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", + "Module": "Groups", + "OutputType": "IMicrosoftGraphApplication", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Invoke-MgAsGroupGetMemberWithLicenseErrorApplication" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetMemberWithLicenseErrorApplication", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/application", + "Module": "Groups", + "OutputType": "IMicrosoftGraphApplication1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Invoke-MgAsGroupGetMemberWithLicenseErrorApplication" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetMemberWithLicenseErrorApplication", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Invoke-MgAsGroupGetMemberWithLicenseErrorDevice" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetMemberWithLicenseErrorDevice", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/device", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Invoke-MgAsGroupGetMemberWithLicenseErrorDevice" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetMemberWithLicenseErrorDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsGroupGetMemberWithLicenseErrorUser" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetMemberWithLicenseErrorUser", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/user", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsGroupGetMemberWithLicenseErrorUser" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetMemberWithLicenseErrorUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", + "Module": "Groups", + "OutputType": "IMicrosoftGraphApplication", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Invoke-MgAsGroupGetOwnerApplication" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetOwnerApplication", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/owners/{directoryObject-id}/application", + "Module": "Groups", + "OutputType": "IMicrosoftGraphApplication1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Invoke-MgAsGroupGetOwnerApplication" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetOwnerApplication", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Invoke-MgAsGroupGetOwnerDevice" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetOwnerDevice", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/owners/{directoryObject-id}/device", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Invoke-MgAsGroupGetOwnerDevice" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetOwnerDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsGroupGetOwnerUser" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetOwnerUser", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/owners/{directoryObject-id}/user", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsGroupGetOwnerUser" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetOwnerUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", + "Module": "Groups", + "OutputType": "IMicrosoftGraphApplication", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Invoke-MgAsGroupGetTransitiveMemberApplication" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetTransitiveMemberApplication", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/application", + "Module": "Groups", + "OutputType": "IMicrosoftGraphApplication1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Invoke-MgAsGroupGetTransitiveMemberApplication" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetTransitiveMemberApplication", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Invoke-MgAsGroupGetTransitiveMemberDevice" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetTransitiveMemberDevice", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/device", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Invoke-MgAsGroupGetTransitiveMemberDevice" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetTransitiveMemberDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsGroupGetTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Invoke-MgAsGroupGetTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsGroupGetTransitiveMemberUser" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetTransitiveMemberUser", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/user", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsGroupGetTransitiveMemberUser" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupGetTransitiveMemberUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/members/application", + "Module": "Groups", + "OutputType": "IMicrosoftGraphApplication", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Invoke-MgAsGroupListMemberApplication" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListMemberApplication", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/members/application", + "Module": "Groups", + "OutputType": "IMicrosoftGraphApplication1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Invoke-MgAsGroupListMemberApplication" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListMemberApplication", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/members/device", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Invoke-MgAsGroupListMemberDevice" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListMemberDevice", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/members/device", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Invoke-MgAsGroupListMemberDevice" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListMemberDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/memberOf/administrativeUnit", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsGroupListMemberOfAdministrativeUnit" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/memberOf/administrativeUnit", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Invoke-MgAsGroupListMemberOfAdministrativeUnit" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListMemberOfAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/members/user", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsGroupListMemberUser" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListMemberUser", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/members/user", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsGroupListMemberUser" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListMemberUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", + "Module": "Groups", + "OutputType": "IMicrosoftGraphApplication", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Invoke-MgAsGroupListMemberWithLicenseErrorApplication" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListMemberWithLicenseErrorApplication", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/application", + "Module": "Groups", + "OutputType": "IMicrosoftGraphApplication1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Invoke-MgAsGroupListMemberWithLicenseErrorApplication" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListMemberWithLicenseErrorApplication", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Invoke-MgAsGroupListMemberWithLicenseErrorDevice" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListMemberWithLicenseErrorDevice", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/device", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Invoke-MgAsGroupListMemberWithLicenseErrorDevice" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListMemberWithLicenseErrorDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsGroupListMemberWithLicenseErrorUser" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListMemberWithLicenseErrorUser", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/user", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsGroupListMemberWithLicenseErrorUser" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListMemberWithLicenseErrorUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/owners/application", + "Module": "Groups", + "OutputType": "IMicrosoftGraphApplication", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Invoke-MgAsGroupListOwnerApplication" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListOwnerApplication", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/owners/application", + "Module": "Groups", + "OutputType": "IMicrosoftGraphApplication1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Invoke-MgAsGroupListOwnerApplication" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListOwnerApplication", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/owners/device", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Invoke-MgAsGroupListOwnerDevice" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListOwnerDevice", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/owners/device", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Invoke-MgAsGroupListOwnerDevice" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListOwnerDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/owners/user", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsGroupListOwnerUser" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListOwnerUser", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/owners/user", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsGroupListOwnerUser" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListOwnerUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/application", + "Module": "Groups", + "OutputType": "IMicrosoftGraphApplication", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Invoke-MgAsGroupListTransitiveMemberApplication" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListTransitiveMemberApplication", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/application", + "Module": "Groups", + "OutputType": "IMicrosoftGraphApplication1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Invoke-MgAsGroupListTransitiveMemberApplication" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListTransitiveMemberApplication", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/device", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Invoke-MgAsGroupListTransitiveMemberDevice" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListTransitiveMemberDevice", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/device", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Invoke-MgAsGroupListTransitiveMemberDevice" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListTransitiveMemberDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsGroupListTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMemberOf/administrativeUnit", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Invoke-MgAsGroupListTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/user", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsGroupListTransitiveMemberUser" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListTransitiveMemberUser", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/user", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsGroupListTransitiveMemberUser" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsGroupListTransitiveMemberUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/places/{place-id}/room", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphRoom", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoom", - "Command": "Invoke-MgAsPlaceGetPlaceRoom" - }, - { - "Module": "Calendar", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsPlaceGetPlaceRoom", + "ApiVersion": "beta" + }, + { "Uri": "/places/{place-id}/room", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphRoom1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoom1", - "Command": "Invoke-MgAsPlaceGetPlaceRoom" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgAsPlaceGetPlaceRoom", + "ApiVersion": "v1.0" }, { + "Uri": "/places/room", "Module": "Calendar", + "OutputType": "IMicrosoftGraphRoom", + "Variants": [ + "As" + ], "Method": "GET", "Permissions": { "Name": "Place.Read.All", @@ -154438,16 +154507,16 @@ "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 }, - "Uri": "/places/room", - "Variants": [ - "As" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoom", - "Command": "Invoke-MgAsPlaceListPlaceRoom" + "Command": "Invoke-MgAsPlaceListPlaceRoom", + "ApiVersion": "beta" }, { + "Uri": "/places/room", "Module": "Calendar", + "OutputType": "IMicrosoftGraphRoom1", + "Variants": [ + "As1" + ], "Method": "GET", "Permissions": { "Name": "Place.Read.All", @@ -154455,16 +154524,17 @@ "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 }, - "Uri": "/places/room", - "Variants": [ - "As1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoom1", - "Command": "Invoke-MgAsPlaceListPlaceRoom" + "Command": "Invoke-MgAsPlaceListPlaceRoom", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Variants": [ + "As", + "AsViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -154480,17 +154550,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", - "Variants": [ - "As", - "AsViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy" + "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", + "Variants": [ + "As1", + "AsViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -154506,407 +154576,407 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/asHierarchy", - "Variants": [ - "As1", - "AsViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", - "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy" + "Command": "Invoke-MgAsSecurityCaseEdiscoveryCaseTagHierarchy", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsServicePrincipalGetMemberOfAdministrativeUnit" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalGetMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Invoke-MgAsServicePrincipalGetMemberOfAdministrativeUnit" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalGetMemberOfAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", + "Module": "Applications", + "OutputType": "IMicrosoftGraphApplication1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Invoke-MgAsServicePrincipalGetOwnedObjectApplication" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalGetOwnedObjectApplication", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/application", + "Module": "Applications", + "OutputType": "IMicrosoftGraphApplication", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Invoke-MgAsServicePrincipalGetOwnedObjectApplication" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalGetOwnedObjectApplication", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/appRoleAssignment", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "Invoke-MgAsServicePrincipalGetOwnedObjectAppRoleAssignment" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalGetOwnedObjectAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", + "Module": "Applications", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsServicePrincipalGetOwnedObjectEndpoint" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalGetOwnedObjectEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/endpoint", + "Module": "Applications", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsServicePrincipalGetOwnedObjectEndpoint" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalGetOwnedObjectEndpoint", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/appRoleAssignment", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "Invoke-MgAsServicePrincipalGetOwnerAppRoleAssignment" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalGetOwnerAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", + "Module": "Applications", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsServicePrincipalGetOwnerEndpoint" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalGetOwnerEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/endpoint", + "Module": "Applications", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsServicePrincipalGetOwnerEndpoint" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalGetOwnerEndpoint", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", + "Module": "Applications", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsServicePrincipalGetOwnerUser" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalGetOwnerUser", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/user", + "Module": "Applications", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsServicePrincipalGetOwnerUser" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalGetOwnerUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsServicePrincipalGetTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalGetTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Invoke-MgAsServicePrincipalGetTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalGetTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsServicePrincipalListMemberOfAdministrativeUnit" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalListMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/memberOf/administrativeUnit", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Invoke-MgAsServicePrincipalListMemberOfAdministrativeUnit" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalListMemberOfAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", + "Module": "Applications", + "OutputType": "IMicrosoftGraphApplication1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Invoke-MgAsServicePrincipalListOwnedObjectApplication" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalListOwnedObjectApplication", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/application", + "Module": "Applications", + "OutputType": "IMicrosoftGraphApplication", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Invoke-MgAsServicePrincipalListOwnedObjectApplication" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalListOwnedObjectApplication", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/appRoleAssignment", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "Invoke-MgAsServicePrincipalListOwnedObjectAppRoleAssignment" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalListOwnedObjectAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", + "Module": "Applications", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsServicePrincipalListOwnedObjectEndpoint" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalListOwnedObjectEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/endpoint", + "Module": "Applications", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsServicePrincipalListOwnedObjectEndpoint" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalListOwnedObjectEndpoint", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/appRoleAssignment", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "Invoke-MgAsServicePrincipalListOwnerAppRoleAssignment" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalListOwnerAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", + "Module": "Applications", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsServicePrincipalListOwnerEndpoint" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalListOwnerEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/endpoint", + "Module": "Applications", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsServicePrincipalListOwnerEndpoint" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalListOwnerEndpoint", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", + "Module": "Applications", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsServicePrincipalListOwnerUser" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalListOwnerUser", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/user", + "Module": "Applications", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsServicePrincipalListOwnerUser" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalListOwnerUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsServicePrincipalListTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalListTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/transitiveMemberOf/administrativeUnit", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Invoke-MgAsServicePrincipalListTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsServicePrincipalListTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Invoke-MgAssignedRoleManagementCloudPcRoleDefinitionPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAssignedRoleManagementCloudPcRoleDefinitionPrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Invoke-MgAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgAssignedRoleManagementDeviceManagementRoleDefinitionPrincipal", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Assigned", + "AssignedViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -154928,459 +154998,459 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", - "Variants": [ - "Assigned", - "AssignedViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Invoke-MgAssignedRoleManagementDirectoryRoleDefinitionPrincipal" + "Command": "Invoke-MgAssignedRoleManagementDirectoryRoleDefinitionPrincipal", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Invoke-MgAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAssignedRoleManagementEntitlementManagementRoleDefinitionPrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/assignedPrincipals(transitive=@transitive,directoryScopeType='@directoryScopeType',directoryScopeId='@directoryScopeId')", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Assigned", "AssignedViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Invoke-MgAssignedRoleManagementExchangeRoleDefinitionPrincipal" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAssignedRoleManagementExchangeRoleDefinitionPrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsUserDeviceGetMemberOfAdministrativeUnit" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserDeviceGetMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/endpoint", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsUserDeviceGetRegisteredOwnerEndpoint" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserDeviceGetRegisteredOwnerEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/user", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsUserDeviceGetRegisteredOwnerUser" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserDeviceGetRegisteredOwnerUser", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/user", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsUserDeviceGetRegisteredUser" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserDeviceGetRegisteredUser", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/endpoint", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsUserDeviceGetRegisteredUserEndpoint" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserDeviceGetRegisteredUserEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsUserDeviceGetTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserDeviceGetTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/memberOf/administrativeUnit", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsUserDeviceListMemberOfAdministrativeUnit" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserDeviceListMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/endpoint", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsUserDeviceListRegisteredOwnerEndpoint" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserDeviceListRegisteredOwnerEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/user", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsUserDeviceListRegisteredOwnerUser" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserDeviceListRegisteredOwnerUser", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/user", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsUserDeviceListRegisteredUser" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserDeviceListRegisteredUser", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/endpoint", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsUserDeviceListRegisteredUserEndpoint" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserDeviceListRegisteredUserEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/transitiveMemberOf/administrativeUnit", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsUserDeviceListTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserDeviceListTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", + "Module": "Users", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsUserGetDirectReportUser" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserGetDirectReportUser", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/directReports/{directoryObject-id}/user", + "Module": "Users", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsUserGetDirectReportUser" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserGetDirectReportUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Module": "Users", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsUserGetMemberOfAdministrativeUnit" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserGetMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/memberOf/{directoryObject-id}/administrativeUnit", + "Module": "Users", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Invoke-MgAsUserGetMemberOfAdministrativeUnit" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserGetMemberOfAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", + "Module": "Users", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Invoke-MgAsUserGetOwnedDevice" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserGetOwnedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/device", + "Module": "Users", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Invoke-MgAsUserGetOwnedDevice" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserGetOwnedDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/appRoleAssignment", + "Module": "Users", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", - "Command": "Invoke-MgAsUserGetOwnedDeviceAppRoleAssignment" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserGetOwnedDeviceAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", + "Module": "Users", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsUserGetOwnedDeviceEndpoint" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserGetOwnedDeviceEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/ownedDevices/{directoryObject-id}/endpoint", + "Module": "Users", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsUserGetOwnedDeviceEndpoint" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserGetOwnedDeviceEndpoint", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", + "Module": "Users", + "OutputType": "IMicrosoftGraphApplication", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Invoke-MgAsUserGetOwnedObjectApplication" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserGetOwnedObjectApplication", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/application", + "Module": "Users", + "OutputType": "IMicrosoftGraphApplication1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Invoke-MgAsUserGetOwnedObjectApplication" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserGetOwnedObjectApplication", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", + "Module": "Users", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Invoke-MgAsUserGetRegisteredDevice" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserGetRegisteredDevice", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/device", + "Module": "Users", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Invoke-MgAsUserGetRegisteredDevice" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserGetRegisteredDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/appRoleAssignment", + "Module": "Users", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", - "Command": "Invoke-MgAsUserGetRegisteredDeviceAppRoleAssignment" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserGetRegisteredDeviceAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", + "Module": "Users", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsUserGetRegisteredDeviceEndpoint" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserGetRegisteredDeviceEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/registeredDevices/{directoryObject-id}/endpoint", + "Module": "Users", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsUserGetRegisteredDeviceEndpoint" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserGetRegisteredDeviceEndpoint", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Module": "Users", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsUserGetTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserGetTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/transitiveMemberOf/{directoryObject-id}/administrativeUnit", + "Module": "Users", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Invoke-MgAsUserGetTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserGetTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/directReports/user", + "Module": "Users", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgAsUserListDirectReportUser" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserListDirectReportUser", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/directReports/user", + "Module": "Users", + "OutputType": "IMicrosoftGraphUser1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgAsUserListDirectReportUser" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgAsUserListDirectReportUser", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/memberOf/administrativeUnit", "Module": "Users", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Variants": [ + "As1", + "AsViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "User.Read", @@ -155388,17 +155458,17 @@ "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 }, - "Uri": "/users/{user-id}/memberOf/administrativeUnit", - "Variants": [ - "As1", - "AsViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsUserListMemberOfAdministrativeUnit" + "Command": "Invoke-MgAsUserListMemberOfAdministrativeUnit", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/memberOf/administrativeUnit", "Module": "Users", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Variants": [ + "As", + "AsViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "User.Read", @@ -155406,223 +155476,222 @@ "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 }, - "Uri": "/users/{user-id}/memberOf/administrativeUnit", - "Variants": [ - "As", - "AsViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Invoke-MgAsUserListMemberOfAdministrativeUnit" + "Command": "Invoke-MgAsUserListMemberOfAdministrativeUnit", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/ownedDevices/device", + "Module": "Users", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Invoke-MgAsUserListOwnedDevice" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserListOwnedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/ownedDevices/device", + "Module": "Users", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Invoke-MgAsUserListOwnedDevice" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserListOwnedDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/ownedDevices/appRoleAssignment", + "Module": "Users", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", - "Command": "Invoke-MgAsUserListOwnedDeviceAppRoleAssignment" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserListOwnedDeviceAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/ownedDevices/endpoint", + "Module": "Users", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsUserListOwnedDeviceEndpoint" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserListOwnedDeviceEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/ownedDevices/endpoint", + "Module": "Users", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsUserListOwnedDeviceEndpoint" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserListOwnedDeviceEndpoint", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/ownedObjects/application", + "Module": "Users", + "OutputType": "IMicrosoftGraphApplication", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication", - "Command": "Invoke-MgAsUserListOwnedObjectApplication" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserListOwnedObjectApplication", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/ownedObjects/application", + "Module": "Users", + "OutputType": "IMicrosoftGraphApplication1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "Invoke-MgAsUserListOwnedObjectApplication" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserListOwnedObjectApplication", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/registeredDevices/device", + "Module": "Users", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", - "Command": "Invoke-MgAsUserListRegisteredDevice" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserListRegisteredDevice", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/registeredDevices/device", + "Module": "Users", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "Invoke-MgAsUserListRegisteredDevice" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserListRegisteredDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/registeredDevices/appRoleAssignment", + "Module": "Users", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", - "Command": "Invoke-MgAsUserListRegisteredDeviceAppRoleAssignment" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserListRegisteredDeviceAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/registeredDevices/endpoint", + "Module": "Users", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsUserListRegisteredDeviceEndpoint" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserListRegisteredDeviceEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/registeredDevices/endpoint", + "Module": "Users", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "Invoke-MgAsUserListRegisteredDeviceEndpoint" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserListRegisteredDeviceEndpoint", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", + "Module": "Users", + "OutputType": "IMicrosoftGraphAdministrativeUnit", "Variants": [ "As", "AsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "Invoke-MgAsUserListTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserListTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/transitiveMemberOf/administrativeUnit", + "Module": "Users", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", "Variants": [ "As1", "AsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "Invoke-MgAsUserListTransitiveMemberOfAdministrativeUnit" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAsUserListTransitiveMemberOfAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/federationConfigurations/availableProviderTypes", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Available" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType", + "ApiVersion": "beta" + }, + { "Uri": "/directory/federationConfigurations/availableProviderTypes", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Available1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgAvailableDirectoryFederationConfigurationProviderType", + "ApiVersion": "v1.0" }, { + "Uri": "/identity/identityProviders/availableProviderTypes", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Available" + ], "Method": "GET", "Permissions": [ { @@ -155638,16 +155707,16 @@ "IsAdmin": true } ], - "Uri": "/identity/identityProviders/availableProviderTypes", - "Variants": [ - "Available" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgAvailableIdentityProviderType" + "Command": "Invoke-MgAvailableIdentityProviderType", + "ApiVersion": "beta" }, { + "Uri": "/identity/identityProviders/availableProviderTypes", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Available1" + ], "Method": "GET", "Permissions": [ { @@ -155663,51 +155732,34 @@ "IsAdmin": true } ], - "Uri": "/identity/identityProviders/availableProviderTypes", - "Variants": [ - "Available1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgAvailableIdentityProviderType" + "Command": "Invoke-MgAvailableIdentityProviderType", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/batchRecordDecisions", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDecisionInstanceRecordDecision", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "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 - }, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -155715,19 +155767,19 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, + "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/batchRecordDecisions", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Batch1", "BatchExpanded1", "BatchViaIdentity1", "BatchViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -155735,37 +155787,37 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, + "Command": "Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/batchRecordDecisions", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Batch", "BatchExpanded", "BatchViaIdentity", "BatchViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgBatchUserPendingAccessReviewInstanceRecordDecision" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "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.", + "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 }, + "Command": "Invoke-MgBatchUserPendingAccessReviewInstanceRecordDecision", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Begin", "BeginViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -155773,366 +155825,386 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}/beginOnboarding", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Begin1", "BeginViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding" + "Method": "POST", + "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 + }, + "Command": "Invoke-MgBeginDeviceManagementRemoteAssistancePartnerOnboarding", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/decryptBuffer", + "Module": "Groups", + "OutputType": null, "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgBufferGroupSiteInformationProtectionDecrypt" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgBufferGroupSiteInformationProtectionDecrypt", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/encryptBuffer", + "Module": "Groups", + "OutputType": "IMicrosoftGraphBufferEncryptionResult", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBufferEncryptionResult", - "Command": "Invoke-MgBufferGroupSiteInformationProtectionEncrypt" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgBufferGroupSiteInformationProtectionEncrypt", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/decryptBuffer", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Buffer", "BufferExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgBufferInformationProtectionDecrypt" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgBufferInformationProtectionDecrypt", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/encryptBuffer", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphBufferEncryptionResult", "Variants": [ "Buffer", "BufferExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBufferEncryptionResult", - "Command": "Invoke-MgBufferInformationProtectionEncrypt" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgBufferInformationProtectionEncrypt", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/informationProtection/decryptBuffer", + "Module": "Sites", + "OutputType": null, "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgBufferSiteInformationProtectionDecrypt" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgBufferSiteInformationProtectionDecrypt", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/informationProtection/encryptBuffer", + "Module": "Sites", + "OutputType": "IMicrosoftGraphBufferEncryptionResult", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBufferEncryptionResult", - "Command": "Invoke-MgBufferSiteInformationProtectionEncrypt" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgBufferSiteInformationProtectionEncrypt", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/decryptBuffer", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgBufferUserInformationProtectionDecrypt" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgBufferUserInformationProtectionDecrypt", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/encryptBuffer", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphBufferEncryptionResult", "Variants": [ "Buffer", "BufferExpanded", "BufferViaIdentity", "BufferViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBufferEncryptionResult", - "Command": "Invoke-MgBufferUserInformationProtectionEncrypt" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgBufferUserInformationProtectionEncrypt", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/bulkSetCloudPcReviewStatus", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Variants": [ "Bulk", "BulkExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "Command": "Invoke-MgBulkDeviceManagementComanagedDeviceSetCloudPcReviewStatus" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgBulkDeviceManagementComanagedDeviceSetCloudPcReviewStatus", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/bulkSetCloudPcReviewStatus", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Variants": [ "Bulk", "BulkExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "Command": "Invoke-MgBulkDeviceManagementManagedDeviceSetCloudPcReviewStatus" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgBulkDeviceManagementManagedDeviceSetCloudPcReviewStatus", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/bulkResize", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", "Variants": [ "Bulk", "BulkExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", - "Command": "Invoke-MgBulkDeviceManagementVirtualEndpointCloudPcResize" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgBulkDeviceManagementVirtualEndpointCloudPcResize", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/bulkReprovisionCloudPc", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Variants": [ "Bulk", "BulkExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "Command": "Invoke-MgBulkReprovisionDeviceManagementComanagedDeviceCloudPc" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgBulkReprovisionDeviceManagementComanagedDeviceCloudPc", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/bulkReprovisionCloudPc", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Variants": [ "Bulk", "BulkExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "Command": "Invoke-MgBulkReprovisionDeviceManagementManagedDeviceCloudPc" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgBulkReprovisionDeviceManagementManagedDeviceCloudPc", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/bulkReprovisionCloudPc", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "Command": "Invoke-MgBulkReprovisionUserManagedDeviceCloudPc" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgBulkReprovisionUserManagedDeviceCloudPc", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/bulkRestoreCloudPc", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Variants": [ "Bulk", "BulkExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "Command": "Invoke-MgBulkRestoreDeviceManagementComanagedDeviceCloudPc" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgBulkRestoreDeviceManagementComanagedDeviceCloudPc", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/bulkRestoreCloudPc", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Variants": [ "Bulk", "BulkExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "Command": "Invoke-MgBulkRestoreDeviceManagementManagedDeviceCloudPc" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgBulkRestoreDeviceManagementManagedDeviceCloudPc", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/bulkRestoreCloudPc", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "Command": "Invoke-MgBulkRestoreUserManagedDeviceCloudPc" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgBulkRestoreUserManagedDeviceCloudPc", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/cloudPCs/bulkResize", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcRemoteActionResult", - "Command": "Invoke-MgBulkUserCloudPcResize" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgBulkUserCloudPcResize", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/bulkSetCloudPcReviewStatus", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", "Variants": [ "Bulk", "BulkExpanded", "BulkViaIdentity", "BulkViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcBulkRemoteActionResult", - "Command": "Invoke-MgBulkUserManagedDeviceSetCloudPcReviewStatus" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgBulkUserManagedDeviceSetCloudPcReviewStatus", + "ApiVersion": "beta" }, { - "Module": "Groups", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "Module": "Groups", + "OutputType": null, "Variants": [ "Calendar", "CalendarViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgCalendarGroupCalendar" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgCalendarGroupCalendar", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "Module": "Groups", + "OutputType": null, "Variants": [ "Calendar1", "CalendarViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgCalendarGroupCalendar" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgCalendarGroupCalendar", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "Module": "Users.Functions", + "OutputType": null, "Variants": [ "Calendar", "Calendar1", "CalendarViaIdentity", "CalendarViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendar/allowedCalendarSharingRoles(User='{User}')", + "Module": "Users.Functions", + "OutputType": null, "Variants": [ "Calendar2", "Calendar3", "CalendarViaIdentity2", "CalendarViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles" - }, - { - "Module": "Compliance", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgCalendarUserCalendarAllowedCalendarSharingRoles", + "ApiVersion": "v1.0" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}/caseExportOperation", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", "Variants": [ "Case", "CaseViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", - "Command": "Invoke-MgCaseComplianceEdiscoveryCaseGetOperation" - }, - { - "Module": "Compliance", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgCaseComplianceEdiscoveryCaseGetOperation", + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/operations/caseExportOperation", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", "Variants": [ "Case", "CaseViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCaseExportOperation", - "Command": "Invoke-MgCaseComplianceEdiscoveryCaseListOperation" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgCaseComplianceEdiscoveryCaseListOperation", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", "Module": "Files", + "OutputType": null, + "Variants": [ + "Checkin", + "CheckinExpanded", + "CheckinViaIdentity", + "CheckinViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -156154,19 +156226,19 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", - "Variants": [ - "Checkin", - "CheckinExpanded", - "CheckinViaIdentity", - "CheckinViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgCheckinDriveItem" + "Command": "Invoke-MgCheckinDriveItem", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", "Module": "Files", + "OutputType": null, + "Variants": [ + "Checkin1", + "CheckinExpanded1", + "CheckinViaIdentity1", + "CheckinViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -156188,169 +156260,167 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkin", - "Variants": [ - "Checkin1", - "CheckinExpanded1", - "CheckinViaIdentity1", - "CheckinViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgCheckinDriveItem" + "Command": "Invoke-MgCheckinDriveItem", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/drives/{drive-id}/root/checkin", + "Module": "Files", + "OutputType": null, "Variants": [ "Checkin1", "CheckinExpanded1", "CheckinViaIdentity1", "CheckinViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgCheckinDriveRoot" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCheckinDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/checkin", + "Module": "Files", + "OutputType": null, "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgCheckinDriveRoot" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCheckinDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "Module": "Groups", + "OutputType": null, "Variants": [ "Checkin1", "CheckinExpanded1", "CheckinViaIdentity1", "CheckinViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgCheckinGroupDriveItem" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCheckinGroupDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "Module": "Groups", + "OutputType": null, "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgCheckinGroupDriveItem" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCheckinGroupDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", + "Module": "Groups", + "OutputType": null, "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgCheckinGroupDriveRoot" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCheckinGroupDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkin", + "Module": "Groups", + "OutputType": null, "Variants": [ "Checkin1", "CheckinExpanded1", "CheckinViaIdentity1", "CheckinViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgCheckinGroupDriveRoot" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCheckinGroupDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Checkin1", "CheckinExpanded1", "CheckinViaIdentity1", "CheckinViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgCheckinUserDriveItem" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCheckinUserDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkin", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgCheckinUserDriveItem" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCheckinUserDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Checkin1", "CheckinExpanded1", "CheckinViaIdentity1", "CheckinViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgCheckinUserDriveRoot" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCheckinUserDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/checkin", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Checkin", "CheckinExpanded", "CheckinViaIdentity", "CheckinViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgCheckinUserDriveRoot" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgCheckinUserDriveRoot", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", "Module": "Files", + "OutputType": null, + "Variants": [ + "Checkout", + "CheckoutViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -156372,17 +156442,17 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", - "Variants": [ - "Checkout", - "CheckoutViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgCheckoutDriveItem" + "Command": "Invoke-MgCheckoutDriveItem", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", "Module": "Files", + "OutputType": null, + "Variants": [ + "Checkout1", + "CheckoutViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -156404,167 +156474,149 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/checkout", - "Variants": [ - "Checkout1", - "CheckoutViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgCheckoutDriveItem" + "Command": "Invoke-MgCheckoutDriveItem", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/drives/{drive-id}/root/checkout", + "Module": "Files", + "OutputType": null, "Variants": [ "Checkout1", "CheckoutViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgCheckoutDriveRoot" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCheckoutDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/checkout", + "Module": "Files", + "OutputType": null, "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgCheckoutDriveRoot" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCheckoutDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "Module": "Groups", + "OutputType": null, "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgCheckoutGroupDriveItem" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCheckoutGroupDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "Module": "Groups", + "OutputType": null, "Variants": [ "Checkout1", "CheckoutViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgCheckoutGroupDriveItem" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCheckoutGroupDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", + "Module": "Groups", + "OutputType": null, "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgCheckoutGroupDriveRoot" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCheckoutGroupDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/checkout", + "Module": "Groups", + "OutputType": null, "Variants": [ "Checkout1", "CheckoutViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgCheckoutGroupDriveRoot" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCheckoutGroupDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Checkout1", "CheckoutViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgCheckoutUserDriveItem" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCheckoutUserDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/checkout", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgCheckoutUserDriveItem" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCheckoutUserDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Checkout1", "CheckoutViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgCheckoutUserDriveRoot" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCheckoutUserDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/checkout", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Checkout", "CheckoutViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgCheckoutUserDriveRoot" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgCheckoutUserDriveRoot", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/cleanWindowsDevice", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgCleanDeviceManagementComanagedDeviceWindowDevice" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -156572,19 +156624,19 @@ "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 }, + "Command": "Invoke-MgCleanDeviceManagementComanagedDeviceWindowDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowDevice" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -156592,64 +156644,84 @@ "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 }, + "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Clean1", "CleanExpanded1", "CleanViaIdentity1", "CleanViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowDevice" + "Method": "POST", + "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 + }, + "Command": "Invoke-MgCleanDeviceManagementManagedDeviceWindowDevice", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Clean", "CleanExpanded", "CleanViaIdentity", "CleanViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgCleanUserManagedDeviceWindowDevice" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCleanUserManagedDeviceWindowDevice", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/cleanWindowsDevice", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Clean1", "CleanExpanded1", "CleanViaIdentity1", "CleanViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgCleanUserManagedDeviceWindowDevice" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCleanUserManagedDeviceWindowDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/timeCards/clockIn", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeCard", "Variants": [ "Clock", "ClockExpanded", "ClockViaIdentity", "ClockViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", - "Command": "Invoke-MgClockTeamScheduleTimeCardIn" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgClockTeamScheduleTimeCardIn", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/clockOut", "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeCard", + "Variants": [ + "Clock", + "ClockExpanded", + "ClockViaIdentity", + "ClockViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "Schedule.ReadWrite.All", @@ -156657,19 +156729,17 @@ "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/timeCards/{timeCard-id}/clockOut", - "Variants": [ - "Clock", - "ClockExpanded", - "ClockViaIdentity", - "ClockViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", - "Command": "Invoke-MgClockTeamScheduleTimeCardOut" + "Command": "Invoke-MgClockTeamScheduleTimeCardOut", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/consentToDataSharing", "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDataSharingConsent", + "Variants": [ + "Consent", + "ConsentViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -156677,30 +156747,30 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}/consentToDataSharing", - "Variants": [ - "Consent", - "ConsentViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataSharingConsent", - "Command": "Invoke-MgConsentDeviceManagementDataSharingConsentToDataSharing" + "Command": "Invoke-MgConsentDeviceManagementDataSharingConsentToDataSharing", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact1", "Variants": [ "Contact", "ContactViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "Invoke-MgContactAdministrativeUnitGetMemberAsOrg" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgContactAdministrativeUnitGetMemberAsOrg", + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact1", + "Variants": [ + "Contact", + "ContactViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -156728,43 +156798,43 @@ "IsAdmin": true } ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/orgContact", - "Variants": [ - "Contact", - "ContactViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "Invoke-MgContactAdministrativeUnitListMemberAsOrg" + "Command": "Invoke-MgContactAdministrativeUnitListMemberAsOrg", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact1", "Variants": [ "Contact", "ContactViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "Invoke-MgContactDirectoryAdministrativeUnitGetMemberAsOrg" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactDirectoryAdministrativeUnitGetMemberAsOrg", + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/orgContact", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact", "Variants": [ "Contact1", "ContactViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", - "Command": "Invoke-MgContactDirectoryAdministrativeUnitGetMemberAsOrg" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgContactDirectoryAdministrativeUnitGetMemberAsOrg", + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact1", + "Variants": [ + "Contact", + "ContactViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -156792,17 +156862,17 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", - "Variants": [ - "Contact", - "ContactViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "Invoke-MgContactDirectoryAdministrativeUnitListMemberAsOrg" + "Command": "Invoke-MgContactDirectoryAdministrativeUnitListMemberAsOrg", + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact", + "Variants": [ + "Contact1", + "ContactViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -156830,437 +156900,436 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/orgContact", - "Variants": [ - "Contact1", - "ContactViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", - "Command": "Invoke-MgContactDirectoryAdministrativeUnitListMemberAsOrg" + "Command": "Invoke-MgContactDirectoryAdministrativeUnitListMemberAsOrg", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact1", "Variants": [ "Contact", "ContactViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "Invoke-MgContactDirectoryRoleGetMemberAsOrg" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactDirectoryRoleGetMemberAsOrg", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/orgContact", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact", "Variants": [ "Contact1", "ContactViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", - "Command": "Invoke-MgContactDirectoryRoleGetMemberAsOrg" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactDirectoryRoleGetMemberAsOrg", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact1", "Variants": [ "Contact", "ContactViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "Invoke-MgContactDirectoryRoleListMemberAsOrg" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactDirectoryRoleListMemberAsOrg", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/orgContact", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact", "Variants": [ "Contact1", "ContactViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", - "Command": "Invoke-MgContactDirectoryRoleListMemberAsOrg" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactDirectoryRoleListMemberAsOrg", + "ApiVersion": "v1.0" + }, + { "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact1", "Variants": [ "Contact", "ContactViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "Invoke-MgContactGetDirectReportAsOrg" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactGetDirectReportAsOrg", + "ApiVersion": "beta" + }, + { "Uri": "/contacts/{orgContact-id}/directReports/{directoryObject-id}/orgContact", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact", "Variants": [ "Contact1", "ContactViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", - "Command": "Invoke-MgContactGetDirectReportAsOrg" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactGetDirectReportAsOrg", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOrgContact", "Variants": [ "Contact", "ContactViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", - "Command": "Invoke-MgContactGroupGetMemberAsOrg" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactGroupGetMemberAsOrg", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/members/{directoryObject-id}/orgContact", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOrgContact1", "Variants": [ "Contact1", "ContactViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "Invoke-MgContactGroupGetMemberAsOrg" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactGroupGetMemberAsOrg", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOrgContact", "Variants": [ "Contact", "ContactViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", - "Command": "Invoke-MgContactGroupGetMemberWithLicenseErrorAsOrg" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactGroupGetMemberWithLicenseErrorAsOrg", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/orgContact", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOrgContact1", "Variants": [ "Contact1", "ContactViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "Invoke-MgContactGroupGetMemberWithLicenseErrorAsOrg" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactGroupGetMemberWithLicenseErrorAsOrg", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOrgContact", "Variants": [ "Contact", "ContactViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", - "Command": "Invoke-MgContactGroupGetOwnerAsOrg" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactGroupGetOwnerAsOrg", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/owners/{directoryObject-id}/orgContact", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOrgContact1", "Variants": [ "Contact1", "ContactViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "Invoke-MgContactGroupGetOwnerAsOrg" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactGroupGetOwnerAsOrg", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOrgContact", "Variants": [ "Contact", "ContactViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", - "Command": "Invoke-MgContactGroupGetTransitiveMemberAsOrg" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactGroupGetTransitiveMemberAsOrg", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/orgContact", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOrgContact1", "Variants": [ "Contact1", "ContactViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "Invoke-MgContactGroupGetTransitiveMemberAsOrg" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactGroupGetTransitiveMemberAsOrg", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/members/orgContact", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOrgContact", "Variants": [ "Contact", "ContactViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", - "Command": "Invoke-MgContactGroupListMemberAsOrg" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactGroupListMemberAsOrg", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/members/orgContact", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOrgContact1", "Variants": [ "Contact1", "ContactViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "Invoke-MgContactGroupListMemberAsOrg" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactGroupListMemberAsOrg", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOrgContact", "Variants": [ "Contact", "ContactViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", - "Command": "Invoke-MgContactGroupListMemberWithLicenseErrorAsOrg" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactGroupListMemberWithLicenseErrorAsOrg", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/orgContact", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOrgContact1", "Variants": [ "Contact1", "ContactViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "Invoke-MgContactGroupListMemberWithLicenseErrorAsOrg" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactGroupListMemberWithLicenseErrorAsOrg", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/owners/orgContact", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOrgContact", "Variants": [ "Contact", "ContactViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", - "Command": "Invoke-MgContactGroupListOwnerAsOrg" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactGroupListOwnerAsOrg", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/owners/orgContact", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOrgContact1", "Variants": [ "Contact1", "ContactViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "Invoke-MgContactGroupListOwnerAsOrg" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactGroupListOwnerAsOrg", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/orgContact", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOrgContact", "Variants": [ "Contact", "ContactViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", - "Command": "Invoke-MgContactGroupListTransitiveMemberAsOrg" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactGroupListTransitiveMemberAsOrg", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/orgContact", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOrgContact1", "Variants": [ "Contact1", "ContactViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "Invoke-MgContactGroupListTransitiveMemberAsOrg" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactGroupListTransitiveMemberAsOrg", + "ApiVersion": "v1.0" + }, + { "Uri": "/contacts/{orgContact-id}/directReports/orgContact", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact1", "Variants": [ "Contact1", "ContactViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "Invoke-MgContactListDirectReportAsOrg" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactListDirectReportAsOrg", + "ApiVersion": "beta" + }, + { "Uri": "/contacts/{orgContact-id}/directReports/orgContact", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact", "Variants": [ "Contact", "ContactViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", - "Command": "Invoke-MgContactListDirectReportAsOrg" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactListDirectReportAsOrg", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", + "Module": "Users", + "OutputType": "IMicrosoftGraphOrgContact", "Variants": [ "Contact", "ContactViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", - "Command": "Invoke-MgContactUserGetDirectReportAsOrg" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactUserGetDirectReportAsOrg", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/directReports/{directoryObject-id}/orgContact", + "Module": "Users", + "OutputType": "IMicrosoftGraphOrgContact1", "Variants": [ "Contact1", "ContactViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "Invoke-MgContactUserGetDirectReportAsOrg" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactUserGetDirectReportAsOrg", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/directReports/orgContact", + "Module": "Users", + "OutputType": "IMicrosoftGraphOrgContact", "Variants": [ "Contact", "ContactViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact", - "Command": "Invoke-MgContactUserListDirectReportAsOrg" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgContactUserListDirectReportAsOrg", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/directReports/orgContact", + "Module": "Users", + "OutputType": "IMicrosoftGraphOrgContact1", "Variants": [ "Contact1", "ContactViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "Invoke-MgContactUserListDirectReportAsOrg" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgContactUserListDirectReportAsOrg", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "POST", - "Permissions": [], "Uri": "/communications/onlineMeetings", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphOnlineMeeting1", "Variants": [ "Create3", "CreateExpanded3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting1", - "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphOnlineMeeting", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCreateOrGetCommunicationOnlineMeeting", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onlineMeetings/createOrGet", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphOnlineMeeting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "Command": "Invoke-MgCreateOrGetUserOnlineMeeting" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgCreateOrGetUserOnlineMeeting", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/createOrGet", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphOnlineMeeting1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnlineMeeting1", - "Command": "Invoke-MgCreateOrGetUserOnlineMeeting" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgCreateOrGetUserOnlineMeeting", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleScopeTags/hasCustomRoleScopeTag", "Module": "DeviceManagement.Functions", + "OutputType": null, + "Variants": [ + "Custom" + ], "Method": "GET", "Permissions": [ { @@ -157288,96 +157357,79 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/roleScopeTags/hasCustomRoleScopeTag", - "Variants": [ - "Custom" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgCustomDeviceManagementRoleScopeTag" + "Command": "Invoke-MgCustomDeviceManagementRoleScopeTag", + "ApiVersion": "beta" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", + "Module": "Groups", + "OutputType": null, "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDeclineGroupCalendarEvent" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgDeclineGroupCalendarEvent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/events/{event-id}/decline", + "Module": "Groups", + "OutputType": null, "Variants": [ "Decline1", "DeclineExpanded1", "DeclineViaIdentity1", "DeclineViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgDeclineGroupCalendarEvent" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgDeclineGroupCalendarEvent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/decline", + "Module": "Groups", + "OutputType": null, "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDeclineGroupEvent" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgDeclineGroupEvent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/decline", + "Module": "Groups", + "OutputType": null, "Variants": [ "Decline1", "DeclineExpanded1", "DeclineViaIdentity1", "DeclineViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgDeclineGroupEvent" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgDeclineGroupEvent", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/events/{event-id}/decline", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDeclineUserEvent" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Calendars.ReadWrite", @@ -157385,49 +157437,69 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "Invoke-MgDeclineUserEvent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/decline", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Decline1", "DeclineExpanded1", "DeclineViaIdentity1", "DeclineViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgDeclineUserEvent" + "Method": "POST", + "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 + }, + "Command": "Invoke-MgDeclineUserEvent", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Decline", "DeclineExpanded", "DeclineViaIdentity", "DeclineViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDeclineUserEventInstance" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgDeclineUserEventInstance", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/decline", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Decline1", "DeclineExpanded1", "DeclineViaIdentity1", "DeclineViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgDeclineUserEventInstance" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgDeclineUserEventInstance", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deprovision", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Deprovision", + "DeprovisionExpanded", + "DeprovisionViaIdentity", + "DeprovisionViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -157443,19 +157515,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deprovision", + "Command": "Invoke-MgDeprovisionDeviceManagementComanagedDevice", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deprovision", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDeprovisionDeviceManagementComanagedDevice" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -157471,79 +157543,79 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deprovision", - "Variants": [ - "Deprovision", - "DeprovisionExpanded", - "DeprovisionViaIdentity", - "DeprovisionViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDeprovisionDeviceManagementManagedDevice" + "Command": "Invoke-MgDeprovisionDeviceManagementManagedDevice", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deprovision", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Deprovision", "DeprovisionExpanded", "DeprovisionViaIdentity", "DeprovisionViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDeprovisionUserManagedDevice" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgDeprovisionUserManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignedAccessMultiModeProfiles", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Access", "AccessExpanded", "AccessViaIdentity", "AccessViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDeviceManagementDeviceConfigurationAssignedAccessMultiModeProfile" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgDeviceManagementDeviceConfigurationAssignedAccessMultiModeProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/windowsPrivacyAccessControls", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Access1", "AccessExpanded1", "AccessViaIdentity1", "AccessViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDeviceManagementDeviceConfigurationWindowsPrivacyAccessControl" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgDeviceManagementDeviceConfigurationWindowsPrivacyAccessControl", + "ApiVersion": "beta" + }, + { "Uri": "/directory/impactedResources/{impactedResource-id}/dismiss", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphImpactedResource", "Variants": [ "Dismiss", "DismissExpanded", "DismissViaIdentity", "DismissViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", - "Command": "Invoke-MgDismissDirectoryImpactedResource" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgDismissDirectoryImpactedResource", + "ApiVersion": "beta" }, { + "Uri": "/directory/recommendations/{recommendation-id}/dismiss", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphRecommendation", + "Variants": [ + "Dismiss", + "DismissExpanded", + "DismissViaIdentity", + "DismissViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "DirectoryRecommendations.ReadWrite.All", @@ -157551,167 +157623,147 @@ "FullDescription": "Allows the app to read and update Azure AD recommendations, on your behalf.", "IsAdmin": true }, - "Uri": "/directory/recommendations/{recommendation-id}/dismiss", - "Variants": [ - "Dismiss", - "DismissExpanded", - "DismissViaIdentity", - "DismissViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecommendation", - "Command": "Invoke-MgDismissDirectoryRecommendation" + "Command": "Invoke-MgDismissDirectoryRecommendation", + "ApiVersion": "beta" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "Module": "Groups", + "OutputType": null, "Variants": [ "Dismiss", "DismissViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDismissGroupCalendarEventReminder" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgDismissGroupCalendarEventReminder", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/events/{event-id}/dismissReminder", + "Module": "Groups", + "OutputType": null, "Variants": [ "Dismiss1", "DismissViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgDismissGroupCalendarEventReminder" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgDismissGroupCalendarEventReminder", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", + "Module": "Groups", + "OutputType": null, "Variants": [ "Dismiss", "DismissViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDismissGroupEventReminder" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgDismissGroupEventReminder", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/dismissReminder", + "Module": "Groups", + "OutputType": null, "Variants": [ "Dismiss1", "DismissViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgDismissGroupEventReminder" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgDismissGroupEventReminder", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/dismiss", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Dismiss", "DismissExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDismissRiskyServicePrincipal" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgDismissRiskyServicePrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/dismiss", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Dismiss1", "DismissExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgDismissRiskyServicePrincipal" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgDismissRiskyServicePrincipal", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyUsers/dismiss", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Dismiss", "DismissExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDismissRiskyUser" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgDismissRiskyUser", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyUsers/dismiss", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Dismiss1", "DismissExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgDismissRiskyUser" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgDismissRiskyUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Dismiss", "DismissViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDismissUserEventInstanceReminder" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgDismissUserEventInstanceReminder", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/dismissReminder", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Dismiss1", "DismissViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgDismissUserEventInstanceReminder" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgDismissUserEventInstanceReminder", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Dismiss", "DismissViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDismissUserEventReminder" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Calendars.ReadWrite", @@ -157719,35 +157771,35 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "Invoke-MgDismissUserEventReminder", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/dismissReminder", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Dismiss1", "DismissViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgDismissUserEventReminder" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "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 + "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": "Invoke-MgDismissUserEventReminder", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/shutDown", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Down", "DownViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDownDeviceManagementComanagedDeviceShut" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -157755,17 +157807,17 @@ "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 }, + "Command": "Invoke-MgDownDeviceManagementComanagedDeviceShut", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Down", "DownViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -157773,17 +157825,34 @@ "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 }, + "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/shutDown", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Down1", "DownViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut" + "Method": "POST", + "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 + }, + "Command": "Invoke-MgDownDeviceManagementManagedDeviceShut", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", "Module": "DeviceManagement.Functions", + "OutputType": null, + "Variants": [ + "Download" + ], "Method": "GET", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -157791,16 +157860,16 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", - "Variants": [ - "Download" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest" + "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", "Module": "DeviceManagement.Functions", + "OutputType": null, + "Variants": [ + "Download1" + ], "Method": "GET", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -157808,83 +157877,84 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/applePushNotificationCertificate/downloadApplePushNotificationCertificateSigningRequest", - "Variants": [ - "Download1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest" + "Command": "Invoke-MgDownloadDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/downloadAppDiagnostics", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Download", "DownloadExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDownloadDeviceManagementComanagedDeviceAppDiagnostic" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgDownloadDeviceManagementComanagedDeviceAppDiagnostic", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/downloadAppDiagnostics", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Download", "DownloadExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDownloadDeviceManagementManagedDeviceAppDiagnostic" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgDownloadDeviceManagementManagedDeviceAppDiagnostic", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/downloadAppDiagnostics", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Download", "DownloadExpanded", "DownloadViaIdentity", "DownloadViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDownloadUserManagedDeviceAppDiagnostic" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgDownloadUserManagedDeviceAppDiagnostic", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Down", "DownViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgDownUserManagedDeviceShut" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgDownUserManagedDeviceShut", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/shutDown", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Down1", "DownViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgDownUserManagedDeviceShut" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgDownUserManagedDeviceShut", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enrollNowAction", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Enroll", + "EnrollViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -157900,17 +157970,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/enrollNowAction", + "Command": "Invoke-MgEnrollDeviceManagementComanagedDeviceNowAction", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enrollNowAction", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Enroll", "EnrollViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgEnrollDeviceManagementComanagedDeviceNowAction" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -157926,146 +157996,146 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/enrollNowAction", - "Variants": [ - "Enroll", - "EnrollViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgEnrollDeviceManagementManagedDeviceNowAction" + "Command": "Invoke-MgEnrollDeviceManagementManagedDeviceNowAction", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/enrollNowAction", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Enroll", "EnrollViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgEnrollUserManagedDeviceNowAction" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgEnrollUserManagedDeviceNowAction", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/enrollAssetsById", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgEnrollWindowsUpdatesDeploymentAudienceExclusionAssetById", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/enrollAssetsById", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgEnrollWindowsUpdatesDeploymentAudienceMemberAssetById" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgEnrollWindowsUpdatesDeploymentAudienceMemberAssetById", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssets", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgEnrollWindowsUpdatesPolicyAudienceExclusionAsset" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgEnrollWindowsUpdatesPolicyAudienceExclusionAsset", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/enrollAssetsById", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgEnrollWindowsUpdatesPolicyAudienceExclusionAssetById" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgEnrollWindowsUpdatesPolicyAudienceExclusionAssetById", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssets", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAsset" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAsset", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/enrollAssetsById", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Enroll", "EnrollExpanded", "EnrollViaIdentity", "EnrollViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgEnrollWindowsUpdatesPolicyAudienceMemberAssetById", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatableAssets/enrollAssets", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Enroll", "EnrollExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgEnrollWindowsUpdatesUpdatableAsset" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgEnrollWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatableAssets/enrollAssetsById", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Enroll", "EnrollExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgEnrollWindowsUpdatesUpdatableAssetById" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgEnrollWindowsUpdatesUpdatableAssetById", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/estimateStatistics", "Module": "Compliance", + "OutputType": null, + "Variants": [ + "Estimate", + "EstimateViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -158081,17 +158151,17 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/estimateStatistics", + "Command": "Invoke-MgEstimateComplianceEdiscoveryCaseSourceCollectionStatistics", + "ApiVersion": "beta" + }, + { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", + "Module": "Security", + "OutputType": null, "Variants": [ "Estimate", "EstimateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgEstimateComplianceEdiscoveryCaseSourceCollectionStatistics" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -158107,17 +158177,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", - "Variants": [ - "Estimate", - "EstimateViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics" + "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", "Module": "Security", + "OutputType": null, + "Variants": [ + "Estimate1", + "EstimateViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -158133,43 +158203,45 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/estimateStatistics", - "Variants": [ - "Estimate1", - "EstimateViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics" + "Command": "Invoke-MgEstimateSecurityCaseEdiscoveryCaseSearchStatistics", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/executeAction", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", "Variants": [ "Execute", "ExecuteExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", - "Command": "Invoke-MgExecuteDeviceManagementComanagedDeviceAction" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgExecuteDeviceManagementComanagedDeviceAction", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/executeAction", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", "Variants": [ "Execute", "ExecuteExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", - "Command": "Invoke-MgExecuteDeviceManagementManagedDeviceAction" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgExecuteDeviceManagementManagedDeviceAction", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/executeAction", "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphBulkDriverActionResult", + "Variants": [ + "Execute", + "ExecuteExpanded", + "ExecuteViaIdentity", + "ExecuteViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.Read.All", @@ -158177,34 +158249,32 @@ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true }, - "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/executeAction", - "Variants": [ - "Execute", - "ExecuteExpanded", - "ExecuteViaIdentity", - "ExecuteViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBulkDriverActionResult", - "Command": "Invoke-MgExecuteDeviceManagementWindowDriverUpdateProfileAction" + "Command": "Invoke-MgExecuteDeviceManagementWindowDriverUpdateProfileAction", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/executeAction", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", "Variants": [ "Execute", "ExecuteExpanded", "ExecuteViaIdentity", "ExecuteViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBulkManagedDeviceActionResult", - "Command": "Invoke-MgExecuteUserManagedDeviceAction" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgExecuteUserManagedDeviceAction", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsSummarizedDeviceScopes", "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScopeSummary", + "Variants": [ + "Experience", + "Experience1" + ], "Method": "GET", "Permissions": [ { @@ -158220,17 +158290,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsSummarizedDeviceScopes", - "Variants": [ - "Experience", - "Experience1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScopeSummary", - "Command": "Invoke-MgExperienceDeviceManagement" + "Command": "Invoke-MgExperienceDeviceManagement", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", "Module": "Files", + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", + "Variants": [ + "Extract", + "ExtractViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -158258,168 +158328,168 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", - "Variants": [ - "Extract", - "ExtractViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "Command": "Invoke-MgExtractDriveItemSensitivityLabel" + "Command": "Invoke-MgExtractDriveItemSensitivityLabel", + "ApiVersion": "beta" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/drives/{drive-id}/root/extractSensitivityLabels", + "Module": "Files", + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Variants": [ "Extract", "ExtractViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "Command": "Invoke-MgExtractDriveRootSensitivityLabel" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgExtractDriveRootSensitivityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Variants": [ "Extract", "ExtractViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "Command": "Invoke-MgExtractGroupDriveItemSensitivityLabel" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgExtractGroupDriveItemSensitivityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/extractSensitivityLabels", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Variants": [ "Extract", "ExtractViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "Command": "Invoke-MgExtractGroupDriveRootSensitivityLabel" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgExtractGroupDriveRootSensitivityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/extractLabel", + "Module": "Groups", + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", - "Command": "Invoke-MgExtractGroupSiteInformationProtectionPolicyLabel" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgExtractGroupSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/policy/labels/extractLabel", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", "Variants": [ "Extract", "ExtractExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", - "Command": "Invoke-MgExtractInformationProtectionPolicyLabel" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgExtractInformationProtectionPolicyLabel", + "ApiVersion": "beta" + }, + { "Uri": "/security/informationProtection/sensitivityLabels/extractContentLabel", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityContentLabel", "Variants": [ "Extract", "ExtractExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityContentLabel", - "Command": "Invoke-MgExtractSecurityInformationProtectionSensitivityLabelContentLabel" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgExtractSecurityInformationProtectionSensitivityLabelContentLabel", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/informationProtection/policy/labels/extractLabel", + "Module": "Sites", + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", - "Command": "Invoke-MgExtractSiteInformationProtectionPolicyLabel" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgExtractSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/extractSensitivityLabels", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Variants": [ "Extract", "ExtractViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "Command": "Invoke-MgExtractUserDriveItemSensitivityLabel" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgExtractUserDriveItemSensitivityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/extractSensitivityLabels", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", "Variants": [ "Extract", "ExtractViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabelAssignment", - "Command": "Invoke-MgExtractUserDriveRootSensitivityLabel" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgExtractUserDriveRootSensitivityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/policy/labels/extractLabel", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionContentLabel", - "Command": "Invoke-MgExtractUserInformationProtectionPolicyLabel" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgExtractUserInformationProtectionPolicyLabel", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/extractContentLabel", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphSecurityContentLabel", "Variants": [ "Extract", "ExtractExpanded", "ExtractViaIdentity", "ExtractViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityContentLabel", - "Command": "Invoke-MgExtractUserSecurityInformationProtectionSensitivityLabelContentLabel" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgExtractUserSecurityInformationProtectionSensitivityLabelContentLabel", + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/messages/favorite", "Module": "Devices.ServiceAnnouncement", + "OutputType": null, + "Variants": [ + "Favorite", + "FavoriteExpanded" + ], "Method": "POST", "Permissions": { "Name": "ServiceMessageViewpoint.Write", @@ -158427,17 +158497,17 @@ "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 }, - "Uri": "/admin/serviceAnnouncement/messages/favorite", - "Variants": [ - "Favorite", - "FavoriteExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgFavoriteServiceAnnouncementMessage" + "Command": "Invoke-MgFavoriteServiceAnnouncementMessage", + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/messages/favorite", "Module": "Devices.ServiceAnnouncement", + "OutputType": null, + "Variants": [ + "Favorite1", + "FavoriteExpanded1" + ], "Method": "POST", "Permissions": { "Name": "ServiceMessageViewpoint.Write", @@ -158445,30 +158515,30 @@ "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 }, - "Uri": "/admin/serviceAnnouncement/messages/favorite", - "Variants": [ - "Favorite1", - "FavoriteExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgFavoriteServiceAnnouncementMessage" + "Command": "Invoke-MgFavoriteServiceAnnouncementMessage", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", + "Module": "Applications", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "Command": "Invoke-MgFilterApplicationSynchronizationJobSchemaOperator" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgFilterApplicationSynchronizationJobSchemaOperator", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", "Module": "Applications", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Directory.Read.All", @@ -158476,17 +158546,17 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", + "Command": "Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator", + "ApiVersion": "beta" + }, + { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphApproval1", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "Command": "Invoke-MgFilterApplicationSynchronizationTemplateSchemaOperator" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -158494,17 +158564,17 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval1", - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser" + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphApproval", + "Variants": [ + "Filter1", + "FilterViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -158512,17 +158582,17 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/filterByCurrentUser(on='{on}')", - "Variants": [ - "Filter1", - "FilterViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApproval", - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser" + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApprovalByCurrentUser", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/filterByCurrentUser(on='{on}')", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignment1", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -158538,17 +158608,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/filterByCurrentUser(on='{on}')", + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentByCurrentUser", + "ApiVersion": "beta" + }, + { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest1", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignment1", - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [ { @@ -158564,17 +158634,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/filterByCurrentUser(on='{on}')", + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser", + "ApiVersion": "beta" + }, + { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest1", - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageAssignmentRequestByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [ { @@ -158590,17 +158660,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackage", - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser" + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage1", + "Variants": [ + "Filter1", + "FilterViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -158616,17 +158686,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/filterByCurrentUser(on='{on}')", + "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "Uri": "/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Variants": [ - "Filter1", - "FilterViaIdentity1" + "Filter", + "FilterViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage1", - "Command": "Invoke-MgFilterEntitlementManagementAccessPackageByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [ { @@ -158642,17 +158712,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/assignments/filterByCurrentUser(on='{on}')", + "Command": "Invoke-MgFilterEntitlementManagementAssignmentByCurrentUser", + "ApiVersion": "v1.0" + }, + { + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "Command": "Invoke-MgFilterEntitlementManagementAssignmentByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [ { @@ -158668,108 +158738,82 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/filterByCurrentUser(on='{on}')", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "Command": "Invoke-MgFilterEntitlementManagementAssignmentRequestByCurrentUser" + "Command": "Invoke-MgFilterEntitlementManagementAssignmentRequestByCurrentUser", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage1", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage1", - "Command": "Invoke-MgFilterEntitlementManagementCatalogAccessPackageByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterEntitlementManagementCatalogAccessPackageByCurrentUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDecisionByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDecisionByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDecisionInstanceDecisionByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewStage1", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewStage1", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDecisionInstanceStageByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDecisionInstanceStageDecisionByCurrentUser", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [ - { - "Name": "AccessReview.Read.All", - "Description": "Read access reviews that you can access", - "FullDescription": "Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.", - "IsAdmin": true - }, - { - "Name": "AccessReview.ReadWrite.All", - "Description": "Manage access reviews that you can access", - "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", - "IsAdmin": true - } - ], "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [ { @@ -158785,17 +158829,17 @@ "IsAdmin": true } ], + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", "Variants": [ "Filter1", "FilterViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [ { @@ -158811,17 +158855,17 @@ "IsAdmin": true } ], + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionByCurrentUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstance1", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstance1", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [ { @@ -158837,17 +158881,17 @@ "IsAdmin": true } ], + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Variants": [ "Filter1", "FilterViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [ { @@ -158863,17 +158907,17 @@ "IsAdmin": true } ], + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceByCurrentUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [ { @@ -158889,17 +158933,17 @@ "IsAdmin": true } ], + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Variants": [ "Filter1", "FilterViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [ { @@ -158915,17 +158959,17 @@ "IsAdmin": true } ], + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecisionByCurrentUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewStage1", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewStage1", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [ { @@ -158941,43 +158985,43 @@ "IsAdmin": true } ], + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewStage", "Variants": [ "Filter1", "FilterViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [ { - "Name": "ConsentRequest.Read.All", - "Description": "Read consent requests", - "FullDescription": "Allows the app to read consent requests and approvals, on your behalf.", + "Name": "AccessReview.Read.All", + "Description": "Read access reviews that you can access", + "FullDescription": "Allows the app to read information on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, { - "Name": "ConsentRequest.ReadWrite.All", - "Description": "Read and write consent requests", - "FullDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", + "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 } ], + "Command": "Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceStageByCurrentUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAppConsentRequest1", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppConsentRequest1", - "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [ { @@ -158993,17 +159037,17 @@ "IsAdmin": true } ], + "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAppConsentRequest", "Variants": [ "Filter1", "FilterViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [ { @@ -159019,17 +159063,17 @@ "IsAdmin": true } ], + "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestByCurrentUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUserConsentRequest1", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserConsentRequest1", - "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [ { @@ -159045,108 +159089,134 @@ "IsAdmin": true } ], + "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUserConsentRequest", "Variants": [ "Filter1", "FilterViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser" + "Method": "GET", + "Permissions": [ + { + "Name": "ConsentRequest.Read.All", + "Description": "Read consent requests", + "FullDescription": "Allows the app to read consent requests and approvals, on your behalf.", + "IsAdmin": true + }, + { + "Name": "ConsentRequest.ReadWrite.All", + "Description": "Read and write consent requests", + "FullDescription": "Allows the app to read app consent requests for your approval, and deny or approve those request on your behalf.", + "IsAdmin": true + } + ], + "Command": "Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequestByCurrentUser", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphApproval", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentApprovalByCurrentUser", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -159174,17 +159244,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser" + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", + "Variants": [ + "Filter1", + "FilterViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -159212,17 +159282,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", - "Variants": [ - "Filter1", - "FilterViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser" + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleByCurrentUser", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -159256,17 +159326,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser" + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", + "Variants": [ + "Filter1", + "FilterViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -159300,17 +159370,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", - "Variants": [ - "Filter1", - "FilterViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser" + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -159344,17 +159414,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser" + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", + "Variants": [ + "Filter1", + "FilterViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -159388,17 +159458,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", - "Variants": [ - "Filter1", - "FilterViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser" + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -159432,17 +159502,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser" + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", + "Variants": [ + "Filter1", + "FilterViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -159476,17 +159546,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", - "Variants": [ - "Filter1", - "FilterViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser" + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleByCurrentUser", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -159520,17 +159590,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser" + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", + "Variants": [ + "Filter1", + "FilterViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -159564,17 +159634,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", - "Variants": [ - "Filter1", - "FilterViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser" + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -159608,17 +159678,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser" + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Variants": [ + "Filter1", + "FilterViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -159652,186 +159722,186 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", - "Variants": [ - "Filter1", - "FilterViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser" + "Command": "Invoke-MgFilterRoleManagementDirectoryRoleEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/filterByCurrentUser(on='{on}')", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphApproval", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentApprovalByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/filterByCurrentUser(on='{on}')", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Variants": [ "Filter1", "FilterViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleByCurrentUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/filterByCurrentUser(on='{on}')", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Variants": [ "Filter1", "FilterViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleInstanceByCurrentUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/filterByCurrentUser(on='{on}')", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Variants": [ "Filter1", "FilterViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleAssignmentScheduleRequestByCurrentUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/filterByCurrentUser(on='{on}')", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Variants": [ "Filter1", "FilterViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleByCurrentUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/filterByCurrentUser(on='{on}')", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Variants": [ "Filter1", "FilterViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleInstanceByCurrentUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/filterByCurrentUser(on='{on}')", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Variants": [ "Filter1", "FilterViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgFilterRoleManagementEntitlementManagementRoleEligibilityScheduleRequestByCurrentUser", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", "Module": "Applications", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", + "Variants": [ + "Filter", + "FilterViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Directory.Read.All", @@ -159839,17 +159909,17 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/filterOperators", + "Command": "Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator", + "ApiVersion": "beta" + }, + { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", + "Module": "Applications", + "OutputType": "IMicrosoftGraphFilterOperatorSchema", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "Command": "Invoke-MgFilterServicePrincipalSynchronizationJobSchemaOperator" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": { "Name": "Directory.Read.All", @@ -159857,147 +159927,147 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/filterOperators", - "Variants": [ - "Filter", - "FilterViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFilterOperatorSchema", - "Command": "Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator" + "Command": "Invoke-MgFilterServicePrincipalSynchronizationTemplateSchemaOperator", + "ApiVersion": "beta" }, { - "Module": "Users.Functions", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/appConsentRequestsForApproval/filterByCurrentUser(on='{on}')", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphAppConsentRequest", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "Command": "Invoke-MgFilterUserAppConsentRequestForApprovalByCurrentUser" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterUserAppConsentRequestForApprovalByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/appConsentRequestsForApproval/{appConsentRequest-id}/userConsentRequests/filterByCurrentUser(on='{on}')", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphUserConsentRequest", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "Command": "Invoke-MgFilterUserAppConsentRequestForApprovalUserConsentRequestByCurrentUser" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterUserAppConsentRequestForApprovalUserConsentRequestByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/approvals/filterByCurrentUser(on='{on}')", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphApproval", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", - "Command": "Invoke-MgFilterUserApprovalByCurrentUser" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterUserApprovalByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/pendingAccessReviewInstances/filterByCurrentUser(on='{on}')", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "Command": "Invoke-MgFilterUserPendingAccessReviewInstanceByCurrentUser" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterUserPendingAccessReviewInstanceByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/filterByCurrentUser(on='{on}')", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "Command": "Invoke-MgFilterUserPendingAccessReviewInstanceDecisionByCurrentUser" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgFilterUserPendingAccessReviewInstanceDecisionByCurrentUser", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/filterByCurrentUser(on='{on}')", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphAccessReviewStage", "Variants": [ "Filter", "FilterViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "Command": "Invoke-MgFilterUserPendingAccessReviewInstanceStageByCurrentUser" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgFilterUserPendingAccessReviewInstanceStageByCurrentUser", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "POST", - "Permissions": [], "Uri": "/financials/companies/{company-id}/journals/{journal-id}/post", + "Module": "Financials", + "OutputType": null, "Variants": [ "Post", "PostViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgFinancialCompanyJournal" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgFinancialCompanyJournal", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/post", + "Module": "Financials", + "OutputType": null, "Variants": [ "Post", "PostViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgFinancialCompanyPurchaseInvoice" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgFinancialCompanyPurchaseInvoice", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/post", + "Module": "Financials", + "OutputType": null, "Variants": [ "Post", "PostViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgFinancialCompanySaleInvoice" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgFinancialCompanySaleInvoice", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/postAndSend", + "Module": "Financials", + "OutputType": null, "Variants": [ "Post", "PostViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgFinancialCompanySaleInvoiceAndSend" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgFinancialCompanySaleInvoiceAndSend", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", + "Variants": [ + "Follow", + "FollowViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -160037,17 +160107,17 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", - "Variants": [ - "Follow", - "FollowViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Invoke-MgFollowDriveItem" + "Command": "Invoke-MgFollowDriveItem", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Follow1", + "FollowViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -160087,167 +160157,149 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/follow", - "Variants": [ - "Follow1", - "FollowViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Invoke-MgFollowDriveItem" + "Command": "Invoke-MgFollowDriveItem", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/drives/{drive-id}/root/follow", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Follow1", "FollowViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Invoke-MgFollowDriveRoot" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgFollowDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/follow", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Follow", "FollowViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Invoke-MgFollowDriveRoot" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgFollowDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Follow", "FollowViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Invoke-MgFollowGroupDriveItem" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgFollowGroupDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Follow1", "FollowViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Invoke-MgFollowGroupDriveItem" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgFollowGroupDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Follow", "FollowViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Invoke-MgFollowGroupDriveRoot" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgFollowGroupDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/follow", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Follow1", "FollowViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Invoke-MgFollowGroupDriveRoot" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgFollowGroupDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Follow1", "FollowViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Invoke-MgFollowUserDriveItem" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgFollowUserDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/follow", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Follow", "FollowViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Invoke-MgFollowUserDriveItem" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgFollowUserDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Follow1", "FollowViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Invoke-MgFollowUserDriveRoot" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgFollowUserDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/follow", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Follow", "FollowViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Invoke-MgFollowUserDriveRoot" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgFollowUserDriveRoot", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "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 - }, "Uri": "/domains/{domain-id}/forceDelete", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Force", "ForceExpanded", "ForceViaIdentity", "ForceViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgForceDomainDelete" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": { "Name": "Domain.ReadWrite.All", @@ -160255,39 +160307,39 @@ "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 }, + "Command": "Invoke-MgForceDomainDelete", + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}/forceDelete", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Force1", "ForceExpanded1", "ForceViaIdentity1", "ForceViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgForceDomainDelete" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { - "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", - "IsAdmin": false + "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 }, + "Command": "Invoke-MgForceDomainDelete", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", + "Module": "Groups", + "OutputType": null, "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgForwardGroupCalendarEvent" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Calendars.Read", @@ -160295,39 +160347,39 @@ "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, + "Command": "Invoke-MgForwardGroupCalendarEvent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/events/{event-id}/forward", + "Module": "Groups", + "OutputType": null, "Variants": [ "Forward1", "ForwardExpanded1", "ForwardViaIdentity1", "ForwardViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgForwardGroupCalendarEvent" - }, - { - "Module": "Groups", "Method": "POST", "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": "Calendars.Read", + "Description": "Read your calendars ", + "FullDescription": "Allows the app to read events in your calendars. ", + "IsAdmin": false }, + "Command": "Invoke-MgForwardGroupCalendarEvent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "Module": "Groups", + "OutputType": null, "Variants": [ "Forward1", "ForwardExpanded1", "ForwardViaIdentity1", "ForwardViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgForwardGroupConversationThreadPost" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -160335,69 +160387,69 @@ "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": "Invoke-MgForwardGroupConversationThreadPost", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "Module": "Groups", + "OutputType": null, "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgForwardGroupConversationThreadPost" + "Method": "POST", + "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 + }, + "Command": "Invoke-MgForwardGroupConversationThreadPost", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "Module": "Groups", + "OutputType": null, "Variants": [ "Forward1", "ForwardExpanded1", "ForwardViaIdentity1", "ForwardViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "Module": "Groups", + "OutputType": null, "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgForwardGroupConversationThreadPostInReplyTo", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": { - "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", - "IsAdmin": false - }, "Uri": "/groups/{group-id}/events/{event-id}/forward", + "Module": "Groups", + "OutputType": null, "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgForwardGroupEvent" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Calendars.Read", @@ -160405,39 +160457,39 @@ "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, + "Command": "Invoke-MgForwardGroupEvent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/forward", + "Module": "Groups", + "OutputType": null, "Variants": [ "Forward1", "ForwardExpanded1", "ForwardViaIdentity1", "ForwardViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgForwardGroupEvent" - }, - { - "Module": "Groups", "Method": "POST", "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": "Calendars.Read", + "Description": "Read your calendars ", + "FullDescription": "Allows the app to read events in your calendars. ", + "IsAdmin": false }, + "Command": "Invoke-MgForwardGroupEvent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "Module": "Groups", + "OutputType": null, "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgForwardGroupThreadPost" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -160445,69 +160497,69 @@ "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": "Invoke-MgForwardGroupThreadPost", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/forward", + "Module": "Groups", + "OutputType": null, "Variants": [ "Forward1", "ForwardExpanded1", "ForwardViaIdentity1", "ForwardViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgForwardGroupThreadPost" + "Method": "POST", + "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 + }, + "Command": "Invoke-MgForwardGroupThreadPost", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "Module": "Groups", + "OutputType": null, "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgForwardGroupThreadPostInReplyTo" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgForwardGroupThreadPostInReplyTo", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/forward", + "Module": "Groups", + "OutputType": null, "Variants": [ "Forward1", "ForwardExpanded1", "ForwardViaIdentity1", "ForwardViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgForwardGroupThreadPostInReplyTo" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgForwardGroupThreadPostInReplyTo", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": { - "Name": "Calendars.Read", - "Description": "Read your calendars ", - "FullDescription": "Allows the app to read events in your calendars. ", - "IsAdmin": false - }, "Uri": "/users/{user-id}/events/{event-id}/forward", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgForwardUserEvent" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Calendars.Read", @@ -160515,99 +160567,99 @@ "FullDescription": "Allows the app to read events in your calendars. ", "IsAdmin": false }, + "Command": "Invoke-MgForwardUserEvent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/forward", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Forward1", "ForwardExpanded1", "ForwardViaIdentity1", "ForwardViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgForwardUserEvent" + "Method": "POST", + "Permissions": { + "Name": "Calendars.Read", + "Description": "Read your calendars ", + "FullDescription": "Allows the app to read events in your calendars. ", + "IsAdmin": false + }, + "Command": "Invoke-MgForwardUserEvent", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgForwardUserEventInstance" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgForwardUserEventInstance", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/forward", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Forward1", "ForwardExpanded1", "ForwardViaIdentity1", "ForwardViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgForwardUserEventInstance" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgForwardUserEventInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/forward", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Forward1", "ForwardExpanded1", "ForwardViaIdentity1", "ForwardViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgForwardUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": { - "Name": "Mail.Send", - "Description": "Send mail as you ", - "FullDescription": "Allows the app to send mail as you. ", - "IsAdmin": false - }, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgForwardUserMailFolderMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.Send", @@ -160615,19 +160667,19 @@ "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, + "Command": "Invoke-MgForwardUserMailFolderMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/forward", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Forward1", "ForwardExpanded1", "ForwardViaIdentity1", "ForwardViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgForwardUserMailFolderMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.Send", @@ -160635,19 +160687,19 @@ "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, + "Command": "Invoke-MgForwardUserMailFolderMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/forward", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Forward", "ForwardExpanded", "ForwardViaIdentity", "ForwardViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgForwardUserMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.Send", @@ -160655,32 +160707,50 @@ "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, + "Command": "Invoke-MgForwardUserMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/forward", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Forward1", "ForwardExpanded1", "ForwardViaIdentity1", "ForwardViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgForwardUserMessage" + "Method": "POST", + "Permissions": { + "Name": "Mail.Send", + "Description": "Send mail as you ", + "FullDescription": "Allows the app to send mail as you. ", + "IsAdmin": false + }, + "Command": "Invoke-MgForwardUserMessage", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Variants": [ "Functions", "FunctionsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "Command": "Invoke-MgFunctionApplicationSynchronizationJobSchema" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgFunctionApplicationSynchronizationJobSchema", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", "Module": "Applications", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", + "Variants": [ + "Functions", + "FunctionsViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Directory.Read.All", @@ -160688,17 +160758,17 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, - "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", + "Command": "Invoke-MgFunctionApplicationSynchronizationTemplateSchema", + "ApiVersion": "beta" + }, + { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Variants": [ "Functions", "FunctionsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "Command": "Invoke-MgFunctionApplicationSynchronizationTemplateSchema" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": { "Name": "Directory.Read.All", @@ -160706,17 +160776,17 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/functions", + "Command": "Invoke-MgFunctionServicePrincipalSynchronizationJobSchema", + "ApiVersion": "beta" + }, + { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", "Variants": [ "Functions", "FunctionsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "Command": "Invoke-MgFunctionServicePrincipalSynchronizationJobSchema" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": { "Name": "Directory.Read.All", @@ -160724,37 +160794,19 @@ "FullDescription": "Allows the app to read data in your organization's directory.", "IsAdmin": true }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/functions", - "Variants": [ - "Functions", - "FunctionsViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttributeMappingFunctionSchema", - "Command": "Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema" + "Command": "Invoke-MgFunctionServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "POST", - "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 - }, "Uri": "/chats/{chat-id}/unhideForUser", + "Module": "Teams", + "OutputType": null, "Variants": [ "Graph1", "GraphExpanded1", "GraphViaIdentity1", "GraphViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgGraphChat" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": { "Name": "Chat.ReadWrite", @@ -160762,19 +160814,37 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false }, + "Command": "Invoke-MgGraphChat", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/unhideForUser", + "Module": "Teams", + "OutputType": null, "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgGraphChat" + "Method": "POST", + "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 + }, + "Command": "Invoke-MgGraphChat", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/scopedForResource(resource='{resource}')", "Module": "DeviceManagement.Functions", + "OutputType": null, + "Variants": [ + "Graph", + "GraphViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -160802,17 +160872,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/scopedForResource(resource='{resource}')", + "Command": "Invoke-MgGraphDeviceManagement", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/unshareForSchoolDataSyncService", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Graph", "GraphViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgGraphDeviceManagement" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -160820,43 +160890,43 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/unshareForSchoolDataSyncService", - "Variants": [ - "Graph", - "GraphViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgGraphDeviceManagementDepOnboardingSetting" + "Command": "Invoke-MgGraphDeviceManagementDepOnboardingSetting", + "ApiVersion": "beta" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/drives/{drive-id}/sharedWithMe", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Graph1", "GraphViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Invoke-MgGraphDrive" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgGraphDrive", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/sharedWithMe", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Graph", "GraphViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Invoke-MgGraphDrive" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgGraphDrive", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/unsubscribeByMail", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Graph", + "GraphViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -160864,17 +160934,17 @@ "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": "/groups/{group-id}/unsubscribeByMail", - "Variants": [ - "Graph", - "GraphViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgGraphGroup" + "Command": "Invoke-MgGraphGroup", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/unsubscribeByMail", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Graph1", + "GraphViaIdentity1" + ], "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -160882,51 +160952,39 @@ "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": "/groups/{group-id}/unsubscribeByMail", - "Variants": [ - "Graph1", - "GraphViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgGraphGroup" + "Command": "Invoke-MgGraphGroup", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Graph", "GraphViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Invoke-MgGraphGroupDrive" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgGraphGroupDrive", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/sharedWithMe", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Graph1", "GraphViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Invoke-MgGraphGroupDrive" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgGraphGroupDrive", + "ApiVersion": "v1.0" }, { - "Module": "Reports", - "Method": "GET", - "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 - }, "Uri": "/reports/authenticationMethods/usersRegisteredByFeature", + "Module": "Reports", + "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", "Variants": [ "Graph", "Graph1", @@ -160935,284 +160993,295 @@ "GraphViaIdentity", "GraphViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserRegistrationFeatureSummary", - "Command": "Invoke-MgGraphReportAuthenticationMethod" + "Method": "GET", + "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 + }, + "Command": "Invoke-MgGraphReportAuthenticationMethod", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgGraphUserChat" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgGraphUserChat", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/unhideForUser", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Graph1", "GraphExpanded1", "GraphViaIdentity1", "GraphViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgGraphUserChat" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgGraphUserChat", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Graph1", "GraphViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Invoke-MgGraphUserDrive" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgGraphUserDrive", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/sharedWithMe", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Graph", "GraphViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Invoke-MgGraphUserDrive" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgGraphUserDrive", + "ApiVersion": "v1.0" }, { - "Module": "WindowsUpdates", - "Method": "POST", - "Permissions": [], "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/unenrollAssetsById", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgGraphWindowsUpdatesDeploymentAudienceExclusion" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgGraphWindowsUpdatesDeploymentAudienceExclusion", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/unenrollAssetsById", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgGraphWindowsUpdatesDeploymentAudienceMember" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgGraphWindowsUpdatesDeploymentAudienceMember", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssetsById", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgGraphWindowsUpdatesPolicyAudienceExclusion" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgGraphWindowsUpdatesPolicyAudienceExclusion", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssetsById", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Graph", "GraphExpanded", "GraphViaIdentity", "GraphViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgGraphWindowsUpdatesPolicyAudienceMember" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgGraphWindowsUpdatesPolicyAudienceMember", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatableAssets/unenrollAssetsById", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Graph", "GraphExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgGraphWindowsUpdatesUpdatableAsset" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgGraphWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections/hasPayloadLinks", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Variants": [ "Has", "HasExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "Command": "Invoke-MgHasDeviceAppMgtAndroidManagedAppProtectionPayloadLink" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgHasDeviceAppMgtAndroidManagedAppProtectionPayloadLink", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/hasPayloadLinks", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Variants": [ "Has", "HasExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "Command": "Invoke-MgHasDeviceAppMgtiOSLobAppProvisioningConfigurationPayloadLink" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgHasDeviceAppMgtiOSLobAppProvisioningConfigurationPayloadLink", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/hasPayloadLinks", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Variants": [ "Has", "HasExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "Command": "Invoke-MgHasDeviceAppMgtiOSManagedAppProtectionPayloadLink" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgHasDeviceAppMgtiOSManagedAppProtectionPayloadLink", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/hasPayloadLinks", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Variants": [ "Has", "HasExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "Command": "Invoke-MgHasDeviceAppMgtMdmWindowInformationProtectionPolicyPayloadLink" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgHasDeviceAppMgtMdmWindowInformationProtectionPolicyPayloadLink", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/hasPayloadLinks", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Variants": [ "Has", "HasExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "Command": "Invoke-MgHasDeviceAppMgtMobileAppPayloadLink" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgHasDeviceAppMgtMobileAppPayloadLink", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/hasPayloadLinks", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Variants": [ "Has", "HasExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "Command": "Invoke-MgHasDeviceAppMgtTargetedManagedAppConfigurationPayloadLink" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgHasDeviceAppMgtTargetedManagedAppConfigurationPayloadLink", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/hasPayloadLinks", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Variants": [ "Has", "HasExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "Command": "Invoke-MgHasDeviceManagementDeviceCompliancePolicyPayloadLink" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgHasDeviceManagementDeviceCompliancePolicyPayloadLink", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/hasPayloadLinks", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Variants": [ "Has", "HasExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "Command": "Invoke-MgHasDeviceManagementDeviceConfigurationPayloadLink" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgHasDeviceManagementDeviceConfigurationPayloadLink", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceEnrollmentConfigurations/hasPayloadLinks", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Variants": [ "Has", "HasExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "Command": "Invoke-MgHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgHasDeviceManagementDeviceEnrollmentConfigurationPayloadLink", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceManagementScripts/hasPayloadLinks", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Variants": [ "Has", "HasExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "Command": "Invoke-MgHasDeviceManagementScriptPayloadLink" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgHasDeviceManagementScriptPayloadLink", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/hasPayloadLinks", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Variants": [ "Has", "HasExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "Command": "Invoke-MgHasDeviceManagementWindowAutopilotDeploymentProfilePayloadLink" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgHasDeviceManagementWindowAutopilotDeploymentProfilePayloadLink", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/zebraFotaConnector/hasActiveDeployments", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Has" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.Read.All", @@ -161220,31 +161289,32 @@ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true }, - "Uri": "/deviceManagement/zebraFotaConnector/hasActiveDeployments", - "Variants": [ - "Has" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgHasDeviceManagementZebraFotaConnectorActiveDeployment" + "Command": "Invoke-MgHasDeviceManagementZebraFotaConnectorActiveDeployment", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/hasPayloadLinks", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", "Variants": [ "Has", "HasExpanded", "HasViaIdentity", "HasViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHasPayloadLinkResultItem", - "Command": "Invoke-MgHasUserDeviceEnrollmentConfigurationPayloadLink" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgHasUserDeviceEnrollmentConfigurationPayloadLink", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Have1", + "HaveViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -161260,17 +161330,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "Variants": [ - "Have1", - "HaveViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgHaveTeamChannel" + "Command": "Invoke-MgHaveTeamChannel", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Have", + "HaveViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -161286,69 +161356,69 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", - "Variants": [ - "Have", - "HaveViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgHaveTeamChannel" + "Command": "Invoke-MgHaveTeamChannel", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "Module": "Teams", + "OutputType": null, "Variants": [ "Have1", "HaveViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgHaveTeamPrimaryChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgHaveTeamPrimaryChannel", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "Module": "Teams", + "OutputType": null, "Variants": [ "Have", "HaveViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgHaveTeamPrimaryChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgHaveTeamPrimaryChannel", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "Module": "Teams", + "OutputType": null, "Variants": [ "Have1", "HaveViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel" - }, - { - "Module": "Teams", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/doesUserHaveAccess(userId='@userId',tenantId='@tenantId',userPrincipalName='@userPrincipalName')", + "Module": "Teams", + "OutputType": null, "Variants": [ "Have", "HaveViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgHaveTeamworkDeletedTeamChannel", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Initiate", + "InitiateViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -161364,17 +161434,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", - "Variants": [ - "Initiate", - "InitiateViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery" + "Command": "Invoke-MgInitiateDeviceManagementComanagedDeviceMobileDeviceManagementKeyRecovery", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Initiate", + "InitiateExpanded", + "InitiateViaIdentity", + "InitiateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -161390,19 +161462,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "Variants": [ - "Initiate", - "InitiateExpanded", - "InitiateViaIdentity", - "InitiateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation" + "Command": "Invoke-MgInitiateDeviceManagementComanagedDeviceOnDemandProactiveRemediation", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Initiate", + "InitiateViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -161418,17 +161488,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", - "Variants": [ - "Initiate", - "InitiateViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery" + "Command": "Invoke-MgInitiateDeviceManagementManagedDeviceMobileDeviceManagementKeyRecovery", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Initiate", + "InitiateExpanded", + "InitiateViaIdentity", + "InitiateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -161444,47 +161516,47 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", - "Variants": [ - "Initiate", - "InitiateExpanded", - "InitiateViaIdentity", - "InitiateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation" + "Command": "Invoke-MgInitiateDeviceManagementManagedDeviceOnDemandProactiveRemediation", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateMobileDeviceManagementKeyRecovery", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Initiate", "InitiateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgInitiateUserManagedDeviceMobileDeviceManagementKeyRecovery" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgInitiateUserManagedDeviceMobileDeviceManagementKeyRecovery", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/initiateOnDemandProactiveRemediation", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Initiate", "InitiateExpanded", "InitiateViaIdentity", "InitiateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgInitiateUserManagedDeviceOnDemandProactiveRemediation" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgInitiateUserManagedDeviceOnDemandProactiveRemediation", + "ApiVersion": "beta" }, { + "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", "Module": "Applications", + "OutputType": "IMicrosoftGraphApplicationServicePrincipal1", + "Variants": [ + "Instantiate", + "InstantiateExpanded", + "InstantiateViaIdentity", + "InstantiateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -161500,19 +161572,19 @@ "IsAdmin": true } ], - "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", - "Variants": [ - "Instantiate", - "InstantiateExpanded", - "InstantiateViaIdentity", - "InstantiateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplicationServicePrincipal1", - "Command": "Invoke-MgInstantiateApplicationTemplate" + "Command": "Invoke-MgInstantiateApplicationTemplate", + "ApiVersion": "beta" }, { + "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", "Module": "Applications", + "OutputType": "IMicrosoftGraphApplicationServicePrincipal", + "Variants": [ + "Instantiate1", + "InstantiateExpanded1", + "InstantiateViaIdentity1", + "InstantiateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -161528,19 +161600,17 @@ "IsAdmin": true } ], - "Uri": "/applicationTemplates/{applicationTemplate-id}/instantiate", - "Variants": [ - "Instantiate1", - "InstantiateExpanded1", - "InstantiateViaIdentity1", - "InstantiateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplicationServicePrincipal", - "Command": "Invoke-MgInstantiateApplicationTemplate" + "Command": "Invoke-MgInstantiateApplicationTemplate", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/invalidateAllRefreshTokens", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Invalidate", + "InvalidateViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -161556,37 +161626,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/invalidateAllRefreshTokens", - "Variants": [ - "Invalidate", - "InvalidateViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgInvalidateUserRefreshToken" + "Command": "Invoke-MgInvalidateUserRefreshToken", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "Method": "POST", - "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, "Uri": "/communications/calls/{call-id}/participants/invite", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphInviteParticipantsOperation1", "Variants": [ "Invite1", "InviteExpanded1", "InviteViaIdentity1", "InviteViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInviteParticipantsOperation1", - "Command": "Invoke-MgInviteCommunicationCallParticipant" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": { "Name": "N/A", @@ -161594,19 +161646,39 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Invoke-MgInviteCommunicationCallParticipant", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/participants/invite", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphInviteParticipantsOperation", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInviteParticipantsOperation", - "Command": "Invoke-MgInviteCommunicationCallParticipant" + "Method": "POST", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "Invoke-MgInviteCommunicationCallParticipant", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", + "Variants": [ + "Invite", + "InviteExpanded", + "InviteViaIdentity", + "InviteViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -161628,19 +161700,19 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", - "Variants": [ - "Invite", - "InviteExpanded", - "InviteViaIdentity", - "InviteViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Invoke-MgInviteDriveItem" + "Command": "Invoke-MgInviteDriveItem", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", + "Variants": [ + "Invite1", + "InviteExpanded1", + "InviteViaIdentity1", + "InviteViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -161662,169 +161734,166 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/invite", - "Variants": [ - "Invite1", - "InviteExpanded1", - "InviteViaIdentity1", - "InviteViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Invoke-MgInviteDriveItem" + "Command": "Invoke-MgInviteDriveItem", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/drives/{drive-id}/root/invite", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Invite1", "InviteExpanded1", "InviteViaIdentity1", "InviteViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Invoke-MgInviteDriveRoot" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgInviteDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/invite", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Invoke-MgInviteDriveRoot" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgInviteDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Invoke-MgInviteGroupDriveItem" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgInviteGroupDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Invite1", "InviteExpanded1", "InviteViaIdentity1", "InviteViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Invoke-MgInviteGroupDriveItem" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgInviteGroupDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Invoke-MgInviteGroupDriveRoot" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgInviteGroupDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/invite", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Invite1", "InviteExpanded1", "InviteViaIdentity1", "InviteViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Invoke-MgInviteGroupDriveRoot" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgInviteGroupDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Invite1", "InviteExpanded1", "InviteViaIdentity1", "InviteViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Invoke-MgInviteUserDriveItem" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgInviteUserDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/invite", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Invoke-MgInviteUserDriveItem" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgInviteUserDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Invite1", "InviteExpanded1", "InviteViaIdentity1", "InviteViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Invoke-MgInviteUserDriveRoot" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgInviteUserDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/invite", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Invite", "InviteExpanded", "InviteViaIdentity", "InviteViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Invoke-MgInviteUserDriveRoot" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgInviteUserDriveRoot", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceHealthScripts/areGlobalScriptsAvailable", "Module": "DeviceManagement.Functions", + "OutputType": null, + "Variants": [ + "Are" + ], "Method": "GET", "Permissions": [ { @@ -161840,42 +161909,43 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceHealthScripts/areGlobalScriptsAvailable", - "Variants": [ - "Are" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable" + "Command": "Invoke-MgIsDeviceManagementDeviceHealthScriptGlobalScriptAvailable", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "Method": "POST", - "Permissions": [], "Uri": "/communications/calls/{call-id}/keepAlive", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Keep1", "KeepViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgKeepCommunicationCallAlive" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgKeepCommunicationCallAlive", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/keepAlive", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Keep", "KeepViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgKeepCommunicationCallAlive" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgKeepCommunicationCallAlive", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/reprocessLicenseAssignment", "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "License", + "LicenseViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -161891,17 +161961,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/reprocessLicenseAssignment", - "Variants": [ - "License", - "LicenseViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Invoke-MgLicenseUser" + "Command": "Invoke-MgLicenseUser", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/reprocessLicenseAssignment", "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUser1", + "Variants": [ + "License1", + "LicenseViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -161917,47 +161987,47 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/reprocessLicenseAssignment", - "Variants": [ - "License1", - "LicenseViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Invoke-MgLicenseUser" + "Command": "Invoke-MgLicenseUser", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "GET", - "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileLobApp", "Variants": [ "Lob", "Lob1", "LobViaIdentity", "LobViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileLobApp", - "Command": "Invoke-MgLobDeviceAppMgtGetMobileApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgLobDeviceAppMgtGetMobileApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/managedMobileLobApp", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileLobApp1", "Variants": [ "Lob2", "Lob3", "LobViaIdentity2", "LobViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileLobApp1", - "Command": "Invoke-MgLobDeviceAppMgtGetMobileApp" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgLobDeviceAppMgtGetMobileApp", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileLobApp", + "Variants": [ + "Lob", + "Lob1" + ], "Method": "GET", "Permissions": [ { @@ -161973,17 +162043,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", - "Variants": [ - "Lob", - "Lob1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileLobApp", - "Command": "Invoke-MgLobDeviceAppMgtListMobileApp" + "Command": "Invoke-MgLobDeviceAppMgtListMobileApp", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileLobApp1", + "Variants": [ + "Lob2", + "Lob3" + ], "Method": "GET", "Permissions": [ { @@ -161999,61 +162069,43 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/mobileApps/managedMobileLobApp", - "Variants": [ - "Lob2", - "Lob3" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileLobApp1", - "Command": "Invoke-MgLobDeviceAppMgtListMobileApp" + "Command": "Invoke-MgLobDeviceAppMgtListMobileApp", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "POST", - "Permissions": [], "Uri": "/communications/calls/logTeleconferenceDeviceQuality", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Log1", "LogExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/logTeleconferenceDeviceQuality", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Log", "LogExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgLogCommunicationCallTeleconferenceDeviceQuality", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Logout", "LogoutViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -162061,17 +162113,17 @@ "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 }, + "Command": "Invoke-MgLogoutDeviceManagementComanagedDeviceSharedAppleDeviceActiveUser", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Logout", "LogoutViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -162079,63 +162131,63 @@ "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 }, + "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Logout1", "LogoutViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser" + "Method": "POST", + "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 + }, + "Command": "Invoke-MgLogoutDeviceManagementManagedDeviceSharedAppleDeviceActiveUser", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Logout", "LogoutViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logoutSharedAppleDeviceActiveUser", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Logout1", "LogoutViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "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 - }, "Uri": "/chats/{chat-id}/markChatReadForUser", + "Module": "Teams", + "OutputType": null, "Variants": [ "Mark1", "MarkExpanded1", "MarkViaIdentity1", "MarkViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgMarkChatReadForUser" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": { "Name": "Chat.ReadWrite", @@ -162143,19 +162195,19 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false }, + "Command": "Invoke-MgMarkChatReadForUser", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/markChatReadForUser", + "Module": "Teams", + "OutputType": null, "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgMarkChatReadForUser" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": { "Name": "Chat.ReadWrite", @@ -162163,19 +162215,19 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false }, + "Command": "Invoke-MgMarkChatReadForUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/chats/{chat-id}/markChatUnreadForUser", + "Module": "Teams", + "OutputType": null, "Variants": [ "Mark1", "MarkExpanded1", "MarkViaIdentity1", "MarkViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgMarkChatUnreadForUser" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": { "Name": "Chat.ReadWrite", @@ -162183,37 +162235,37 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false }, + "Command": "Invoke-MgMarkChatUnreadForUser", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/markChatUnreadForUser", + "Module": "Teams", + "OutputType": null, "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgMarkChatUnreadForUser" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "POST", "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 + "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 }, + "Command": "Invoke-MgMarkChatUnreadForUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/messages/markRead", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Mark", "MarkExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgMarkServiceAnnouncementMessageRead" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "POST", "Permissions": { "Name": "ServiceMessageViewpoint.Write", @@ -162221,17 +162273,17 @@ "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 }, + "Command": "Invoke-MgMarkServiceAnnouncementMessageRead", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages/markRead", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Mark1", "MarkExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgMarkServiceAnnouncementMessageRead" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "POST", "Permissions": { "Name": "ServiceMessageViewpoint.Write", @@ -162239,17 +162291,17 @@ "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 }, + "Command": "Invoke-MgMarkServiceAnnouncementMessageRead", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/messages/markUnread", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Mark", "MarkExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "POST", "Permissions": { "Name": "ServiceMessageViewpoint.Write", @@ -162257,77 +162309,184 @@ "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 }, + "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages/markUnread", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Mark1", "MarkExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread" + "Method": "POST", + "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 + }, + "Command": "Invoke-MgMarkServiceAnnouncementMessageUnread", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "ApiVersion": "beta", + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgMarkUserChatReadForUser", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", + "Module": "Users.Actions", "OutputType": null, - "Command": "Invoke-MgMarkUserChatReadForUser" + "Variants": [ + "Mark1", + "MarkExpanded1", + "MarkViaIdentity1", + "MarkViaIdentityExpanded1" + ], + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgMarkUserChatReadForUser", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Mark", + "MarkExpanded", + "MarkViaIdentity", + "MarkViaIdentityExpanded" + ], "Method": "POST", "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/markChatReadForUser", + "Command": "Invoke-MgMarkUserChatUnreadForUser", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Mark1", "MarkExpanded1", "MarkViaIdentity1", "MarkViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgMarkUserChatReadForUser" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgMarkUserChatUnreadForUser", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsJunk", "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage", + "Variants": [ + "Mark", + "MarkExpanded", + "MarkViaIdentity", + "MarkViaIdentityExpanded" + ], "Method": "POST", "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", + "Command": "Invoke-MgMarkUserMailFolderChildFolderMessageAsJunk", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/markAsNotJunk", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Mark", "MarkExpanded", "MarkViaIdentity", "MarkViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgMarkUserChatUnreadForUser" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgMarkUserMailFolderChildFolderMessageAsNotJunk", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsJunk", "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage", + "Variants": [ + "Mark", + "MarkExpanded", + "MarkViaIdentity", + "MarkViaIdentityExpanded" + ], "Method": "POST", "Permissions": [], - "Uri": "/users/{user-id}/chats/{chat-id}/markChatUnreadForUser", + "Command": "Invoke-MgMarkUserMailFolderMessageAsJunk", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/markAsNotJunk", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ - "Mark1", - "MarkExpanded1", - "MarkViaIdentity1", - "MarkViaIdentityExpanded1" + "Mark", + "MarkExpanded", + "MarkViaIdentity", + "MarkViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgMarkUserChatUnreadForUser" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgMarkUserMailFolderMessageAsNotJunk", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/messages/{message-id}/markAsJunk", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage", + "Variants": [ + "Mark", + "MarkExpanded", + "MarkViaIdentity", + "MarkViaIdentityExpanded" + ], + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgMarkUserMessageAsJunk", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/messages/{message-id}/markAsNotJunk", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage", + "Variants": [ + "Mark", + "MarkExpanded", + "MarkViaIdentity", + "MarkViaIdentityExpanded" + ], + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgMarkUserMessageAsNotJunk", + "ApiVersion": "beta" }, { + "Uri": "/chats/allMessages", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", + "Variants": [ + "Messages" + ], "Method": "GET", "Permissions": [ { @@ -162349,16 +162508,16 @@ "IsAdmin": false } ], - "Uri": "/chats/allMessages", - "Variants": [ - "Messages" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Invoke-MgMessageChat" + "Command": "Invoke-MgMessageChat", + "ApiVersion": "beta" }, { + "Uri": "/teams/allMessages", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", + "Variants": [ + "Messages" + ], "Method": "GET", "Permissions": [ { @@ -162404,16 +162563,17 @@ "IsAdmin": true } ], - "Uri": "/teams/allMessages", - "Variants": [ - "Messages" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Invoke-MgMessageTeam" + "Command": "Invoke-MgMessageTeam", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/allMessages", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", + "Variants": [ + "Messages", + "MessagesViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -162459,30 +162619,30 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/allMessages", - "Variants": [ - "Messages", - "MessagesViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Invoke-MgMessageTeamChannel" + "Command": "Invoke-MgMessageTeamChannel", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "GET", - "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/allMessages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Messages", "MessagesViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Invoke-MgMessageTeamworkDeletedTeamChannel" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgMessageTeamworkDeletedTeamChannel", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/allMessages", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphChatMessage1", + "Variants": [ + "Messages", + "MessagesViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -162504,92 +162664,91 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/chats/allMessages", - "Variants": [ - "Messages", - "MessagesViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "Invoke-MgMessageUserChat" + "Command": "Invoke-MgMessageUserChat", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "Method": "POST", - "Permissions": [], "Uri": "/communications/calls/{call-id}/participants/muteAll", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMuteParticipantsOperation", "Variants": [ "Mute2", "MuteExpanded2", "MuteViaIdentity2", "MuteViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMuteParticipantsOperation", - "Command": "Invoke-MgMuteAllCommunicationCallParticipant" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgMuteAllCommunicationCallParticipant", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/mute", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMuteParticipantOperation", "Variants": [ "Mute1", "MuteExpanded1", "MuteViaIdentity1", "MuteViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMuteParticipantOperation", - "Command": "Invoke-MgMuteCommunicationCall" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgMuteCommunicationCall", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/mute", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMuteParticipantOperation", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMuteParticipantOperation", - "Command": "Invoke-MgMuteCommunicationCall" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgMuteCommunicationCall", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMuteParticipantOperation", "Variants": [ "Mute1", "MuteExpanded1", "MuteViaIdentity1", "MuteViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMuteParticipantOperation", - "Command": "Invoke-MgMuteCommunicationCallParticipant" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgMuteCommunicationCallParticipant", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/participants/{participant-id}/mute", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMuteParticipantOperation", "Variants": [ "Mute", "MuteExpanded", "MuteViaIdentity", "MuteViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMuteParticipantOperation", - "Command": "Invoke-MgMuteCommunicationCallParticipant" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgMuteCommunicationCallParticipant", + "ApiVersion": "v1.0" }, { + "Uri": "/privilegedApproval/myRequests", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Variants": [ + "My" + ], "Method": "GET", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -162597,16 +162756,16 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Uri": "/privilegedApproval/myRequests", - "Variants": [ - "My" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedApproval", - "Command": "Invoke-MgMyPrivilegedApprovalRequest" + "Command": "Invoke-MgMyPrivilegedApprovalRequest", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignments/my", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Variants": [ + "My" + ], "Method": "GET", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -162614,123 +162773,106 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Uri": "/privilegedRoleAssignments/my", - "Variants": [ - "My" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "Command": "Invoke-MgMyPrivilegedRoleAssignment" + "Command": "Invoke-MgMyPrivilegedRoleAssignment", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "GET", - "Permissions": [], "Uri": "/privilegedRoleAssignmentRequests/my", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", "Variants": [ "My" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", - "Command": "Invoke-MgMyPrivilegedRoleAssignmentRequest" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgMyPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/overrideComplianceState", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgOverrideDeviceManagementComanagedDeviceComplianceState" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgOverrideDeviceManagementComanagedDeviceComplianceState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/overrideComplianceState", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgOverrideDeviceManagementManagedDeviceComplianceState" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgOverrideDeviceManagementManagedDeviceComplianceState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/overrideComplianceState", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Override", "OverrideExpanded", "OverrideViaIdentity", "OverrideViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgOverrideUserManagedDeviceComplianceState" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgOverrideUserManagedDeviceComplianceState", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", + "Module": "Applications", + "OutputType": "IMicrosoftGraphParseExpressionResponse", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphParseExpressionResponse", - "Command": "Invoke-MgParseApplicationSynchronizationJobSchemaExpression" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgParseApplicationSynchronizationJobSchemaExpression", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", + "Module": "Applications", + "OutputType": "IMicrosoftGraphParseExpressionResponse", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphParseExpressionResponse", - "Command": "Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgParseApplicationSynchronizationTemplateSchemaExpression", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "POST", - "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 - }, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/parseExpression", + "Module": "Applications", + "OutputType": "IMicrosoftGraphParseExpressionResponse", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphParseExpressionResponse", - "Command": "Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -162738,19 +162880,37 @@ "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": "Invoke-MgParseServicePrincipalSynchronizationJobSchemaExpression", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/parseExpression", + "Module": "Applications", + "OutputType": "IMicrosoftGraphParseExpressionResponse", "Variants": [ "Parse", "ParseExpanded", "ParseViaIdentity", "ParseViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphParseExpressionResponse", - "Command": "Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression" + "Method": "POST", + "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 + }, + "Command": "Invoke-MgParseServicePrincipalSynchronizationTemplateSchemaExpression", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", + "Variants": [ + "Pending", + "PendingViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -162766,67 +162926,49 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/getManagedDevicesWithFailedOrPendingApps", - "Variants": [ - "Pending", - "PendingViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceSummarizedAppState", - "Command": "Invoke-MgPendingUserApp" + "Command": "Invoke-MgPendingUserApp", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "Method": "POST", - "Permissions": [], "Uri": "/communications/calls/{call-id}/playPrompt", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphPlayPromptOperation1", "Variants": [ "Play1", "PlayExpanded1", "PlayViaIdentity1", "PlayViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlayPromptOperation1", - "Command": "Invoke-MgPlayCommunicationCallPrompt" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgPlayCommunicationCallPrompt", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/playPrompt", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphPlayPromptOperation", "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlayPromptOperation", - "Command": "Invoke-MgPlayCommunicationCallPrompt" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgPlayCommunicationCallPrompt", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/playLostModeSound", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgPlayDeviceManagementComanagedDeviceLostModeSound" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -162834,49 +162976,69 @@ "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 }, + "Command": "Invoke-MgPlayDeviceManagementComanagedDeviceLostModeSound", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/playLostModeSound", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgPlayDeviceManagementManagedDeviceLostModeSound" + "Method": "POST", + "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 + }, + "Command": "Invoke-MgPlayDeviceManagementManagedDeviceLostModeSound", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/playLostModeSound", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Play", "PlayExpanded", "PlayViaIdentity", "PlayViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgPlayUserManagedDeviceLostModeSound" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgPlayUserManagedDeviceLostModeSound", + "ApiVersion": "beta" + }, + { "Uri": "/directory/impactedResources/{impactedResource-id}/postpone", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphImpactedResource", "Variants": [ "Postpone", "PostponeExpanded", "PostponeViaIdentity", "PostponeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", - "Command": "Invoke-MgPostponeDirectoryImpactedResource" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgPostponeDirectoryImpactedResource", + "ApiVersion": "beta" }, { + "Uri": "/directory/recommendations/{recommendation-id}/postpone", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphRecommendation", + "Variants": [ + "Postpone", + "PostponeExpanded", + "PostponeViaIdentity", + "PostponeViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "DirectoryRecommendations.ReadWrite.All", @@ -162884,19 +163046,19 @@ "FullDescription": "Allows the app to read and update Azure AD recommendations, on your behalf.", "IsAdmin": true }, - "Uri": "/directory/recommendations/{recommendation-id}/postpone", - "Variants": [ - "Postpone", - "PostponeExpanded", - "PostponeViaIdentity", - "PostponeViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecommendation", - "Command": "Invoke-MgPostponeDirectoryRecommendation" + "Command": "Invoke-MgPostponeDirectoryRecommendation", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", "Module": "Files", + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Variants": [ + "Preview", + "PreviewExpanded", + "PreviewViaIdentity", + "PreviewViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -162936,19 +163098,19 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", - "Variants": [ - "Preview", - "PreviewExpanded", - "PreviewViaIdentity", - "PreviewViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "Command": "Invoke-MgPreviewDriveItem" + "Command": "Invoke-MgPreviewDriveItem", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", "Module": "Files", + "OutputType": "IMicrosoftGraphItemPreviewInfo", + "Variants": [ + "Preview1", + "PreviewExpanded1", + "PreviewViaIdentity1", + "PreviewViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -162988,247 +163150,245 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/preview", - "Variants": [ - "Preview1", - "PreviewExpanded1", - "PreviewViaIdentity1", - "PreviewViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "Command": "Invoke-MgPreviewDriveItem" + "Command": "Invoke-MgPreviewDriveItem", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/drives/{drive-id}/root/preview", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Variants": [ "Preview1", "PreviewExpanded1", "PreviewViaIdentity1", "PreviewViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "Command": "Invoke-MgPreviewDriveRoot" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgPreviewDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/preview", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "Command": "Invoke-MgPreviewDriveRoot" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgPreviewDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "Command": "Invoke-MgPreviewGroupDriveItem" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgPreviewGroupDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Variants": [ "Preview1", "PreviewExpanded1", "PreviewViaIdentity1", "PreviewViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "Command": "Invoke-MgPreviewGroupDriveItem" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgPreviewGroupDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "Command": "Invoke-MgPreviewGroupDriveRoot" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgPreviewGroupDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/preview", + "Module": "Groups", + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Variants": [ "Preview1", "PreviewExpanded1", "PreviewViaIdentity1", "PreviewViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "Command": "Invoke-MgPreviewGroupDriveRoot" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgPreviewGroupDriveRoot", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOnenotePagePreview", "Variants": [ "Preview", "PreviewViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePagePreview", - "Command": "Invoke-MgPreviewGroupOnenotePage" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgPreviewGroupOnenotePage", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/preview", + "Module": "Groups", + "OutputType": "IMicrosoftGraphOnenotePagePreview", "Variants": [ "Preview1", "PreviewViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePagePreview", - "Command": "Invoke-MgPreviewGroupOnenotePage" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgPreviewGroupOnenotePage", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", + "Module": "Sites", + "OutputType": "IMicrosoftGraphOnenotePagePreview", "Variants": [ "Preview1", "PreviewViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePagePreview", - "Command": "Invoke-MgPreviewSiteOnenotePage" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgPreviewSiteOnenotePage", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/preview", + "Module": "Sites", + "OutputType": "IMicrosoftGraphOnenotePagePreview", "Variants": [ "Preview", "PreviewViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePagePreview", - "Command": "Invoke-MgPreviewSiteOnenotePage" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgPreviewSiteOnenotePage", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Variants": [ "Preview1", "PreviewExpanded1", "PreviewViaIdentity1", "PreviewViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "Command": "Invoke-MgPreviewUserDriveItem" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgPreviewUserDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/preview", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "Command": "Invoke-MgPreviewUserDriveItem" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgPreviewUserDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Variants": [ "Preview1", "PreviewExpanded1", "PreviewViaIdentity1", "PreviewViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "Command": "Invoke-MgPreviewUserDriveRoot" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgPreviewUserDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/preview", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphItemPreviewInfo", "Variants": [ "Preview", "PreviewExpanded", "PreviewViaIdentity", "PreviewViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemPreviewInfo", - "Command": "Invoke-MgPreviewUserDriveRoot" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgPreviewUserDriveRoot", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphOnenotePagePreview", "Variants": [ "Preview1", "PreviewViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePagePreview", - "Command": "Invoke-MgPreviewUserOnenotePage" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgPreviewUserOnenotePage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/preview", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphOnenotePagePreview", "Variants": [ "Preview", "PreviewViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePagePreview", - "Command": "Invoke-MgPreviewUserOnenotePage" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgPreviewUserOnenotePage", + "ApiVersion": "v1.0" }, { + "Uri": "/domains/{domain-id}/promote", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Promote", + "PromoteViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "Domain.ReadWrite.All", @@ -163236,17 +163396,17 @@ "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 }, - "Uri": "/domains/{domain-id}/promote", - "Variants": [ - "Promote", - "PromoteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgPromoteDomain" + "Command": "Invoke-MgPromoteDomain", + "ApiVersion": "beta" }, { + "Uri": "/domains/{domain-id}/promote", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Promote1", + "PromoteViaIdentity1" + ], "Method": "POST", "Permissions": { "Name": "Domain.ReadWrite.All", @@ -163254,30 +163414,30 @@ "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 }, - "Uri": "/domains/{domain-id}/promote", - "Variants": [ - "Promote1", - "PromoteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgPromoteDomain" + "Command": "Invoke-MgPromoteDomain", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/resourceAccessProfiles/queryByPlatformType", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", "Variants": [ "Query", "QueryExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", - "Command": "Invoke-MgQueryDeviceManagementResourceAccessProfileByPlatformType" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgQueryDeviceManagementResourceAccessProfileByPlatformType", + "ApiVersion": "beta" }, { + "Uri": "/search/query", "Module": "Search", + "OutputType": "IMicrosoftGraphSearchResponse1", + "Variants": [ + "Query1", + "QueryExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -163335,17 +163495,17 @@ "IsAdmin": false } ], - "Uri": "/search/query", - "Variants": [ - "Query1", - "QueryExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchResponse1", - "Command": "Invoke-MgQuerySearch" + "Command": "Invoke-MgQuerySearch", + "ApiVersion": "beta" }, { + "Uri": "/search/query", "Module": "Search", + "OutputType": "IMicrosoftGraphSearchResponse", + "Variants": [ + "Query", + "QueryExpanded" + ], "Method": "POST", "Permissions": [ { @@ -163403,30 +163563,30 @@ "IsAdmin": false } ], - "Uri": "/search/query", - "Variants": [ - "Query", - "QueryExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSearchResponse", - "Command": "Invoke-MgQuerySearch" + "Command": "Invoke-MgQuerySearch", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directory/impactedResources/{impactedResource-id}/reactivate", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphImpactedResource", "Variants": [ "Reactivate", "ReactivateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", - "Command": "Invoke-MgReactivateDirectoryImpactedResource" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgReactivateDirectoryImpactedResource", + "ApiVersion": "beta" }, { + "Uri": "/directory/recommendations/{recommendation-id}/reactivate", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphRecommendation", + "Variants": [ + "Reactivate", + "ReactivateViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "DirectoryRecommendations.ReadWrite.All", @@ -163434,17 +163594,17 @@ "FullDescription": "Allows the app to read and update Azure AD recommendations, on your behalf.", "IsAdmin": true }, - "Uri": "/directory/recommendations/{recommendation-id}/reactivate", - "Variants": [ - "Reactivate", - "ReactivateViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecommendation", - "Command": "Invoke-MgReactivateDirectoryRecommendation" + "Command": "Invoke-MgReactivateDirectoryRecommendation", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Variants": [ + "Reassign1", + "ReassignViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -163460,17 +163620,17 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "Variants": [ - "Reassign1", - "ReassignViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "Invoke-MgReassignEducationClassAssignmentSubmission" + "Command": "Invoke-MgReassignEducationClassAssignmentSubmission", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", + "Variants": [ + "Reassign", + "ReassignViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -163486,659 +163646,659 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", - "Variants": [ - "Reassign", - "ReassignViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "Invoke-MgReassignEducationClassAssignmentSubmission" + "Command": "Invoke-MgReassignEducationClassAssignmentSubmission", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "POST", - "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "Invoke-MgReassignEducationMeAssignmentSubmission" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReassignEducationMeAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Variants": [ "Reassign1", "ReassignViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "Invoke-MgReassignEducationMeAssignmentSubmission" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReassignEducationMeAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Reassign", "ReassignViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "Invoke-MgReassignEducationUserAssignmentSubmission" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReassignEducationUserAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/reassign", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Variants": [ "Reassign1", "ReassignViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "Invoke-MgReassignEducationUserAssignmentSubmission" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReassignEducationUserAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "Module": "Files", + "OutputType": null, "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReauthorizeDriveItemSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeDriveItemSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "Module": "Files", + "OutputType": null, "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReauthorizeDriveItemSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeDriveItemSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "Module": "Files", + "OutputType": null, "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReauthorizeDriveListSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeDriveListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "Module": "Files", + "OutputType": null, "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReauthorizeDriveListSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeDriveListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "Module": "Files", + "OutputType": null, "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReauthorizeDriveRootSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeDriveRootSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "Module": "Files", + "OutputType": null, "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReauthorizeDriveRootSubscription" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeDriveRootSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "Module": "Groups", + "OutputType": null, "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "Module": "Groups", + "OutputType": null, "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeGroupDriveItemSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "Module": "Groups", + "OutputType": null, "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReauthorizeGroupDriveListSubscription" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeGroupDriveListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "Module": "Groups", + "OutputType": null, "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReauthorizeGroupDriveListSubscription" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeGroupDriveListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "Module": "Groups", + "OutputType": null, "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "Module": "Groups", + "OutputType": null, "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeGroupDriveRootSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "Module": "Groups", + "OutputType": null, "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReauthorizeGroupSiteListSubscription" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeGroupSiteListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "Module": "Groups", + "OutputType": null, "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReauthorizeGroupSiteListSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeGroupSiteListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", + "Module": "Files", + "OutputType": null, "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReauthorizeShareListSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeShareListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}/reauthorize", + "Module": "Files", + "OutputType": null, "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReauthorizeShareListSubscription" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeShareListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "Module": "Sites", + "OutputType": null, "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReauthorizeSiteListSubscription" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeSiteListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}/reauthorize", + "Module": "Sites", + "OutputType": null, "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReauthorizeSiteListSubscription" - }, - { - "Module": "ChangeNotifications", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeSiteListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/subscriptions/{subscription-id}/reauthorize", + "Module": "ChangeNotifications", + "OutputType": null, "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReauthorizeSubscription" - }, - { - "Module": "ChangeNotifications", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/subscriptions/{subscription-id}/reauthorize", + "Module": "ChangeNotifications", + "OutputType": null, "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReauthorizeSubscription" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReauthorizeUserDriveItemSubscription" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeUserDriveItemSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}/reauthorize", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReauthorizeUserDriveItemSubscription" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeUserDriveItemSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReauthorizeUserDriveListSubscription" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeUserDriveListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}/reauthorize", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReauthorizeUserDriveListSubscription" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeUserDriveListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reauthorize", "ReauthorizeViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReauthorizeUserDriveRootSubscription" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReauthorizeUserDriveRootSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}/reauthorize", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reauthorize1", "ReauthorizeViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReauthorizeUserDriveRootSubscription" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgReauthorizeUserDriveRootSubscription", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/drives/{drive-id}/recent", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Recent1", "RecentViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Invoke-MgRecentDrive" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgRecentDrive", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/recent", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Recent", "RecentViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Invoke-MgRecentDrive" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgRecentDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/recent", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Recent", "RecentViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Invoke-MgRecentGroupDrive" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgRecentGroupDrive", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/recent", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Recent1", "RecentViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Invoke-MgRecentGroupDrive" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgRecentGroupDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/activities/recent", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphUserActivity1", "Variants": [ "Recent", "RecentViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserActivity1", - "Command": "Invoke-MgRecentUserActivity" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgRecentUserActivity", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/activities/recent", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphUserActivity", "Variants": [ "Recent1", "RecentViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserActivity", - "Command": "Invoke-MgRecentUserActivity" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgRecentUserActivity", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/recent", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Recent1", "RecentViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Invoke-MgRecentUserDrive" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgRecentUserDrive", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/recent", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Recent", "RecentViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Invoke-MgRecentUserDrive" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgRecentUserDrive", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "POST", - "Permissions": [], "Uri": "/communications/calls/{call-id}/record", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphRecordOperation1", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecordOperation1", - "Command": "Invoke-MgRecordCommunicationCall" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgRecordCommunicationCall", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/recordResponse", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphRecordOperation1", "Variants": [ "Record1", "RecordExpanded1", "RecordViaIdentity1", "RecordViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecordOperation1", - "Command": "Invoke-MgRecordCommunicationCallResponse" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgRecordCommunicationCallResponse", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/recordResponse", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphRecordOperation", "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRecordOperation", - "Command": "Invoke-MgRecordCommunicationCallResponse" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgRecordCommunicationCallResponse", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/recordAllDecisions", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Record", "RecordExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRecordIdentityGovernanceAccessReviewDecision" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgRecordIdentityGovernanceAccessReviewDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/recordAllDecisions", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRecordIdentityGovernanceAccessReviewDecisionInstanceDecision" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgRecordIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/recordAllDecisions", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgRecordIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/recordAllDecisions", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgRecordIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/decisions/recordAllDecisions", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Record", "RecordExpanded", "RecordViaIdentity", "RecordViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRecordUserPendingAccessReviewInstanceDecision" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgRecordUserPendingAccessReviewInstanceDecision", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/redirect", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Redirect1", "RedirectExpanded1", "RedirectViaIdentity1", "RedirectViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRedirectCommunicationCall" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgRedirectCommunicationCall", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/redirect", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Redirect", "RedirectExpanded", "RedirectViaIdentity", "RedirectViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgRedirectCommunicationCall" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgRedirectCommunicationCall", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reenable", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Reenable", + "ReenableViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -164154,17 +164314,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reenable", + "Command": "Invoke-MgReenableDeviceManagementComanagedDevice", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reenable", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Reenable", "ReenableViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReenableDeviceManagementComanagedDevice" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -164180,73 +164340,73 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reenable", - "Variants": [ - "Reenable", - "ReenableViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReenableDeviceManagementManagedDevice" + "Command": "Invoke-MgReenableDeviceManagementManagedDevice", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reenable", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reenable", "ReenableViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReenableUserManagedDevice" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReenableUserManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/reject", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Reject1", "RejectExpanded1", "RejectViaIdentity1", "RejectViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRejectCommunicationCall" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgRejectCommunicationCall", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/reject", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Reject", "RejectExpanded", "RejectViaIdentity", "RejectViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgRejectCommunicationCall" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgRejectCommunicationCall", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}/remediate", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Remediate", "RemediateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRemediateIdentityGovernanceRoleManagementAlertIncident" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgRemediateIdentityGovernanceRoleManagementAlertIncident", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/renew", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Renew", + "RenewViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -164262,17 +164422,17 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/renew", - "Variants": [ - "Renew", - "RenewViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRenewGroup" + "Command": "Invoke-MgRenewGroup", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/renew", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Renew1", + "RenewViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -164288,30 +164448,30 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/renew", - "Variants": [ - "Renew1", - "RenewViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgRenewGroup" + "Command": "Invoke-MgRenewGroup", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groupLifecyclePolicies/renewGroup", + "Module": "Groups", + "OutputType": null, "Variants": [ "Renew", "RenewExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRenewGroupLifecyclePolicy" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgRenewGroupLifecyclePolicy", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reopen", "Module": "Compliance", + "OutputType": null, + "Variants": [ + "Reopen", + "ReopenViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -164327,17 +164487,17 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reopen", - "Variants": [ - "Reopen", - "ReopenViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReopenComplianceEdiscoveryCase" + "Command": "Invoke-MgReopenComplianceEdiscoveryCase", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", "Module": "Security", + "OutputType": null, + "Variants": [ + "Reopen1", + "ReopenViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -164353,17 +164513,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", - "Variants": [ - "Reopen1", - "ReopenViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase" + "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", "Module": "Security", + "OutputType": null, + "Variants": [ + "Reopen", + "ReopenViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -164379,17 +164539,19 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reopen", - "Variants": [ - "Reopen", - "ReopenViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase" + "Command": "Invoke-MgReopenSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Reorder", + "ReorderExpanded", + "ReorderViaIdentity", + "ReorderViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.Read.All", @@ -164397,69 +164559,49 @@ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true }, - "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/reorder", - "Variants": [ - "Reorder", - "ReorderExpanded", - "ReorderViaIdentity", - "ReorderViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReorderDeviceManagementConfigurationPolicy" + "Command": "Invoke-MgReorderDeviceManagementConfigurationPolicy", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/replyAll", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reply3", "ReplyExpanded3", "ReplyViaIdentity3", "ReplyViaIdentityExpanded3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgReplyAllUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": { - "Name": "Mail.Send", - "Description": "Send mail as you ", - "FullDescription": "Allows the app to send mail as you. ", - "IsAdmin": false - }, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReplyAllUserMailFolderMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.Send", @@ -164467,19 +164609,19 @@ "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, + "Command": "Invoke-MgReplyAllUserMailFolderMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/replyAll", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reply3", "ReplyExpanded3", "ReplyViaIdentity3", "ReplyViaIdentityExpanded3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReplyAllUserMailFolderMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.Send", @@ -164487,19 +164629,19 @@ "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, + "Command": "Invoke-MgReplyAllUserMailFolderMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/replyAll", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReplyAllUserMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.Send", @@ -164507,39 +164649,39 @@ "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, + "Command": "Invoke-MgReplyAllUserMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/replyAll", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reply3", "ReplyExpanded3", "ReplyViaIdentity3", "ReplyViaIdentityExpanded3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReplyAllUserMessage" - }, - { - "Module": "Groups", "Method": "POST", "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": "Mail.Send", + "Description": "Send mail as you ", + "FullDescription": "Allows the app to send mail as you. ", + "IsAdmin": false }, + "Command": "Invoke-MgReplyAllUserMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", + "Module": "Groups", + "OutputType": null, "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReplyGroupConversationThread" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -164547,19 +164689,19 @@ "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": "Invoke-MgReplyGroupConversationThread", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/reply", + "Module": "Groups", + "OutputType": null, "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReplyGroupConversationThread" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -164567,19 +164709,19 @@ "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": "Invoke-MgReplyGroupConversationThread", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "Module": "Groups", + "OutputType": null, "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReplyGroupConversationThreadPost" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -164587,69 +164729,69 @@ "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": "Invoke-MgReplyGroupConversationThreadPost", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "Module": "Groups", + "OutputType": null, "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReplyGroupConversationThreadPost" + "Method": "POST", + "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 + }, + "Command": "Invoke-MgReplyGroupConversationThreadPost", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "Module": "Groups", + "OutputType": null, "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "Module": "Groups", + "OutputType": null, "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgReplyGroupConversationThreadPostInReplyTo", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "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 - }, "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", + "Module": "Groups", + "OutputType": null, "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReplyGroupThread" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -164657,19 +164799,19 @@ "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": "Invoke-MgReplyGroupThread", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/reply", + "Module": "Groups", + "OutputType": null, "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReplyGroupThread" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -164677,19 +164819,19 @@ "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": "Invoke-MgReplyGroupThread", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "Module": "Groups", + "OutputType": null, "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReplyGroupThreadPost" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -164697,99 +164839,99 @@ "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": "Invoke-MgReplyGroupThreadPost", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/reply", + "Module": "Groups", + "OutputType": null, "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReplyGroupThreadPost" + "Method": "POST", + "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 + }, + "Command": "Invoke-MgReplyGroupThreadPost", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "Module": "Groups", + "OutputType": null, "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReplyGroupThreadPostInReplyTo" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReplyGroupThreadPostInReplyTo", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/reply", + "Module": "Groups", + "OutputType": null, "Variants": [ "Reply1", "ReplyExpanded1", "ReplyViaIdentity1", "ReplyViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReplyGroupThreadPostInReplyTo" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReplyGroupThreadPostInReplyTo", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/reply", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reply2", "ReplyExpanded2", "ReplyViaIdentity2", "ReplyViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgReplyUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": { - "Name": "Mail.Send", - "Description": "Send mail as you ", - "FullDescription": "Allows the app to send mail as you. ", - "IsAdmin": false - }, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReplyUserMailFolderMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.Send", @@ -164797,19 +164939,19 @@ "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, + "Command": "Invoke-MgReplyUserMailFolderMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/reply", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reply2", "ReplyExpanded2", "ReplyViaIdentity2", "ReplyViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReplyUserMailFolderMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.Send", @@ -164817,19 +164959,19 @@ "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, + "Command": "Invoke-MgReplyUserMailFolderMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/reply", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reply", "ReplyExpanded", "ReplyViaIdentity", "ReplyViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReplyUserMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.Send", @@ -164837,45 +164979,63 @@ "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, + "Command": "Invoke-MgReplyUserMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/reply", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reply2", "ReplyExpanded2", "ReplyViaIdentity2", "ReplyViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReplyUserMessage" + "Method": "POST", + "Permissions": { + "Name": "Mail.Send", + "Description": "Send mail as you ", + "FullDescription": "Allows the app to send mail as you. ", + "IsAdmin": false + }, + "Command": "Invoke-MgReplyUserMessage", + "ApiVersion": "v1.0" }, { - "Module": "Devices.ServiceAnnouncement", - "Method": "GET", - "Permissions": [], "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Report", "ReportViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}/incidentReport", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Report1", "ReportViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgReportServiceAnnouncementHealthOverviewIssueIncident", + "ApiVersion": "v1.0" }, { + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", "Module": "Devices.ServiceAnnouncement", + "OutputType": null, + "Variants": [ + "Report", + "ReportViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "ServiceHealth.Read.All", @@ -164883,17 +165043,17 @@ "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 }, - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", - "Variants": [ - "Report", - "ReportViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReportServiceAnnouncementIssueIncident" + "Command": "Invoke-MgReportServiceAnnouncementIssueIncident", + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", "Module": "Devices.ServiceAnnouncement", + "OutputType": null, + "Variants": [ + "Report1", + "ReportViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "ServiceHealth.Read.All", @@ -164901,48 +165061,30 @@ "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 }, - "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}/incidentReport", - "Variants": [ - "Report1", - "ReportViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgReportServiceAnnouncementIssueIncident" + "Command": "Invoke-MgReportServiceAnnouncementIssueIncident", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/reprovisionCloudPc", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Cloud", "CloudViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReprovisionDeviceManagementComanagedDeviceCloudPc" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgReprovisionDeviceManagementComanagedDeviceCloudPc", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/reprovisionCloudPc", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Cloud", "CloudViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReprovisionDeviceManagementManagedDeviceCloudPc" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -164950,19 +165092,19 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, + "Command": "Invoke-MgReprovisionDeviceManagementManagedDeviceCloudPc", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reprovision", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Reprovision", "ReprovisionExpanded", "ReprovisionViaIdentity", "ReprovisionViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReprovisionDeviceManagementVirtualEndpointCloudPc" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -164970,50 +165112,50 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, + "Command": "Invoke-MgReprovisionDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reprovision", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reprovision", "ReprovisionExpanded", "ReprovisionViaIdentity", "ReprovisionViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReprovisionUserCloudPc" + "Method": "POST", + "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 + }, + "Command": "Invoke-MgReprovisionUserCloudPc", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/reprovisionCloudPc", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Cloud", "CloudViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReprovisionUserManagedDeviceCloudPc" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgReprovisionUserManagedDeviceCloudPc", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/retire", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Retire", "RetireViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRetireDeviceManagementComanagedDevice" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -165021,17 +165163,17 @@ "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 }, + "Command": "Invoke-MgRetireDeviceManagementComanagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Retire", "RetireViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRetireDeviceManagementManagedDevice" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -165039,43 +165181,61 @@ "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 }, + "Command": "Invoke-MgRetireDeviceManagementManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/retire", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Retire1", "RetireViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgRetireDeviceManagementManagedDevice" + "Method": "POST", + "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 + }, + "Command": "Invoke-MgRetireDeviceManagementManagedDevice", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Retire", "RetireViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRetireUserManagedDevice" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgRetireUserManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/retire", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Retire1", "RetireViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgRetireUserManagedDevice" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgRetireUserManagedDevice", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Retry", + "RetryViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -165083,30 +165243,43 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", + "Command": "Invoke-MgRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Retry", "RetryViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRetryDeviceManagementVirtualEndpointCloudPcPartnerAgentInstallation" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgRetryUserCloudPcPartnerAgentInstallation", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/retryServiceProvisioning", "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/retryPartnerAgentInstallation", + "OutputType": null, "Variants": [ "Retry", "RetryViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRetryUserCloudPcPartnerAgentInstallation" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgRetryUserServiceProvisioning", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Variants": [ + "Return1", + "ReturnViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -165122,17 +165295,17 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "Variants": [ - "Return1", - "ReturnViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "Invoke-MgReturnEducationClassAssignmentSubmission" + "Command": "Invoke-MgReturnEducationClassAssignmentSubmission", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", + "Variants": [ + "Return", + "ReturnViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -165148,69 +165321,69 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", - "Variants": [ - "Return", - "ReturnViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "Invoke-MgReturnEducationClassAssignmentSubmission" + "Command": "Invoke-MgReturnEducationClassAssignmentSubmission", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "POST", - "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Return", "ReturnViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "Invoke-MgReturnEducationMeAssignmentSubmission" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReturnEducationMeAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Variants": [ "Return1", "ReturnViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "Invoke-MgReturnEducationMeAssignmentSubmission" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReturnEducationMeAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Return", "ReturnViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "Invoke-MgReturnEducationUserAssignmentSubmission" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgReturnEducationUserAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/return", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Variants": [ "Return1", "ReturnViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "Invoke-MgReturnEducationUserAssignmentSubmission" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgReturnEducationUserAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}/reupload", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Reupload", + "ReuploadViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -165218,17 +165391,16 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}/reupload", - "Variants": [ - "Reupload", - "ReuploadViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgReuploadDeviceManagementVirtualEndpointDeviceImage" + "Command": "Invoke-MgReuploadDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase1", + "Variants": [ + "Role" + ], "Method": "GET", "Permissions": { "Name": "PrivilegedAccess.ReadWrite.AzureAD", @@ -165236,28 +165408,29 @@ "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 }, - "Uri": "/roleManagement/directory/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "Variants": [ - "Role" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase1", - "Command": "Invoke-MgRoleManagementDirectorySchedule" + "Command": "Invoke-MgRoleManagementDirectorySchedule", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleSchedules(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase1", "Variants": [ "Role" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleBase1", - "Command": "Invoke-MgRoleManagementEntitlementManagementSchedule" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgRoleManagementEntitlementManagementSchedule", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateBitLockerKeys", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Rotate", + "RotateViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -165273,17 +165446,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateBitLockerKeys", + "Command": "Invoke-MgRotateDeviceManagementComanagedDeviceBitLockerKey", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateFileVaultKey", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Rotate", "RotateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRotateDeviceManagementComanagedDeviceBitLockerKey" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -165291,30 +165464,30 @@ "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 }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateFileVaultKey", + "Command": "Invoke-MgRotateDeviceManagementComanagedDeviceFileVaultKey", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateLocalAdminPassword", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Rotate", "RotateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRotateDeviceManagementComanagedDeviceFileVaultKey" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgRotateDeviceManagementComanagedDeviceLocalAdminPassword", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateBitLockerKeys", "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rotateLocalAdminPassword", + "OutputType": null, "Variants": [ "Rotate", "RotateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRotateDeviceManagementComanagedDeviceLocalAdminPassword" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -165330,17 +165503,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateBitLockerKeys", + "Command": "Invoke-MgRotateDeviceManagementManagedDeviceBitLockerKey", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateFileVaultKey", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Rotate", "RotateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRotateDeviceManagementManagedDeviceBitLockerKey" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -165348,89 +165521,71 @@ "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 }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateFileVaultKey", - "Variants": [ - "Rotate", - "RotateViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRotateDeviceManagementManagedDeviceFileVaultKey" + "Command": "Invoke-MgRotateDeviceManagementManagedDeviceFileVaultKey", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Rotate", "RotateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRotateDeviceManagementManagedDeviceLocalAdminPassword" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgRotateDeviceManagementManagedDeviceLocalAdminPassword", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateBitLockerKeys", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Rotate", "RotateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRotateUserManagedDeviceBitLockerKey" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgRotateUserManagedDeviceBitLockerKey", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateFileVaultKey", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Rotate", "RotateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRotateUserManagedDeviceFileVaultKey" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgRotateUserManagedDeviceFileVaultKey", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rotateLocalAdminPassword", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Rotate", "RotateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgRotateUserManagedDeviceLocalAdminPassword" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgRotateUserManagedDeviceLocalAdminPassword", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsDefenderScan", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgScanDeviceManagementComanagedDeviceWindowDefender" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -165438,19 +165593,19 @@ "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 }, + "Command": "Invoke-MgScanDeviceManagementComanagedDeviceWindowDefender", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowDefender" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -165458,69 +165613,69 @@ "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 }, + "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowDefender", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderScan", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Scan1", "ScanExpanded1", "ScanViaIdentity1", "ScanViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowDefender" + "Method": "POST", + "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 + }, + "Command": "Invoke-MgScanDeviceManagementManagedDeviceWindowDefender", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Scan", "ScanExpanded", "ScanViaIdentity", "ScanViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgScanUserManagedDeviceWindowDefender" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgScanUserManagedDeviceWindowDefender", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderScan", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Scan1", "ScanExpanded1", "ScanViaIdentity1", "ScanViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgScanUserManagedDeviceWindowDefender" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgScanUserManagedDeviceWindowDefender", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Schedule1", "ScheduleExpanded1", "ScheduleViaIdentity1", "ScheduleViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -165528,19 +165683,36 @@ "FullDescription": "Allows 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": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduleActionsForRules", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Schedule", "ScheduleExpanded", "ScheduleViaIdentity", "ScheduleViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule" + "Method": "POST", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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": "Invoke-MgScheduleDeviceManagementDeviceCompliancePolicyActionForRule", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase1", + "Variants": [ + "Schedule" + ], "Method": "GET", "Permissions": { "Name": "PrivilegedAccess.ReadWrite.AzureAD", @@ -165548,56 +165720,59 @@ "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 }, - "Uri": "/roleManagement/directory/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", - "Variants": [ - "Schedule" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase1", - "Command": "Invoke-MgScheduleRoleManagementDirectory" + "Command": "Invoke-MgScheduleRoleManagementDirectory", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "GET", - "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleScheduleInstances(directoryScopeId='@directoryScopeId',appScopeId='@appScopeId',principalId='@principalId',roleDefinitionId='@roleDefinitionId')", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase1", "Variants": [ "Schedule" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleScheduleInstanceBase1", - "Command": "Invoke-MgScheduleRoleManagementEntitlementManagement" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgScheduleRoleManagementEntitlementManagement", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfActivate", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "Command": "Invoke-MgSelfPrivilegedApprovalRoleInfoActivate" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSelfPrivilegedApprovalRoleInfoActivate", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/selfDeactivate", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Variants": [ "Self", "SelfViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "Command": "Invoke-MgSelfPrivilegedApprovalRoleInfoDeactivate" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgSelfPrivilegedApprovalRoleInfoDeactivate", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoles/{privilegedRole-id}/selfActivate", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Variants": [ + "Self", + "SelfExpanded", + "SelfViaIdentity", + "SelfViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -165605,75 +165780,73 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Uri": "/privilegedRoles/{privilegedRole-id}/selfActivate", - "Variants": [ - "Self", - "SelfExpanded", - "SelfViaIdentity", - "SelfViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "Command": "Invoke-MgSelfPrivilegedRoleActivate" + "Command": "Invoke-MgSelfPrivilegedRoleActivate", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfActivate", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "Command": "Invoke-MgSelfPrivilegedRoleAssignmentRequestRoleInfoActivate" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSelfPrivilegedRoleAssignmentRequestRoleInfoActivate", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/selfDeactivate", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Variants": [ "Self", "SelfViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "Command": "Invoke-MgSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSelfPrivilegedRoleAssignmentRequestRoleInfoDeactivate", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfActivate", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Variants": [ "Self", "SelfExpanded", "SelfViaIdentity", "SelfViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "Command": "Invoke-MgSelfPrivilegedRoleAssignmentRoleInfoActivate" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSelfPrivilegedRoleAssignmentRoleInfoActivate", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/selfDeactivate", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Variants": [ "Self", "SelfViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "Command": "Invoke-MgSelfPrivilegedRoleAssignmentRoleInfoDeactivate" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgSelfPrivilegedRoleAssignmentRoleInfoDeactivate", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoles/{privilegedRole-id}/selfDeactivate", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", + "Variants": [ + "Self", + "SelfViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -165681,30 +165854,30 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Uri": "/privilegedRoles/{privilegedRole-id}/selfDeactivate", - "Variants": [ - "Self", - "SelfViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "Command": "Invoke-MgSelfPrivilegedRoleDeactivate" + "Command": "Invoke-MgSelfPrivilegedRoleDeactivate", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceAdministrativeUnitGetMember" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgServiceAdministrativeUnitGetMember", + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "Service", + "ServiceViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -165732,199 +165905,199 @@ "IsAdmin": true } ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", - "Variants": [ - "Service", - "ServiceViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceAdministrativeUnitListMember" + "Command": "Invoke-MgServiceAdministrativeUnitListMember", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", + "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceApplicationGetOwner" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceApplicationGetOwner", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/owners/{directoryObject-id}/servicePrincipal", + "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceApplicationGetOwner" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceApplicationGetOwner", + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/owners/servicePrincipal", + "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceApplicationListOwner" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceApplicationListOwner", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/owners/servicePrincipal", + "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceApplicationListOwner" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceApplicationListOwner", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceDeviceGetRegisteredOwner" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceDeviceGetRegisteredOwner", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceDeviceGetRegisteredOwner" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceDeviceGetRegisteredOwner", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceDeviceGetRegisteredUser" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceDeviceGetRegisteredUser", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceDeviceGetRegisteredUser" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceDeviceGetRegisteredUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceDeviceListRegisteredOwner" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceDeviceListRegisteredOwner", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredOwners/servicePrincipal", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceDeviceListRegisteredOwner" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceDeviceListRegisteredOwner", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceDeviceListRegisteredUser" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceDeviceListRegisteredUser", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredUsers/servicePrincipal", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceDeviceListRegisteredUser" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceDeviceListRegisteredUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceDirectoryAdministrativeUnitGetMember" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceDirectoryAdministrativeUnitGetMember", + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/servicePrincipal", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceDirectoryAdministrativeUnitGetMember" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgServiceDirectoryAdministrativeUnitGetMember", + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "Service", + "ServiceViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -165952,17 +166125,17 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", - "Variants": [ - "Service", - "ServiceViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceDirectoryAdministrativeUnitListMember" + "Command": "Invoke-MgServiceDirectoryAdministrativeUnitListMember", + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphServicePrincipal1", + "Variants": [ + "Service1", + "ServiceViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -165990,589 +166163,589 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/servicePrincipal", - "Variants": [ - "Service1", - "ServiceViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceDirectoryAdministrativeUnitListMember" + "Command": "Invoke-MgServiceDirectoryAdministrativeUnitListMember", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "GET", - "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceDirectoryRoleGetMember" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceDirectoryRoleGetMember", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/servicePrincipal", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceDirectoryRoleGetMember" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceDirectoryRoleGetMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceDirectoryRoleListMember" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceDirectoryRoleListMember", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/servicePrincipal", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceDirectoryRoleListMember" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceDirectoryRoleListMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", + "Module": "Groups", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceGroupGetMember" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceGroupGetMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/members/{directoryObject-id}/servicePrincipal", + "Module": "Groups", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceGroupGetMember" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceGroupGetMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", + "Module": "Groups", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceGroupGetMemberWithLicenseError" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceGroupGetMemberWithLicenseError", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/{directoryObject-id}/servicePrincipal", + "Module": "Groups", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceGroupGetMemberWithLicenseError" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceGroupGetMemberWithLicenseError", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", + "Module": "Groups", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceGroupGetOwner" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceGroupGetOwner", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/owners/{directoryObject-id}/servicePrincipal", + "Module": "Groups", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceGroupGetOwner" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceGroupGetOwner", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", + "Module": "Groups", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceGroupGetTransitiveMember" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceGroupGetTransitiveMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/{directoryObject-id}/servicePrincipal", + "Module": "Groups", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceGroupGetTransitiveMember" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceGroupGetTransitiveMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/members/servicePrincipal", + "Module": "Groups", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceGroupListMember" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceGroupListMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/members/servicePrincipal", + "Module": "Groups", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceGroupListMember" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceGroupListMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", + "Module": "Groups", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceGroupListMemberWithLicenseError" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceGroupListMemberWithLicenseError", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/membersWithLicenseErrors/servicePrincipal", + "Module": "Groups", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceGroupListMemberWithLicenseError" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceGroupListMemberWithLicenseError", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/owners/servicePrincipal", + "Module": "Groups", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceGroupListOwner" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceGroupListOwner", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/owners/servicePrincipal", + "Module": "Groups", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceGroupListOwner" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceGroupListOwner", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", + "Module": "Groups", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceGroupListTransitiveMember" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceGroupListTransitiveMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/transitiveMembers/servicePrincipal", + "Module": "Groups", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceGroupListTransitiveMember" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceGroupListTransitiveMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServicePrincipalGetCreatedObject" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServicePrincipalGetCreatedObject", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServicePrincipalGetCreatedObject" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServicePrincipalGetCreatedObject", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServicePrincipalGetOwnedObject" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServicePrincipalGetOwnedObject", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServicePrincipalGetOwnedObject" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServicePrincipalGetOwnedObject", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", + "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServicePrincipalGetOwner" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", - "Variants": [ - "Service1", - "ServiceViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServicePrincipalGetOwner" + "Command": "Invoke-MgServicePrincipalGetOwner", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/servicePrincipal", "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "Service1", + "ServiceViaIdentity1" + ], "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServicePrincipalGetOwner", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", + "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServicePrincipalListCreatedObject" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServicePrincipalListCreatedObject", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/createdObjects/servicePrincipal", + "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServicePrincipalListCreatedObject" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServicePrincipalListCreatedObject", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", + "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServicePrincipalListOwnedObject" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServicePrincipalListOwnedObject", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/ownedObjects/servicePrincipal", + "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServicePrincipalListOwnedObject" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServicePrincipalListOwnedObject", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", + "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServicePrincipalListOwner" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServicePrincipalListOwner", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/servicePrincipal", + "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServicePrincipalListOwner" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServicePrincipalListOwner", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/servicePrincipal", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceUserDeviceGetRegisteredOwner" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceUserDeviceGetRegisteredOwner", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/servicePrincipal", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceUserDeviceGetRegisteredUser" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceUserDeviceGetRegisteredUser", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/servicePrincipal", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceUserDeviceListRegisteredOwner" - }, - { - "Module": "CrossDeviceExperiences", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceUserDeviceListRegisteredOwner", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/servicePrincipal", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceUserDeviceListRegisteredUser" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceUserDeviceListRegisteredUser", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "Module": "Users", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceUserGetCreatedObject" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceUserGetCreatedObject", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/createdObjects/{directoryObject-id}/servicePrincipal", + "Module": "Users", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceUserGetCreatedObject" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceUserGetCreatedObject", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "Module": "Users", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceUserGetOwnedObject" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceUserGetOwnedObject", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/ownedObjects/{directoryObject-id}/servicePrincipal", + "Module": "Users", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceUserGetOwnedObject" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceUserGetOwnedObject", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/createdObjects/servicePrincipal", + "Module": "Users", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceUserListCreatedObject" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceUserListCreatedObject", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/createdObjects/servicePrincipal", + "Module": "Users", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceUserListCreatedObject" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceUserListCreatedObject", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", + "Module": "Users", + "OutputType": "IMicrosoftGraphServicePrincipal", "Variants": [ "Service", "ServiceViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "Invoke-MgServiceUserListOwnedObject" - }, - { - "Module": "Users", "Method": "GET", "Permissions": [], + "Command": "Invoke-MgServiceUserListOwnedObject", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/ownedObjects/servicePrincipal", + "Module": "Users", + "OutputType": "IMicrosoftGraphServicePrincipal1", "Variants": [ "Service1", "ServiceViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "Invoke-MgServiceUserListOwnedObject" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgServiceUserListOwnedObject", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/shareForSchoolDataSyncService", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Share", + "ShareViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -166580,17 +166753,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/shareForSchoolDataSyncService", - "Variants": [ - "Share", - "ShareViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService" + "Command": "Invoke-MgShareDeviceManagementDepOnboardingSettingForSchoolDataSyncService", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/share", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Share1", + "ShareExpanded1", + "ShareViaIdentity1", + "ShareViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -166606,19 +166781,19 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule/share", - "Variants": [ - "Share1", - "ShareExpanded1", - "ShareViaIdentity1", - "ShareViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgShareTeamSchedule" + "Command": "Invoke-MgShareTeamSchedule", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/share", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Share", + "ShareExpanded", + "ShareViaIdentity", + "ShareViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -166634,187 +166809,167 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule/share", - "Variants": [ - "Share", - "ShareExpanded", - "ShareViaIdentity", - "ShareViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgShareTeamSchedule" + "Command": "Invoke-MgShareTeamSchedule", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/signDigest", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSigningResult", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSigningResult", - "Command": "Invoke-MgSignGroupSiteInformationProtectionDigest" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSignGroupSiteInformationProtectionDigest", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/signDigest", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphSigningResult", "Variants": [ "Sign", "SignExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSigningResult", - "Command": "Invoke-MgSignInformationProtectionDigest" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSignInformationProtectionDigest", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/informationProtection/signDigest", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSigningResult", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSigningResult", - "Command": "Invoke-MgSignSiteInformationProtectionDigest" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSignSiteInformationProtectionDigest", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/signDigest", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphSigningResult", "Variants": [ "Sign", "SignExpanded", "SignViaIdentity", "SignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSigningResult", - "Command": "Invoke-MgSignUserInformationProtectionDigest" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSignUserInformationProtectionDigest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "Module": "Groups", + "OutputType": null, "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgSnoozeGroupCalendarEventReminder" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSnoozeGroupCalendarEventReminder", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/events/{event-id}/snoozeReminder", + "Module": "Groups", + "OutputType": null, "Variants": [ "Snooze1", "SnoozeExpanded1", "SnoozeViaIdentity1", "SnoozeViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgSnoozeGroupCalendarEventReminder" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSnoozeGroupCalendarEventReminder", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", + "Module": "Groups", + "OutputType": null, "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgSnoozeGroupEventReminder" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSnoozeGroupEventReminder", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/snoozeReminder", + "Module": "Groups", + "OutputType": null, "Variants": [ "Snooze1", "SnoozeExpanded1", "SnoozeViaIdentity1", "SnoozeViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgSnoozeGroupEventReminder" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSnoozeGroupEventReminder", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgSnoozeUserEventInstanceReminder" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSnoozeUserEventInstanceReminder", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/snoozeReminder", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Snooze1", "SnoozeExpanded1", "SnoozeViaIdentity1", "SnoozeViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgSnoozeUserEventInstanceReminder" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgSnoozeUserEventInstanceReminder", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Snooze", "SnoozeExpanded", "SnoozeViaIdentity", "SnoozeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgSnoozeUserEventReminder" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Calendars.ReadWrite", @@ -166822,71 +166977,89 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "Invoke-MgSnoozeUserEventReminder", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/snoozeReminder", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Snooze1", "SnoozeExpanded1", "SnoozeViaIdentity1", "SnoozeViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgSnoozeUserEventReminder" + "Method": "POST", + "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 + }, + "Command": "Invoke-MgSnoozeUserEventReminder", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Soft", "SoftViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgSoftChatMessageDelete" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSoftChatMessageDelete", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/softDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Soft1", "SoftViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgSoftChatMessageDelete" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSoftChatMessageDelete", + "ApiVersion": "v1.0" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Soft", "SoftViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgSoftChatMessageReplyDelete" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSoftChatMessageReplyDelete", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Soft1", "SoftViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgSoftChatMessageReplyDelete" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgSoftChatMessageReplyDelete", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Soft1", + "SoftViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -166902,17 +167075,17 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "Variants": [ - "Soft1", - "SoftViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgSoftTeamChannelMessageDelete" + "Command": "Invoke-MgSoftTeamChannelMessageDelete", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Soft", + "SoftViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -166928,17 +167101,17 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", - "Variants": [ - "Soft", - "SoftViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgSoftTeamChannelMessageDelete" + "Command": "Invoke-MgSoftTeamChannelMessageDelete", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Soft1", + "SoftViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -166954,17 +167127,17 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Variants": [ - "Soft1", - "SoftViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete" + "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Soft", + "SoftViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -166980,121 +167153,121 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", - "Variants": [ - "Soft", - "SoftViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete" + "Command": "Invoke-MgSoftTeamChannelMessageReplyDelete", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Soft1", "SoftViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/softDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Soft", "SoftViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSoftTeamPrimaryChannelMessageDelete", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Soft1", "SoftViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Soft", "SoftViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSoftTeamPrimaryChannelMessageReplyDelete", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Soft1", "SoftViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/softDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Soft", "SoftViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageDelete", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Soft1", "SoftViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Soft", "SoftViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgSoftTeamworkDeletedTeamChannelMessageReplyDelete", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Soft1", + "SoftViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -167110,17 +167283,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "Variants": [ - "Soft1", - "SoftViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgSoftUserChatMessageDelete" + "Command": "Invoke-MgSoftUserChatMessageDelete", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Soft", + "SoftViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -167136,73 +167309,73 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/softDelete", - "Variants": [ - "Soft", - "SoftViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgSoftUserChatMessageDelete" + "Command": "Invoke-MgSoftUserChatMessageDelete", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Soft", "SoftViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgSoftUserChatMessageReplyDelete" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSoftUserChatMessageReplyDelete", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/softDelete", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Soft1", "SoftViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgSoftUserChatMessageReplyDelete" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSoftUserChatMessageReplyDelete", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}/subscribeToTone", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphSubscribeToToneOperation", "Variants": [ "Subscribe1", "SubscribeExpanded1", "SubscribeViaIdentity1", "SubscribeViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscribeToToneOperation", - "Command": "Invoke-MgSubscribeCommunicationCallToTone" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgSubscribeCommunicationCallToTone", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/subscribeToTone", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphSubscribeToToneOperation", "Variants": [ "Subscribe", "SubscribeExpanded", "SubscribeViaIdentity", "SubscribeViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscribeToToneOperation", - "Command": "Invoke-MgSubscribeCommunicationCallToTone" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgSubscribeCommunicationCallToTone", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/subscribeByMail", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Subscribe", + "SubscribeViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -167210,17 +167383,17 @@ "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": "/groups/{group-id}/subscribeByMail", - "Variants": [ - "Subscribe", - "SubscribeViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgSubscribeGroupByMail" + "Command": "Invoke-MgSubscribeGroupByMail", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/subscribeByMail", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Subscribe1", + "SubscribeViaIdentity1" + ], "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -167228,17 +167401,17 @@ "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": "/groups/{group-id}/subscribeByMail", - "Variants": [ - "Subscribe1", - "SubscribeViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgSubscribeGroupByMail" + "Command": "Invoke-MgSubscribeGroupByMail", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", + "Variants": [ + "Summarize", + "SummarizeViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -167266,17 +167439,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/summarizeDevicePerformanceDevices(summarizeBy='{summarizeBy}')", + "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/summarizeDeviceRemoteConnection(summarizeBy='{summarizeBy}')", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Variants": [ "Summarize", "SummarizeViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticDevicePerformanceDevice" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -167304,17 +167477,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/summarizeDeviceRemoteConnection(summarizeBy='{summarizeBy}')", + "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticRemoteConnectionDeviceRemoteConnection", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/summarizeDeviceResourcePerformance(summarizeBy='{summarizeBy}')", + "Module": "DeviceManagement.Functions", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Variants": [ "Summarize", "SummarizeViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", - "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticRemoteConnectionDeviceRemoteConnection" - }, - { - "Module": "DeviceManagement.Functions", "Method": "GET", "Permissions": [ { @@ -167342,17 +167515,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/summarizeDeviceResourcePerformance(summarizeBy='{summarizeBy}')", - "Variants": [ - "Summarize", - "SummarizeViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", - "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticResourcePerformanceDeviceResourcePerformance" + "Command": "Invoke-MgSummarizeDeviceManagementUserExperienceAnalyticResourcePerformanceDeviceResourcePerformance", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", + "Variants": [ + "Summary", + "SummaryViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -167368,17 +167541,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRun", + "ApiVersion": "beta" + }, + { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", "Variants": [ "Summary", "SummaryViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceRunSummary", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRun" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [ { @@ -167394,17 +167567,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult", + "ApiVersion": "beta" + }, + { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", "Variants": [ "Summary", "SummaryViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowRunUserProcessingResult" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": [ { @@ -167420,17 +167593,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowTaskReport", + "ApiVersion": "beta" + }, + { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", "Variants": [ "Summary", "SummaryViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceTaskReportSummary", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowTaskReport" - }, - { - "Module": "Identity.Governance", "Method": "GET", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", @@ -167438,17 +167611,17 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/userProcessingResults/summary(startDateTime={startDateTime},endDateTime={endDateTime})", - "Variants": [ - "Summary", - "SummaryViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceUserSummary", - "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult" + "Command": "Invoke-MgSummaryIdentityGovernanceLifecycleWorkflowUserProcessingResult", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/supportedLanguages", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphLocaleInfo", + "Variants": [ + "Supported1", + "SupportedViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -167464,17 +167637,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/outlook/supportedLanguages", - "Variants": [ - "Supported1", - "SupportedViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLocaleInfo", - "Command": "Invoke-MgSupportedUserOutlookLanguage" + "Command": "Invoke-MgSupportedUserOutlookLanguage", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/supportedLanguages", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphLocaleInfo", + "Variants": [ + "Supported", + "SupportedViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -167490,37 +167663,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/outlook/supportedLanguages", - "Variants": [ - "Supported", - "SupportedViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLocaleInfo", - "Command": "Invoke-MgSupportedUserOutlookLanguage" + "Command": "Invoke-MgSupportedUserOutlookLanguage", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "POST", - "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 - }, "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Target1", "TargetExpanded1", "TargetViaIdentity1", "TargetViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgTargetDeviceAppMgtManagedAppPolicyApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -167528,19 +167683,19 @@ "FullDescription": "Allows 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": "Invoke-MgTargetDeviceAppMgtManagedAppPolicyApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}/targetApps", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgTargetDeviceAppMgtManagedAppPolicyApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -167548,19 +167703,19 @@ "FullDescription": "Allows 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": "Invoke-MgTargetDeviceAppMgtManagedAppPolicyApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Target1", "TargetExpanded1", "TargetViaIdentity1", "TargetViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgTargetDeviceAppMgtManagedAppRegistrationAppliedPolicyApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -167568,19 +167723,19 @@ "FullDescription": "Allows 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": "Invoke-MgTargetDeviceAppMgtManagedAppRegistrationAppliedPolicyApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}/targetApps", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgTargetDeviceAppMgtManagedAppRegistrationAppliedPolicyApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -167588,19 +167743,19 @@ "FullDescription": "Allows 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": "Invoke-MgTargetDeviceAppMgtManagedAppRegistrationAppliedPolicyApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgTargetDeviceAppMgtManagedAppRegistrationIntendedPolicyApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -167608,19 +167763,19 @@ "FullDescription": "Allows 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": "Invoke-MgTargetDeviceAppMgtManagedAppRegistrationIntendedPolicyApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}/targetApps", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Target1", "TargetExpanded1", "TargetViaIdentity1", "TargetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgTargetDeviceAppMgtManagedAppRegistrationIntendedPolicyApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -167628,19 +167783,19 @@ "FullDescription": "Allows 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": "Invoke-MgTargetDeviceAppMgtManagedAppRegistrationIntendedPolicyApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Target", "TargetExpanded", "TargetViaIdentity", "TargetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgTargetDeviceAppMgtTargetedManagedAppConfigurationApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -167648,19 +167803,39 @@ "FullDescription": "Allows 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": "Invoke-MgTargetDeviceAppMgtTargetedManagedAppConfigurationApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/targetApps", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Target1", "TargetExpanded1", "TargetViaIdentity1", "TargetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgTargetDeviceAppMgtTargetedManagedAppConfigurationApp" + "Method": "POST", + "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": "Invoke-MgTargetDeviceAppMgtTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/targetApps", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Target", + "TargetExpanded", + "TargetViaIdentity", + "TargetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -167676,19 +167851,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/targetApps", - "Variants": [ - "Target", - "TargetExpanded", - "TargetViaIdentity", - "TargetViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgTargetDeviceAppMgtWindowManagedAppProtectionApp" + "Command": "Invoke-MgTargetDeviceAppMgtWindowManagedAppProtectionApp", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Terminate", + "TerminateViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -167704,17 +167877,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", - "Variants": [ - "Terminate", - "TerminateViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgTerminateDeviceManagementPartner" + "Command": "Invoke-MgTerminateDeviceManagementPartner", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Terminate1", + "TerminateViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -167730,17 +167903,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}/terminate", - "Variants": [ - "Terminate1", - "TerminateViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgTerminateDeviceManagementPartner" + "Command": "Invoke-MgTerminateDeviceManagementPartner", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/outlook/supportedTimeZones", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphTimeZoneInformation", + "Variants": [ + "Time2", + "Time3", + "TimeViaIdentity2", + "TimeViaIdentity3" + ], "Method": "GET", "Permissions": [ { @@ -167756,19 +167931,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/outlook/supportedTimeZones", - "Variants": [ - "Time2", - "Time3", - "TimeViaIdentity2", - "TimeViaIdentity3" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeZoneInformation", - "Command": "Invoke-MgTimeUserOutlook" + "Command": "Invoke-MgTimeUserOutlook", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/supportedTimeZones", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphTimeZoneInformation", + "Variants": [ + "Time", + "Time1", + "TimeViaIdentity", + "TimeViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -167784,19 +167959,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/outlook/supportedTimeZones", - "Variants": [ - "Time", - "Time1", - "TimeViaIdentity", - "TimeViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeZoneInformation", - "Command": "Invoke-MgTimeUserOutlook" + "Command": "Invoke-MgTimeUserOutlook", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/translateExchangeIds", "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphConvertIdResult", + "Variants": [ + "Translate", + "TranslateExpanded", + "TranslateViaIdentity", + "TranslateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -167830,19 +168005,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/translateExchangeIds", - "Variants": [ - "Translate", - "TranslateExpanded", - "TranslateViaIdentity", - "TranslateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConvertIdResult", - "Command": "Invoke-MgTranslateUserExchangeId" + "Command": "Invoke-MgTranslateUserExchangeId", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/translateExchangeIds", "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphConvertIdResult", + "Variants": [ + "Translate1", + "TranslateExpanded1", + "TranslateViaIdentity1", + "TranslateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -167876,19 +168051,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/translateExchangeIds", - "Variants": [ - "Translate1", - "TranslateExpanded1", - "TranslateViaIdentity1", - "TranslateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConvertIdResult", - "Command": "Invoke-MgTranslateUserExchangeId" + "Command": "Invoke-MgTranslateUserExchangeId", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Troubleshoot", + "TroubleshootViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -167896,17 +168069,17 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/troubleshoot", + "Command": "Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/troubleshoot", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Troubleshoot", "TroubleshootViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgTroubleshootDeviceManagementVirtualEndpointCloudPc" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -167914,17 +168087,17 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/troubleshoot", - "Variants": [ - "Troubleshoot", - "TroubleshootViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgTroubleshootUserCloudPc" + "Command": "Invoke-MgTroubleshootUserCloudPc", + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/messages/unarchive", "Module": "Devices.ServiceAnnouncement", + "OutputType": null, + "Variants": [ + "Unarchive", + "UnarchiveExpanded" + ], "Method": "POST", "Permissions": { "Name": "ServiceMessageViewpoint.Write", @@ -167932,17 +168105,17 @@ "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 }, - "Uri": "/admin/serviceAnnouncement/messages/unarchive", - "Variants": [ - "Unarchive", - "UnarchiveExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage" + "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage", + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/messages/unarchive", "Module": "Devices.ServiceAnnouncement", + "OutputType": null, + "Variants": [ + "Unarchive1", + "UnarchiveExpanded1" + ], "Method": "POST", "Permissions": { "Name": "ServiceMessageViewpoint.Write", @@ -167950,17 +168123,17 @@ "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 }, - "Uri": "/admin/serviceAnnouncement/messages/unarchive", - "Variants": [ - "Unarchive1", - "UnarchiveExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage" + "Command": "Invoke-MgUnarchiveServiceAnnouncementMessage", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/unarchive", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Unarchive1", + "UnarchiveViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -167982,17 +168155,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/unarchive", - "Variants": [ - "Unarchive1", - "UnarchiveViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUnarchiveTeam" + "Command": "Invoke-MgUnarchiveTeam", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/unarchive", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Unarchive", + "UnarchiveViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -168014,30 +168187,30 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/unarchive", - "Variants": [ - "Unarchive", - "UnarchiveViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgUnarchiveTeam" + "Command": "Invoke-MgUnarchiveTeam", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Unassign", "UnassignViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUnassignDeviceManagementWindowAutopilotDeploymentProfileAssignedDeviceUserFromDevice" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgUnassignDeviceManagementWindowAutopilotDeploymentProfileAssignedDeviceUserFromDevice", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Unassign", + "UnassignViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -168053,17 +168226,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", - "Variants": [ - "Unassign", - "UnassignViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUnassignDeviceManagementWindowAutopilotDeviceIdentityUserFromDevice" + "Command": "Invoke-MgUnassignDeviceManagementWindowAutopilotDeviceIdentityUserFromDevice", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Unassign1", + "UnassignViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -168079,17 +168252,16 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/unassignUserFromDevice", - "Variants": [ - "Unassign1", - "UnassignViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgUnassignDeviceManagementWindowAutopilotDeviceIdentityUserFromDevice" + "Command": "Invoke-MgUnassignDeviceManagementWindowAutopilotDeviceIdentityUserFromDevice", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/androidForWorkSettings/unbind", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Unbind" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -168097,16 +168269,16 @@ "FullDescription": "Allows 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/androidForWorkSettings/unbind", - "Variants": [ - "Unbind" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUnbindDeviceManagementAndroidForWorkSetting" + "Command": "Invoke-MgUnbindDeviceManagementAndroidForWorkSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/unbind", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Unbind" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -168114,59 +168286,60 @@ "FullDescription": "Allows 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/androidManagedStoreAccountEnterpriseSettings/unbind", - "Variants": [ - "Unbind" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting" + "Command": "Invoke-MgUnbindDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", + "ApiVersion": "beta" }, { - "Module": "WindowsUpdates", - "Method": "POST", - "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/unenrollAssets", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Unenroll", "UnenrollExpanded", "UnenrollViaIdentity", "UnenrollViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUnenrollWindowsUpdatesPolicyAudienceExclusionAsset" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgUnenrollWindowsUpdatesPolicyAudienceExclusionAsset", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/unenrollAssets", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Unenroll", "UnenrollExpanded", "UnenrollViaIdentity", "UnenrollViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgUnenrollWindowsUpdatesPolicyAudienceMemberAsset", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatableAssets/unenrollAssets", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Unenroll", "UnenrollExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUnenrollWindowsUpdatesUpdatableAsset" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgUnenrollWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/messages/unfavorite", "Module": "Devices.ServiceAnnouncement", + "OutputType": null, + "Variants": [ + "Unfavorite", + "UnfavoriteExpanded" + ], "Method": "POST", "Permissions": { "Name": "ServiceMessageViewpoint.Write", @@ -168174,17 +168347,17 @@ "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 }, - "Uri": "/admin/serviceAnnouncement/messages/unfavorite", - "Variants": [ - "Unfavorite", - "UnfavoriteExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage" + "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage", + "ApiVersion": "beta" }, { + "Uri": "/admin/serviceAnnouncement/messages/unfavorite", "Module": "Devices.ServiceAnnouncement", + "OutputType": null, + "Variants": [ + "Unfavorite1", + "UnfavoriteExpanded1" + ], "Method": "POST", "Permissions": { "Name": "ServiceMessageViewpoint.Write", @@ -168192,193 +168365,175 @@ "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 }, - "Uri": "/admin/serviceAnnouncement/messages/unfavorite", - "Variants": [ - "Unfavorite1", - "UnfavoriteExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage" + "Command": "Invoke-MgUnfavoriteServiceAnnouncementMessage", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", + "Module": "Files", + "OutputType": null, "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUnfollowDriveItem" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgUnfollowDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/unfollow", + "Module": "Files", + "OutputType": null, "Variants": [ "Unfollow1", "UnfollowViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgUnfollowDriveItem" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgUnfollowDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/unfollow", + "Module": "Files", + "OutputType": null, "Variants": [ "Unfollow1", "UnfollowViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUnfollowDriveRoot" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgUnfollowDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/unfollow", + "Module": "Files", + "OutputType": null, "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgUnfollowDriveRoot" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgUnfollowDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "Module": "Groups", + "OutputType": null, "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUnfollowGroupDriveItem" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgUnfollowGroupDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "Module": "Groups", + "OutputType": null, "Variants": [ "Unfollow1", "UnfollowViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgUnfollowGroupDriveItem" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgUnfollowGroupDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", + "Module": "Groups", + "OutputType": null, "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUnfollowGroupDriveRoot" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgUnfollowGroupDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/unfollow", + "Module": "Groups", + "OutputType": null, "Variants": [ "Unfollow1", "UnfollowViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgUnfollowGroupDriveRoot" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgUnfollowGroupDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Unfollow1", "UnfollowViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUnfollowUserDriveItem" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgUnfollowUserDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/unfollow", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgUnfollowUserDriveItem" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgUnfollowUserDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Unfollow1", "UnfollowViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUnfollowUserDriveRoot" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgUnfollowUserDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/unfollow", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Unfollow", "UnfollowViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Invoke-MgUnfollowUserDriveRoot" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgUnfollowUserDriveRoot", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "POST", - "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, "Uri": "/communications/calls/{call-id}/unmute", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", "Variants": [ "Unmute1", "UnmuteExpanded1", "UnmuteViaIdentity1", "UnmuteViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", - "Command": "Invoke-MgUnmuteCommunicationCall" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": { "Name": "N/A", @@ -168386,19 +168541,37 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Invoke-MgUnmuteCommunicationCall", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/unmute", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", "Variants": [ "Unmute", "UnmuteExpanded", "UnmuteViaIdentity", "UnmuteViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnmuteParticipantOperation", - "Command": "Invoke-MgUnmuteCommunicationCall" + "Method": "POST", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "Invoke-MgUnmuteCommunicationCall", + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Variants": [ + "Unsubmit1", + "UnsubmitViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -168414,17 +168587,17 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "Variants": [ - "Unsubmit1", - "UnsubmitViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission" + "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", + "Variants": [ + "Unsubmit", + "UnsubmitViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -168440,95 +168613,95 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", - "Variants": [ - "Unsubmit", - "UnsubmitViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission" + "Command": "Invoke-MgUnsubmitEducationClassAssignmentSubmission", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "POST", - "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Variants": [ "Unsubmit1", "UnsubmitViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgUnsubmitEducationMeAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Unsubmit", "UnsubmitViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/unsubmit", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Variants": [ "Unsubmit1", "UnsubmitViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgUnsubmitEducationUserAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/unsubscribe", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUnsubscribeUserMailFolderChildFolderMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Invoke-MgUnsubscribeUserMailFolderChildFolderMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/unsubscribe", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Unsubscribe", "UnsubscribeViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUnsubscribeUserMailFolderMessage" + "Method": "POST", + "Permissions": [], + "Command": "Invoke-MgUnsubscribeUserMailFolderMessage", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/unsubscribe", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Unsubscribe", + "UnsubscribeViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "Mail.Send", @@ -168536,17 +168709,19 @@ "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/messages/{message-id}/unsubscribe", - "Variants": [ - "Unsubscribe", - "UnsubscribeViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUnsubscribeUserMessage" + "Command": "Invoke-MgUnsubscribeUserMessage", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/uploadDepToken", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Upload", + "UploadExpanded", + "UploadViaIdentity", + "UploadViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -168554,19 +168729,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/uploadDepToken", + "Command": "Invoke-MgUploadDeviceManagementDepOnboardingSettingDepToken", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/uploadNewVersion", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUploadDeviceManagementDepOnboardingSettingDepToken" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -168574,19 +168749,17 @@ "FullDescription": "Allows 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/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/uploadNewVersion", - "Variants": [ - "Upload", - "UploadExpanded", - "UploadViaIdentity", - "UploadViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUploadDeviceManagementGroupPolicyUploadedDefinitionFileNewVersion" + "Command": "Invoke-MgUploadDeviceManagementGroupPolicyUploadedDefinitionFileNewVersion", + "ApiVersion": "beta" }, { + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/uploadUrl", "Module": "Education", + "OutputType": null, + "Variants": [ + "Upload", + "UploadViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "EduAdministration.ReadWrite", @@ -168594,37 +168767,19 @@ "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true }, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/uploadUrl", - "Variants": [ - "Upload", - "UploadViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Invoke-MgUploadEducationSynchronizationProfileUrl" + "Command": "Invoke-MgUploadEducationSynchronizationProfileUrl", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "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 - }, "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "APIConnectors.ReadWrite.All", @@ -168632,39 +168787,39 @@ "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, + "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate", + "ApiVersion": "beta" + }, + { "Uri": "/identity/apiConnectors/{identityApiConnector-id}/uploadClientCertificate", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityApiConnector", "Variants": [ "Upload1", "UploadExpanded1", "UploadViaIdentity1", "UploadViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "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.", + "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 }, + "Command": "Invoke-MgUploadIdentityApiConnectorClientCertificate", + "ApiVersion": "v1.0" + }, + { "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadCertificate", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTrustFrameworkKey", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", - "Command": "Invoke-MgUploadTrustFrameworkKeySetCertificate" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "TrustFrameworkKeySet.ReadWrite.All", @@ -168672,19 +168827,19 @@ "FullDescription": "Allows the app to read or write trust framework key sets, on your behalf.", "IsAdmin": true }, + "Command": "Invoke-MgUploadTrustFrameworkKeySetCertificate", + "ApiVersion": "beta" + }, + { "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadPkcs12", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTrustFrameworkKey", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", - "Command": "Invoke-MgUploadTrustFrameworkKeySetPkcs12" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "TrustFrameworkKeySet.ReadWrite.All", @@ -168692,32 +168847,50 @@ "FullDescription": "Allows the app to read or write trust framework key sets, on your behalf.", "IsAdmin": true }, + "Command": "Invoke-MgUploadTrustFrameworkKeySetPkcs12", + "ApiVersion": "beta" + }, + { "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/uploadSecret", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTrustFrameworkKey", "Variants": [ "Upload", "UploadExpanded", "UploadViaIdentity", "UploadViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", - "Command": "Invoke-MgUploadTrustFrameworkKeySetSecret" + "Method": "POST", + "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 + }, + "Command": "Invoke-MgUploadTrustFrameworkKeySetSecret", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "GET", - "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/usage", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", "Variants": [ "Usage", "UsageViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", - "Command": "Invoke-MgUsageIdentityConditionalAccessAuthenticationStrengthPolicy" + "Method": "GET", + "Permissions": [], + "Command": "Invoke-MgUsageIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", + "Variants": [ + "Usage", + "UsageViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -168739,17 +168912,17 @@ "IsAdmin": true } ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/usage", - "Variants": [ - "Usage", - "UsageViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthUsage", - "Command": "Invoke-MgUsagePolicyAuthenticationStrengthPolicy" + "Command": "Invoke-MgUsagePolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphReminder", + "Variants": [ + "View1", + "ViewViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -168765,17 +168938,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", - "Variants": [ - "View1", - "ViewViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphReminder", - "Command": "Invoke-MgViewUserReminder" + "Command": "Invoke-MgViewUserReminder", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphReminder1", + "Variants": [ + "View", + "ViewViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -168791,167 +168964,169 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/reminderView(StartDateTime='{StartDateTime}',EndDateTime='{EndDateTime}')", - "Variants": [ - "View", - "ViewViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphReminder1", - "Command": "Invoke-MgViewUserReminder" + "Command": "Invoke-MgViewUserReminder", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "Module": "Files", + "OutputType": null, "Variants": [ "Associate1", "AssociateExpanded1", "AssociateViaIdentity1", "AssociateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Join-MgDriveListContentTypeWithHubSite" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Join-MgDriveListContentTypeWithHubSite", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "Module": "Files", + "OutputType": null, "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Join-MgDriveListContentTypeWithHubSite" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Join-MgDriveListContentTypeWithHubSite", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "Module": "Groups", + "OutputType": null, "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Join-MgGroupDriveListContentTypeWithHubSite" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Join-MgGroupDriveListContentTypeWithHubSite", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "Module": "Groups", + "OutputType": null, "Variants": [ "Associate1", "AssociateExpanded1", "AssociateViaIdentity1", "AssociateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Join-MgGroupDriveListContentTypeWithHubSite" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Join-MgGroupDriveListContentTypeWithHubSite", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "Module": "Groups", + "OutputType": null, "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Join-MgGroupSiteContentTypeWithHubSite" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Join-MgGroupSiteContentTypeWithHubSite", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", + "Module": "Groups", + "OutputType": null, "Variants": [ "Associate1", "AssociateExpanded1", "AssociateViaIdentity1", "AssociateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Join-MgGroupSiteContentTypeWithHubSite" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Join-MgGroupSiteContentTypeWithHubSite", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "Module": "Groups", + "OutputType": null, "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Join-MgGroupSiteListContentTypeWithHubSite" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Join-MgGroupSiteListContentTypeWithHubSite", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "Module": "Groups", + "OutputType": null, "Variants": [ "Associate1", "AssociateExpanded1", "AssociateViaIdentity1", "AssociateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Join-MgGroupSiteListContentTypeWithHubSite" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Join-MgGroupSiteListContentTypeWithHubSite", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "Module": "Files", + "OutputType": null, "Variants": [ "Associate1", "AssociateExpanded1", "AssociateViaIdentity1", "AssociateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Join-MgShareListContentTypeWithHubSite" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Join-MgShareListContentTypeWithHubSite", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "Module": "Files", + "OutputType": null, "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Join-MgShareListContentTypeWithHubSite" + "Method": "POST", + "Permissions": [], + "Command": "Join-MgShareListContentTypeWithHubSite", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Associate", + "AssociateExpanded", + "AssociateViaIdentity", + "AssociateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -168967,19 +169142,19 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Variants": [ - "Associate", - "AssociateExpanded", - "AssociateViaIdentity", - "AssociateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Join-MgSiteContentTypeWithHubSite" + "Command": "Join-MgSiteContentTypeWithHubSite", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Associate1", + "AssociateExpanded1", + "AssociateViaIdentity1", + "AssociateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -168995,97 +169170,77 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/associateWithHubSites", - "Variants": [ - "Associate1", - "AssociateExpanded1", - "AssociateViaIdentity1", - "AssociateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Join-MgSiteContentTypeWithHubSite" + "Command": "Join-MgSiteContentTypeWithHubSite", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "Module": "Sites", + "OutputType": null, "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Join-MgSiteListContentTypeWithHubSite" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Join-MgSiteListContentTypeWithHubSite", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/associateWithHubSites", + "Module": "Sites", + "OutputType": null, "Variants": [ "Associate1", "AssociateExpanded1", "AssociateViaIdentity1", "AssociateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Join-MgSiteListContentTypeWithHubSite" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Join-MgSiteListContentTypeWithHubSite", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Associate1", "AssociateExpanded1", "AssociateViaIdentity1", "AssociateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Join-MgUserDriveListContentTypeWithHubSite" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Join-MgUserDriveListContentTypeWithHubSite", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/associateWithHubSites", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Associate", "AssociateExpanded", "AssociateViaIdentity", "AssociateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Join-MgUserDriveListContentTypeWithHubSite" + "Method": "POST", + "Permissions": [], + "Command": "Join-MgUserDriveListContentTypeWithHubSite", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/remoteLock", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Lock", "LockViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Lock-MgDeviceManagementComanagedDeviceRemote" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -169093,17 +169248,17 @@ "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 }, + "Command": "Lock-MgDeviceManagementComanagedDeviceRemote", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Lock", "LockViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Lock-MgDeviceManagementManagedDeviceRemote" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -169111,86 +169266,106 @@ "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 }, + "Command": "Lock-MgDeviceManagementManagedDeviceRemote", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/remoteLock", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Lock1", "LockViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Lock-MgDeviceManagementManagedDeviceRemote" + "Method": "POST", + "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 + }, + "Command": "Lock-MgDeviceManagementManagedDeviceRemote", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Lock", "LockViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Lock-MgUserManagedDeviceRemote" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Lock-MgUserManagedDeviceRemote", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/remoteLock", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Lock1", "LockViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Lock-MgUserManagedDeviceRemote" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Lock-MgUserManagedDeviceRemote", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}/transfer", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Transfer1", "TransferExpanded1", "TransferViaIdentity1", "TransferViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Move-MgCommunicationCall" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Move-MgCommunicationCall", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/transfer", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Transfer", "TransferExpanded", "TransferViaIdentity", "TransferViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Move-MgCommunicationCall" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Move-MgCommunicationCall", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/comanagedDevices/moveDevicesToOU", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Move", "MoveExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Move-MgDeviceManagementComanagedDeviceToOu" + "Method": "POST", + "Permissions": [], + "Command": "Move-MgDeviceManagementComanagedDeviceToOu", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/migrateToTemplate", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Migrate", + "MigrateExpanded", + "MigrateViaIdentity", + "MigrateViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -169198,72 +169373,52 @@ "FullDescription": "Allows 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/intents/{deviceManagementIntent-id}/migrateToTemplate", - "Variants": [ - "Migrate", - "MigrateExpanded", - "MigrateViaIdentity", - "MigrateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Move-MgDeviceManagementIntentToTemplate" + "Command": "Move-MgDeviceManagementIntentToTemplate", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/managedDevices/moveDevicesToOU", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Move", "MoveExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Move-MgDeviceManagementManagedDeviceToOu" + "Method": "POST", + "Permissions": [], + "Command": "Move-MgDeviceManagementManagedDeviceToOu", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "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 - }, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/moveToCatalog", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Move-MgEntitlementManagementAccessPackageToCatalog" - }, - { - "Module": "Users.Actions", "Method": "POST", "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 + "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 }, + "Command": "Move-MgEntitlementManagementAccessPackageToCatalog", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMailFolder", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder", - "Command": "Move-MgUserMailFolder" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -169271,99 +169426,99 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "Move-MgUserMailFolder", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/move", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMailFolder1", "Variants": [ "Move1", "MoveExpanded1", "MoveViaIdentity1", "MoveViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder1", - "Command": "Move-MgUserMailFolder" + "Method": "POST", + "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 + }, + "Command": "Move-MgUserMailFolder", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMailFolder", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder", - "Command": "Move-MgUserMailFolderChildFolder" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Move-MgUserMailFolderChildFolder", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/move", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMailFolder1", "Variants": [ "Move1", "MoveExpanded1", "MoveViaIdentity1", "MoveViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder1", - "Command": "Move-MgUserMailFolderChildFolder" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Move-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Command": "Move-MgUserMailFolderChildFolderMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Move-MgUserMailFolderChildFolderMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/move", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Move1", "MoveExpanded1", "MoveViaIdentity1", "MoveViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "Move-MgUserMailFolderChildFolderMessage" + "Method": "POST", + "Permissions": [], + "Command": "Move-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Command": "Move-MgUserMailFolderMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -169371,54 +169526,54 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "Move-MgUserMailFolderMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/move", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Move1", "MoveExpanded1", "MoveViaIdentity1", "MoveViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "Move-MgUserMailFolderMessage" + "Method": "POST", + "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 + }, + "Command": "Move-MgUserMailFolderMessage", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/moveDevicesToOU", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Move-MgUserManagedDeviceToOu" + "Method": "POST", + "Permissions": [], + "Command": "Move-MgUserManagedDeviceToOu", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/messages/{message-id}/move", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Move", "MoveExpanded", "MoveViaIdentity", "MoveViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Command": "Move-MgUserMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -169426,19 +169581,37 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "Move-MgUserMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/move", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Move1", "MoveExpanded1", "MoveViaIdentity1", "MoveViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "Move-MgUserMessage" + "Method": "POST", + "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 + }, + "Command": "Move-MgUserMessage", + "ApiVersion": "v1.0" }, { + "Uri": "/accessReviews", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReview", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -169454,107 +169627,109 @@ "IsAdmin": true } ], - "Uri": "/accessReviews", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReview", - "Command": "New-MgAccessReview" + "Command": "New-MgAccessReview", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/accessReviews/{accessReview-id}/decisions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "Command": "New-MgAccessReviewDecision" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgAccessReviewDecision", + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReview", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReview", - "Command": "New-MgAccessReviewInstance" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgAccessReviewInstance", + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "Command": "New-MgAccessReviewInstanceDecision" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgAccessReviewInstanceDecision", + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "Command": "New-MgAccessReviewInstanceMyDecision" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgAccessReviewInstanceMyDecision", + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "Command": "New-MgAccessReviewInstanceReviewer" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgAccessReviewInstanceReviewer", + "ApiVersion": "beta" + }, + { "Uri": "/accessReviews/{accessReview-id}/myDecisions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewDecision", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewDecision", - "Command": "New-MgAccessReviewMyDecision" + "Method": "POST", + "Permissions": [], + "Command": "New-MgAccessReviewMyDecision", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/reviewers", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -169570,19 +169745,17 @@ "IsAdmin": true } ], - "Uri": "/accessReviews/{accessReview-id}/reviewers", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "Command": "New-MgAccessReviewReviewer" + "Command": "New-MgAccessReviewReviewer", + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", @@ -169590,32 +169763,34 @@ "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, - "Uri": "/administrativeUnits", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "New-MgAdministrativeUnit" + "Command": "New-MgAdministrativeUnit", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgAdministrativeUnitExtension" + "Method": "POST", + "Permissions": [], + "Command": "New-MgAdministrativeUnitExtension", + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -169631,19 +169806,19 @@ "IsAdmin": true } ], - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/$ref", + "Command": "New-MgAdministrativeUnitMemberByRef", + "ApiVersion": "beta" + }, + { + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgAdministrativeUnitMemberByRef" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", @@ -169651,135 +169826,133 @@ "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": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Command": "New-MgAdministrativeUnitScopedRoleMember" + "Command": "New-MgAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/agreements", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreement", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreement", - "Command": "New-MgAgreement" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgAgreement", + "ApiVersion": "beta" + }, + { "Uri": "/agreements", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreement", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreement", - "Command": "New-MgAgreement" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgAgreement", + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/acceptances", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "Command": "New-MgAgreementAcceptance" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgAgreementAcceptance", + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/acceptances", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "Command": "New-MgAgreementAcceptance" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgAgreementAcceptance", + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "Command": "New-MgAgreementFileLocalization" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgAgreementFileLocalization", + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "Command": "New-MgAgreementFileLocalization" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgAgreementFileLocalization", + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "Command": "New-MgAgreementFileLocalizationVersion" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgAgreementFileLocalizationVersion", + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "Command": "New-MgAgreementFileLocalizationVersion" + "Method": "POST", + "Permissions": [], + "Command": "New-MgAgreementFileLocalizationVersion", + "ApiVersion": "v1.0" }, { + "Uri": "/appCatalogs/teamsApps", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -169801,17 +169974,17 @@ "IsAdmin": true } ], - "Uri": "/appCatalogs/teamsApps", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsApp1", - "Command": "New-MgAppCatalogTeamApp" + "Command": "New-MgAppCatalogTeamApp", + "ApiVersion": "beta" }, { + "Uri": "/appCatalogs/teamsApps", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsApp", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -169833,17 +170006,19 @@ "IsAdmin": true } ], - "Uri": "/appCatalogs/teamsApps", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsApp", - "Command": "New-MgAppCatalogTeamApp" + "Command": "New-MgAppCatalogTeamApp", + "ApiVersion": "v1.0" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppDefinition1", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -169865,19 +170040,19 @@ "IsAdmin": true } ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppDefinition1", - "Command": "New-MgAppCatalogTeamAppDefinition" + "Command": "New-MgAppCatalogTeamAppDefinition", + "ApiVersion": "beta" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppDefinition", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -169899,19 +170074,17 @@ "IsAdmin": true } ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppDefinition", - "Command": "New-MgAppCatalogTeamAppDefinition" + "Command": "New-MgAppCatalogTeamAppDefinition", + "ApiVersion": "v1.0" }, { + "Uri": "/applications", "Module": "Applications", + "OutputType": "IMicrosoftGraphApplication1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "Application.ReadWrite.All", @@ -169919,17 +170092,17 @@ "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 }, - "Uri": "/applications", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApplication1", - "Command": "New-MgApplication" + "Command": "New-MgApplication", + "ApiVersion": "beta" }, { + "Uri": "/applications", "Module": "Applications", + "OutputType": "IMicrosoftGraphApplication", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": { "Name": "Application.ReadWrite.All", @@ -169937,17 +170110,19 @@ "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 }, - "Uri": "/applications", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApplication", - "Command": "New-MgApplication" + "Command": "New-MgApplication", + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -169963,19 +170138,19 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgApplicationAppManagementPolicyByRef" + "Command": "New-MgApplicationAppManagementPolicyByRef", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/appManagementPolicies/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -169991,39 +170166,19 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/appManagementPolicies/$ref", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgApplicationAppManagementPolicyByRef" + "Command": "New-MgApplicationAppManagementPolicyByRef", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "POST", - "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 - }, "Uri": "/applications/{application-id}/extensionProperties", + "Module": "Applications", + "OutputType": "IMicrosoftGraphExtensionProperty1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExtensionProperty1", - "Command": "New-MgApplicationExtensionProperty" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": { "Name": "Application.ReadWrite.All", @@ -170031,19 +170186,19 @@ "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 }, + "Command": "New-MgApplicationExtensionProperty", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/extensionProperties", + "Module": "Applications", + "OutputType": "IMicrosoftGraphExtensionProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExtensionProperty", - "Command": "New-MgApplicationExtensionProperty" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": { "Name": "Application.ReadWrite.All", @@ -170051,19 +170206,19 @@ "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 }, + "Command": "New-MgApplicationExtensionProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/federatedIdentityCredentials", + "Module": "Applications", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "Command": "New-MgApplicationFederatedIdentityCredential" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": { "Name": "Application.ReadWrite.All", @@ -170071,19 +170226,39 @@ "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 }, + "Command": "New-MgApplicationFederatedIdentityCredential", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/federatedIdentityCredentials", + "Module": "Applications", + "OutputType": "IMicrosoftGraphFederatedIdentityCredential", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphFederatedIdentityCredential", - "Command": "New-MgApplicationFederatedIdentityCredential" + "Method": "POST", + "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 + }, + "Command": "New-MgApplicationFederatedIdentityCredential", + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/owners/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -170099,19 +170274,19 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/owners/$ref", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgApplicationOwnerByRef" + "Command": "New-MgApplicationOwnerByRef", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/owners/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -170127,94 +170302,94 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/owners/$ref", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgApplicationOwnerByRef" + "Command": "New-MgApplicationOwnerByRef", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "POST", - "Permissions": [], "Uri": "/applications/{application-id}/synchronization/jobs", + "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronizationJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "Command": "New-MgApplicationSynchronizationJob" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "New-MgApplicationSynchronizationJob", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", + "Module": "Applications", + "OutputType": "IMicrosoftGraphStringKeyStringValuePair", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphStringKeyStringValuePair", - "Command": "New-MgApplicationSynchronizationJobOnDemand" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "New-MgApplicationSynchronizationJobOnDemand", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "Command": "New-MgApplicationSynchronizationJobSchemaDirectory" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "New-MgApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/templates", + "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "Command": "New-MgApplicationSynchronizationTemplate" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "New-MgApplicationSynchronizationTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "Command": "New-MgApplicationSynchronizationTemplateSchemaDirectory" + "Method": "POST", + "Permissions": [], + "Command": "New-MgApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -170236,19 +170411,19 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgApplicationTokenIssuancePolicyByRef" + "Command": "New-MgApplicationTokenIssuancePolicyByRef", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -170270,19 +170445,19 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/tokenIssuancePolicies/$ref", + "Command": "New-MgApplicationTokenIssuancePolicyByRef", + "ApiVersion": "v1.0" + }, + { + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", + "Module": "Applications", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgApplicationTokenIssuancePolicyByRef" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [ { @@ -170304,19 +170479,19 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgApplicationTokenLifetimePolicyByRef" + "Command": "New-MgApplicationTokenLifetimePolicyByRef", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -170338,19 +170513,17 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies/$ref", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgApplicationTokenLifetimePolicyByRef" + "Command": "New-MgApplicationTokenLifetimePolicyByRef", + "ApiVersion": "v1.0" }, { + "Uri": "/bookingBusinesses", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingBusiness", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "Bookings.Manage.All", @@ -170358,17 +170531,17 @@ "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", "IsAdmin": false }, - "Uri": "/bookingBusinesses", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingBusiness", - "Command": "New-MgBookingBusiness" + "Command": "New-MgBookingBusiness", + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingBusiness1", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": { "Name": "Bookings.Manage.All", @@ -170376,17 +170549,19 @@ "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", "IsAdmin": false }, - "Uri": "/solutions/bookingBusinesses", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingBusiness1", - "Command": "New-MgBookingBusiness" + "Command": "New-MgBookingBusiness", + "ApiVersion": "v1.0" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingAppointment1", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -170408,19 +170583,19 @@ "IsAdmin": false } ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingAppointment1", - "Command": "New-MgBookingBusinessAppointment" + "Command": "New-MgBookingBusinessAppointment", + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingAppointment", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -170442,83 +170617,49 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingAppointment", - "Command": "New-MgBookingBusinessAppointment" + "Command": "New-MgBookingBusinessAppointment", + "ApiVersion": "v1.0" }, { - "Module": "Bookings", - "Method": "POST", - "Permissions": [], "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView", + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingAppointment1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingAppointment1", - "Command": "New-MgBookingBusinessCalendarView" - }, - { - "Module": "Bookings", "Method": "POST", "Permissions": [], + "Command": "New-MgBookingBusinessCalendarView", + "ApiVersion": "beta" + }, + { "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView", + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingAppointment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingAppointment", - "Command": "New-MgBookingBusinessCalendarView" + "Method": "POST", + "Permissions": [], + "Command": "New-MgBookingBusinessCalendarView", + "ApiVersion": "v1.0" }, { - "Module": "Bookings", - "Method": "POST", - "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.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 - } - ], "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers", + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingCustomer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingCustomer", - "Command": "New-MgBookingBusinessCustomer" - }, - { - "Module": "Bookings", "Method": "POST", "Permissions": [ { @@ -170540,19 +170681,19 @@ "IsAdmin": false } ], + "Command": "New-MgBookingBusinessCustomer", + "ApiVersion": "beta" + }, + { "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgBookingBusinessCustomer" - }, - { - "Module": "Bookings", "Method": "POST", "Permissions": [ { @@ -170574,19 +170715,19 @@ "IsAdmin": false } ], + "Command": "New-MgBookingBusinessCustomer", + "ApiVersion": "v1.0" + }, + { "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions", + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "Command": "New-MgBookingBusinessCustomQuestion" - }, - { - "Module": "Bookings", "Method": "POST", "Permissions": [ { @@ -170608,19 +170749,19 @@ "IsAdmin": false } ], + "Command": "New-MgBookingBusinessCustomQuestion", + "ApiVersion": "beta" + }, + { "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions", + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingCustomQuestion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingCustomQuestion", - "Command": "New-MgBookingBusinessCustomQuestion" - }, - { - "Module": "Bookings", "Method": "POST", "Permissions": [ { @@ -170634,21 +170775,27 @@ "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": "New-MgBookingBusinessCustomQuestion", + "ApiVersion": "v1.0" + }, + { "Uri": "/bookingBusinesses/{bookingBusiness-id}/services", + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingService1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingService1", - "Command": "New-MgBookingBusinessService" - }, - { - "Module": "Bookings", "Method": "POST", "Permissions": [ { @@ -170664,19 +170811,19 @@ "IsAdmin": false } ], + "Command": "New-MgBookingBusinessService", + "ApiVersion": "beta" + }, + { "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services", + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingService", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingService", - "Command": "New-MgBookingBusinessService" - }, - { - "Module": "Bookings", "Method": "POST", "Permissions": [ { @@ -170692,19 +170839,19 @@ "IsAdmin": false } ], + "Command": "New-MgBookingBusinessService", + "ApiVersion": "v1.0" + }, + { "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers", + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingStaffMember", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingStaffMember", - "Command": "New-MgBookingBusinessStaffMember" - }, - { - "Module": "Bookings", "Method": "POST", "Permissions": [ { @@ -170720,58 +170867,84 @@ "IsAdmin": false } ], + "Command": "New-MgBookingBusinessStaffMember", + "ApiVersion": "beta" + }, + { "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgBookingBusinessStaffMember" + "Method": "POST", + "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.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 + } + ], + "Command": "New-MgBookingBusinessStaffMember", + "ApiVersion": "v1.0" }, { - "Module": "Bookings", - "Method": "POST", - "Permissions": [], "Uri": "/bookingCurrencies", + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingCurrency", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBookingCurrency", - "Command": "New-MgBookingCurrency" - }, - { - "Module": "Bookings", "Method": "POST", "Permissions": [], + "Command": "New-MgBookingCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/solutions/bookingCurrencies", + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBookingCurrency", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphBookingCurrency", - "Command": "New-MgBookingCurrency" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgBookingCurrency", + "ApiVersion": "v1.0" + }, + { "Uri": "/businessFlowTemplates", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphBusinessFlowTemplate", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessFlowTemplate", - "Command": "New-MgBusinessFlowTemplate" + "Method": "POST", + "Permissions": [], + "Command": "New-MgBusinessFlowTemplate", + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios", "Module": "Bookings", + "OutputType": "IMicrosoftGraphBusinessScenario", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -170787,17 +170960,19 @@ "IsAdmin": true } ], - "Uri": "/solutions/businessScenarios", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessScenario", - "Command": "New-MgBusinessScenario" + "Command": "New-MgBusinessScenario", + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", "Module": "Bookings", + "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -170813,19 +170988,19 @@ "IsAdmin": true } ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations", + "Command": "New-MgBusinessScenarioPlannerPlanConfigurationLocalization", + "ApiVersion": "beta" + }, + { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", + "Module": "Bookings", + "OutputType": "IMicrosoftGraphBusinessScenarioTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlanConfigurationLocalization", - "Command": "New-MgBusinessScenarioPlannerPlanConfigurationLocalization" - }, - { - "Module": "Bookings", "Method": "POST", "Permissions": { "Name": "BusinessScenarioData.ReadWrite.OwnedBy", @@ -170833,19 +171008,17 @@ "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 }, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphBusinessScenarioTask", - "Command": "New-MgBusinessScenarioPlannerTask" + "Command": "New-MgBusinessScenarioPlannerTask", + "ApiVersion": "beta" }, { + "Uri": "/chats", "Module": "Teams", + "OutputType": "IMicrosoftGraphChat1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -170861,17 +171034,17 @@ "IsAdmin": false } ], - "Uri": "/chats", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChat1", - "Command": "New-MgChat" + "Command": "New-MgChat", + "ApiVersion": "beta" }, { + "Uri": "/chats", "Module": "Teams", + "OutputType": "IMicrosoftGraphChat", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -170887,17 +171060,19 @@ "IsAdmin": false } ], - "Uri": "/chats", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChat", - "Command": "New-MgChat" + "Command": "New-MgChat", + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/installedApps", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -170913,19 +171088,19 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/installedApps", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", - "Command": "New-MgChatInstalledApp" + "Command": "New-MgChatInstalledApp", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/installedApps", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -170941,19 +171116,19 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/installedApps", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Command": "New-MgChatInstalledApp" + "Command": "New-MgChatInstalledApp", + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/members", "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -170969,19 +171144,19 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/members", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "New-MgChatMember" + "Command": "New-MgChatMember", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/members", "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -170997,19 +171172,19 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/members", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "New-MgChatMember" + "Command": "New-MgChatMember", + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/messages", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -171037,19 +171212,19 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/messages", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "New-MgChatMessage" + "Command": "New-MgChatMessage", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/messages", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -171077,139 +171252,139 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/messages", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "New-MgChatMessage" + "Command": "New-MgChatMessage", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgChatMessageHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgChatMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgChatMessageHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgChatMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "New-MgChatMessageReply" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgChatMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "New-MgChatMessageReply" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgChatMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgChatMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgChatMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgChatMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgChatMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/chats/{chat-id}/operations", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", - "Command": "New-MgChatOperation" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgChatOperation", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/permissionGrants", + "Module": "Teams", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Command": "New-MgChatPermissionGrant" + "Method": "POST", + "Permissions": [], + "Command": "New-MgChatPermissionGrant", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/pinnedMessages", "Module": "Teams", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -171225,19 +171400,19 @@ "IsAdmin": false } ], - "Uri": "/chats/{chat-id}/pinnedMessages", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", - "Command": "New-MgChatPinnedMessage" + "Command": "New-MgChatPinnedMessage", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/pinnedMessages", "Module": "Teams", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -171253,19 +171428,19 @@ "IsAdmin": false } ], - "Uri": "/chats/{chat-id}/pinnedMessages", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "Command": "New-MgChatPinnedMessage" + "Command": "New-MgChatPinnedMessage", + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/tabs", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab1", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -171293,19 +171468,19 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/tabs", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab1", - "Command": "New-MgChatTab" + "Command": "New-MgChatTab", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/tabs", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -171333,37 +171508,17 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/tabs", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Command": "New-MgChatTab" + "Command": "New-MgChatTab", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "POST", - "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, "Uri": "/communications/calls", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCall1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCall1", - "Command": "New-MgCommunicationCall" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": { "Name": "N/A", @@ -171371,17 +171526,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "New-MgCommunicationCall", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCall", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCall", - "Command": "New-MgCommunicationCall" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": { "Name": "N/A", @@ -171389,19 +171544,19 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "New-MgCommunicationCall", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAudioRoutingGroup1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAudioRoutingGroup1", - "Command": "New-MgCommunicationCallAudioRoutingGroup" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": { "Name": "N/A", @@ -171409,198 +171564,209 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "New-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/audioRoutingGroups", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAudioRoutingGroup", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAudioRoutingGroup", - "Command": "New-MgCommunicationCallAudioRoutingGroup" + "Method": "POST", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "New-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "POST", - "Permissions": [], "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgCommunicationCallContentSharingSession" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgCommunicationCallContentSharingSession", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/contentSharingSessions", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgCommunicationCallContentSharingSession" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgCommunicationCallContentSharingSession", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}/operations", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCommsOperation", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCommsOperation", - "Command": "New-MgCommunicationCallOperation" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgCommunicationCallOperation", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/operations", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCommsOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCommsOperation", - "Command": "New-MgCommunicationCallOperation" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgCommunicationCallOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}/participants", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphParticipant1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphParticipant1", - "Command": "New-MgCommunicationCallParticipant" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgCommunicationCallParticipant", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/participants", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphParticipant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphParticipant", - "Command": "New-MgCommunicationCallParticipant" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgCommunicationCallParticipant", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCallRecordsSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallRecordsSession", - "Command": "New-MgCommunicationCallRecordSession" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgCommunicationCallRecordSession", + "ApiVersion": "beta" + }, + { "Uri": "/communications/callRecords/{callRecord-id}/sessions", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCallRecordsSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCallRecordsSession", - "Command": "New-MgCommunicationCallRecordSession" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgCommunicationCallRecordSession", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/createOrGet", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphOnlineMeeting1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting1", - "Command": "New-MgCommunicationOnlineMeeting" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgCommunicationOnlineMeeting", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/createOrGet", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphOnlineMeeting", "Variants": [ "Create2", "CreateExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "Command": "New-MgCommunicationOnlineMeeting" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgCommunicationOnlineMeeting", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", - "Command": "New-MgCommunicationOnlineMeetingAttendanceReport" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "Command": "New-MgCommunicationOnlineMeetingAttendanceReport" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAttendanceRecord1", "Variants": [ "Create1", "Create2", @@ -171611,83 +171777,90 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord1", - "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAttendanceRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", - "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "Command": "New-MgCommunicationOnlineMeetingRegistrationCustomQuestion" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgCommunicationOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCallTranscript", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallTranscript", - "Command": "New-MgCommunicationOnlineMeetingTranscript" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgCommunicationOnlineMeetingTranscript", + "ApiVersion": "beta" + }, + { "Uri": "/communications/presences", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphPresence1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPresence1", - "Command": "New-MgCommunicationPresence" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgCommunicationPresence", + "ApiVersion": "beta" + }, + { "Uri": "/communications/presences", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphPresence", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPresence", - "Command": "New-MgCommunicationPresence" + "Method": "POST", + "Permissions": [], + "Command": "New-MgCommunicationPresence", + "ApiVersion": "v1.0" }, { + "Uri": "/compliance/ediscovery/cases", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryCase", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -171703,17 +171876,19 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCase", - "Command": "New-MgComplianceEdiscoveryCase" + "Command": "New-MgComplianceEdiscoveryCase", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryCustodian", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -171729,19 +171904,19 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians", + "Command": "New-MgComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCustodian", - "Command": "New-MgComplianceEdiscoveryCaseCustodian" - }, - { - "Module": "Compliance", "Method": "POST", "Permissions": [ { @@ -171757,34 +171932,34 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources", + "Command": "New-MgComplianceEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "Command": "New-MgComplianceEdiscoveryCaseCustodianSiteSource" + "Method": "POST", + "Permissions": [], + "Command": "New-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", "Module": "Compliance", - "Method": "POST", - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "Command": "New-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource" - }, - { - "Module": "Compliance", "Method": "POST", "Permissions": [ { @@ -171800,19 +171975,19 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources", + "Command": "New-MgComplianceEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "Command": "New-MgComplianceEdiscoveryCaseCustodianUserSource" - }, - { - "Module": "Compliance", "Method": "POST", "Permissions": [ { @@ -171828,19 +172003,19 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds", + "Command": "New-MgComplianceEdiscoveryCaseLegalHold", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoverySiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryLegalHold", - "Command": "New-MgComplianceEdiscoveryCaseLegalHold" - }, - { - "Module": "Compliance", "Method": "POST", "Permissions": [ { @@ -171856,34 +172031,34 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources", + "Command": "New-MgComplianceEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoverySiteSource", - "Command": "New-MgComplianceEdiscoveryCaseLegalHoldSiteSource" + "Method": "POST", + "Permissions": [], + "Command": "New-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", "Module": "Compliance", - "Method": "POST", - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources", + "OutputType": "IMicrosoftGraphEdiscoveryUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUnifiedGroupSource", - "Command": "New-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource" - }, - { - "Module": "Compliance", "Method": "POST", "Permissions": [ { @@ -171899,19 +172074,19 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources", + "Command": "New-MgComplianceEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryUserSource", - "Command": "New-MgComplianceEdiscoveryCaseLegalHoldUserSource" - }, - { - "Module": "Compliance", "Method": "POST", "Permissions": [ { @@ -171927,34 +172102,34 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources", + "Command": "New-MgComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/operations", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryNoncustodialDataSource", - "Command": "New-MgComplianceEdiscoveryCaseNoncustodialDataSource" + "Method": "POST", + "Permissions": [], + "Command": "New-MgComplianceEdiscoveryCaseOperation", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", "Module": "Compliance", - "Method": "POST", - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/operations", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryCaseOperation", - "Command": "New-MgComplianceEdiscoveryCaseOperation" - }, - { - "Module": "Compliance", "Method": "POST", "Permissions": [ { @@ -171970,19 +172145,19 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets", + "Command": "New-MgComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSet", - "Command": "New-MgComplianceEdiscoveryCaseReviewSet" - }, - { - "Module": "Compliance", "Method": "POST", "Permissions": [ { @@ -171998,19 +172173,19 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries", + "Command": "New-MgComplianceEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryReviewSetQuery", - "Command": "New-MgComplianceEdiscoveryCaseReviewSetQuery" - }, - { - "Module": "Compliance", "Method": "POST", "Permissions": [ { @@ -172026,19 +172201,19 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections", + "Command": "New-MgComplianceEdiscoveryCaseSourceCollection", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryDataSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoverySourceCollection", - "Command": "New-MgComplianceEdiscoveryCaseSourceCollection" - }, - { - "Module": "Compliance", "Method": "POST", "Permissions": [ { @@ -172054,19 +172229,19 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources", + "Command": "New-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/tags", + "Module": "Compliance", + "OutputType": "IMicrosoftGraphEdiscoveryTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryDataSource", - "Command": "New-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource" - }, - { - "Module": "Compliance", "Method": "POST", "Permissions": [ { @@ -172082,115 +172257,95 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEdiscoveryTag", - "Command": "New-MgComplianceEdiscoveryCaseTag" + "Command": "New-MgComplianceEdiscoveryCaseTag", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/contacts", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrgContact1", - "Command": "New-MgContact" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgContact", + "ApiVersion": "beta" + }, + { "Uri": "/contacts", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrgContact", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrgContact", - "Command": "New-MgContact" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgContact", + "ApiVersion": "v1.0" + }, + { "Uri": "/contracts", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphContract", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContract", - "Command": "New-MgContract" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgContract", + "ApiVersion": "beta" + }, + { "Uri": "/contracts", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphContract", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContract", - "Command": "New-MgContract" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgContract", + "ApiVersion": "v1.0" + }, + { "Uri": "/dataPolicyOperations", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDataPolicyOperation", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataPolicyOperation", - "Command": "New-MgDataPolicyOperation" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgDataPolicyOperation", + "ApiVersion": "beta" + }, + { "Uri": "/dataPolicyOperations", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDataPolicyOperation", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDataPolicyOperation", - "Command": "New-MgDataPolicyOperation" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDataPolicyOperation", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "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 - }, "Uri": "/devices", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice1", - "Command": "New-MgDevice" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -172198,35 +172353,35 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, + "Command": "New-MgDevice", + "ApiVersion": "beta" + }, + { "Uri": "/devices", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDevice", - "Command": "New-MgDevice" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "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": "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-MgDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection1", - "Command": "New-MgDeviceAppMgtAndroidManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172234,17 +172389,17 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtAndroidManagedAppProtection", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAndroidManagedAppProtection", - "Command": "New-MgDeviceAppMgtAndroidManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172252,19 +172407,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtAndroidManagedAppProtection", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "New-MgDeviceAppMgtAndroidManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172272,19 +172427,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "New-MgDeviceAppMgtAndroidManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172292,17 +172447,17 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection1", - "Command": "New-MgDeviceAppMgtDefaultManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172310,17 +172465,17 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtDefaultManagedAppProtection", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDefaultManagedAppProtection", - "Command": "New-MgDeviceAppMgtDefaultManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172328,19 +172483,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtDefaultManagedAppProtection", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "New-MgDeviceAppMgtDefaultManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172348,19 +172503,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "New-MgDeviceAppMgtDefaultManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172368,30 +172523,17 @@ "FullDescription": "Allows 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/enterpriseCodeSigningCertificates", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", - "Command": "New-MgDeviceAppMgtEnterpriseCodeSigningCertificate" + "Command": "New-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates", "Module": "Devices.CorporateManagement", - "Method": "POST", - "Permissions": [], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", + "OutputType": "IMicrosoftGraphEnterpriseCodeSigningCertificate", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", - "Command": "New-MgDeviceAppMgtiOSLobAppProvisioningConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172399,19 +172541,32 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtEnterpriseCodeSigningCertificate", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfiguration", + "Variants": [ + "Create", + "CreateExpanded" + ], + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosLobAppProvisioningConfigurationAssignment", - "Command": "New-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172419,19 +172574,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", - "Command": "New-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172439,19 +172594,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppProvisioningConfigGroupAssignment", - "Command": "New-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172459,19 +172614,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "Command": "New-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172479,17 +172634,17 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphIosManagedAppProtection1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosManagedAppProtection1", - "Command": "New-MgDeviceAppMgtiOSManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172497,17 +172652,17 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtiOSManagedAppProtection", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphIosManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIosManagedAppProtection", - "Command": "New-MgDeviceAppMgtiOSManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172515,19 +172670,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtiOSManagedAppProtection", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "New-MgDeviceAppMgtiOSManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172535,45 +172690,63 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtiOSManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "New-MgDeviceAppMgtiOSManagedAppProtectionApp" + "Method": "POST", + "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": "New-MgDeviceAppMgtiOSManagedAppProtectionApp", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "POST", - "Permissions": [], "Uri": "/deviceAppManagement/managedAppPolicies", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy1", - "Command": "New-MgDeviceAppMgtManagedAppPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceAppMgtManagedAppPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppPolicies", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "Command": "New-MgDeviceAppMgtManagedAppPolicy" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceAppMgtManagedAppPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppRegistration1", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172581,17 +172754,17 @@ "FullDescription": "Allows 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/managedAppRegistrations", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppRegistration1", - "Command": "New-MgDeviceAppMgtManagedAppRegistration" + "Command": "New-MgDeviceAppMgtManagedAppRegistration", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppRegistration", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172599,97 +172772,79 @@ "FullDescription": "Allows 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/managedAppRegistrations", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppRegistration", - "Command": "New-MgDeviceAppMgtManagedAppRegistration" + "Command": "New-MgDeviceAppMgtManagedAppRegistration", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "POST", - "Permissions": [], "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy1", - "Command": "New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "Command": "New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicy1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppPolicy1", - "Command": "New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppPolicy", - "Command": "New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "POST", - "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 - }, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "Command": "New-MgDeviceAppMgtManagedAppRegistrationOperation" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172697,63 +172852,63 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtManagedAppRegistrationOperation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppOperation", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppOperation", - "Command": "New-MgDeviceAppMgtManagedAppRegistrationOperation" + "Method": "POST", + "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": "New-MgDeviceAppMgtManagedAppRegistrationOperation", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "POST", - "Permissions": [], "Uri": "/deviceAppManagement/managedAppStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppStatus", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "Command": "New-MgDeviceAppMgtManagedAppStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceAppMgtManagedAppStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedAppStatus", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedAppStatus", - "Command": "New-MgDeviceAppMgtManagedAppStatuses" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceAppMgtManagedAppStatuses", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "POST", - "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 - }, "Uri": "/deviceAppManagement/managedEBooks", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedEBook1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedEBook1", - "Command": "New-MgDeviceAppMgtManagedEBook" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172761,17 +172916,17 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtManagedEBook", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedEBook", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedEBook", - "Command": "New-MgDeviceAppMgtManagedEBook" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172779,19 +172934,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtManagedEBook", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedEBookAssignment1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedEBookAssignment1", - "Command": "New-MgDeviceAppMgtManagedEBookAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172799,19 +172954,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtManagedEBookAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedEBookAssignment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedEBookAssignment", - "Command": "New-MgDeviceAppMgtManagedEBookAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172819,17 +172974,17 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtManagedEBookAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBookCategories", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedEBookCategory", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedEBookCategory", - "Command": "New-MgDeviceAppMgtManagedEBookCategory" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172837,19 +172992,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtManagedEBookCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "Command": "New-MgDeviceAppMgtManagedEBookDeviceState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172857,19 +173012,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtManagedEBookDeviceState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "Command": "New-MgDeviceAppMgtManagedEBookDeviceState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172877,19 +173032,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtManagedEBookDeviceState", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "Command": "New-MgDeviceAppMgtManagedEBookUserStateSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172897,19 +173052,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtManagedEBookUserStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphUserInstallStateSummary", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserInstallStateSummary", - "Command": "New-MgDeviceAppMgtManagedEBookUserStateSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172917,19 +173072,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtManagedEBookUserStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "Command": "New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172937,19 +173092,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceInstallState", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceInstallState", - "Command": "New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172957,17 +173112,17 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy1", - "Command": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172975,17 +173130,17 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMdmWindowsInformationProtectionPolicy", - "Command": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -172993,17 +173148,17 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileApps", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileApp1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileApp1", - "Command": "New-MgDeviceAppMgtMobileApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173011,17 +173166,17 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtMobileApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileApp", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileApp", - "Command": "New-MgDeviceAppMgtMobileApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173029,19 +173184,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtMobileApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppAssignment1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppAssignment1", - "Command": "New-MgDeviceAppMgtMobileAppAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173049,19 +173204,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtMobileAppAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppAssignment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppAssignment", - "Command": "New-MgDeviceAppMgtMobileAppAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173069,17 +173224,17 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtMobileAppAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppCategories", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppCategory", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppCategory", - "Command": "New-MgDeviceAppMgtMobileAppCategory" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173087,17 +173242,17 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtMobileAppCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppCategories", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppCategory", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileAppCategory", - "Command": "New-MgDeviceAppMgtMobileAppCategory" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173105,17 +173260,17 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtMobileAppCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration1", - "Command": "New-MgDeviceAppMgtMobileAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173123,17 +173278,17 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtMobileAppConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfiguration", - "Command": "New-MgDeviceAppMgtMobileAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173141,19 +173296,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtMobileAppConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment1", - "Command": "New-MgDeviceAppMgtMobileAppConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173161,19 +173316,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtMobileAppConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationAssignment", - "Command": "New-MgDeviceAppMgtMobileAppConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173181,19 +173336,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtMobileAppConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus1", - "Command": "New-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173201,19 +173356,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationDeviceStatus", - "Command": "New-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173221,19 +173376,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "Command": "New-MgDeviceAppMgtMobileAppConfigurationUserStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173241,19 +173396,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationUserStatus", - "Command": "New-MgDeviceAppMgtMobileAppConfigurationUserStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173261,19 +173416,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppInstallStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppInstallStatus", - "Command": "New-MgDeviceAppMgtMobileAppDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173281,19 +173436,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtMobileAppDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppRelationship", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppRelationship", - "Command": "New-MgDeviceAppMgtMobileAppRelationship" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173301,19 +173456,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtMobileAppRelationship", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphUserAppInstallStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserAppInstallStatus", - "Command": "New-MgDeviceAppMgtMobileAppUserStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173321,37 +173476,37 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtMobileAppUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppInstallStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppInstallStatus", - "Command": "New-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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 }, + "Command": "New-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/policySets", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphPolicySet", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicySet", - "Command": "New-MgDeviceAppMgtPolicySet" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -173359,19 +173514,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtPolicySet", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphPolicySetAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicySetAssignment", - "Command": "New-MgDeviceAppMgtPolicySetAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -173379,37 +173534,37 @@ "FullDescription": "Allows 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-MgDeviceAppMgtPolicySetAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/policySets/{policySet-id}/items", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphPolicySetItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPolicySetItem", - "Command": "New-MgDeviceAppMgtPolicySetItem" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "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 }, + "Command": "New-MgDeviceAppMgtPolicySetItem", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration1", - "Command": "New-MgDeviceAppMgtTargetedManagedAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173417,17 +173572,17 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtTargetedManagedAppConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppConfiguration", - "Command": "New-MgDeviceAppMgtTargetedManagedAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173435,19 +173590,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtTargetedManagedAppConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "New-MgDeviceAppMgtTargetedManagedAppConfigurationApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173455,49 +173610,67 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "New-MgDeviceAppMgtTargetedManagedAppConfigurationApp" + "Method": "POST", + "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": "New-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "POST", - "Permissions": [], "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", - "Command": "New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment", - "Command": "New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/deviceAppManagementTasks", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceAppManagementTask", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -173513,17 +173686,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks", + "Command": "New-MgDeviceAppMgtTask", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/vppTokens", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphVppToken2", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAppManagementTask", - "Command": "New-MgDeviceAppMgtTask" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [ { @@ -173539,17 +173712,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/vppTokens", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVppToken2", - "Command": "New-MgDeviceAppMgtVppToken" + "Command": "New-MgDeviceAppMgtVppToken", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/vppTokens", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphVppToken", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -173565,35 +173738,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/vppTokens", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVppToken", - "Command": "New-MgDeviceAppMgtVppToken" + "Command": "New-MgDeviceAppMgtVppToken", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "POST", - "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 - }, "Uri": "/deviceAppManagement/wdacSupplementalPolicies", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicy", - "Command": "New-MgDeviceAppMgtWdacSupplementalPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173601,19 +173756,19 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtWdacSupplementalPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyAssignment", - "Command": "New-MgDeviceAppMgtWdacSupplementalPolicyAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173621,19 +173776,37 @@ "FullDescription": "Allows 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": "New-MgDeviceAppMgtWdacSupplementalPolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDefenderApplicationControlSupplementalPolicyDeploymentStatus", - "Command": "New-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses" + "Method": "POST", + "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": "New-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -173649,17 +173822,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations", + "Command": "New-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionDeviceRegistration", - "Command": "New-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173667,17 +173840,17 @@ "FullDescription": "Allows 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/windowsInformationProtectionPolicies", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy1", - "Command": "New-MgDeviceAppMgtWindowInformationProtectionPolicy" + "Command": "New-MgDeviceAppMgtWindowInformationProtectionPolicy", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -173685,17 +173858,17 @@ "FullDescription": "Allows 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/windowsInformationProtectionPolicies", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionPolicy", - "Command": "New-MgDeviceAppMgtWindowInformationProtectionPolicy" + "Command": "New-MgDeviceAppMgtWindowInformationProtectionPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -173711,17 +173884,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions", + "Command": "New-MgDeviceAppMgtWindowInformationProtectionWipeAction", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/windowsManagedAppProtections", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionWipeAction", - "Command": "New-MgDeviceAppMgtWindowInformationProtectionWipeAction" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [ { @@ -173737,17 +173910,19 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsManagedAppProtection", - "Command": "New-MgDeviceAppMgtWindowManagedAppProtection" + "Command": "New-MgDeviceAppMgtWindowManagedAppProtection", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedMobileApp", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -173763,97 +173938,77 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedMobileApp", - "Command": "New-MgDeviceAppMgtWindowManagedAppProtectionApp" + "Command": "New-MgDeviceAppMgtWindowManagedAppProtectionApp", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "POST", - "Permissions": [], "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTargetedManagedAppPolicyAssignment1", - "Command": "New-MgDeviceAppMgtWindowManagedAppProtectionAssignment" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceAppMgtWindowManagedAppProtectionAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/commands", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphCommand", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCommand", - "Command": "New-MgDeviceCommand" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceCommand", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/extensions", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgDeviceExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/extensions", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgDeviceExtension" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceExtension", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "POST", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdvancedThreatProtectionOnboardingDeviceSettingState", - "Command": "New-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -173861,17 +174016,17 @@ "FullDescription": "Allows 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-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidDeviceOwnerEnrollmentProfile", - "Command": "New-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -173879,19 +174034,19 @@ "FullDescription": "Allows 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-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/createToken", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -173899,17 +174054,17 @@ "FullDescription": "Allows 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-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidForWorkAppConfigurationSchema", - "Command": "New-MgDeviceManagementAndroidForWorkAppConfigurationSchema" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -173917,17 +174072,17 @@ "FullDescription": "Allows 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-MgDeviceManagementAndroidForWorkAppConfigurationSchema", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidForWorkEnrollmentProfile", - "Command": "New-MgDeviceManagementAndroidForWorkEnrollmentProfile" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -173935,19 +174090,19 @@ "FullDescription": "Allows 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-MgDeviceManagementAndroidForWorkEnrollmentProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/createToken", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgDeviceManagementAndroidForWorkEnrollmentProfileToken" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -173955,17 +174110,17 @@ "FullDescription": "Allows 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-MgDeviceManagementAndroidForWorkEnrollmentProfileToken", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/createGooglePlayWebToken", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -173973,17 +174128,34 @@ "FullDescription": "Allows 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-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingGooglePlayWebToken", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAndroidManagedStoreAppConfigurationSchema", - "Command": "New-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema" + "Method": "POST", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/applePushNotificationCertificate/generateApplePushNotificationCertificateSigningRequest", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Generate" + ], "Method": "POST", "Permissions": [ { @@ -173999,34 +174171,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/applePushNotificationCertificate/generateApplePushNotificationCertificateSigningRequest", - "Variants": [ - "Generate" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest" + "Command": "New-MgDeviceManagementApplePushNotificationCertificateApplePushNotificationCertificateSigningRequest", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppleUserInitiatedEnrollmentProfile", - "Command": "New-MgDeviceManagementAppleUserInitiatedEnrollmentProfile" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -174034,55 +174189,55 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementAppleUserInitiatedEnrollmentProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppleEnrollmentProfileAssignment", - "Command": "New-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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": "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": "New-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/assignmentFilters", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementAssignmentFilter", - "Command": "New-MgDeviceManagementAssignmentFilter" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "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 }, + "Command": "New-MgDeviceManagementAssignmentFilter", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/auditEvents", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphAuditEvent", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuditEvent", - "Command": "New-MgDeviceManagementAuditEvent" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -174090,35 +174245,35 @@ "FullDescription": "Allows 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": "New-MgDeviceManagementAuditEvent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/auditEvents", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphAuditEvent1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuditEvent1", - "Command": "New-MgDeviceManagementAuditEvent" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "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.", + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows 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": "New-MgDeviceManagementAuditEvent", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/autopilotEvents", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotEvent", - "Command": "New-MgDeviceManagementAutopilotEvent" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -174126,37 +174281,37 @@ "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": "New-MgDeviceManagementAutopilotEvent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementAutopilotPolicyStatusDetail", - "Command": "New-MgDeviceManagementAutopilotEventPolicyStatusDetail" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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": "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": "New-MgDeviceManagementAutopilotEventPolicyStatusDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/cartToClassAssociations", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCartToClassAssociation", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCartToClassAssociation", - "Command": "New-MgDeviceManagementCartToClassAssociation" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -174164,17 +174319,17 @@ "FullDescription": "Allows 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-MgDeviceManagementCartToClassAssociation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/categories", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingCategory", - "Command": "New-MgDeviceManagementCategory" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -174182,19 +174337,37 @@ "FullDescription": "Allows 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-MgDeviceManagementCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "Command": "New-MgDeviceManagementCategorySettingDefinition" + "Method": "POST", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementCategorySettingDefinition", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDevice1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -174210,165 +174383,165 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagedDevices", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice1", - "Command": "New-MgDeviceManagementComanagedDevice" + "Command": "New-MgDeviceManagementComanagedDevice", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "Command": "New-MgDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", - "Command": "New-MgDeviceManagementComanagedDeviceCompliancePolicyState" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementComanagedDeviceCompliancePolicyState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationState1", - "Command": "New-MgDeviceManagementComanagedDeviceConfigurationState" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementComanagedDeviceConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Variants": [ "Create", "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "Command": "New-MgDeviceManagementComanagedDeviceHealthScriptState" - }, - { - "Module": "DeviceManagement.Actions", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementComanagedDeviceHealthScriptState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Create", "CreateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementComanagedDeviceLogCollectionRequestDownloadUrl", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "Command": "New-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/createRemoteHelpSession", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgDeviceManagementComanagedDeviceRemoteHelpSession" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementComanagedDeviceRemoteHelpSession", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineState", - "Command": "New-MgDeviceManagementComanagedDeviceSecurityBaselineState" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementComanagedDeviceSecurityBaselineState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "Command": "New-MgDeviceManagementComanagedDeviceSecurityBaselineStateSettingState" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "Command": "New-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagementEligibleDevices", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphComanagementEligibleDevice", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -174384,17 +174557,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagementEligibleDevices", + "Command": "New-MgDeviceManagementComanagementEligibleDevice", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/complianceManagementPartners", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphComplianceManagementPartner", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphComanagementEligibleDevice", - "Command": "New-MgDeviceManagementComanagementEligibleDevice" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": [ { @@ -174410,17 +174583,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/complianceManagementPartners", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphComplianceManagementPartner", - "Command": "New-MgDeviceManagementComplianceManagementPartner" + "Command": "New-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/complianceManagementPartners", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphComplianceManagementPartner1", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -174436,35 +174609,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/complianceManagementPartners", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphComplianceManagementPartner1", - "Command": "New-MgDeviceManagementComplianceManagementPartner" + "Command": "New-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "POST", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/compliancePolicies", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementCompliancePolicy", - "Command": "New-MgDeviceManagementCompliancePolicy" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -174472,19 +174627,19 @@ "FullDescription": "Allows 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-MgDeviceManagementCompliancePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "Command": "New-MgDeviceManagementCompliancePolicyAssignment" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -174492,19 +174647,19 @@ "FullDescription": "Allows 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-MgDeviceManagementCompliancePolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", - "Command": "New-MgDeviceManagementCompliancePolicyScheduledActionForRule" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -174512,19 +174667,19 @@ "FullDescription": "Allows 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-MgDeviceManagementCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceActionItem", - "Command": "New-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -174532,19 +174687,19 @@ "FullDescription": "Allows 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-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "Command": "New-MgDeviceManagementCompliancePolicySetting" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -174552,17 +174707,17 @@ "FullDescription": "Allows 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-MgDeviceManagementCompliancePolicySetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/complianceSettings", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Command": "New-MgDeviceManagementComplianceSetting" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -174570,17 +174725,17 @@ "FullDescription": "Allows 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-MgDeviceManagementComplianceSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicies", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", - "Command": "New-MgDeviceManagementConfigurationPolicy" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -174588,19 +174743,19 @@ "FullDescription": "Allows 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-MgDeviceManagementConfigurationPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "Command": "New-MgDeviceManagementConfigurationPolicyAssignment" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -174608,19 +174763,19 @@ "FullDescription": "Allows 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-MgDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/createCopy", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicy", - "Command": "New-MgDeviceManagementConfigurationPolicyCopy" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -174628,19 +174783,19 @@ "FullDescription": "Allows 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-MgDeviceManagementConfigurationPolicyCopy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSetting", - "Command": "New-MgDeviceManagementConfigurationPolicySetting" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -174648,17 +174803,17 @@ "FullDescription": "Allows 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-MgDeviceManagementConfigurationPolicySetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicyTemplates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyTemplate", - "Command": "New-MgDeviceManagementConfigurationPolicyTemplate" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -174666,19 +174821,19 @@ "FullDescription": "Allows 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-MgDeviceManagementConfigurationPolicyTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Command": "New-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -174686,19 +174841,19 @@ "FullDescription": "Allows 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-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingTemplate", - "Command": "New-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -174706,17 +174861,35 @@ "FullDescription": "Allows 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-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationSettings", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Command": "New-MgDeviceManagementConfigurationSetting" + "Method": "POST", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementConfigurationSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/dataSharingConsents", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDataSharingConsent", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -174732,17 +174905,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/dataSharingConsents", + "Command": "New-MgDeviceManagementDataSharingConsent", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/depOnboardingSettings", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDepOnboardingSetting", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataSharingConsent", - "Command": "New-MgDeviceManagementDataSharingConsent" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -174750,17 +174923,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/depOnboardingSettings", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDepOnboardingSetting", - "Command": "New-MgDeviceManagementDepOnboardingSetting" + "Command": "New-MgDeviceManagementDepOnboardingSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/generateEncryptionPublicKey", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Generate", + "GenerateViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -174776,37 +174949,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/generateEncryptionPublicKey", - "Variants": [ - "Generate", - "GenerateViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgDeviceManagementDepOnboardingSettingEncryptionPublicKey" + "Command": "New-MgDeviceManagementDepOnboardingSettingEncryptionPublicKey", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphEnrollmentProfile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentProfile", - "Command": "New-MgDeviceManagementDepOnboardingSettingEnrollmentProfile" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -174814,32 +174969,50 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementDepOnboardingSettingEnrollmentProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedAppleDeviceIdentity", - "Command": "New-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity" + "Method": "POST", + "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 + }, + "Command": "New-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/derivedCredentials", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementDerivedCredentialSettings", - "Command": "New-MgDeviceManagementDerivedCredentials" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementDerivedCredentials", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/detectedApps", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDetectedApp1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -174847,17 +175020,17 @@ "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/detectedApps", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDetectedApp1", - "Command": "New-MgDeviceManagementDetectedApp" + "Command": "New-MgDeviceManagementDetectedApp", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/detectedApps", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDetectedApp", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -174865,17 +175038,17 @@ "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/detectedApps", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDetectedApp", - "Command": "New-MgDeviceManagementDetectedApp" + "Command": "New-MgDeviceManagementDetectedApp", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCategories", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCategory1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -174891,17 +175064,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceCategories", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCategory1", - "Command": "New-MgDeviceManagementDeviceCategory" + "Command": "New-MgDeviceManagementDeviceCategory", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCategories", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCategory", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -174917,35 +175090,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceCategories", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCategory", - "Command": "New-MgDeviceManagementDeviceCategory" + "Command": "New-MgDeviceManagementDeviceCategory", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "POST", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/deviceCompliancePolicies", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy1", - "Command": "New-MgDeviceManagementDeviceCompliancePolicy" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -174953,17 +175108,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicy", - "Command": "New-MgDeviceManagementDeviceCompliancePolicy" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -174971,19 +175126,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment1", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyAssignment" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -174991,19 +175146,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyAssignment" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175011,19 +175166,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175031,19 +175186,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175051,19 +175206,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus1", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175071,19 +175226,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceDeviceStatus", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175091,19 +175246,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule1", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175111,19 +175266,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceScheduledActionForRule", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175131,19 +175286,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem1", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175151,19 +175306,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceActionItem", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175171,17 +175326,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary1", - "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175189,17 +175344,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicySettingStateSummary", - "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175207,19 +175362,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState1", - "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175227,19 +175382,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceSettingState", - "Command": "New-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175247,19 +175402,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyUserStatuses" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175267,19 +175422,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceComplianceUserStatus", - "Command": "New-MgDeviceManagementDeviceCompliancePolicyUserStatuses" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175287,17 +175442,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfiguration1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfiguration1", - "Command": "New-MgDeviceManagementDeviceConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175305,17 +175460,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfiguration", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfiguration", - "Command": "New-MgDeviceManagementDeviceConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175323,19 +175478,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment1", - "Command": "New-MgDeviceManagementDeviceConfigurationAssignment" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175343,19 +175498,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "Command": "New-MgDeviceManagementDeviceConfigurationAssignment" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175363,17 +175518,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurationConflictSummary", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationConflictSummary", - "Command": "New-MgDeviceManagementDeviceConfigurationConflictSummary" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175381,19 +175536,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationConflictSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "Command": "New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175401,19 +175556,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSettingStateDeviceSummary", - "Command": "New-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175421,19 +175576,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus1", - "Command": "New-MgDeviceManagementDeviceConfigurationDeviceStatuses" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175441,19 +175596,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationDeviceStatus", - "Command": "New-MgDeviceManagementDeviceConfigurationDeviceStatuses" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175461,19 +175616,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationGroupAssignment", - "Command": "New-MgDeviceManagementDeviceConfigurationGroupAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175481,17 +175636,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationGroupAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedAllDeviceCertificateState", - "Command": "New-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175499,17 +175654,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRestrictedAppsViolation", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRestrictedAppsViolation", - "Command": "New-MgDeviceManagementDeviceConfigurationRestrictedAppViolation" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175517,19 +175672,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationRestrictedAppViolation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "Command": "New-MgDeviceManagementDeviceConfigurationUserStatuses" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175537,19 +175692,37 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationUserStatus", - "Command": "New-MgDeviceManagementDeviceConfigurationUserStatuses" + "Method": "POST", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationUserStatuses", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -175565,17 +175738,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration" + "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -175591,17 +175764,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration1", - "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration" + "Command": "New-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment1", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -175617,19 +175792,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment1", - "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment" + "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -175645,32 +175820,30 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment" + "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceHealthScript", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -175686,17 +175859,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceHealthScripts", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScript", - "Command": "New-MgDeviceManagementDeviceHealthScript" + "Command": "New-MgDeviceManagementDeviceHealthScript", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -175712,19 +175887,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments", + "Command": "New-MgDeviceManagementDeviceHealthScriptAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptAssignment", - "Command": "New-MgDeviceManagementDeviceHealthScriptAssignment" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -175740,19 +175915,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptDeviceState", - "Command": "New-MgDeviceManagementDeviceHealthScriptDeviceRunState" + "Command": "New-MgDeviceManagementDeviceHealthScriptDeviceRunState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceShellScript", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -175768,17 +175941,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceShellScripts", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceShellScript", - "Command": "New-MgDeviceManagementDeviceShellScript" + "Command": "New-MgDeviceManagementDeviceShellScript", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -175794,19 +175969,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments", + "Command": "New-MgDeviceManagementDeviceShellScriptAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "Command": "New-MgDeviceManagementDeviceShellScriptAssignment" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -175822,19 +175997,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates", + "Command": "New-MgDeviceManagementDeviceShellScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "Command": "New-MgDeviceManagementDeviceShellScriptDeviceRunState" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -175850,19 +176025,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments", + "Command": "New-MgDeviceManagementDeviceShellScriptGroupAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "Command": "New-MgDeviceManagementDeviceShellScriptGroupAssignment" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -175878,52 +176053,32 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "Command": "New-MgDeviceManagementDeviceShellScriptUserRunState" + "Command": "New-MgDeviceManagementDeviceShellScriptUserRunState", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "Command": "New-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "POST", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/domainJoinConnectors", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementDomainJoinConnector", - "Command": "New-MgDeviceManagementDomainJoinConnector" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175931,17 +176086,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDomainJoinConnector", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/embeddedSIMActivationCodePools", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePool", - "Command": "New-MgDeviceManagementEmbeddedSimActivationCodePool" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175949,19 +176104,19 @@ "FullDescription": "Allows 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-MgDeviceManagementEmbeddedSimActivationCodePool", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", - "Command": "New-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -175969,19 +176124,37 @@ "FullDescription": "Allows 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-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimDeviceState", - "Command": "New-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState" + "Method": "POST", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/exchangeConnectors", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -175997,17 +176170,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/exchangeConnectors", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "Command": "New-MgDeviceManagementExchangeConnector" + "Command": "New-MgDeviceManagementExchangeConnector", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/exchangeConnectors", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -176023,48 +176196,30 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/exchangeConnectors", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeConnector", - "Command": "New-MgDeviceManagementExchangeConnector" + "Command": "New-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Administration", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/exchangeOnPremisesPolicies", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementExchangeOnPremisesPolicy", - "Command": "New-MgDeviceManagementExchangeOnPremisPolicy" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementExchangeOnPremisPolicy", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "POST", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/groupPolicyCategories", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyCategory", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyCategory", - "Command": "New-MgDeviceManagementGroupPolicyCategory" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -176072,17 +176227,17 @@ "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyConfiguration", - "Command": "New-MgDeviceManagementGroupPolicyConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -176090,19 +176245,19 @@ "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", - "Command": "New-MgDeviceManagementGroupPolicyConfigurationAssignment" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -176110,19 +176265,19 @@ "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionValue", - "Command": "New-MgDeviceManagementGroupPolicyConfigurationDefinitionValue" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -176130,19 +176285,19 @@ "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyConfigurationDefinitionValue", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentationValue", - "Command": "New-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -176150,138 +176305,138 @@ "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinition", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinition", - "Command": "New-MgDeviceManagementGroupPolicyDefinition" + "Method": "POST", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyDefinition", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/groupPolicyDefinitionFiles", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyDefinitionFile", - "Command": "New-MgDeviceManagementGroupPolicyDefinitionFile" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementGroupPolicyDefinitionFile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "Command": "New-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "Command": "New-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "Command": "New-MgDeviceManagementGroupPolicyDefinitionPresentation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementGroupPolicyDefinitionPresentation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "Command": "New-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyPresentation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyPresentation", - "Command": "New-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyMigrationReports/createMigrationReport", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgDeviceManagementGroupPolicyMigrationReport" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementGroupPolicyMigrationReport", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "POST", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicySettingMapping", - "Command": "New-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -176289,19 +176444,19 @@ "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnsupportedGroupPolicyExtension", - "Command": "New-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -176309,17 +176464,17 @@ "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyObjectFiles", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyObjectFile", - "Command": "New-MgDeviceManagementGroupPolicyObjectFile" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -176327,50 +176482,50 @@ "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyObjectFile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyUploadedDefinitionFile", - "Command": "New-MgDeviceManagementGroupPolicyUploadedDefinitionFile" + "Method": "POST", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphGroupPolicyOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyOperation", - "Command": "New-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/importedDeviceIdentities", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", - "Command": "New-MgDeviceManagementImportedDeviceIdentity" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -176378,17 +176533,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementImportedDeviceIdentity", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "Command": "New-MgDeviceManagementImportedWindowAutopilotDeviceIdentity" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -176396,35 +176551,35 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphImportedWindowsAutopilotDeviceIdentity", - "Command": "New-MgDeviceManagementImportedWindowAutopilotDeviceIdentity" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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": "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": "New-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/intents", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "Command": "New-MgDeviceManagementIntent" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -176432,19 +176587,19 @@ "FullDescription": "Allows 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-MgDeviceManagementIntent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentAssignment", - "Command": "New-MgDeviceManagementIntentAssignment" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -176452,19 +176607,19 @@ "FullDescription": "Allows 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-MgDeviceManagementIntentAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentSettingCategory", - "Command": "New-MgDeviceManagementIntentCategory" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -176472,19 +176627,19 @@ "FullDescription": "Allows 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-MgDeviceManagementIntentCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "Command": "New-MgDeviceManagementIntentCategorySetting" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -176492,19 +176647,19 @@ "FullDescription": "Allows 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-MgDeviceManagementIntentCategorySetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/createCopy", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "Command": "New-MgDeviceManagementIntentCopy" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -176512,19 +176667,19 @@ "FullDescription": "Allows 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-MgDeviceManagementIntentCopy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceSettingStateSummary", - "Command": "New-MgDeviceManagementIntentDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -176532,19 +176687,19 @@ "FullDescription": "Allows 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-MgDeviceManagementIntentDeviceSettingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentDeviceState", - "Command": "New-MgDeviceManagementIntentDeviceState" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -176552,19 +176707,19 @@ "FullDescription": "Allows 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-MgDeviceManagementIntentDeviceState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "Command": "New-MgDeviceManagementIntentSetting" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -176572,37 +176727,37 @@ "FullDescription": "Allows 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-MgDeviceManagementIntentSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntentUserState", - "Command": "New-MgDeviceManagementIntentUserState" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "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 }, + "Command": "New-MgDeviceManagementIntentUserState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intuneBrandingProfiles", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphIntuneBrandingProfile", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIntuneBrandingProfile", - "Command": "New-MgDeviceManagementIntuneBrandingProfile" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -176610,37 +176765,37 @@ "FullDescription": "Allows 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": "New-MgDeviceManagementIntuneBrandingProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIntuneBrandingProfileAssignment", - "Command": "New-MgDeviceManagementIntuneBrandingProfileAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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 }, + "Command": "New-MgDeviceManagementIntuneBrandingProfileAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/iosUpdateStatuses", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus", - "Command": "New-MgDeviceManagementIoUpdateStatuses" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -176648,17 +176803,17 @@ "FullDescription": "Allows 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-MgDeviceManagementIoUpdateStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/iosUpdateStatuses", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIosUpdateDeviceStatus1", - "Command": "New-MgDeviceManagementIoUpdateStatuses" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -176666,17 +176821,17 @@ "FullDescription": "Allows 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-MgDeviceManagementIoUpdateStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateAccountSummary", - "Command": "New-MgDeviceManagementMacOSSoftwareUpdateAccountSummary" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -176684,19 +176839,19 @@ "FullDescription": "Allows 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-MgDeviceManagementMacOSSoftwareUpdateAccountSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateCategorySummary", - "Command": "New-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -176704,37 +176859,37 @@ "FullDescription": "Allows 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-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMacOSSoftwareUpdateStateSummary", - "Command": "New-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "POST", "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.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDevice1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice1", - "Command": "New-MgDeviceManagementManagedDevice" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -176742,92 +176897,110 @@ "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": "New-MgDeviceManagementManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDevice", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDevice", - "Command": "New-MgDeviceManagementManagedDevice" + "Method": "POST", + "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 + }, + "Command": "New-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "Command": "New-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", - "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationState1", - "Command": "New-MgDeviceManagementManagedDeviceConfigurationState" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "Command": "New-MgDeviceManagementManagedDeviceConfigurationState" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDeviceEncryptionStates", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -176835,32 +177008,34 @@ "FullDescription": "Allows 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/managedDeviceEncryptionStates", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceEncryptionState", - "Command": "New-MgDeviceManagementManagedDeviceEncryptionState" + "Command": "New-MgDeviceManagementManagedDeviceEncryptionState", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "Command": "New-MgDeviceManagementManagedDeviceHealthScriptState" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementManagedDeviceHealthScriptState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -176876,125 +177051,105 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequest" + "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Create", "CreateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementManagedDeviceLogCollectionRequestDownloadUrl", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "Command": "New-MgDeviceManagementManagedDeviceMobileAppConfigurationState" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/createRemoteHelpSession", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgDeviceManagementManagedDeviceRemoteHelpSession" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementManagedDeviceRemoteHelpSession", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineState", - "Command": "New-MgDeviceManagementManagedDeviceSecurityBaselineState" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementManagedDeviceSecurityBaselineState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "Command": "New-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "Command": "New-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Update", "UpdateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -177002,35 +177157,35 @@ "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 }, + "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Update1", "UpdateViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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": "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 }, + "Command": "New-MgDeviceManagementManagedDeviceWindowsDefenderUpdateSignature", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/microsoftTunnelConfigurations", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelConfiguration", - "Command": "New-MgDeviceManagementMicrosoftTunnelConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -177038,17 +177193,17 @@ "FullDescription": "Allows 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-MgDeviceManagementMicrosoftTunnelConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelHealthThresholds", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelHealthThreshold", - "Command": "New-MgDeviceManagementMicrosoftTunnelHealthThreshold" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -177056,17 +177211,37 @@ "FullDescription": "Allows 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-MgDeviceManagementMicrosoftTunnelHealthThreshold", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", - "Command": "New-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse" + "Method": "POST", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/createDownloadUrl", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Create", + "CreateViaIdentity", + "Generate", + "GenerateViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -177082,37 +177257,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}/createDownloadUrl", - "Variants": [ - "Create", - "CreateViaIdentity", - "Generate", - "GenerateViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl" + "Command": "New-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponseDownloadUrl", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "POST", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/microsoftTunnelSites", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelSite", - "Command": "New-MgDeviceManagementMicrosoftTunnelSite" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -177120,57 +177275,57 @@ "FullDescription": "Allows 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-MgDeviceManagementMicrosoftTunnelSite", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServer", - "Command": "New-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}/createServerLogCollectionRequest", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMicrosoftTunnelServerLogCollectionResponse", - "Command": "New-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest" - }, - { - "Module": "DeviceManagement", "Method": "POST", "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.", + "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 }, + "Command": "New-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServerLogCollectionRequest", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/mobileAppTroubleshootingEvents", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEvent" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -177178,19 +177333,37 @@ "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": "New-MgDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest" + "Method": "POST", + "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 + }, + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", + "Variants": [ + "Create", + "CreateViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -177206,17 +177379,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", - "Variants": [ - "Create", - "CreateViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", - "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl" + "Command": "New-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -177232,17 +177405,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector", - "Command": "New-MgDeviceManagementMobileThreatDefenseConnector" + "Command": "New-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector1", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -177258,17 +177431,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMobileThreatDefenseConnector1", - "Command": "New-MgDeviceManagementMobileThreatDefenseConnector" + "Command": "New-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/ndesConnectors", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphNdesConnector", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -177276,35 +177449,17 @@ "FullDescription": "Allows 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/ndesConnectors", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNdesConnector", - "Command": "New-MgDeviceManagementNdeConnector" + "Command": "New-MgDeviceManagementNdeConnector", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/notificationMessageTemplates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "Command": "New-MgDeviceManagementNotificationMessageTemplate" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -177312,17 +177467,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/notificationMessageTemplates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphNotificationMessageTemplate", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotificationMessageTemplate", - "Command": "New-MgDeviceManagementNotificationMessageTemplate" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -177330,19 +177485,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -177350,19 +177505,37 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLocalizedNotificationMessage", - "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage" + "Method": "POST", + "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 + }, + "Command": "New-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceManagementPartners", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementPartner", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -177378,17 +177551,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementPartners", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementPartner", - "Command": "New-MgDeviceManagementPartner" + "Command": "New-MgDeviceManagementPartner", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementPartners", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceManagementPartner1", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -177404,17 +177577,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementPartners", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementPartner1", - "Command": "New-MgDeviceManagementPartner" + "Command": "New-MgDeviceManagementPartner", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/remoteActionAudits", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphRemoteActionAudit", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -177430,35 +177603,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/remoteActionAudits", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRemoteActionAudit", - "Command": "New-MgDeviceManagementRemoteActionAudit" + "Command": "New-MgDeviceManagementRemoteActionAudit", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/remoteAssistancePartners", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner", - "Command": "New-MgDeviceManagementRemoteAssistancePartner" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -177466,17 +177621,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/remoteAssistancePartners", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRemoteAssistancePartner1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRemoteAssistancePartner1", - "Command": "New-MgDeviceManagementRemoteAssistancePartner" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -177484,17 +177639,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/resourceAccessProfiles", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileBase", - "Command": "New-MgDeviceManagementResourceAccessProfile" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -177502,37 +177657,37 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementResourceAccessProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", - "Command": "New-MgDeviceManagementResourceAccessProfileAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { - "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.", + "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": "New-MgDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/resourceOperations", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphResourceOperation", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceOperation", - "Command": "New-MgDeviceManagementResourceOperation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -177540,53 +177695,53 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementResourceOperation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/resourceOperations", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphResourceOperation1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceOperation1", - "Command": "New-MgDeviceManagementResourceOperation" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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": "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": "New-MgDeviceManagementResourceOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/reusableSettings", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationSettingDefinition", - "Command": "New-MgDeviceManagementReusableSetting" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { - "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.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementReusableSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/roleAssignments", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment", - "Command": "New-MgDeviceManagementRoleAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -177594,17 +177749,17 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/roleAssignments", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceAndAppManagementRoleAssignment1", - "Command": "New-MgDeviceManagementRoleAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -177612,17 +177767,17 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/roleDefinitions", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleDefinition1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleDefinition1", - "Command": "New-MgDeviceManagementRoleDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -177630,17 +177785,17 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/roleDefinitions", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleDefinition", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoleDefinition", - "Command": "New-MgDeviceManagementRoleDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -177648,19 +177803,19 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementRoleDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleAssignment", - "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -177668,19 +177823,37 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleAssignment1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRoleAssignment1", - "Command": "New-MgDeviceManagementRoleDefinitionRoleAssignment" + "Method": "POST", + "Permissions": { + "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": "New-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleScopeTags", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleScopeTag", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -177696,45 +177869,47 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/roleScopeTags", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTag", - "Command": "New-MgDeviceManagementRoleScopeTag" + "Command": "New-MgDeviceManagementRoleScopeTag", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", - "Command": "New-MgDeviceManagementRoleScopeTagAssignment" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementRoleScopeTagAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceManagementScripts", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScript", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScript", - "Command": "New-MgDeviceManagementScript" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementScript", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -177750,19 +177925,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments", + "Command": "New-MgDeviceManagementScriptAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptAssignment", - "Command": "New-MgDeviceManagementScriptAssignment" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -177778,19 +177953,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates", + "Command": "New-MgDeviceManagementScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "Command": "New-MgDeviceManagementScriptDeviceRunState" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -177806,19 +177981,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments", + "Command": "New-MgDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptGroupAssignment", - "Command": "New-MgDeviceManagementScriptGroupAssignment" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -177834,19 +178009,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates", + "Command": "New-MgDeviceManagementScriptUserRunState", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptUserState", - "Command": "New-MgDeviceManagementScriptUserRunState" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -177862,19 +178037,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementScriptDeviceState", - "Command": "New-MgDeviceManagementScriptUserRunStateDeviceRunState" + "Command": "New-MgDeviceManagementScriptUserRunStateDeviceRunState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/settingDefinitions", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -177882,35 +178055,17 @@ "FullDescription": "Allows 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/settingDefinitions", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingDefinition", - "Command": "New-MgDeviceManagementSettingDefinition" + "Command": "New-MgDeviceManagementSettingDefinition", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -177918,35 +178073,35 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/telecomExpenseManagementPartners", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTelecomExpenseManagementPartner", - "Command": "New-MgDeviceManagementTelecomExpenseManagementPartner" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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": "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": "New-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/templates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "Command": "New-MgDeviceManagementTemplate" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -177954,19 +178109,19 @@ "FullDescription": "Allows 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-MgDeviceManagementTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "Command": "New-MgDeviceManagementTemplateCategory" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -177974,19 +178129,19 @@ "FullDescription": "Allows 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-MgDeviceManagementTemplateCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "Command": "New-MgDeviceManagementTemplateCategoryRecommendedSetting" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -177994,19 +178149,19 @@ "FullDescription": "Allows 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-MgDeviceManagementTemplateCategoryRecommendedSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/createInstance", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "Command": "New-MgDeviceManagementTemplateInstance" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -178014,49 +178169,69 @@ "FullDescription": "Allows 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-MgDeviceManagementTemplateInstance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTemplate", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplate", - "Command": "New-MgDeviceManagementTemplateMigratableTo" + "Method": "POST", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementTemplateMigratableTo", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTemplateSettingCategory", - "Command": "New-MgDeviceManagementTemplateMigratableToCategory" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementTemplateMigratableToCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "Command": "New-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/createInstance", "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceManagementIntent", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -178064,34 +178239,34 @@ "FullDescription": "Allows 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/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/createInstance", + "Command": "New-MgDeviceManagementTemplateMigratableToInstance", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementIntent", - "Command": "New-MgDeviceManagementTemplateMigratableToInstance" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementTemplateMigratableToSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings", "Module": "DeviceManagement", - "Method": "POST", - "Permissions": [], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings", + "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "Command": "New-MgDeviceManagementTemplateMigratableToSetting" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -178099,37 +178274,17 @@ "FullDescription": "Allows 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/templates/{deviceManagementTemplate-id}/settings", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementSettingInstance", - "Command": "New-MgDeviceManagementTemplateSetting" + "Command": "New-MgDeviceManagementTemplateSetting", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/termsAndConditions", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditions", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditions", - "Command": "New-MgDeviceManagementTermAndCondition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -178137,17 +178292,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementTermAndCondition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/termsAndConditions", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditions1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermsAndConditions1", - "Command": "New-MgDeviceManagementTermAndCondition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -178155,19 +178310,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementTermAndCondition", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus", - "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatuses" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -178175,19 +178330,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermsAndConditionsAcceptanceStatus1", - "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatuses" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -178195,19 +178350,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment1", - "Command": "New-MgDeviceManagementTermAndConditionAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -178215,19 +178370,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermsAndConditionsAssignment", - "Command": "New-MgDeviceManagementTermAndConditionAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -178235,37 +178390,37 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermsAndConditionsGroupAssignment", - "Command": "New-MgDeviceManagementTermAndConditionGroupAssignment" - }, - { - "Module": "DeviceManagement", "Method": "POST", "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.", + "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": "New-MgDeviceManagementTermAndConditionGroupAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/troubleshootingEvents", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", - "Command": "New-MgDeviceManagementTroubleshootingEvent" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -178273,43 +178428,35 @@ "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": "New-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/troubleshootingEvents", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "Command": "New-MgDeviceManagementTroubleshootingEvent" + "Method": "POST", + "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 + }, + "Command": "New-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "POST", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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.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/userExperienceAnalyticsAnomaly", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomaly", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAnomaly" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178325,17 +178472,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticAnomaly", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAnomalyDevice", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAnomalyDevice" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178351,17 +178498,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticAnomalyDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthApplicationPerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178377,17 +178524,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersion", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178403,17 +178550,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178429,17 +178576,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178455,17 +178602,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthAppPerformanceByOSVersion", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178481,17 +178628,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDeviceModelPerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178507,17 +178654,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178533,17 +178680,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthDevicePerformanceDetails", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178559,30 +178706,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance" + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance", "Module": "DeviceManagement", - "Method": "POST", - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsAppHealthOSVersionPerformance", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178598,17 +178732,30 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", - "Command": "New-MgDeviceManagementUserExperienceAnalyticBaseline" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBaseline", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -178624,17 +178771,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthAppImpact", - "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178650,17 +178797,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceAppImpact", - "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178676,17 +178823,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDevicePerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178702,17 +178849,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthDeviceRuntimeHistory", - "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178728,17 +178875,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthModelPerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178754,45 +178901,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance" + "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance", "Module": "DeviceManagement", - "Method": "POST", - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsBatteryHealthOSPerformance", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", - "Command": "New-MgDeviceManagementUserExperienceAnalyticCategory" - }, - { - "Module": "DeviceManagement", - "Method": "POST", - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", - "Command": "New-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178808,17 +178927,45 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", + "Command": "New-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsCategories", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsCategory", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetric", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory", "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -178834,17 +178981,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDevicePerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDevicePerformance" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178860,17 +179007,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScopes", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScope", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScope" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178886,17 +179033,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScope", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceScores", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScore" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178912,17 +179059,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupHistory", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178938,17 +179085,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcess", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178964,17 +179111,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceStartupProcessPerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -178990,17 +179137,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceTimelineEvent", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceTimelineEvent" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -179016,17 +179163,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsDeviceWithoutCloudIdentity", - "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -179042,17 +179189,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsImpactingProcess", - "Command": "New-MgDeviceManagementUserExperienceAnalyticImpactingProcess" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -179068,17 +179215,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticImpactingProcess", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsMetricHistory", - "Command": "New-MgDeviceManagementUserExperienceAnalyticMetricHistory" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -179094,17 +179241,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsModelScores", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsModelScores", - "Command": "New-MgDeviceManagementUserExperienceAnalyticModelScore" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -179120,17 +179267,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsNotAutopilotReadyDevice", - "Command": "New-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -179146,17 +179293,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsRemoteConnection", - "Command": "New-MgDeviceManagementUserExperienceAnalyticRemoteConnection" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -179172,17 +179319,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticRemoteConnection", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsResourcePerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticResourcePerformance" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -179198,17 +179345,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticResourcePerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsScoreHistory", - "Command": "New-MgDeviceManagementUserExperienceAnalyticScoreHistory" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -179224,17 +179371,17 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereMetric", - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -179250,19 +179397,19 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereDevice", - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": [ { @@ -179278,17 +179425,43 @@ "IsAdmin": true } ], + "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserExperienceAnalyticsWorkFromAnywhereModelPerformance", - "Command": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance" + "Method": "POST", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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.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": "New-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userPfxCertificates", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphUserPfxCertificate", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -179296,17 +179469,17 @@ "FullDescription": "Allows 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/userPfxCertificates", + "Command": "New-MgDeviceManagementUserPfxCertificate", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/virtualEndpoint/deviceImages", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcDeviceImage", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserPfxCertificate", - "Command": "New-MgDeviceManagementUserPfxCertificate" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -179314,17 +179487,17 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/deviceImages", + "Command": "New-MgDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcDeviceImage", - "Command": "New-MgDeviceManagementVirtualEndpointDeviceImage" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -179332,30 +179505,30 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings", + "Command": "New-MgDeviceManagementVirtualEndpointExternalPartnerSetting", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/virtualEndpoint/galleryImages", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcGalleryImage", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcExternalPartnerSetting", - "Command": "New-MgDeviceManagementVirtualEndpointExternalPartnerSetting" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", "Module": "DeviceManagement.Administration", - "Method": "POST", - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/galleryImages", + "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcGalleryImage", - "Command": "New-MgDeviceManagementVirtualEndpointGalleryImage" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -179363,17 +179536,17 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections", + "Command": "New-MgDeviceManagementVirtualEndpointOnPremisesConnection", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcOnPremisesConnection", - "Command": "New-MgDeviceManagementVirtualEndpointOnPremisesConnection" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -179381,32 +179554,32 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicy", - "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicy" + "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcProvisioningPolicyAssignment", - "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcExportJob", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -179414,69 +179587,69 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs", + "Command": "New-MgDeviceManagementVirtualEndpointReportExportJob", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/virtualEndpoint/servicePlans", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcServicePlan", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcExportJob", - "Command": "New-MgDeviceManagementVirtualEndpointReportExportJob" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementVirtualEndpointServicePlan", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", "Module": "DeviceManagement.Administration", - "Method": "POST", - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/servicePlans", + "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcServicePlan", - "Command": "New-MgDeviceManagementVirtualEndpointServicePlan" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementVirtualEndpointSharedUseServicePlan", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/snapshots", "Module": "DeviceManagement.Administration", - "Method": "POST", - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans", + "OutputType": "IMicrosoftGraphCloudPcSnapshot", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcSharedUseServicePlan", - "Command": "New-MgDeviceManagementVirtualEndpointSharedUseServicePlan" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementVirtualEndpointSnapshot", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", "Module": "DeviceManagement.Administration", - "Method": "POST", - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/snapshots", + "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcSnapshot", - "Command": "New-MgDeviceManagementVirtualEndpointSnapshot" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementVirtualEndpointSupportedRegion", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/userSettings", "Module": "DeviceManagement.Administration", - "Method": "POST", - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/supportedRegions", + "OutputType": "IMicrosoftGraphCloudPcUserSetting", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcSupportedRegion", - "Command": "New-MgDeviceManagementVirtualEndpointSupportedRegion" - }, - { - "Module": "DeviceManagement.Administration", "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -179484,32 +179657,32 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/userSettings", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcUserSetting", - "Command": "New-MgDeviceManagementVirtualEndpointUserSetting" + "Command": "New-MgDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments", + "Module": "DeviceManagement.Administration", + "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcUserSettingAssignment", - "Command": "New-MgDeviceManagementVirtualEndpointUserSettingAssignment" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -179517,65 +179690,47 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfile", - "Command": "New-MgDeviceManagementWindowAutopilotDeploymentProfile" + "Command": "New-MgDeviceManagementWindowAutopilotDeploymentProfile", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "Command": "New-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeploymentProfileAssignment", - "Command": "New-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity", - "Command": "New-MgDeviceManagementWindowAutopilotDeviceIdentity" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -179583,35 +179738,35 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "New-MgDeviceManagementWindowAutopilotDeviceIdentity", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsAutopilotDeviceIdentity1", - "Command": "New-MgDeviceManagementWindowAutopilotDeviceIdentity" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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": "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": "New-MgDeviceManagementWindowAutopilotDeviceIdentity", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/windowsFeatureUpdateProfiles", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfile", - "Command": "New-MgDeviceManagementWindowFeatureUpdateProfile" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -179619,37 +179774,37 @@ "FullDescription": "Allows 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-MgDeviceManagementWindowFeatureUpdateProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsFeatureUpdateProfileAssignment", - "Command": "New-MgDeviceManagementWindowFeatureUpdateProfileAssignment" - }, - { - "Module": "DeviceManagement", "Method": "POST", "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 }, + "Command": "New-MgDeviceManagementWindowFeatureUpdateProfileAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "Command": "New-MgDeviceManagementWindowInformationProtectionAppLearningSummary" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -179657,17 +179812,17 @@ "FullDescription": "Allows 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": "New-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionAppLearningSummary", - "Command": "New-MgDeviceManagementWindowInformationProtectionAppLearningSummary" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -179675,17 +179830,17 @@ "FullDescription": "Allows 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": "New-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "Command": "New-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -179693,35 +179848,35 @@ "FullDescription": "Allows 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": "New-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWindowsInformationProtectionNetworkLearningSummary", - "Command": "New-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary" - }, - { - "Module": "DeviceManagement", "Method": "POST", "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.", + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows 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": "New-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/windowsMalwareInformation", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphWindowsMalwareInformation", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsMalwareInformation", - "Command": "New-MgDeviceManagementWindowMalwareInformation" - }, - { - "Module": "DeviceManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -179729,39 +179884,39 @@ "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": "New-MgDeviceManagementWindowMalwareInformation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates", + "Module": "DeviceManagement", + "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMalwareStateForWindowsDevice", - "Command": "New-MgDeviceManagementWindowMalwareInformationDeviceMalwareState" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "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": "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": "New-MgDeviceManagementWindowMalwareInformationDeviceMalwareState", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredOwners/$ref", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgDeviceRegisteredOwnerByRef" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -179769,19 +179924,19 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, + "Command": "New-MgDeviceRegisteredOwnerByRef", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredOwners/$ref", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgDeviceRegisteredOwnerByRef" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -179789,19 +179944,19 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, + "Command": "New-MgDeviceRegisteredOwnerByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredUsers/$ref", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgDeviceRegisteredUserByRef" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -179809,34 +179964,52 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, + "Command": "New-MgDeviceRegisteredUserByRef", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredUsers/$ref", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgDeviceRegisteredUserByRef" + "Method": "POST", + "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-MgDeviceRegisteredUserByRef", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/devices/{device-id}/usageRights", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphUsageRight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUsageRight", - "Command": "New-MgDeviceUsageRights" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDeviceUsageRights", + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", @@ -179844,17 +180017,17 @@ "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, - "Uri": "/directory/administrativeUnits", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAdministrativeUnit1", - "Command": "New-MgDirectoryAdministrativeUnit" + "Command": "New-MgDirectoryAdministrativeUnit", + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAdministrativeUnit", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", @@ -179862,47 +180035,49 @@ "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, - "Uri": "/directory/administrativeUnits", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAdministrativeUnit", - "Command": "New-MgDirectoryAdministrativeUnit" + "Command": "New-MgDirectoryAdministrativeUnit", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgDirectoryAdministrativeUnitExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDirectoryAdministrativeUnitExtension", + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgDirectoryAdministrativeUnitExtension" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDirectoryAdministrativeUnitExtension", + "ApiVersion": "v1.0" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -179930,19 +180105,19 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgDirectoryAdministrativeUnitMemberByRef" + "Command": "New-MgDirectoryAdministrativeUnitMemberByRef", + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -179970,39 +180145,19 @@ "IsAdmin": true } ], - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/$ref", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgDirectoryAdministrativeUnitMemberByRef" + "Command": "New-MgDirectoryAdministrativeUnitMemberByRef", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "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 - }, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Command": "New-MgDirectoryAdministrativeUnitScopedRoleMember" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", @@ -180010,37 +180165,37 @@ "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": "New-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Command": "New-MgDirectoryAdministrativeUnitScopedRoleMember" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "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.", + "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": "New-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/attributeSets", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAttributeSet", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttributeSet", - "Command": "New-MgDirectoryAttributeSet" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": { "Name": "CustomSecAttributeDefinition.ReadWrite.All", @@ -180048,17 +180203,17 @@ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true }, + "Command": "New-MgDirectoryAttributeSet", + "ApiVersion": "beta" + }, + { "Uri": "/directory/customSecurityAttributeDefinitions", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomSecurityAttributeDefinition", - "Command": "New-MgDirectoryCustomSecurityAttributeDefinition" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": { "Name": "CustomSecAttributeDefinition.ReadWrite.All", @@ -180066,251 +180221,251 @@ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true }, + "Command": "New-MgDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphAllowedValue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAllowedValue", - "Command": "New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue" + "Method": "POST", + "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 + }, + "Command": "New-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directory/deletedItems", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "New-MgDirectoryDeletedItem" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDirectoryDeletedItem", + "ApiVersion": "beta" + }, + { "Uri": "/directory/deletedItems", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "New-MgDirectoryDeletedItem" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDirectoryDeletedItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/featureRolloutPolicies", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "Command": "New-MgDirectoryFeatureRolloutPolicy" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDirectoryFeatureRolloutPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "New-MgDirectoryFeatureRolloutPolicyApplyTo" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDirectoryFeatureRolloutPolicyApplyTo", + "ApiVersion": "beta" + }, + { "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgDirectoryFeatureRolloutPolicyApplyToByRef" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDirectoryFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "beta" + }, + { "Uri": "/directory/federationConfigurations", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "Command": "New-MgDirectoryFederationConfiguration" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDirectoryFederationConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/directory/federationConfigurations", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "Command": "New-MgDirectoryFederationConfiguration" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDirectoryFederationConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/impactedResources", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphImpactedResource", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImpactedResource", - "Command": "New-MgDirectoryImpactedResource" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDirectoryImpactedResource", + "ApiVersion": "beta" + }, + { "Uri": "/directory/inboundSharedUserProfiles", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphInboundSharedUserProfile", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInboundSharedUserProfile", - "Command": "New-MgDirectoryInboundSharedUserProfile" - }, - { - "Module": "DirectoryObjects", "Method": "POST", "Permissions": [], + "Command": "New-MgDirectoryInboundSharedUserProfile", + "ApiVersion": "beta" + }, + { "Uri": "/directoryObjects", + "Module": "DirectoryObjects", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "New-MgDirectoryObject" - }, - { - "Module": "DirectoryObjects", "Method": "POST", "Permissions": [], + "Command": "New-MgDirectoryObject", + "ApiVersion": "beta" + }, + { "Uri": "/directoryObjects", + "Module": "DirectoryObjects", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "New-MgDirectoryObject" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDirectoryObject", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/onPremisesSynchronization", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization1", - "Command": "New-MgDirectoryOnPremisSynchronization" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDirectoryOnPremisSynchronization", + "ApiVersion": "beta" + }, + { "Uri": "/directory/onPremisesSynchronization", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnPremisesDirectorySynchronization", - "Command": "New-MgDirectoryOnPremisSynchronization" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDirectoryOnPremisSynchronization", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/outboundSharedUserProfiles", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutboundSharedUserProfile", - "Command": "New-MgDirectoryOutboundSharedUserProfile" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDirectoryOutboundSharedUserProfile", + "ApiVersion": "beta" + }, + { "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgDirectoryOutboundSharedUserProfileTenant" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDirectoryOutboundSharedUserProfileTenant", + "ApiVersion": "beta" + }, + { "Uri": "/directory/recommendations", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphRecommendation", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRecommendation", - "Command": "New-MgDirectoryRecommendation" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDirectoryRecommendation", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "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 - }, "Uri": "/directoryRoles", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryRole", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRole", - "Command": "New-MgDirectoryRole" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", @@ -180318,17 +180473,17 @@ "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": "New-MgDirectoryRole", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryRole", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRole", - "Command": "New-MgDirectoryRole" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", @@ -180336,19 +180491,19 @@ "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": "New-MgDirectoryRole", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgDirectoryRoleMemberByRef" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", @@ -180356,75 +180511,93 @@ "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": "New-MgDirectoryRoleMemberByRef", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/members/$ref", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgDirectoryRoleMemberByRef" + "Method": "POST", + "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 + }, + "Command": "New-MgDirectoryRoleMemberByRef", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Command": "New-MgDirectoryRoleScopedMember" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDirectoryRoleScopedMember", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Command": "New-MgDirectoryRoleScopedMember" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDirectoryRoleScopedMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoleTemplates", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "Command": "New-MgDirectoryRoleTemplate" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDirectoryRoleTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoleTemplates", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryRoleTemplate", - "Command": "New-MgDirectoryRoleTemplate" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDirectoryRoleTemplate", + "ApiVersion": "v1.0" }, { + "Uri": "/settings", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectorySetting", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -180432,61 +180605,43 @@ "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": "/settings", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectorySetting", - "Command": "New-MgDirectorySetting" + "Command": "New-MgDirectorySetting", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directorySettingTemplates", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectorySettingTemplate", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectorySettingTemplate", - "Command": "New-MgDirectorySettingTemplate" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], - "Uri": "/directory/sharedEmailDomains", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedEmailDomain", - "Command": "New-MgDirectorySharedEmailDomain" + "Command": "New-MgDirectorySettingTemplate", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "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 - }, - "Uri": "/domains", + "Uri": "/directory/sharedEmailDomains", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphSharedEmailDomain", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomain", - "Command": "New-MgDomain" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDirectorySharedEmailDomain", + "ApiVersion": "beta" }, { + "Uri": "/domains", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomain", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "Domain.ReadWrite.All", @@ -180494,17 +180649,17 @@ "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 }, + "Command": "New-MgDomain", + "ApiVersion": "beta" + }, + { "Uri": "/domains", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomain1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomain1", - "Command": "New-MgDomain" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": { "Name": "Domain.ReadWrite.All", @@ -180512,19 +180667,19 @@ "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 }, + "Command": "New-MgDomain", + "ApiVersion": "v1.0" + }, + { "Uri": "/domains/{domain-id}/federationConfiguration", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphInternalDomainFederation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInternalDomainFederation", - "Command": "New-MgDomainFederationConfiguration" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": { "Name": "Domain.ReadWrite.All", @@ -180532,210 +180687,230 @@ "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 }, + "Command": "New-MgDomainFederationConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}/federationConfiguration", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphInternalDomainFederation", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInternalDomainFederation", - "Command": "New-MgDomainFederationConfiguration" + "Method": "POST", + "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 + }, + "Command": "New-MgDomainFederationConfiguration", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "Command": "New-MgDomainServiceConfigurationRecord" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDomainServiceConfigurationRecord", + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}/serviceConfigurationRecords", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "Command": "New-MgDomainServiceConfigurationRecord" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDomainServiceConfigurationRecord", + "ApiVersion": "v1.0" + }, + { "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedEmailDomainInvitation", - "Command": "New-MgDomainSharedEmailDomainInvitation" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDomainSharedEmailDomainInvitation", + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}/verificationDnsRecords", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "Command": "New-MgDomainVerificationDnsRecord" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgDomainVerificationDnsRecord", + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}/verificationDnsRecords", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDomainDnsRecord", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDomainDnsRecord", - "Command": "New-MgDomainVerificationDnsRecord" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDomainVerificationDnsRecord", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives", + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "New-MgDrive" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDrive", + "ApiVersion": "beta" + }, + { "Uri": "/drives", + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "New-MgDrive" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/bundles", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "New-MgDriveBundle" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveBundle", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/bundles", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "New-MgDriveBundle" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveBundle", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "New-MgDriveItem" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "New-MgDriveItem" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "New-MgDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "New-MgDriveItemAnalyticItemActivityStat" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -180757,19 +180932,19 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "New-MgDriveItemChild" + "Command": "New-MgDriveItemChild", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -180791,19 +180966,19 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/children", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "New-MgDriveItemChild" + "Command": "New-MgDriveItemChild", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -180825,19 +181000,19 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "New-MgDriveItemLink" + "Command": "New-MgDriveItemLink", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -180859,184 +181034,184 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createLink", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "New-MgDriveItemLink" + "Command": "New-MgDriveItemLink", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "New-MgDriveItemListItemLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveItemListItemLink", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveItemListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveItemListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "New-MgDriveItemPermission" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveItemPermission", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "New-MgDriveItemPermission" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveItemPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "New-MgDriveItemSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveItemSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "New-MgDriveItemSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveItemSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "New-MgDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveItemThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "New-MgDriveItemThumbnail" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDriveItemThumbnail", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "Module": "Files", + "OutputType": "IMicrosoftGraphUploadSession", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -181058,19 +181233,19 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgDriveItemUploadSession" + "Command": "New-MgDriveItemUploadSession", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", "Module": "Files", + "OutputType": "IMicrosoftGraphUploadSession", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -181092,649 +181267,647 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/createUploadSession", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgDriveItemUploadSession" + "Command": "New-MgDriveItemUploadSession", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "New-MgDriveItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "New-MgDriveItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "New-MgDriveListColumn" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "New-MgDriveListColumn" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "New-MgDriveListContentType" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "New-MgDriveListContentType" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "New-MgDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "New-MgDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "New-MgDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "New-MgDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "New-MgDriveListItem" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveListItem", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", - "Command": "New-MgDriveListItem" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/createLink", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "New-MgDriveListItemLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveListItemLink", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgDriveListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgDriveListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/operations", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "New-MgDriveListOperation" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/operations", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "New-MgDriveListOperation" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "New-MgDriveListSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "New-MgDriveListSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "New-MgDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "New-MgDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/children", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "New-MgDriveRootChild" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveRootChild", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/children", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "New-MgDriveRootChild" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveRootChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/createLink", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "New-MgDriveRootLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveRootLink", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/createLink", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "New-MgDriveRootLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveRootLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/createLink", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "New-MgDriveRootListItemLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveRootListItemLink", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveRootListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveRootListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "New-MgDriveRootPermission" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveRootPermission", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "New-MgDriveRootPermission" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveRootPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "New-MgDriveRootSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveRootSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "New-MgDriveRootSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveRootSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "New-MgDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveRootThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "New-MgDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveRootThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/createUploadSession", + "Module": "Files", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgDriveRootUploadSession" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveRootUploadSession", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/createUploadSession", + "Module": "Files", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgDriveRootUploadSession" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveRootUploadSession", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "New-MgDriveRootVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgDriveRootVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "New-MgDriveRootVersion" + "Method": "POST", + "Permissions": [], + "Command": "New-MgDriveRootVersion", + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": { "Name": "N/A", @@ -181742,17 +181915,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/education/classes", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationClass", - "Command": "New-MgEducationClass" + "Command": "New-MgEducationClass", + "ApiVersion": "beta" }, { + "Uri": "/education/classes", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationClass1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "N/A", @@ -181760,45 +181933,19 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/education/classes", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationClass1", - "Command": "New-MgEducationClass" + "Command": "New-MgEducationClass", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "POST", - "Permissions": [ - { - "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.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 - } - ], "Uri": "/education/classes/{educationClass-id}/assignments", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Command": "New-MgEducationClassAssignment" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [ { @@ -181814,19 +181961,19 @@ "IsAdmin": true } ], + "Command": "New-MgEducationClassAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment1", - "Command": "New-MgEducationClassAssignment" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [ { @@ -181842,7 +181989,13 @@ "IsAdmin": true } ], + "Command": "New-MgEducationClassAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "Create", "Create3", @@ -181853,12 +182006,6 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationCategory", - "Command": "New-MgEducationClassAssignmentCategory" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [ { @@ -181874,7 +182021,13 @@ "IsAdmin": true } ], + "Command": "New-MgEducationClassAssignmentCategory", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignmentCategories", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "Create1", "Create2", @@ -181885,12 +182038,6 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationCategory", - "Command": "New-MgEducationClassAssignmentCategory" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [ { @@ -181906,19 +182053,19 @@ "IsAdmin": true } ], + "Command": "New-MgEducationClassAssignmentCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgEducationClassAssignmentCategoryByRef" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [ { @@ -181934,19 +182081,19 @@ "IsAdmin": true } ], + "Command": "New-MgEducationClassAssignmentCategoryByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgEducationClassAssignmentCategoryByRef" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [ { @@ -181962,19 +182109,19 @@ "IsAdmin": true } ], + "Command": "New-MgEducationClassAssignmentCategoryByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Command": "New-MgEducationClassAssignmentResource" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [ { @@ -181990,77 +182137,77 @@ "IsAdmin": true } ], + "Command": "New-MgEducationClassAssignmentResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Command": "New-MgEducationClassAssignmentResource" + "Method": "POST", + "Permissions": [ + { + "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.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 + } + ], + "Command": "New-MgEducationClassAssignmentResource", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "POST", - "Permissions": [], "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "New-MgEducationClassAssignmentSubmission" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationClassAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "New-MgEducationClassAssignmentSubmission" + "Method": "POST", + "Permissions": [], + "Command": "New-MgEducationClassAssignmentSubmission", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "POST", - "Permissions": [ - { - "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.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 - } - ], "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationOutcome", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationOutcome", - "Command": "New-MgEducationClassAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [ { @@ -182076,19 +182223,19 @@ "IsAdmin": true } ], + "Command": "New-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationOutcome", - "Command": "New-MgEducationClassAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [ { @@ -182104,19 +182251,19 @@ "IsAdmin": true } ], + "Command": "New-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "New-MgEducationClassAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [ { @@ -182132,69 +182279,77 @@ "IsAdmin": true } ], + "Command": "New-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "New-MgEducationClassAssignmentSubmissionResource" + "Method": "POST", + "Permissions": [ + { + "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.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 + } + ], + "Command": "New-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "POST", - "Permissions": [], "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource" + "Method": "POST", + "Permissions": [], + "Command": "New-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "POST", - "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, "Uri": "/education/classes/{educationClass-id}/members/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgEducationClassMemberByRef" - }, - { - "Module": "Education", "Method": "POST", "Permissions": { "Name": "N/A", @@ -182202,19 +182357,19 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "New-MgEducationClassMemberByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/members/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgEducationClassMemberByRef" - }, - { - "Module": "Education", "Method": "POST", "Permissions": { "Name": "N/A", @@ -182222,19 +182377,19 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "New-MgEducationClassMemberByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgEducationClassTeacherByRef" - }, - { - "Module": "Education", "Method": "POST", "Permissions": { "Name": "N/A", @@ -182242,255 +182397,273 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "New-MgEducationClassTeacherByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/teachers/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgEducationClassTeacherByRef" + "Method": "POST", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "New-MgEducationClassTeacherByRef", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "POST", - "Permissions": [], "Uri": "/education/me/assignments", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Command": "New-MgEducationMeAssignment" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationMeAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment1", - "Command": "New-MgEducationMeAssignment" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationMeAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationCategory", - "Command": "New-MgEducationMeAssignmentCategory" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationMeAssignmentCategory", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/categories", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationCategory", - "Command": "New-MgEducationMeAssignmentCategory" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationMeAssignmentCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgEducationMeAssignmentCategoryByRef" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationMeAssignmentCategoryByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/categories/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgEducationMeAssignmentCategoryByRef" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationMeAssignmentCategoryByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Command": "New-MgEducationMeAssignmentResource" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationMeAssignmentResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Command": "New-MgEducationMeAssignmentResource" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationMeAssignmentResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "New-MgEducationMeAssignmentSubmission" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationMeAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "New-MgEducationMeAssignmentSubmission" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationMeAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationOutcome", - "Command": "New-MgEducationMeAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationOutcome", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationOutcome", - "Command": "New-MgEducationMeAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "New-MgEducationMeAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationMeAssignmentSubmissionResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "New-MgEducationMeAssignmentSubmissionResource" - }, - { - "Module": "Education", + ], "Method": "POST", "Permissions": [], + "Command": "New-MgEducationMeAssignmentSubmissionResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource" + "Method": "POST", + "Permissions": [], + "Command": "New-MgEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" }, { + "Uri": "/education/me/rubrics", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRubric", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -182506,17 +182679,17 @@ "IsAdmin": true } ], - "Uri": "/education/me/rubrics", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", - "Command": "New-MgEducationMeRubric" + "Command": "New-MgEducationMeRubric", + "ApiVersion": "beta" }, { + "Uri": "/education/me/rubrics", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRubric", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -182532,35 +182705,17 @@ "IsAdmin": true } ], - "Uri": "/education/me/rubrics", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRubric", - "Command": "New-MgEducationMeRubric" + "Command": "New-MgEducationMeRubric", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "POST", - "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, "Uri": "/education/schools", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSchool", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSchool", - "Command": "New-MgEducationSchool" - }, - { - "Module": "Education", "Method": "POST", "Permissions": { "Name": "N/A", @@ -182568,17 +182723,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "New-MgEducationSchool", + "ApiVersion": "beta" + }, + { "Uri": "/education/schools", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSchool1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSchool1", - "Command": "New-MgEducationSchool" - }, - { - "Module": "Education", "Method": "POST", "Permissions": { "Name": "N/A", @@ -182586,19 +182741,19 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "New-MgEducationSchool", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgEducationSchoolClassByRef" - }, - { - "Module": "Education", "Method": "POST", "Permissions": { "Name": "N/A", @@ -182606,19 +182761,19 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "New-MgEducationSchoolClassByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/schools/{educationSchool-id}/classes/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgEducationSchoolClassByRef" - }, - { - "Module": "Education", "Method": "POST", "Permissions": { "Name": "N/A", @@ -182626,19 +182781,19 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "New-MgEducationSchoolClassByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgEducationSchoolUserByRef" - }, - { - "Module": "Education", "Method": "POST", "Permissions": { "Name": "N/A", @@ -182646,19 +182801,37 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "New-MgEducationSchoolUserByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/schools/{educationSchool-id}/users/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgEducationSchoolUserByRef" + "Method": "POST", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "New-MgEducationSchoolUserByRef", + "ApiVersion": "v1.0" }, { + "Uri": "/education/synchronizationProfiles", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "EduAdministration.ReadWrite", @@ -182666,32 +182839,32 @@ "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true }, - "Uri": "/education/synchronizationProfiles", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSynchronizationProfile", - "Command": "New-MgEducationSynchronizationProfile" + "Command": "New-MgEducationSynchronizationProfile", + "ApiVersion": "beta" }, { - "Module": "Education", - "Method": "POST", - "Permissions": [], "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSynchronizationError", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSynchronizationError", - "Command": "New-MgEducationSynchronizationProfileError" + "Method": "POST", + "Permissions": [], + "Command": "New-MgEducationSynchronizationProfileError", + "ApiVersion": "beta" }, { + "Uri": "/education/users", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationUser", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "N/A", @@ -182699,17 +182872,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/education/users", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationUser", - "Command": "New-MgEducationUser" + "Command": "New-MgEducationUser", + "ApiVersion": "beta" }, { + "Uri": "/education/users", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationUser1", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": { "Name": "N/A", @@ -182717,287 +182890,287 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/education/users", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationUser1", - "Command": "New-MgEducationUser" + "Command": "New-MgEducationUser", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "POST", - "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Command": "New-MgEducationUserAssignment" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationUserAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment1", - "Command": "New-MgEducationUserAssignment" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationUserAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationCategory", - "Command": "New-MgEducationUserAssignmentCategory" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationUserAssignmentCategory", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationCategory", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationCategory", - "Command": "New-MgEducationUserAssignmentCategory" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationUserAssignmentCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgEducationUserAssignmentCategoryByRef" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationUserAssignmentCategoryByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgEducationUserAssignmentCategoryByRef" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationUserAssignmentCategoryByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Command": "New-MgEducationUserAssignmentResource" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationUserAssignmentResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignmentResource", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignmentResource", - "Command": "New-MgEducationUserAssignmentResource" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationUserAssignmentResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "New-MgEducationUserAssignmentSubmission" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationUserAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "New-MgEducationUserAssignmentSubmission" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationUserAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationOutcome", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationOutcome", - "Command": "New-MgEducationUserAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationOutcome", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationOutcome", - "Command": "New-MgEducationUserAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "New-MgEducationUserAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationUserAssignmentSubmissionResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "New-MgEducationUserAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationUserAssignmentSubmissionResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmissionResource", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmissionResource", - "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/rubrics", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRubric", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationRubric", - "Command": "New-MgEducationUserRubric" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "New-MgEducationUserRubric", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/rubrics", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationRubric", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationRubric", - "Command": "New-MgEducationUserRubric" + "Method": "POST", + "Permissions": [], + "Command": "New-MgEducationUserRubric", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -183005,17 +183178,17 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackage", - "Command": "New-MgEntitlementManagementAccessPackage" + "Command": "New-MgEntitlementManagementAccessPackage", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackage1", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -183023,32 +183196,32 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/accessPackages", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackage1", - "Command": "New-MgEntitlementManagementAccessPackage" + "Command": "New-MgEntitlementManagementAccessPackage", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphApprovalStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApprovalStage", - "Command": "New-MgEntitlementManagementAccessPackageAssignmentApprovalStage" + "Method": "POST", + "Permissions": [], + "Command": "New-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -183056,47 +183229,47 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy1", - "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicy" + "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphCustomExtensionHandler", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomExtensionHandler", - "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomExtensionStageSetting", - "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting" + "Method": "POST", + "Permissions": [], + "Command": "New-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -183104,17 +183277,17 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests", + "Command": "New-MgEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta" + }, + { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageCatalog1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest1", - "Command": "New-MgEntitlementManagementAccessPackageAssignmentRequest" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -183122,52 +183295,34 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageCatalog1", - "Command": "New-MgEntitlementManagementAccessPackageCatalog" + "Command": "New-MgEntitlementManagementAccessPackageCatalog", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphCustomCalloutExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomCalloutExtension", - "Command": "New-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension" + "Method": "POST", + "Permissions": [], + "Command": "New-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "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 - }, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomAccessPackageWorkflowExtension", - "Command": "New-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -183175,19 +183330,19 @@ "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 }, + "Command": "New-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -183195,19 +183350,19 @@ "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 }, + "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -183215,19 +183370,19 @@ "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 }, + "Command": "New-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -183235,19 +183390,19 @@ "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 }, + "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -183255,17 +183410,17 @@ "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 }, + "Command": "New-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResourceRequest", - "Command": "New-MgEntitlementManagementAccessPackageResourceRequest" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -183273,32 +183428,50 @@ "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 }, + "Command": "New-MgEntitlementManagementAccessPackageResourceRequest", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageResourceRoleScope", - "Command": "New-MgEntitlementManagementAccessPackageResourceRoleScope" + "Method": "POST", + "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 + }, + "Command": "New-MgEntitlementManagementAccessPackageResourceRoleScope", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignments", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignment", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignment", - "Command": "New-MgEntitlementManagementAssignment" + "Method": "POST", + "Permissions": [], + "Command": "New-MgEntitlementManagementAssignment", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -183306,32 +183479,32 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "Command": "New-MgEntitlementManagementAssignmentPolicy" + "Command": "New-MgEntitlementManagementAssignmentPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", - "Command": "New-MgEntitlementManagementAssignmentPolicyQuestion" + "Method": "POST", + "Permissions": [], + "Command": "New-MgEntitlementManagementAssignmentPolicyQuestion", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -183339,17 +183512,17 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests", + "Command": "New-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0" + }, + { + "Uri": "/identityGovernance/entitlementManagement/catalogs", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageCatalog", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentRequest", - "Command": "New-MgEntitlementManagementAssignmentRequest" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -183357,95 +183530,77 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/catalogs", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageCatalog", - "Command": "New-MgEntitlementManagementCatalog" + "Command": "New-MgEntitlementManagementCatalog", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageAssignmentPolicy", - "Command": "New-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessPackageQuestion", - "Command": "New-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyQuestion" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyQuestion", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleAccessPackages/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleGroups/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef" + "Method": "POST", + "Permissions": [], + "Command": "New-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "POST", - "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 - }, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphConnectedOrganization1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnectedOrganization1", - "Command": "New-MgEntitlementManagementConnectedOrganization" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -183453,17 +183608,17 @@ "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 }, + "Command": "New-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphConnectedOrganization", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConnectedOrganization", - "Command": "New-MgEntitlementManagementConnectedOrganization" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -183471,19 +183626,19 @@ "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 }, + "Command": "New-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -183491,19 +183646,19 @@ "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 }, + "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -183511,19 +183666,19 @@ "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 }, + "Command": "New-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -183531,32 +183686,50 @@ "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 }, + "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef" + "Method": "POST", + "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 + }, + "Command": "New-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/subjects", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessPackageSubject1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessPackageSubject1", - "Command": "New-MgEntitlementManagementSubject" + "Method": "POST", + "Permissions": [], + "Command": "New-MgEntitlementManagementSubject", + "ApiVersion": "beta" }, { + "Uri": "/external/connections", "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -183572,17 +183745,17 @@ "IsAdmin": true } ], - "Uri": "/external/connections", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection", - "Command": "New-MgExternalConnection" + "Command": "New-MgExternalConnection", + "ApiVersion": "beta" }, { + "Uri": "/external/connections", "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -183598,45 +183771,19 @@ "IsAdmin": true } ], - "Uri": "/external/connections", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalConnection1", - "Command": "New-MgExternalConnection" + "Command": "New-MgExternalConnection", + "ApiVersion": "v1.0" }, { - "Module": "Search", - "Method": "POST", - "Permissions": [ - { - "Name": "ExternalItem.ReadWrite.All", - "Description": "Read and write all external items", - "FullDescription": "Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.", - "IsAdmin": true - }, - { - "Name": "ExternalItem.ReadWrite.OwnedBy", - "Description": "Read and write external items", - "FullDescription": "Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.", - "IsAdmin": true - } - ], "Uri": "/external/connections/{externalConnection-id}/groups", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "Command": "New-MgExternalConnectionGroup" - }, - { - "Module": "Search", "Method": "POST", "Permissions": [ { @@ -183652,19 +183799,19 @@ "IsAdmin": true } ], + "Command": "New-MgExternalConnectionGroup", + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/groups", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalGroup", - "Command": "New-MgExternalConnectionGroup" - }, - { - "Module": "Search", "Method": "POST", "Permissions": [ { @@ -183680,19 +183827,19 @@ "IsAdmin": true } ], + "Command": "New-MgExternalConnectionGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "Command": "New-MgExternalConnectionGroupMember" - }, - { - "Module": "Search", "Method": "POST", "Permissions": [ { @@ -183708,185 +183855,213 @@ "IsAdmin": true } ], + "Command": "New-MgExternalConnectionGroupMember", + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsIdentity", - "Command": "New-MgExternalConnectionGroupMember" + "Method": "POST", + "Permissions": [ + { + "Name": "ExternalItem.ReadWrite.All", + "Description": "Read and write all external items", + "FullDescription": "Allows the app to read and write all external items on your behalf. The signed-in user must be an administrator.", + "IsAdmin": true + }, + { + "Name": "ExternalItem.ReadWrite.OwnedBy", + "Description": "Read and write external items", + "FullDescription": "Allows the app to read and write external items on your behalf. The signed-in user must be an administrator. The app can only read external items of the connection that it is authorized to.", + "IsAdmin": true + } + ], + "Command": "New-MgExternalConnectionGroupMember", + "ApiVersion": "v1.0" }, { - "Module": "Search", - "Method": "POST", - "Permissions": [], "Uri": "/external/connections/{externalConnection-id}/items", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem1", - "Command": "New-MgExternalConnectionItem" - }, - { - "Module": "Search", "Method": "POST", "Permissions": [], + "Command": "New-MgExternalConnectionItem", + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/items", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalItem", - "Command": "New-MgExternalConnectionItem" - }, - { - "Module": "Search", "Method": "POST", "Permissions": [], + "Command": "New-MgExternalConnectionItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsExternalActivity", - "Command": "New-MgExternalConnectionItemActivity" - }, - { - "Module": "Search", "Method": "POST", "Permissions": [], + "Command": "New-MgExternalConnectionItemActivity", + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/operations", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "Command": "New-MgExternalConnectionOperation" - }, - { - "Module": "Search", "Method": "POST", "Permissions": [], + "Command": "New-MgExternalConnectionOperation", + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/operations", + "Module": "Search", + "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphExternalConnectorsConnectionOperation", - "Command": "New-MgExternalConnectionOperation" - }, - { - "Module": "Search", "Method": "POST", "Permissions": [], + "Command": "New-MgExternalConnectionOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/external/industryData/dataConnectors", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataConnector", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataConnector", - "Command": "New-MgExternalIndustryDataConnector" - }, - { - "Module": "Search", "Method": "POST", "Permissions": [], + "Command": "New-MgExternalIndustryDataConnector", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/inboundFlows", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataInboundFlow", - "Command": "New-MgExternalIndustryDataInboundFlow" - }, - { - "Module": "Search", "Method": "POST", "Permissions": [], + "Command": "New-MgExternalIndustryDataInboundFlow", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/operations", + "Module": "Search", + "OutputType": "IMicrosoftGraphLongRunningOperation", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "Command": "New-MgExternalIndustryDataOperation" - }, - { - "Module": "Search", "Method": "POST", "Permissions": [], + "Command": "New-MgExternalIndustryDataOperation", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/referenceDefinitions", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataReferenceDefinition", - "Command": "New-MgExternalIndustryDataReferenceDefinition" - }, - { - "Module": "Search", "Method": "POST", "Permissions": [], + "Command": "New-MgExternalIndustryDataReferenceDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/roleGroups", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataRoleGroup", - "Command": "New-MgExternalIndustryDataRoleGroup" - }, - { - "Module": "Search", "Method": "POST", "Permissions": [], + "Command": "New-MgExternalIndustryDataRoleGroup", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/sourceSystems", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataSourceSystemDefinition", - "Command": "New-MgExternalIndustryDataSourceSystem" - }, - { - "Module": "Search", "Method": "POST", "Permissions": [], + "Command": "New-MgExternalIndustryDataSourceSystem", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/years", + "Module": "Search", + "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIndustryDataYearTimePeriodDefinition", - "Command": "New-MgExternalIndustryDataYear" + "Method": "POST", + "Permissions": [], + "Command": "New-MgExternalIndustryDataYear", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/countriesRegions", "Module": "Financials", + "OutputType": "IMicrosoftGraphCountryRegion", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -183894,19 +184069,19 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/countriesRegions", + "Command": "New-MgFinancialCompanyCountryRegion", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/currencies", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCurrency", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCountryRegion", - "Command": "New-MgFinancialCompanyCountryRegion" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -183914,19 +184089,19 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/currencies", + "Command": "New-MgFinancialCompanyCurrency", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/customers", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCustomer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCurrency", - "Command": "New-MgFinancialCompanyCurrency" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -183934,109 +184109,109 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/customers", + "Command": "New-MgFinancialCompanyCustomer", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/customerPayments", + "Module": "Financials", + "OutputType": "IMicrosoftGraphCustomerPayment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomer", - "Command": "New-MgFinancialCompanyCustomer" + "Method": "POST", + "Permissions": [], + "Command": "New-MgFinancialCompanyCustomerPayment", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", "Module": "Financials", - "Method": "POST", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomerPayment", - "Command": "New-MgFinancialCompanyCustomerPayment" + "Method": "POST", + "Permissions": [], + "Command": "New-MgFinancialCompanyCustomerPaymentCustomerPicture", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPaymentJournals", "Module": "Financials", - "Method": "POST", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture", + "OutputType": "IMicrosoftGraphCustomerPaymentJournal", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "New-MgFinancialCompanyCustomerPaymentCustomerPicture" + "Method": "POST", + "Permissions": [], + "Command": "New-MgFinancialCompanyCustomerPaymentJournal", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", "Module": "Financials", - "Method": "POST", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals", + "OutputType": "IMicrosoftGraphCustomerPayment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomerPaymentJournal", - "Command": "New-MgFinancialCompanyCustomerPaymentJournal" + "Method": "POST", + "Permissions": [], + "Command": "New-MgFinancialCompanyCustomerPaymentJournalCustomerPayment", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", "Module": "Financials", - "Method": "POST", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomerPayment", - "Command": "New-MgFinancialCompanyCustomerPaymentJournalCustomerPayment" + "Method": "POST", + "Permissions": [], + "Command": "New-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", "Module": "Financials", - "Method": "POST", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "New-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture" + "Method": "POST", + "Permissions": [], + "Command": "New-MgFinancialCompanyCustomerPicture", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/employees", "Module": "Financials", - "Method": "POST", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture", + "OutputType": "IMicrosoftGraphEmployee", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "New-MgFinancialCompanyCustomerPicture" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -184044,34 +184219,34 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/employees", + "Command": "New-MgFinancialCompanyEmployee", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmployee", - "Command": "New-MgFinancialCompanyEmployee" + "Method": "POST", + "Permissions": [], + "Command": "New-MgFinancialCompanyEmployeePicture", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/items", "Module": "Financials", - "Method": "POST", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture", + "OutputType": "IMicrosoftGraphItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "New-MgFinancialCompanyEmployeePicture" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -184079,19 +184254,19 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/items", + "Command": "New-MgFinancialCompanyItem", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/itemCategories", + "Module": "Financials", + "OutputType": "IMicrosoftGraphItemCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItem", - "Command": "New-MgFinancialCompanyItem" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -184099,52 +184274,43 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/itemCategories", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemCategory", - "Command": "New-MgFinancialCompanyItemCategory" + "Command": "New-MgFinancialCompanyItemCategory", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "POST", - "Permissions": [], "Uri": "/financials/companies/{company-id}/items/{item-id}/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "New-MgFinancialCompanyItemPicture" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": [], + "Command": "New-MgFinancialCompanyItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/journals", + "Module": "Financials", + "OutputType": "IMicrosoftGraphJournal", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphJournal", - "Command": "New-MgFinancialCompanyJournal" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": [], + "Command": "New-MgFinancialCompanyJournal", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/journalLines", + "Module": "Financials", + "OutputType": "IMicrosoftGraphJournalLine", "Variants": [ "Create", "Create1", @@ -184155,32 +184321,21 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphJournalLine", - "Command": "New-MgFinancialCompanyJournalLine" + "Method": "POST", + "Permissions": [], + "Command": "New-MgFinancialCompanyJournalLine", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "POST", - "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}/paymentMethods", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentMethod", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentMethod", - "Command": "New-MgFinancialCompanyPaymentMethod" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -184188,37 +184343,48 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, + "Command": "New-MgFinancialCompanyPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/paymentTerms", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPaymentTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPaymentTerm", - "Command": "New-MgFinancialCompanyPaymentTerm" + "Method": "POST", + "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": "New-MgFinancialCompanyPaymentTerm", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "POST", - "Permissions": [], "Uri": "/financials/companies/{company-id}/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "New-MgFinancialCompanyPicture" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": [], + "Command": "New-MgFinancialCompanyPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Create", "Create1", @@ -184229,90 +184395,90 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "New-MgFinancialCompanyPurchaseInvoiceLineItemPicture" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": [], + "Command": "New-MgFinancialCompanyPurchaseInvoiceLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "New-MgFinancialCompanyPurchaseInvoiceVendorPicture" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": [], + "Command": "New-MgFinancialCompanyPurchaseInvoiceVendorPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "New-MgFinancialCompanySaleCreditMemoCustomerPicture" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": [], + "Command": "New-MgFinancialCompanySaleCreditMemoCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "New-MgFinancialCompanySaleCreditMemoLineItemPicture" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": [], + "Command": "New-MgFinancialCompanySaleCreditMemoLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "New-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": [], + "Command": "New-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "New-MgFinancialCompanySaleInvoiceCustomerPicture" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": [], + "Command": "New-MgFinancialCompanySaleInvoiceCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Create", "Create1", @@ -184323,30 +184489,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "New-MgFinancialCompanySaleInvoiceLineItemPicture" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": [], + "Command": "New-MgFinancialCompanySaleInvoiceLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "New-MgFinancialCompanySaleOrderCustomerPicture" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": [], + "Command": "New-MgFinancialCompanySaleOrderCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Create", "Create1", @@ -184357,43 +184523,43 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "New-MgFinancialCompanySaleOrderLineItemPicture" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": [], + "Command": "New-MgFinancialCompanySaleOrderLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "New-MgFinancialCompanySaleQuoteCustomerPicture" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": [], + "Command": "New-MgFinancialCompanySaleQuoteCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/makeInvoice", + "Module": "Financials", + "OutputType": null, "Variants": [ "Make", "MakeViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgFinancialCompanySaleQuoteInvoice" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": [], + "Command": "New-MgFinancialCompanySaleQuoteInvoice", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Create", "Create1", @@ -184404,12 +184570,21 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "New-MgFinancialCompanySaleQuoteLineItemPicture" + "Method": "POST", + "Permissions": [], + "Command": "New-MgFinancialCompanySaleQuoteLineItemPicture", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/shipmentMethods", "Module": "Financials", + "OutputType": "IMicrosoftGraphShipmentMethod", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -184417,34 +184592,34 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/shipmentMethods", + "Command": "New-MgFinancialCompanyShipmentMethod", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/taxAreas", + "Module": "Financials", + "OutputType": "IMicrosoftGraphTaxArea", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShipmentMethod", - "Command": "New-MgFinancialCompanyShipmentMethod" + "Method": "POST", + "Permissions": [], + "Command": "New-MgFinancialCompanyTaxArea", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/taxGroups", "Module": "Financials", - "Method": "POST", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/taxAreas", + "OutputType": "IMicrosoftGraphTaxGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTaxArea", - "Command": "New-MgFinancialCompanyTaxArea" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -184452,19 +184627,19 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/taxGroups", + "Command": "New-MgFinancialCompanyTaxGroup", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/unitsOfMeasure", + "Module": "Financials", + "OutputType": "IMicrosoftGraphUnitOfMeasure", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTaxGroup", - "Command": "New-MgFinancialCompanyTaxGroup" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -184472,19 +184647,19 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/unitsOfMeasure", + "Command": "New-MgFinancialCompanyUnitOfMeasure", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/vendors", + "Module": "Financials", + "OutputType": "IMicrosoftGraphVendor", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnitOfMeasure", - "Command": "New-MgFinancialCompanyUnitOfMeasure" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -184492,34 +184667,32 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/vendors", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVendor", - "Command": "New-MgFinancialCompanyVendor" + "Command": "New-MgFinancialCompanyVendor", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "POST", - "Permissions": [], "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture", + "Module": "Financials", + "OutputType": "IMicrosoftGraphPicture", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPicture", - "Command": "New-MgFinancialCompanyVendorPicture" + "Method": "POST", + "Permissions": [], + "Command": "New-MgFinancialCompanyVendorPicture", + "ApiVersion": "beta" }, { + "Uri": "/groups", "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup1", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -184535,17 +184708,17 @@ "IsAdmin": true } ], - "Uri": "/groups", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "New-MgGroup" + "Command": "New-MgGroup", + "ApiVersion": "beta" }, { + "Uri": "/groups", "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -184561,37 +184734,19 @@ "IsAdmin": true } ], - "Uri": "/groups", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "New-MgGroup" + "Command": "New-MgGroup", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "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 - }, "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "Module": "Groups", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgGroupAcceptedSenderByRef" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -184599,39 +184754,39 @@ "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": "New-MgGroupAcceptedSenderByRef", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/acceptedSenders/$ref", + "Module": "Groups", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgGroupAcceptedSenderByRef" - }, - { - "Module": "Applications", "Method": "POST", "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.", + "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": "New-MgGroupAcceptedSenderByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/appRoleAssignments", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", - "Command": "New-MgGroupAppRoleAssignment" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": { "Name": "AppRoleAssignment.ReadWrite.All", @@ -184639,129 +184794,129 @@ "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 }, + "Command": "New-MgGroupAppRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/appRoleAssignments", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "New-MgGroupAppRoleAssignment" + "Method": "POST", + "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 + }, + "Command": "New-MgGroupAppRoleAssignment", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgGroupCalendarMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupCalendarMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgGroupCalendarMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupCalendarMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendarPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendarPermission", - "Command": "New-MgGroupCalendarPermission" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupCalendarPermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/calendarPermissions", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendarPermission", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendarPermission", - "Command": "New-MgGroupCalendarPermission" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupCalendarPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgGroupCalendarSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupCalendarSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgGroupCalendarSingleValueExtendedProperty" + "Method": "POST", + "Permissions": [], + "Command": "New-MgGroupCalendarSingleValueExtendedProperty", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "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 - }, "Uri": "/groups/{group-id}/conversations", + "Module": "Groups", + "OutputType": "IMicrosoftGraphConversation1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversation1", - "Command": "New-MgGroupConversation" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -184769,19 +184924,19 @@ "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": "New-MgGroupConversation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations", + "Module": "Groups", + "OutputType": "IMicrosoftGraphConversation", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversation", - "Command": "New-MgGroupConversation" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -184789,19 +184944,19 @@ "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": "New-MgGroupConversation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "Module": "Groups", + "OutputType": "IMicrosoftGraphConversationThread1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationThread1", - "Command": "New-MgGroupConversationThread" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -184809,1389 +184964,1389 @@ "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": "New-MgGroupConversationThread", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads", + "Module": "Groups", + "OutputType": "IMicrosoftGraphConversationThread", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationThread", - "Command": "New-MgGroupConversationThread" + "Method": "POST", + "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 + }, + "Command": "New-MgGroupConversationThread", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgGroupConversationThreadPostAttachment" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgGroupConversationThreadPostAttachment" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostAttachmentUploadSession", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Module": "Groups", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgGroupConversationThreadPostExtension" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Module": "Groups", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgGroupConversationThreadPostExtension" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgGroupConversationThreadPostInReplyToAttachment" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgGroupConversationThreadPostInReplyToAttachment" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostInReplyToAttachmentUploadSession", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Module": "Groups", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgGroupConversationThreadPostInReplyToExtension" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Module": "Groups", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgGroupConversationThreadPostInReplyToExtension" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", - "Command": "New-MgGroupConversationThreadPostInReplyToMention" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostInReplyToMention", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", - "Command": "New-MgGroupConversationThreadPostMention" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostMention", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgGroupConversationThreadPostMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgGroupConversationThreadPostMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgGroupConversationThreadPostSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgGroupConversationThreadPostSingleValueExtendedProperty" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupConversationThreadPostSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives", + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "New-MgGroupDrive" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDrive", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives", + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "New-MgGroupDrive" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "New-MgGroupDriveBundle" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveBundle", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/bundles", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "New-MgGroupDriveBundle" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveBundle", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "New-MgGroupDriveItem" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "New-MgGroupDriveItem" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "New-MgGroupDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "New-MgGroupDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "New-MgGroupDriveItemChild" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItemChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "New-MgGroupDriveItemChild" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItemChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "New-MgGroupDriveItemLink" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItemLink", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "New-MgGroupDriveItemLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItemLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgGroupDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgGroupDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "New-MgGroupDriveItemListItemLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItemListItemLink", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgGroupDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItemListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgGroupDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItemListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "New-MgGroupDriveItemPermission" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItemPermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "New-MgGroupDriveItemPermission" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItemPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "New-MgGroupDriveItemSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItemSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "New-MgGroupDriveItemSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItemSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "New-MgGroupDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItemThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "New-MgGroupDriveItemThumbnail" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItemThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgGroupDriveItemUploadSession" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItemUploadSession", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgGroupDriveItemUploadSession" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItemUploadSession", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "New-MgGroupDriveItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "New-MgGroupDriveItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "New-MgGroupDriveListColumn" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "New-MgGroupDriveListColumn" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "New-MgGroupDriveListContentType" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "New-MgGroupDriveListContentType" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "New-MgGroupDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "New-MgGroupDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "New-MgGroupDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "New-MgGroupDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "New-MgGroupDriveListItem" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveListItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", - "Command": "New-MgGroupDriveListItem" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgGroupDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgGroupDriveListItemDocumentSetVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "New-MgGroupDriveListItemLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveListItemLink", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgGroupDriveListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgGroupDriveListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "New-MgGroupDriveListOperation" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "New-MgGroupDriveListOperation" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "New-MgGroupDriveListSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "New-MgGroupDriveListSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "New-MgGroupDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "New-MgGroupDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "New-MgGroupDriveRootChild" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveRootChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "New-MgGroupDriveRootChild" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveRootChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "New-MgGroupDriveRootLink" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveRootLink", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/createLink", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "New-MgGroupDriveRootLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveRootLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgGroupDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgGroupDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/createLink", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "New-MgGroupDriveRootListItemLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveRootListItemLink", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgGroupDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveRootListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgGroupDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveRootListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "New-MgGroupDriveRootPermission" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveRootPermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "New-MgGroupDriveRootPermission" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveRootPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "New-MgGroupDriveRootSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveRootSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "New-MgGroupDriveRootSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveRootSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "New-MgGroupDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveRootThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "New-MgGroupDriveRootThumbnail" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveRootThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgGroupDriveRootUploadSession" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveRootUploadSession", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/createUploadSession", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgGroupDriveRootUploadSession" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveRootUploadSession", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "New-MgGroupDriveRootVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveRootVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "New-MgGroupDriveRootVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupDriveRootVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/endpoints", + "Module": "Groups", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "New-MgGroupEndpoint" + "Method": "POST", + "Permissions": [], + "Command": "New-MgGroupEndpoint", + "ApiVersion": "beta" }, { - "Module": "Calendar", - "Method": "POST", - "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 - }, "Uri": "/groups/{group-id}/events", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "New-MgGroupEvent" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -186199,39 +186354,39 @@ "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": "New-MgGroupEvent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent1", - "Command": "New-MgGroupEvent" - }, - { - "Module": "Calendar", "Method": "POST", "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 + "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": "New-MgGroupEvent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgGroupEventAttachment" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": { "Name": "Calendars.ReadWrite", @@ -186239,439 +186394,457 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "New-MgGroupEventAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgGroupEventAttachment" + "Method": "POST", + "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 + }, + "Command": "New-MgGroupEventAttachment", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgGroupEventExceptionOccurrenceAttachment" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventExceptionOccurrenceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgGroupEventExceptionOccurrenceExtension" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventExceptionOccurrenceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgGroupEventExceptionOccurrenceInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgGroupEventExceptionOccurrenceInstanceExtension" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgGroupEventExceptionOccurrenceInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgGroupEventExceptionOccurrenceInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgGroupEventExceptionOccurrenceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventExceptionOccurrenceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgGroupEventExceptionOccurrenceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventExceptionOccurrenceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgGroupEventExtension" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/extensions", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgGroupEventExtension" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgGroupEventInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventInstanceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgGroupEventInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventInstanceAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgGroupEventInstanceExceptionOccurrenceAttachment" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgGroupEventInstanceExceptionOccurrenceExtension" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgGroupEventInstanceExtension" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventInstanceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgGroupEventInstanceExtension" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventInstanceExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgGroupEventInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventInstanceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgGroupEventInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventInstanceMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgGroupEventInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventInstanceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgGroupEventInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventInstanceSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgGroupEventMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgGroupEventMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgGroupEventSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgGroupEventSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupEventSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/extensions", + "Module": "Groups", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgGroupExtension" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/extensions", + "Module": "Groups", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgGroupExtension" + "Method": "POST", + "Permissions": [], + "Command": "New-MgGroupExtension", + "ApiVersion": "v1.0" }, { + "Uri": "/groupLifecyclePolicies", "Module": "Groups", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -186679,17 +186852,17 @@ "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": "/groupLifecyclePolicies", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "Command": "New-MgGroupLifecyclePolicy" + "Command": "New-MgGroupLifecyclePolicy", + "ApiVersion": "beta" }, { + "Uri": "/groupLifecyclePolicies", "Module": "Groups", + "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -186697,81 +186870,49 @@ "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": "/groupLifecyclePolicies", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroupLifecyclePolicy", - "Command": "New-MgGroupLifecyclePolicy" + "Command": "New-MgGroupLifecyclePolicy", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/members/$ref", + "Module": "Groups", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgGroupMemberByRef" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupMemberByRef", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/members/$ref", + "Module": "Groups", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgGroupMemberByRef" + "Method": "POST", + "Permissions": [], + "Command": "New-MgGroupMemberByRef", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "Method": "POST", - "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.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": "/groups/{group-id}/onenote/notebooks", + "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook1", - "Command": "New-MgGroupOnenoteNotebook" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -186793,19 +186934,19 @@ "IsAdmin": false } ], + "Command": "New-MgGroupOnenoteNotebook", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/notebooks", + "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", - "Command": "New-MgGroupOnenoteNotebook" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -186827,19 +186968,19 @@ "IsAdmin": false } ], + "Command": "New-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Command": "New-MgGroupOnenoteNotebookSection" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -186861,19 +187002,19 @@ "IsAdmin": false } ], + "Command": "New-MgGroupOnenoteNotebookSection", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sections", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Command": "New-MgGroupOnenoteNotebookSection" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -186895,19 +187036,19 @@ "IsAdmin": false } ], + "Command": "New-MgGroupOnenoteNotebookSection", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup1", - "Command": "New-MgGroupOnenoteNotebookSectionGroup" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -186929,19 +187070,19 @@ "IsAdmin": false } ], + "Command": "New-MgGroupOnenoteNotebookSectionGroup", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Command": "New-MgGroupOnenoteNotebookSectionGroup" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -186963,19 +187104,19 @@ "IsAdmin": false } ], + "Command": "New-MgGroupOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/onenote/pages", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage1", - "Command": "New-MgGroupOnenotePage" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -186997,79 +187138,113 @@ "IsAdmin": false } ], + "Command": "New-MgGroupOnenotePage", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/pages", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Command": "New-MgGroupOnenotePage" + "Method": "POST", + "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.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": "New-MgGroupOnenotePage", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/onenote/sections", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Command": "New-MgGroupOnenoteSection" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupOnenoteSection", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/sections", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Command": "New-MgGroupOnenoteSection" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupOnenoteSection", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/onenote/sectionGroups", + "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup1", - "Command": "New-MgGroupOnenoteSectionGroup" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupOnenoteSectionGroup", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/sectionGroups", + "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Command": "New-MgGroupOnenoteSectionGroup" + "Method": "POST", + "Permissions": [], + "Command": "New-MgGroupOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection1", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -187091,19 +187266,19 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Command": "New-MgGroupOnenoteSectionGroupSection" + "Command": "New-MgGroupOnenoteSectionGroupSection", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -187125,19 +187300,19 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Command": "New-MgGroupOnenoteSectionGroupSection" + "Command": "New-MgGroupOnenoteSectionGroupSection", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage1", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -187159,19 +187334,19 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage1", - "Command": "New-MgGroupOnenoteSectionPage" + "Command": "New-MgGroupOnenoteSectionPage", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -187193,19 +187368,19 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages", + "Command": "New-MgGroupOnenoteSectionPage", + "ApiVersion": "v1.0" + }, + { + "Uri": "/groups/{group-id}/owners/$ref", + "Module": "Groups", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Command": "New-MgGroupOnenoteSectionPage" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [ { @@ -187221,19 +187396,19 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/owners/$ref", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgGroupOwnerByRef" + "Command": "New-MgGroupOwnerByRef", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/owners/$ref", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -187249,69 +187424,49 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/owners/$ref", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgGroupOwnerByRef" + "Command": "New-MgGroupOwnerByRef", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/permissionGrants", + "Module": "Groups", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Command": "New-MgGroupPermissionGrant" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupPermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/permissionGrants", + "Module": "Groups", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Command": "New-MgGroupPermissionGrant" + "Method": "POST", + "Permissions": [], + "Command": "New-MgGroupPermissionGrant", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "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 - }, "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "Module": "Groups", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgGroupRejectedSenderByRef" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -187319,747 +187474,758 @@ "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": "New-MgGroupRejectedSenderByRef", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/rejectedSenders/$ref", + "Module": "Groups", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgGroupRejectedSenderByRef" - }, - { - "Module": "Groups", "Method": "POST", "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.", + "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": "New-MgGroupRejectedSenderByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/settings", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDirectorySetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectorySetting", - "Command": "New-MgGroupSetting" + "Method": "POST", + "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 + }, + "Command": "New-MgGroupSetting", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "New-MgGroupSiteColumn" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "New-MgGroupSiteColumn" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "New-MgGroupSiteContentType" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "New-MgGroupSiteContentType" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "New-MgGroupSiteContentTypeColumn" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "New-MgGroupSiteContentTypeColumn" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "New-MgGroupSiteContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "New-MgGroupSiteContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "Command": "New-MgGroupSiteInformationProtectionDataLossPreventionPolicy" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels", + "Module": "Sites", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "Command": "New-MgGroupSiteInformationProtectionPolicyLabel" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", - "Command": "New-MgGroupSiteInformationProtectionSensitivityLabel" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteInformationProtectionSensitivityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", - "Command": "New-MgGroupSiteInformationProtectionSensitivityLabelSublabel" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests", + "Module": "Sites", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "Command": "New-MgGroupSiteInformationProtectionThreatAssessmentRequest" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Module": "Sites", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "Command": "New-MgGroupSiteInformationProtectionThreatAssessmentRequestResult" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "Module": "Sites", + "OutputType": "IMicrosoftGraphList", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", - "Command": "New-MgGroupSiteList" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteList", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists", + "Module": "Sites", + "OutputType": "IMicrosoftGraphList1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList1", - "Command": "New-MgGroupSiteList" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteList", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "New-MgGroupSiteListColumn" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "New-MgGroupSiteListColumn" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "New-MgGroupSiteListContentType" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "New-MgGroupSiteListContentType" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "New-MgGroupSiteListContentTypeColumn" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "New-MgGroupSiteListContentTypeColumn" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "New-MgGroupSiteListContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "New-MgGroupSiteListContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "Module": "Sites", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", - "Command": "New-MgGroupSiteListItem" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteListItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items", + "Module": "Sites", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "New-MgGroupSiteListItem" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgGroupSiteListItemDocumentSetVersion" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgGroupSiteListItemDocumentSetVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "New-MgGroupSiteListItemLink" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteListItemLink", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgGroupSiteListItemVersion" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgGroupSiteListItemVersion" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "New-MgGroupSiteListOperation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "New-MgGroupSiteListOperation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "New-MgGroupSiteListSubscription" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "New-MgGroupSiteListSubscription" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "New-MgGroupSiteOperation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteOperation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "New-MgGroupSiteOperation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSitePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSitePage", - "Command": "New-MgGroupSitePage" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSitePage", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections", + "Module": "Sites", + "OutputType": "IMicrosoftGraphHorizontalSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSection", - "Command": "New-MgGroupSitePageCanvaLayoutHorizontalSection" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "Command": "New-MgGroupSitePageCanvaLayoutHorizontalSectionColumn" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "Module": "Sites", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpart" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts", + "Module": "Sites", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgGroupSitePageCanvaLayoutVerticalSectionWebpart" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts", + "Module": "Sites", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgGroupSitePageWebPart" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSitePageWebPart", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Command": "New-MgGroupSitePermission" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSitePermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "New-MgGroupSitePermission" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSitePermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStore1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore1", - "Command": "New-MgGroupSiteTermStore" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStore", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "Command": "New-MgGroupSiteTermStoreGroup" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroup", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreGroup1", "Variants": [ "Create1", "Create2", @@ -188070,30 +188236,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup1", - "Command": "New-MgGroupSiteTermStoreGroup" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet1", - "Command": "New-MgGroupSiteTermStoreGroupSet" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSet", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Create1", "Create2", @@ -188104,30 +188270,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "New-MgGroupSiteTermStoreGroupSet" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "New-MgGroupSiteTermStoreGroupSetChild" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSetChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Create1", "Create2", @@ -188142,15 +188308,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "New-MgGroupSiteTermStoreGroupSetChild" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create", "Create1", @@ -188161,30 +188327,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgGroupSiteTermStoreGroupSetChildRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "New-MgGroupSiteTermStoreGroupSetRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create1", "Create2", @@ -188195,30 +188361,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgGroupSiteTermStoreGroupSetRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "New-MgGroupSiteTermStoreGroupSetTerm" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Create1", "Create2", @@ -188229,30 +188395,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "New-MgGroupSiteTermStoreGroupSetTerm" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "New-MgGroupSiteTermStoreGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Create1", "Create2", @@ -188263,45 +188429,45 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "New-MgGroupSiteTermStoreGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgGroupSiteTermStoreGroupSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create1", "Create2", @@ -188312,30 +188478,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet1", - "Command": "New-MgGroupSiteTermStoreSet" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSet", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Create1", "Create2", @@ -188346,30 +188512,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "New-MgGroupSiteTermStoreSet" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "New-MgGroupSiteTermStoreSetChild" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Create1", "Create2", @@ -188384,15 +188550,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "New-MgGroupSiteTermStoreSetChild" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create", "Create1", @@ -188403,30 +188569,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgGroupSiteTermStoreSetChildRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSet" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Create", "Create1", @@ -188437,15 +188603,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChild" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create", "Create1", @@ -188456,105 +188622,105 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChildRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTerm" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "New-MgGroupSiteTermStoreSetRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetRelation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create1", "Create2", @@ -188565,30 +188731,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgGroupSiteTermStoreSetRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "New-MgGroupSiteTermStoreSetTerm" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetTerm", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Create1", "Create2", @@ -188599,30 +188765,30 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "New-MgGroupSiteTermStoreSetTerm" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "New-MgGroupSiteTermStoreSetTermChild" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetTermChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Create1", "Create2", @@ -188633,45 +188799,45 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "New-MgGroupSiteTermStoreSetTermChild" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgGroupSiteTermStoreSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "New-MgGroupSiteTermStoreSetTermRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create1", "Create2", @@ -188682,932 +188848,921 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgGroupSiteTermStoreSetTermRelation" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel1", - "Command": "New-MgGroupTeamChannel" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamChannel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Command": "New-MgGroupTeamChannel" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamChannel", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "New-MgGroupTeamChannelMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "New-MgGroupTeamChannelMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "New-MgGroupTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamChannelMessage", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "New-MgGroupTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamChannelMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgGroupTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgGroupTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "New-MgGroupTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamChannelMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "New-MgGroupTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamChannelMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgGroupTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgGroupTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", - "Command": "New-MgGroupTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "Command": "New-MgGroupTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab1", - "Command": "New-MgGroupTeamChannelTab" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamChannelTab", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Command": "New-MgGroupTeamChannelTab" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamChannelTab", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/installedApps", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", - "Command": "New-MgGroupTeamInstalledApp" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamInstalledApp", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/installedApps", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Command": "New-MgGroupTeamInstalledApp" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamInstalledApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "New-MgGroupTeamMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "New-MgGroupTeamMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/operations", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", - "Command": "New-MgGroupTeamOperation" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamOperation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/operations", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "Command": "New-MgGroupTeamOperation" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/permissionGrants", + "Module": "Teams", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Command": "New-MgGroupTeamPermissionGrant" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamPermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "New-MgGroupTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamPrimaryChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "New-MgGroupTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamPrimaryChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "New-MgGroupTeamPrimaryChannelMessage" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamPrimaryChannelMessage", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "New-MgGroupTeamPrimaryChannelMessage" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamPrimaryChannelMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "New-MgGroupTeamPrimaryChannelMessageReply" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "New-MgGroupTeamPrimaryChannelMessageReply" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", - "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab1", - "Command": "New-MgGroupTeamPrimaryChannelTab" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamPrimaryChannelTab", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Command": "New-MgGroupTeamPrimaryChannelTab" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamPrimaryChannelTab", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOfferShiftRequest1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOfferShiftRequest1", - "Command": "New-MgGroupTeamScheduleOfferShiftRequest" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "Command": "New-MgGroupTeamScheduleOfferShiftRequest" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShift1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShift1", - "Command": "New-MgGroupTeamScheduleOpenShift" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamScheduleOpenShift", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShift", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShift", - "Command": "New-MgGroupTeamScheduleOpenShift" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamScheduleOpenShift", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", - "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSchedulingGroup1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchedulingGroup1", - "Command": "New-MgGroupTeamScheduleSchedulingGroup" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamScheduleSchedulingGroup", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSchedulingGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "Command": "New-MgGroupTeamScheduleSchedulingGroup" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts", + "Module": "Teams", + "OutputType": "IMicrosoftGraphShift1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShift1", - "Command": "New-MgGroupTeamScheduleShift" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamScheduleShift", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts", + "Module": "Teams", + "OutputType": "IMicrosoftGraphShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphShift", - "Command": "New-MgGroupTeamScheduleShift" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamScheduleShift", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", - "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeCards", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeCard", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", - "Command": "New-MgGroupTeamScheduleTimeCard" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamScheduleTimeCard", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOff1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOff1", - "Command": "New-MgGroupTeamScheduleTimeOff" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamScheduleTimeOff", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOff", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOff", - "Command": "New-MgGroupTeamScheduleTimeOff" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamScheduleTimeOff", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffReason1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffReason1", - "Command": "New-MgGroupTeamScheduleTimeOffReason" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamScheduleTimeOffReason", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffReason", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffReason", - "Command": "New-MgGroupTeamScheduleTimeOffReason" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamScheduleTimeOffReason", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffRequest1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffRequest1", - "Command": "New-MgGroupTeamScheduleTimeOffRequest" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamScheduleTimeOffRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffRequest", - "Command": "New-MgGroupTeamScheduleTimeOffRequest" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTag", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTag", - "Command": "New-MgGroupTeamTag" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamTag", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTag", - "Command": "New-MgGroupTeamTag" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamTag", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "Command": "New-MgGroupTeamTagMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupTeamTagMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "Command": "New-MgGroupTeamTagMember" + "Method": "POST", + "Permissions": [], + "Command": "New-MgGroupTeamTagMember", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "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 - }, "Uri": "/groups/{group-id}/threads", + "Module": "Groups", + "OutputType": "IMicrosoftGraphConversationThread1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationThread1", - "Command": "New-MgGroupThread" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -189615,349 +189770,367 @@ "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": "New-MgGroupThread", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads", + "Module": "Groups", + "OutputType": "IMicrosoftGraphConversationThread", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationThread", - "Command": "New-MgGroupThread" + "Method": "POST", + "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 + }, + "Command": "New-MgGroupThread", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgGroupThreadPostAttachment" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupThreadPostAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgGroupThreadPostAttachment" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupThreadPostAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgGroupThreadPostAttachmentUploadSession" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupThreadPostAttachmentUploadSession", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/createUploadSession", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgGroupThreadPostAttachmentUploadSession" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupThreadPostAttachmentUploadSession", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Module": "Groups", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgGroupThreadPostExtension" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupThreadPostExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions", + "Module": "Groups", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgGroupThreadPostExtension" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupThreadPostExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgGroupThreadPostInReplyToAttachment" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupThreadPostInReplyToAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments", + "Module": "Groups", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgGroupThreadPostInReplyToAttachment" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupThreadPostInReplyToAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/createUploadSession", + "Module": "Groups", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupThreadPostInReplyToAttachmentUploadSession", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Module": "Groups", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgGroupThreadPostInReplyToExtension" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupThreadPostInReplyToExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions", + "Module": "Groups", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgGroupThreadPostInReplyToExtension" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupThreadPostInReplyToExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", - "Command": "New-MgGroupThreadPostInReplyToMention" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupThreadPostInReplyToMention", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgGroupThreadPostInReplyToMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgGroupThreadPostInReplyToMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgGroupThreadPostInReplyToSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgGroupThreadPostInReplyToSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", - "Command": "New-MgGroupThreadPostMention" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupThreadPostMention", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgGroupThreadPostMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupThreadPostMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgGroupThreadPostMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupThreadPostMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgGroupThreadPostSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "New-MgGroupThreadPostSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgGroupThreadPostSingleValueExtendedProperty" + "Method": "POST", + "Permissions": [], + "Command": "New-MgGroupThreadPostSingleValueExtendedProperty", + "ApiVersion": "v1.0" }, { + "Uri": "/identity/apiConnectors", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": { "Name": "APIConnectors.ReadWrite.All", @@ -189965,17 +190138,17 @@ "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, - "Uri": "/identity/apiConnectors", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "Command": "New-MgIdentityApiConnector" + "Command": "New-MgIdentityApiConnector", + "ApiVersion": "beta" }, { + "Uri": "/identity/apiConnectors", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityApiConnector", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "APIConnectors.ReadWrite.All", @@ -189983,48 +190156,30 @@ "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, - "Uri": "/identity/apiConnectors", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityApiConnector", - "Command": "New-MgIdentityApiConnector" + "Command": "New-MgIdentityApiConnector", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "Permissions": [], "Uri": "/identity/authenticationEventListeners", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationEventListener", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationEventListener", - "Command": "New-MgIdentityAuthenticationEventListener" + "Method": "POST", + "Permissions": [], + "Command": "New-MgIdentityAuthenticationEventListener", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "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", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphB2CIdentityUserFlow", - "Command": "New-MgIdentityB2CUserFlow" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -190032,84 +190187,84 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, + "Command": "New-MgIdentityB2CUserFlow", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/$ref", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgIdentityB2CUserFlowIdentityProviderByRef" + "Method": "POST", + "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": "New-MgIdentityB2CUserFlowIdentityProviderByRef", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "Command": "New-MgIdentityB2CUserFlowLanguage" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityB2CUserFlowLanguage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgIdentityB2CUserFlowLanguageDefaultPage" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityB2CUserFlowLanguageDefaultPage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgIdentityB2CUserFlowLanguageOverridePage" + "Method": "POST", + "Permissions": [], + "Command": "New-MgIdentityB2CUserFlowLanguageOverridePage", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "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}/userAttributeAssignments", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "Command": "New-MgIdentityB2CUserFlowUserAttributeAssignment" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -190117,17 +190272,17 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, + "Command": "New-MgIdentityB2CUserFlowUserAttributeAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow1", - "Command": "New-MgIdentityB2XUserFlow" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -190135,157 +190290,157 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, + "Command": "New-MgIdentityB2XUserFlow", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphB2XIdentityUserFlow", - "Command": "New-MgIdentityB2XUserFlow" + "Method": "POST", + "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": "New-MgIdentityB2XUserFlow", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/$ref", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityB2XUserFlowIdentityProviderByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "Command": "New-MgIdentityB2XUserFlowLanguage" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserFlowLanguageConfiguration", - "Command": "New-MgIdentityB2XUserFlowLanguage" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage" + "Method": "POST", + "Permissions": [], + "Command": "New-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "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/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -190293,71 +190448,91 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, + "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttributeAssignment", - "Command": "New-MgIdentityB2XUserFlowUserAttributeAssignment" + "Method": "POST", + "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": "New-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "beta" + }, + { "Uri": "/identity/conditionalAccess/authenticationContextClassReferences", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationContextClassReference", - "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethodModeDetail", - "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "ApiVersion": "beta" + }, + { "Uri": "/identity/conditionalAccess/authenticationStrengths/policies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicy" + "Method": "POST", + "Permissions": [], + "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -190373,19 +190548,17 @@ "IsAdmin": true } ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration" + "Command": "New-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/namedLocations", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphNamedLocation", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -190401,17 +190574,17 @@ "IsAdmin": true } ], - "Uri": "/identity/conditionalAccess/namedLocations", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNamedLocation", - "Command": "New-MgIdentityConditionalAccessNamedLocation" + "Command": "New-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/namedLocations", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphNamedLocation", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -190427,17 +190600,17 @@ "IsAdmin": true } ], - "Uri": "/identity/conditionalAccess/namedLocations", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNamedLocation", - "Command": "New-MgIdentityConditionalAccessNamedLocation" + "Command": "New-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/policies", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -190459,17 +190632,17 @@ "IsAdmin": true } ], - "Uri": "/identity/conditionalAccess/policies", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy1", - "Command": "New-MgIdentityConditionalAccessPolicy" + "Command": "New-MgIdentityConditionalAccessPolicy", + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/policies", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphConditionalAccessPolicy", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -190491,148 +190664,148 @@ "IsAdmin": true } ], - "Uri": "/identity/conditionalAccess/policies", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConditionalAccessPolicy", - "Command": "New-MgIdentityConditionalAccessPolicy" + "Command": "New-MgIdentityConditionalAccessPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "Permissions": [], "Uri": "/identity/customAuthenticationExtensions", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCustomAuthenticationExtension", - "Command": "New-MgIdentityCustomAuthenticationExtension" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityCustomAuthenticationExtension", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", - "Command": "New-MgIdentityGovernanceAccessReviewDecision" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "Command": "New-MgIdentityGovernanceAccessReviewDecisionInsight" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewDecisionInsight", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", - "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceDecision" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewStage1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewStage1", - "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceStage" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceStage", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", - "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecision" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight" + "Method": "POST", + "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -190640,17 +190813,17 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Uri": "/identityGovernance/accessReviews/definitions", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition1", - "Command": "New-MgIdentityGovernanceAccessReviewDefinition" + "Command": "New-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -190658,182 +190831,182 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Uri": "/identityGovernance/accessReviews/definitions", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewScheduleDefinition", - "Command": "New-MgIdentityGovernanceAccessReviewDefinition" + "Command": "New-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstance1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstance1", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstance", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewInstance", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewReviewer", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewReviewer", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceInsight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceInsight", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewStage1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewStage1", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewStage", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewStage", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem1", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewInstanceDecisionItem", - "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision" + "Method": "POST", + "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/historyDefinitions", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -190841,17 +191014,17 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition1", - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition" + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/historyDefinitions", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -190859,47 +191032,47 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Uri": "/identityGovernance/accessReviews/historyDefinitions", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewHistoryDefinition", - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition" + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance" + "Method": "POST", + "Permissions": [], + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Variants": [ + "Generate", + "GenerateViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -190907,17 +191080,17 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", - "Variants": [ - "Generate", - "GenerateViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri" + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", + "Variants": [ + "Generate1", + "GenerateViaIdentity1" + ], "Method": "POST", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -190925,103 +191098,103 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}/generateDownloadUri", - "Variants": [ - "Generate1", - "GenerateViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAccessReviewHistoryInstance", - "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri" + "Command": "New-MgIdentityGovernanceAccessReviewHistoryDefinitionInstanceDownloadUri", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/appConsent/appConsentRequests", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAppConsentRequest1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppConsentRequest1", - "Command": "New-MgIdentityGovernanceAppConsentRequest" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAppConsentRequest", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppConsentRequest", - "Command": "New-MgIdentityGovernanceAppConsentRequest" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUserConsentRequest1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserConsentRequest1", - "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUserConsentRequest", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserConsentRequest", - "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphApprovalStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphApprovalStage", - "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphApprovalStep", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", - "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep" + "Method": "POST", + "Permissions": [], + "Command": "New-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", @@ -191029,17 +191202,17 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows", + "Command": "New-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta" + }, + { + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "Command": "New-MgIdentityGovernanceLifecycleWorkflow" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", @@ -191047,32 +191220,34 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceCustomTaskExtension", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension" + "Command": "New-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/createNewVersion", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion" + "Method": "POST", + "Permissions": [], + "Command": "New-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflowNewVersion", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", @@ -191080,164 +191255,162 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/createNewVersion", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "Command": "New-MgIdentityGovernanceLifecycleWorkflowNewVersion" + "Command": "New-MgIdentityGovernanceLifecycleWorkflowNewVersion", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentSchedule", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleInstance", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupAssignmentScheduleRequest", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilitySchedule", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleInstance", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccessGroupEligibilityScheduleRequest", - "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alerts", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlert", - "Command": "New-MgIdentityGovernanceRoleManagementAlert" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceRoleManagementAlert", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertConfiguration", - "Command": "New-MgIdentityGovernanceRoleManagementAlertConfiguration" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceRoleManagementAlertConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementAlertDefinition", - "Command": "New-MgIdentityGovernanceRoleManagementAlertDefinition" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceRoleManagementAlertDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgIdentityGovernanceRoleManagementAlertIncident" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceRoleManagementAlertIncident", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/operations", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphLongRunningOperation", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "Command": "New-MgIdentityGovernanceRoleManagementAlertOperation" + "Method": "POST", + "Permissions": [], + "Command": "New-MgIdentityGovernanceRoleManagementAlertOperation", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/termsOfUse/agreements", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreement", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": { "Name": "Agreement.ReadWrite.All", @@ -191245,17 +191418,17 @@ "FullDescription": "Allows the app to read and write terms of use agreements on your behalf.", "IsAdmin": true }, - "Uri": "/identityGovernance/termsOfUse/agreements", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreement", - "Command": "New-MgIdentityGovernanceTermOfUseAgreement" + "Command": "New-MgIdentityGovernanceTermOfUseAgreement", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/termsOfUse/agreements", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreement", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "Agreement.ReadWrite.All", @@ -191263,20 +191436,13 @@ "FullDescription": "Allows the app to read and write terms of use agreements on your behalf.", "IsAdmin": true }, - "Uri": "/identityGovernance/termsOfUse/agreements", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreement", - "Command": "New-MgIdentityGovernanceTermOfUseAgreement" + "Command": "New-MgIdentityGovernanceTermOfUseAgreement", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Variants": [ "Create2", "Create3", @@ -191285,15 +191451,15 @@ "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "Command": "New-MgIdentityGovernanceTermOfUseAgreementAcceptance" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreementAcceptances", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementAcceptance", "Variants": [ "Create", "Create1", @@ -191302,90 +191468,79 @@ "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementAcceptance", - "Command": "New-MgIdentityGovernanceTermOfUseAgreementAcceptance" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "Command": "New-MgIdentityGovernanceTermOfUseAgreementFileLocalization" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileLocalization", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileLocalization", - "Command": "New-MgIdentityGovernanceTermOfUseAgreementFileLocalization" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "Command": "New-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphAgreementFileVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAgreementFileVersion", - "Command": "New-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion" + "Method": "POST", + "Permissions": [], + "Command": "New-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "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 - }, "Uri": "/identity/identityProviders", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "Command": "New-MgIdentityProvider" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "IdentityProvider.ReadWrite.All", @@ -191393,35 +191548,35 @@ "FullDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", "IsAdmin": true }, + "Command": "New-MgIdentityProvider", + "ApiVersion": "beta" + }, + { "Uri": "/identity/identityProviders", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityProviderBase", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityProviderBase", - "Command": "New-MgIdentityProvider" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "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.", + "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 }, + "Command": "New-MgIdentityProvider", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/userFlows", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityUserFlow", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlow", - "Command": "New-MgIdentityUserFlow" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -191429,17 +191584,17 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, + "Command": "New-MgIdentityUserFlow", + "ApiVersion": "beta" + }, + { "Uri": "/identity/userFlowAttributes", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "Command": "New-MgIdentityUserFlowAttribute" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -191447,43 +191602,61 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, + "Command": "New-MgIdentityUserFlowAttribute", + "ApiVersion": "beta" + }, + { "Uri": "/identity/userFlowAttributes", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphIdentityUserFlowAttribute", - "Command": "New-MgIdentityUserFlowAttribute" + "Method": "POST", + "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": "New-MgIdentityUserFlowAttribute", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "Permissions": [], "Uri": "/informationProtection/dataLossPreventionPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "Command": "New-MgInformationProtectionDataLossPreventionPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/policy/labels", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "Command": "New-MgInformationProtectionPolicyLabel" + "Method": "POST", + "Permissions": [], + "Command": "New-MgInformationProtectionPolicyLabel", + "ApiVersion": "beta" }, { + "Uri": "/informationProtection/threatAssessmentRequests", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "ThreatAssessment.ReadWrite.All", @@ -191491,17 +191664,17 @@ "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 }, - "Uri": "/informationProtection/threatAssessmentRequests", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "Command": "New-MgInformationProtectionThreatAssessmentRequest" + "Command": "New-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" }, { + "Uri": "/informationProtection/threatAssessmentRequests", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": { "Name": "ThreatAssessment.ReadWrite.All", @@ -191509,47 +191682,47 @@ "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 }, - "Uri": "/informationProtection/threatAssessmentRequests", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "Command": "New-MgInformationProtectionThreatAssessmentRequest" + "Command": "New-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "Permissions": [], "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "Command": "New-MgInformationProtectionThreatAssessmentRequestResult" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "Command": "New-MgInformationProtectionThreatAssessmentRequestResult" + "Method": "POST", + "Permissions": [], + "Command": "New-MgInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "v1.0" }, { + "Uri": "/invitations", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphInvitation", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -191571,17 +191744,17 @@ "IsAdmin": true } ], - "Uri": "/invitations", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInvitation", - "Command": "New-MgInvitation" + "Command": "New-MgInvitation", + "ApiVersion": "beta" }, { + "Uri": "/invitations", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphInvitation1", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -191603,17 +191776,17 @@ "IsAdmin": true } ], - "Uri": "/invitations", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInvitation1", - "Command": "New-MgInvitation" + "Command": "New-MgInvitation", + "ApiVersion": "v1.0" }, { + "Uri": "/oauth2PermissionGrants", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -191629,17 +191802,17 @@ "IsAdmin": true } ], - "Uri": "/oauth2PermissionGrants", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant1", - "Command": "New-MgOauth2PermissionGrant" + "Command": "New-MgOauth2PermissionGrant", + "ApiVersion": "beta" }, { + "Uri": "/oauth2PermissionGrants", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -191655,35 +191828,17 @@ "IsAdmin": true } ], - "Uri": "/oauth2PermissionGrants", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOAuth2PermissionGrant", - "Command": "New-MgOauth2PermissionGrant" + "Command": "New-MgOauth2PermissionGrant", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "POST", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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": "/officeConfiguration/clientConfigurations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphOfficeClientConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOfficeClientConfiguration", - "Command": "New-MgOfficeClientConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -191691,62 +191846,82 @@ "FullDescription": "Allows 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-MgOfficeClientConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphOfficeClientConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOfficeClientConfigurationAssignment", - "Command": "New-MgOfficeClientConfigurationAssignment" + "Method": "POST", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgOfficeClientConfigurationAssignment", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "POST", - "Permissions": [], "Uri": "/onPremisesPublishingProfiles", + "Module": "Applications", + "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesPublishingProfile", - "Command": "New-MgOnPremisePublishingProfile" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "New-MgOnPremisePublishingProfile", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents", + "Module": "Applications", + "OutputType": "IMicrosoftGraphOnPremisesAgent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgent", - "Command": "New-MgOnPremisePublishingProfileAgent" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "New-MgOnPremisePublishingProfileAgent", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups", + "Module": "Applications", + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "Command": "New-MgOnPremisePublishingProfileAgentGroup" + "Method": "POST", + "Permissions": [], + "Command": "New-MgOnPremisePublishingProfileAgentGroup", + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", "Module": "Applications", + "OutputType": "IMicrosoftGraphOnPremisesAgent", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -191754,22 +191929,13 @@ "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": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgent", - "Command": "New-MgOnPremisePublishingProfileAgentGroupAgent" + "Command": "New-MgOnPremisePublishingProfileAgentGroupAgent", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "POST", - "Permissions": [], "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/$ref", + "Module": "Applications", + "OutputType": null, "Variants": [ "Create", "Create1", @@ -191780,122 +191946,111 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgOnPremisePublishingProfileAgentGroupByRef" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "New-MgOnPremisePublishingProfileAgentGroupByRef", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources", + "Module": "Applications", + "OutputType": "IMicrosoftGraphPublishedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPublishedResource", - "Command": "New-MgOnPremisePublishingProfileAgentGroupPublishedResource" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "New-MgOnPremisePublishingProfileAgentGroupPublishedResource", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups", + "Module": "Applications", + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "Command": "New-MgOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "New-MgOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroup", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "Module": "Applications", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "New-MgOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors", + "Module": "Applications", + "OutputType": "IMicrosoftGraphConnector", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnector", - "Command": "New-MgOnPremisePublishingProfileConnector" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "New-MgOnPremisePublishingProfileConnector", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups", + "Module": "Applications", + "OutputType": "IMicrosoftGraphConnectorGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConnectorGroup", - "Command": "New-MgOnPremisePublishingProfileConnectorGroup" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "New-MgOnPremisePublishingProfileConnectorGroup", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/$ref", + "Module": "Applications", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgOnPremisePublishingProfileConnectorMemberOfByRef" + "Method": "POST", + "Permissions": [], + "Command": "New-MgOnPremisePublishingProfileConnectorMemberOfByRef", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "POST", - "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 - }, "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources", + "Module": "Applications", + "OutputType": "IMicrosoftGraphPublishedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPublishedResource", - "Command": "New-MgOnPremisePublishingProfilePublishedResource" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": { "Name": "OnPremisesPublishingProfiles.ReadWrite.All", @@ -191903,19 +192058,19 @@ "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 }, + "Command": "New-MgOnPremisePublishingProfilePublishedResource", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups", + "Module": "Applications", + "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnPremisesAgentGroup", - "Command": "New-MgOnPremisePublishingProfilePublishedResourceAgentGroup" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": { "Name": "OnPremisesPublishingProfiles.ReadWrite.All", @@ -191923,65 +192078,65 @@ "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 }, + "Command": "New-MgOnPremisePublishingProfilePublishedResourceAgentGroup", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/$ref", + "Module": "Applications", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgOnPremisePublishingProfilePublishedResourceAgentGroupByRef" + "Method": "POST", + "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 + }, + "Command": "New-MgOnPremisePublishingProfilePublishedResourceAgentGroupByRef", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/organization", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrganization", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrganization", - "Command": "New-MgOrganization" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgOrganization", + "ApiVersion": "beta" + }, + { "Uri": "/organization", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrganization1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrganization1", - "Command": "New-MgOrganization" + "Method": "POST", + "Permissions": [], + "Command": "New-MgOrganization", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "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/localizations", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization1", - "Command": "New-MgOrganizationBrandingLocalization" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": { "Name": "Organization.ReadWrite.All", @@ -191989,64 +192144,82 @@ "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": "New-MgOrganizationBrandingLocalization", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOrganizationalBrandingLocalization", - "Command": "New-MgOrganizationBrandingLocalization" + "Method": "POST", + "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": "New-MgOrganizationBrandingLocalization", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/organization/{organization-id}/extensions", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgOrganizationExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgOrganizationExtension", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/extensions", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgOrganizationExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgOrganizationExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/settings/profileCardProperties", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphProfileCardProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProfileCardProperty", - "Command": "New-MgOrganizationSettingProfileCardProperty" + "Method": "POST", + "Permissions": [], + "Command": "New-MgOrganizationSettingProfileCardProperty", + "ApiVersion": "beta" }, { + "Uri": "/planner/buckets", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerBucket1", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -192062,17 +192235,17 @@ "IsAdmin": false } ], - "Uri": "/planner/buckets", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerBucket1", - "Command": "New-MgPlannerBucket" + "Command": "New-MgPlannerBucket", + "ApiVersion": "beta" }, { + "Uri": "/planner/buckets", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerBucket", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -192088,17 +192261,17 @@ "IsAdmin": false } ], - "Uri": "/planner/buckets", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerBucket", - "Command": "New-MgPlannerBucket" + "Command": "New-MgPlannerBucket", + "ApiVersion": "v1.0" }, { + "Uri": "/planner/plans", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan1", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -192114,17 +192287,17 @@ "IsAdmin": false } ], - "Uri": "/planner/plans", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerPlan1", - "Command": "New-MgPlannerPlan" + "Command": "New-MgPlannerPlan", + "ApiVersion": "beta" }, { + "Uri": "/planner/plans", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerPlan", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -192140,35 +192313,17 @@ "IsAdmin": false } ], - "Uri": "/planner/plans", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerPlan", - "Command": "New-MgPlannerPlan" + "Command": "New-MgPlannerPlan", + "ApiVersion": "v1.0" }, { - "Module": "Planner", - "Method": "POST", - "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 - }, "Uri": "/planner/rosters", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerRoster", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerRoster", - "Command": "New-MgPlannerRoster" - }, - { - "Module": "Planner", "Method": "POST", "Permissions": { "Name": "Tasks.ReadWrite", @@ -192176,19 +192331,37 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, + "Command": "New-MgPlannerRoster", + "ApiVersion": "beta" + }, + { "Uri": "/planner/rosters/{plannerRoster-id}/members", + "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerRosterMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerRosterMember", - "Command": "New-MgPlannerRosterMember" + "Method": "POST", + "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 + }, + "Command": "New-MgPlannerRosterMember", + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerTask1", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -192204,17 +192377,17 @@ "IsAdmin": false } ], - "Uri": "/planner/tasks", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPlannerTask1", - "Command": "New-MgPlannerTask" + "Command": "New-MgPlannerTask", + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks", "Module": "Planner", + "OutputType": "IMicrosoftGraphPlannerTask", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -192230,35 +192403,17 @@ "IsAdmin": false } ], - "Uri": "/planner/tasks", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPlannerTask", - "Command": "New-MgPlannerTask" + "Command": "New-MgPlannerTask", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "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 - }, "Uri": "/policies/activityBasedTimeoutPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy1", - "Command": "New-MgPolicyActivityBasedTimeoutPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -192266,17 +192421,17 @@ "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": "New-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/activityBasedTimeoutPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphActivityBasedTimeoutPolicy", - "Command": "New-MgPolicyActivityBasedTimeoutPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -192284,17 +192439,17 @@ "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": "New-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/appManagementPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAppManagementPolicy1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppManagementPolicy1", - "Command": "New-MgPolicyAppManagementPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -192302,43 +192457,61 @@ "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": "New-MgPolicyAppManagementPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/appManagementPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAppManagementPolicy", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppManagementPolicy", - "Command": "New-MgPolicyAppManagementPolicy" + "Method": "POST", + "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 + }, + "Command": "New-MgPolicyAppManagementPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "Permissions": [], "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAuthenticationMethodConfiguration", - "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration" + "Method": "POST", + "Permissions": [], + "Command": "New-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/authenticationStrengthPolicies", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -192354,78 +192527,60 @@ "IsAdmin": true } ], - "Uri": "/policies/authenticationStrengthPolicies", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationStrengthPolicy", - "Command": "New-MgPolicyAuthenticationStrengthPolicy" + "Command": "New-MgPolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "Permissions": [], "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationCombinationConfiguration", - "Command": "New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/policies/authorizationPolicy", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthorizationPolicy1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthorizationPolicy1", - "Command": "New-MgPolicyAuthorizationPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgPolicyAuthorizationPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDefaultUserRoleOverride", - "Command": "New-MgPolicyAuthorizationPolicyDefaultUserRoleOverride" + "Method": "POST", + "Permissions": [], + "Command": "New-MgPolicyAuthorizationPolicyDefaultUserRoleOverride", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "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 - }, "Uri": "/policies/claimsMappingPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy1", - "Command": "New-MgPolicyClaimMappingPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -192433,35 +192588,35 @@ "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": "New-MgPolicyClaimMappingPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/claimsMappingPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphClaimsMappingPolicy", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphClaimsMappingPolicy", - "Command": "New-MgPolicyClaimMappingPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "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.", + "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": "New-MgPolicyClaimMappingPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/crossTenantAccessPolicy/partners", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner1", - "Command": "New-MgPolicyCrossTenantAccessPolicyPartner" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", @@ -192469,35 +192624,35 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, + "Command": "New-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "beta" + }, + { "Uri": "/policies/crossTenantAccessPolicy/partners", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCrossTenantAccessPolicyConfigurationPartner", - "Command": "New-MgPolicyCrossTenantAccessPolicyPartner" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "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.", + "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 }, + "Command": "New-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/featureRolloutPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy1", - "Command": "New-MgPolicyFeatureRolloutPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -192505,17 +192660,17 @@ "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": "New-MgPolicyFeatureRolloutPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/featureRolloutPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphFeatureRolloutPolicy", - "Command": "New-MgPolicyFeatureRolloutPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -192523,19 +192678,19 @@ "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": "New-MgPolicyFeatureRolloutPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "New-MgPolicyFeatureRolloutPolicyApplyTo" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -192543,19 +192698,19 @@ "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": "New-MgPolicyFeatureRolloutPolicyApplyTo", + "ApiVersion": "beta" + }, + { "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDirectoryObject", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "New-MgPolicyFeatureRolloutPolicyApplyTo" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -192563,19 +192718,19 @@ "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": "New-MgPolicyFeatureRolloutPolicyApplyTo", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgPolicyFeatureRolloutPolicyApplyToByRef" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -192583,37 +192738,37 @@ "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": "New-MgPolicyFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "beta" + }, + { "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/$ref", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgPolicyFeatureRolloutPolicyApplyToByRef" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "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.", + "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": "New-MgPolicyFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/homeRealmDiscoveryPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy1", - "Command": "New-MgPolicyHomeRealmDiscoveryPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -192621,30 +192776,50 @@ "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": "New-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/homeRealmDiscoveryPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphHomeRealmDiscoveryPolicy", - "Command": "New-MgPolicyHomeRealmDiscoveryPolicy" + "Method": "POST", + "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 + }, + "Command": "New-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "Permissions": [], "Uri": "/policies/mobileAppManagementPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "Command": "New-MgPolicyMobileAppManagementPolicy" + "Method": "POST", + "Permissions": [], + "Command": "New-MgPolicyMobileAppManagementPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "Policy.ReadWrite.MobilityManagement", @@ -192652,70 +192827,50 @@ "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 }, - "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgPolicyMobileAppManagementPolicyIncludedGroupByRef" + "Command": "New-MgPolicyMobileAppManagementPolicyIncludedGroupByRef", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "Permissions": [], "Uri": "/policies/mobileDeviceManagementPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphMobilityManagementPolicy", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobilityManagementPolicy", - "Command": "New-MgPolicyMobileDeviceManagementPolicy" + "Method": "POST", + "Permissions": [], + "Command": "New-MgPolicyMobileDeviceManagementPolicy", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "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 - }, "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/$ref", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgPolicyMobileDeviceManagementPolicyIncludedGroupByRef" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "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.", + "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 }, + "Command": "New-MgPolicyMobileDeviceManagementPolicyIncludedGroupByRef", + "ApiVersion": "beta" + }, + { "Uri": "/policies/permissionGrantPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy1", - "Command": "New-MgPolicyPermissionGrantPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", @@ -192723,17 +192878,17 @@ "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, + "Command": "New-MgPolicyPermissionGrantPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/permissionGrantPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPermissionGrantPolicy", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermissionGrantPolicy", - "Command": "New-MgPolicyPermissionGrantPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", @@ -192741,19 +192896,19 @@ "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, + "Command": "New-MgPolicyPermissionGrantPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", - "Command": "New-MgPolicyPermissionGrantPolicyExclude" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", @@ -192761,19 +192916,19 @@ "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, + "Command": "New-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "beta" + }, + { "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "Command": "New-MgPolicyPermissionGrantPolicyExclude" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", @@ -192781,19 +192936,19 @@ "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, + "Command": "New-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet1", - "Command": "New-MgPolicyPermissionGrantPolicyInclude" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", @@ -192801,192 +192956,192 @@ "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, + "Command": "New-MgPolicyPermissionGrantPolicyInclude", + "ApiVersion": "beta" + }, + { "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermissionGrantConditionSet", - "Command": "New-MgPolicyPermissionGrantPolicyInclude" + "Method": "POST", + "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 + }, + "Command": "New-MgPolicyPermissionGrantPolicyInclude", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "Permissions": [], "Uri": "/policies/roleManagementPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy1", - "Command": "New-MgPolicyRoleManagementPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgPolicyRoleManagementPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/roleManagementPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicy", - "Command": "New-MgPolicyRoleManagementPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgPolicyRoleManagementPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/roleManagementPolicyAssignments", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment1", - "Command": "New-MgPolicyRoleManagementPolicyAssignment" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/policies/roleManagementPolicyAssignments", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyAssignment", - "Command": "New-MgPolicyRoleManagementPolicyAssignment" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", - "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "beta" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule1", - "Command": "New-MgPolicyRoleManagementPolicyRule" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "beta" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleManagementPolicyRule", - "Command": "New-MgPolicyRoleManagementPolicyRule" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/servicePrincipalCreationPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalCreationPolicy", - "Command": "New-MgPolicyServicePrincipalCreationPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgPolicyServicePrincipalCreationPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "Command": "New-MgPolicyServicePrincipalCreationPolicyExclude" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgPolicyServicePrincipalCreationPolicyExclude", + "ApiVersion": "beta" + }, + { "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalCreationConditionSet", - "Command": "New-MgPolicyServicePrincipalCreationPolicyInclude" + "Method": "POST", + "Permissions": [], + "Command": "New-MgPolicyServicePrincipalCreationPolicyInclude", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "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 - }, "Uri": "/policies/tokenIssuancePolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy1", - "Command": "New-MgPolicyTokenIssuancePolicy" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -192994,17 +193149,17 @@ "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": "New-MgPolicyTokenIssuancePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/tokenIssuancePolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTokenIssuancePolicy", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenIssuancePolicy", - "Command": "New-MgPolicyTokenIssuancePolicy" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -193012,17 +193167,17 @@ "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": "New-MgPolicyTokenIssuancePolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/tokenLifetimePolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy1", - "Command": "New-MgPolicyTokenLifetimePolicy" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -193030,112 +193185,132 @@ "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": "New-MgPolicyTokenLifetimePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/tokenLifetimePolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTokenLifetimePolicy", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTokenLifetimePolicy", - "Command": "New-MgPolicyTokenLifetimePolicy" + "Method": "POST", + "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 + }, + "Command": "New-MgPolicyTokenLifetimePolicy", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "POST", - "Permissions": [], "Uri": "/print/connectors", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintConnector", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintConnector", - "Command": "New-MgPrintConnector" - }, - { - "Module": "Devices.CloudPrint", "Method": "POST", "Permissions": [], + "Command": "New-MgPrintConnector", + "ApiVersion": "beta" + }, + { "Uri": "/print/connectors", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintConnector1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintConnector1", - "Command": "New-MgPrintConnector" - }, - { - "Module": "Devices.CloudPrint", "Method": "POST", "Permissions": [], + "Command": "New-MgPrintConnector", + "ApiVersion": "v1.0" + }, + { "Uri": "/print/operations", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintOperation", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintOperation", - "Command": "New-MgPrintOperation" - }, - { - "Module": "Devices.CloudPrint", "Method": "POST", "Permissions": [], + "Command": "New-MgPrintOperation", + "ApiVersion": "beta" + }, + { "Uri": "/print/operations", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintOperation", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintOperation", - "Command": "New-MgPrintOperation" - }, - { - "Module": "Devices.CloudPrint", "Method": "POST", "Permissions": [], + "Command": "New-MgPrintOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/print/printerShares", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrinterShare", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinterShare", - "Command": "New-MgPrintPrinterShare" - }, - { - "Module": "Devices.CloudPrint", "Method": "POST", "Permissions": [], + "Command": "New-MgPrintPrinterShare", + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/$ref", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgPrintPrinterShareAllowedGroupByRef" - }, - { - "Module": "Devices.CloudPrint", "Method": "POST", "Permissions": [], + "Command": "New-MgPrintPrinterShareAllowedGroupByRef", + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/$ref", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgPrintPrinterShareAllowedUserByRef" + "Method": "POST", + "Permissions": [], + "Command": "New-MgPrintPrinterShareAllowedUserByRef", + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/taskTriggers", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTaskTrigger", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -193151,19 +193326,19 @@ "IsAdmin": true } ], - "Uri": "/print/printers/{printer-id}/taskTriggers", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskTrigger", - "Command": "New-MgPrintPrinterTaskTrigger" + "Command": "New-MgPrintPrinterTaskTrigger", + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/taskTriggers", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTaskTrigger1", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -193179,75 +193354,73 @@ "IsAdmin": true } ], - "Uri": "/print/printers/{printer-id}/taskTriggers", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskTrigger1", - "Command": "New-MgPrintPrinterTaskTrigger" + "Command": "New-MgPrintPrinterTaskTrigger", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "POST", - "Permissions": [], "Uri": "/print/services", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintService1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintService1", - "Command": "New-MgPrintService" - }, - { - "Module": "Devices.CloudPrint", "Method": "POST", "Permissions": [], + "Command": "New-MgPrintService", + "ApiVersion": "beta" + }, + { "Uri": "/print/services", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintService", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintService", - "Command": "New-MgPrintService" - }, - { - "Module": "Devices.CloudPrint", "Method": "POST", "Permissions": [], + "Command": "New-MgPrintService", + "ApiVersion": "v1.0" + }, + { "Uri": "/print/services/{printService-id}/endpoints", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint", - "Command": "New-MgPrintServiceEndpoint" - }, - { - "Module": "Devices.CloudPrint", "Method": "POST", "Permissions": [], + "Command": "New-MgPrintServiceEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/print/services/{printService-id}/endpoints", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintServiceEndpoint1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintServiceEndpoint1", - "Command": "New-MgPrintServiceEndpoint" + "Method": "POST", + "Permissions": [], + "Command": "New-MgPrintServiceEndpoint", + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrinterShare", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": { "Name": "PrinterShare.ReadWrite.All", @@ -193255,17 +193428,17 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, - "Uri": "/print/shares", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrinterShare", - "Command": "New-MgPrintShare" + "Command": "New-MgPrintShare", + "ApiVersion": "beta" }, { + "Uri": "/print/shares", "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrinterShare1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "PrinterShare.ReadWrite.All", @@ -193273,67 +193446,49 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, - "Uri": "/print/shares", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrinterShare1", - "Command": "New-MgPrintShare" + "Command": "New-MgPrintShare", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "POST", - "Permissions": [], "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgPrintShareAllowedGroupByRef" - }, - { - "Module": "Devices.CloudPrint", "Method": "POST", "Permissions": [], + "Command": "New-MgPrintShareAllowedGroupByRef", + "ApiVersion": "beta" + }, + { "Uri": "/print/shares/{printerShare-id}/allowedGroups/$ref", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgPrintShareAllowedGroupByRef" + "Method": "POST", + "Permissions": [], + "Command": "New-MgPrintShareAllowedGroupByRef", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "POST", - "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 - }, "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgPrintShareAllowedUserByRef" - }, - { - "Module": "Devices.CloudPrint", "Method": "POST", "Permissions": { "Name": "PrinterShare.ReadWrite.All", @@ -193341,37 +193496,37 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, + "Command": "New-MgPrintShareAllowedUserByRef", + "ApiVersion": "beta" + }, + { "Uri": "/print/shares/{printerShare-id}/allowedUsers/$ref", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgPrintShareAllowedUserByRef" - }, - { - "Module": "Devices.CloudPrint", "Method": "POST", "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false + "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 }, + "Command": "New-MgPrintShareAllowedUserByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/print/taskDefinitions", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTaskDefinition", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTaskDefinition", - "Command": "New-MgPrintTaskDefinition" - }, - { - "Module": "Devices.CloudPrint", "Method": "POST", "Permissions": { "Name": "N/A", @@ -193379,195 +193534,213 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "New-MgPrintTaskDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/print/taskDefinitions", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTaskDefinition1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTaskDefinition1", - "Command": "New-MgPrintTaskDefinition" + "Method": "POST", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "New-MgPrintTaskDefinition", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "POST", - "Permissions": [], "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTask", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrintTask", - "Command": "New-MgPrintTaskDefinitionTask" - }, - { - "Module": "Devices.CloudPrint", "Method": "POST", "Permissions": [], + "Command": "New-MgPrintTaskDefinitionTask", + "ApiVersion": "beta" + }, + { "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks", + "Module": "Devices.CloudPrint", + "OutputType": "IMicrosoftGraphPrintTask1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPrintTask1", - "Command": "New-MgPrintTaskDefinitionTask" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgPrintTaskDefinitionTask", + "ApiVersion": "v1.0" + }, + { "Uri": "/privilegedAccess", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedAccess", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedAccess", - "Command": "New-MgPrivilegedAccess" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgPrivilegedAccess", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceResource", - "Command": "New-MgPrivilegedAccessResource" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgPrivilegedAccessResource", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "Command": "New-MgPrivilegedAccessResourceRoleAssignment" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgPrivilegedAccessResourceRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "Command": "New-MgPrivilegedAccessResourceRoleAssignmentRequest" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgPrivilegedAccessResourceRoleAssignmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "Command": "New-MgPrivilegedAccessResourceRoleDefinition" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgPrivilegedAccessResourceRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "Command": "New-MgPrivilegedAccessResourceRoleSetting" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgPrivilegedAccessResourceRoleSetting", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignment", - "Command": "New-MgPrivilegedAccessRoleAssignment" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgPrivilegedAccessRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleAssignmentRequest", - "Command": "New-MgPrivilegedAccessRoleAssignmentRequest" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgPrivilegedAccessRoleAssignmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleDefinition", - "Command": "New-MgPrivilegedAccessRoleDefinition" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgPrivilegedAccessRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphGovernanceRoleSetting", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGovernanceRoleSetting", - "Command": "New-MgPrivilegedAccessRoleSetting" + "Method": "POST", + "Permissions": [], + "Command": "New-MgPrivilegedAccessRoleSetting", + "ApiVersion": "beta" }, { + "Uri": "/privilegedApproval", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedApproval", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -193575,61 +193748,43 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Uri": "/privilegedApproval", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedApproval", - "Command": "New-MgPrivilegedApproval" + "Command": "New-MgPrivilegedApproval", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/privilegedOperationEvents", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedOperationEvent", - "Command": "New-MgPrivilegedOperationEvent" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "New-MgPrivilegedOperationEvent", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoles", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRole", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRole", - "Command": "New-MgPrivilegedRole" + "Method": "POST", + "Permissions": [], + "Command": "New-MgPrivilegedRole", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "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 - }, "Uri": "/privilegedRoleAssignments", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "Command": "New-MgPrivilegedRoleAssignment" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -193637,17 +193792,17 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, + "Command": "New-MgPrivilegedRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makeEligible", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Variants": [ "Make", "MakeViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "Command": "New-MgPrivilegedRoleAssignmentEligible" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -193655,55 +193810,55 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, + "Command": "New-MgPrivilegedRoleAssignmentEligible", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/makePermanent", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", "Variants": [ "Make", "MakeExpanded", "MakeViaIdentity", "MakeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignment", - "Command": "New-MgPrivilegedRoleAssignmentPermanent" - }, - { - "Module": "Identity.Governance", "Method": "POST", "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.", + "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-MgPrivilegedRoleAssignmentPermanent", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoleAssignmentRequests", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", - "Command": "New-MgPrivilegedRoleAssignmentRequest" - }, - { - "Module": "Identity.Governance", "Method": "POST", "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.", + "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 }, + "Command": "New-MgPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/programs", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphProgram", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgram", - "Command": "New-MgProgram" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "ProgramControl.ReadWrite.All", @@ -193711,7 +193866,13 @@ "FullDescription": "Allows the app to read, update and perform action on programs and program controls that you have access to.", "IsAdmin": true }, + "Command": "New-MgProgram", + "ApiVersion": "beta" + }, + { "Uri": "/programControls", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphProgramControl", "Variants": [ "Create", "Create1", @@ -193724,204 +193885,216 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgramControl", - "Command": "New-MgProgramControl" + "Method": "POST", + "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 + }, + "Command": "New-MgProgramControl", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/programControlTypes", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphProgramControlType", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProgramControlType", - "Command": "New-MgProgramControlType" - }, - { - "Module": "Reports", "Method": "POST", "Permissions": [], + "Command": "New-MgProgramControlType", + "ApiVersion": "beta" + }, + { "Uri": "/reports/authenticationMethods/userRegistrationDetails", + "Module": "Reports", + "OutputType": "IMicrosoftGraphUserRegistrationDetails", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserRegistrationDetails", - "Command": "New-MgReportAuthenticationMethodUserRegistrationDetail" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskDetections", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskDetection", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskDetection", - "Command": "New-MgRiskDetection" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgRiskDetection", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskDetections", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskDetection1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskDetection1", - "Command": "New-MgRiskDetection" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgRiskDetection", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyServicePrincipals", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal1", - "Command": "New-MgRiskyServicePrincipal" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgRiskyServicePrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyServicePrincipals", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyServicePrincipal", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyServicePrincipal", - "Command": "New-MgRiskyServicePrincipal" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgRiskyServicePrincipal", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem1", - "Command": "New-MgRiskyServicePrincipalHistory" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgRiskyServicePrincipalHistory", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyServicePrincipalHistoryItem", - "Command": "New-MgRiskyServicePrincipalHistory" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgRiskyServicePrincipalHistory", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyUsers", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyUser1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyUser1", - "Command": "New-MgRiskyUser" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgRiskyUser", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyUsers", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyUser", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyUser", - "Command": "New-MgRiskyUser" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgRiskyUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem1", - "Command": "New-MgRiskyUserHistory" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgRiskyUserHistory", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRiskyUserHistoryItem", - "Command": "New-MgRiskyUserHistory" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRiskyUserHistory", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", - "Command": "New-MgRoleManagementCloudPcResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementCloudPcResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", - "Command": "New-MgRoleManagementCloudPcResourceNamespaceResourceAction" + "Method": "POST", + "Permissions": [], + "Command": "New-MgRoleManagementCloudPcResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/cloudPC/roleAssignments", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -193937,32 +194110,32 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/cloudPC/roleAssignments", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "Command": "New-MgRoleManagementCloudPcRoleAssignment" + "Command": "New-MgRoleManagementCloudPcRoleAssignment", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "POST", - "Permissions": [], "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "New-MgRoleManagementCloudPcRoleAssignmentAppScope" + "Method": "POST", + "Permissions": [], + "Command": "New-MgRoleManagementCloudPcRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/cloudPC/roleDefinitions", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -193996,60 +194169,60 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/cloudPC/roleDefinitions", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "New-MgRoleManagementCloudPcRoleDefinition" + "Command": "New-MgRoleManagementCloudPcRoleDefinition", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "POST", - "Permissions": [], "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "New-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/resourceNamespaces", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", - "Command": "New-MgRoleManagementDeviceManagementResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementDeviceManagementResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", - "Command": "New-MgRoleManagementDeviceManagementResourceNamespaceResourceAction" + "Method": "POST", + "Permissions": [], + "Command": "New-MgRoleManagementDeviceManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement/roleAssignments", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -194065,32 +194238,32 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/deviceManagement/roleAssignments", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentMultiple", - "Command": "New-MgRoleManagementDeviceManagementRoleAssignment" + "Command": "New-MgRoleManagementDeviceManagementRoleAssignment", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "POST", - "Permissions": [], "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphAppScope", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppScope", - "Command": "New-MgRoleManagementDeviceManagementRoleAssignmentAppScope" + "Method": "POST", + "Permissions": [], + "Command": "New-MgRoleManagementDeviceManagementRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement/roleDefinitions", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -194124,88 +194297,88 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/deviceManagement/roleDefinitions", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "New-MgRoleManagementDeviceManagementRoleDefinition" + "Command": "New-MgRoleManagementDeviceManagementRoleDefinition", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "POST", - "Permissions": [], "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "New-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", - "Command": "New-MgRoleManagementDirectoryResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "Command": "New-MgRoleManagementDirectoryResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", - "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction" + "Method": "POST", + "Permissions": [], + "Command": "New-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleAssignments", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -194221,17 +194394,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignments", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", - "Command": "New-MgRoleManagementDirectoryRoleAssignment" + "Command": "New-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignments", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -194247,115 +194420,97 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignments", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "Command": "New-MgRoleManagementDirectoryRoleAssignment" + "Command": "New-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "POST", - "Permissions": [], "Uri": "/roleManagement/directory/roleAssignmentApprovals", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphApproval", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentApproval" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementDirectoryRoleAssignmentApproval", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphApprovalStep", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentApprovalStep" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementDirectoryRoleAssignmentApprovalStep", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentSchedules", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance" + "Method": "POST", + "Permissions": [], + "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "POST", - "Permissions": { - "Name": "RoleAssignmentSchedule.ReadWrite.Directory", - "Description": "Read, update, and delete all active role assignments for your company's directory", - "FullDescription": "Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.", - "IsAdmin": true - }, "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": { "Name": "RoleAssignmentSchedule.ReadWrite.Directory", @@ -194363,35 +194518,35 @@ "FullDescription": "Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.", "IsAdmin": true }, + "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "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.", + "Name": "RoleAssignmentSchedule.ReadWrite.Directory", + "Description": "Read, update, and delete all active role assignments for your company's directory", + "FullDescription": "Allows the app to read and manage the active role-based access control (RBAC) assignments for your company's directory, on your behalf. This includes managing active directory role membership, and reading directory role templates, directory roles and active memberships.", "IsAdmin": true }, + "Command": "New-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleDefinitions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "New-MgRoleManagementDirectoryRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", @@ -194399,99 +194554,117 @@ "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": "New-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleDefinitions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", - "Command": "New-MgRoleManagementDirectoryRoleDefinition" + "Method": "POST", + "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 + }, + "Command": "New-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "POST", - "Permissions": [], "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", - "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", - "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilitySchedules", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", - "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance" + "Method": "POST", + "Permissions": [], + "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -194499,17 +194672,17 @@ "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 }, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", - "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest" + "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": { "Name": "RoleEligibilitySchedule.ReadWrite.Directory", @@ -194517,86 +194690,86 @@ "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 }, - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest" + "Command": "New-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "POST", - "Permissions": [], "Uri": "/roleManagement/directory/transitiveRoleAssignments", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", - "Command": "New-MgRoleManagementDirectoryTransitiveRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementDirectoryTransitiveRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", - "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace", - "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", - "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction", - "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction" + "Method": "POST", + "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/entitlementManagement/roleAssignments", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -194612,17 +194785,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment" + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/entitlementManagement/roleAssignments", "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -194638,352 +194811,352 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment" + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "POST", - "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphApproval", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApproval", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentApproval" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentApproval", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphApprovalStep", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphApprovalStep", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule1", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentSchedule", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance1", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleInstance", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest1", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignmentScheduleRequest", - "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", - "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition1", - "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule1", - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilitySchedule", - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance1", - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleInstance", - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest1", - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUnifiedRoleEligibilityScheduleRequest", - "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", - "Command": "New-MgRoleManagementEntitlementManagementTransitiveRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementEntitlementManagementTransitiveRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/resourceNamespaces", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceNamespace1", - "Command": "New-MgRoleManagementExchangeResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementExchangeResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRbacResourceAction1", - "Command": "New-MgRoleManagementExchangeResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementExchangeResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleAssignments", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", - "Command": "New-MgRoleManagementExchangeRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementExchangeRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleDefinitions", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "New-MgRoleManagementExchangeRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementExchangeRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleDefinition", - "Command": "New-MgRoleManagementExchangeRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "New-MgRoleManagementExchangeRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/transitiveRoleAssignments", + "Module": "DeviceManagement.Enrolment", + "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUnifiedRoleAssignment1", - "Command": "New-MgRoleManagementExchangeTransitiveRoleAssignment" + "Method": "POST", + "Permissions": [], + "Command": "New-MgRoleManagementExchangeTransitiveRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/schemaExtensions", "Module": "SchemaExtensions", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "Application.ReadWrite.All", @@ -194991,17 +195164,17 @@ "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 }, - "Uri": "/schemaExtensions", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchemaExtension", - "Command": "New-MgSchemaExtension" + "Command": "New-MgSchemaExtension", + "ApiVersion": "beta" }, { + "Uri": "/schemaExtensions", "Module": "SchemaExtensions", + "OutputType": "IMicrosoftGraphSchemaExtension", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": { "Name": "Application.ReadWrite.All", @@ -195009,17 +195182,17 @@ "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 }, - "Uri": "/schemaExtensions", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchemaExtension", - "Command": "New-MgSchemaExtension" + "Command": "New-MgSchemaExtension", + "ApiVersion": "v1.0" }, { + "Uri": "/search/acronyms", "Module": "Search", + "OutputType": "IMicrosoftGraphSearchAcronym", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -195035,17 +195208,17 @@ "IsAdmin": true } ], - "Uri": "/search/acronyms", + "Command": "New-MgSearchAcronym", + "ApiVersion": "beta" + }, + { + "Uri": "/search/bookmarks", + "Module": "Search", + "OutputType": "IMicrosoftGraphSearchBookmark", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchAcronym", - "Command": "New-MgSearchAcronym" - }, - { - "Module": "Search", "Method": "POST", "Permissions": [ { @@ -195061,17 +195234,17 @@ "IsAdmin": true } ], - "Uri": "/search/bookmarks", + "Command": "New-MgSearchBookmark", + "ApiVersion": "beta" + }, + { + "Uri": "/search/qnas", + "Module": "Search", + "OutputType": "IMicrosoftGraphSearchQna", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchBookmark", - "Command": "New-MgSearchBookmark" - }, - { - "Module": "Search", "Method": "POST", "Permissions": [ { @@ -195087,17 +195260,17 @@ "IsAdmin": true } ], - "Uri": "/search/qnas", + "Command": "New-MgSearchQna", + "ApiVersion": "beta" + }, + { + "Uri": "/security/securityActions", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityAction", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSearchQna", - "Command": "New-MgSearchQna" - }, - { - "Module": "Security", "Method": "POST", "Permissions": { "Name": "N/A", @@ -195105,203 +195278,177 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/security/securityActions", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAction", - "Command": "New-MgSecurityAction" + "Command": "New-MgSecurityAction", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "POST", - "Permissions": [], "Uri": "/security/alerts", + "Module": "Security", + "OutputType": "IMicrosoftGraphAlert", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAlert", - "Command": "New-MgSecurityAlert" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityAlert", + "ApiVersion": "beta" + }, + { "Uri": "/security/alerts", + "Module": "Security", + "OutputType": "IMicrosoftGraphAlert", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAlert", - "Command": "New-MgSecurityAlert" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityAlert", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/alerts_v2", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityAlert1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityAlert1", - "Command": "New-MgSecurityAlertV2" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityAlertV2", + "ApiVersion": "beta" + }, + { "Uri": "/security/alerts_v2", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityAlert", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityAlert", - "Command": "New-MgSecurityAlertV2" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityAlertV2", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/attackSimulation/simulations", + "Module": "Security", + "OutputType": "IMicrosoftGraphSimulation1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSimulation1", - "Command": "New-MgSecurityAttackSimulation" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityAttackSimulation", + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/simulations", + "Module": "Security", + "OutputType": "IMicrosoftGraphSimulation", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSimulation", - "Command": "New-MgSecurityAttackSimulation" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityAttackSimulation", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/attackSimulation/simulationAutomations", + "Module": "Security", + "OutputType": "IMicrosoftGraphSimulationAutomation", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSimulationAutomation", - "Command": "New-MgSecurityAttackSimulationAutomation" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityAttackSimulationAutomation", + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/simulationAutomations", + "Module": "Security", + "OutputType": "IMicrosoftGraphSimulationAutomation", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSimulationAutomation", - "Command": "New-MgSecurityAttackSimulationAutomation" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityAttackSimulationAutomation", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "Module": "Security", + "OutputType": "IMicrosoftGraphSimulationAutomationRun", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "Command": "New-MgSecurityAttackSimulationAutomationRun" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityAttackSimulationAutomationRun", + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs", + "Module": "Security", + "OutputType": "IMicrosoftGraphSimulationAutomationRun", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSimulationAutomationRun", - "Command": "New-MgSecurityAttackSimulationAutomationRun" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityAttackSimulationAutomationRun", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/attackSimulation/operations", + "Module": "Security", + "OutputType": "IMicrosoftGraphAttackSimulationOperation", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttackSimulationOperation", - "Command": "New-MgSecurityAttackSimulationOperation" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityAttackSimulationOperation", + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/payloads", + "Module": "Security", + "OutputType": "IMicrosoftGraphPayload", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPayload", - "Command": "New-MgSecurityAttackSimulationPayload" + "Method": "POST", + "Permissions": [], + "Command": "New-MgSecurityAttackSimulationPayload", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "POST", - "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.", - "IsAdmin": true - }, - { - "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 - } - ], "Uri": "/security/cases/ediscoveryCases", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase1", - "Command": "New-MgSecurityCaseEdiscoveryCase" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -195317,17 +195464,17 @@ "IsAdmin": true } ], + "Command": "New-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCase", - "Command": "New-MgSecurityCaseEdiscoveryCase" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -195343,19 +195490,19 @@ "IsAdmin": true } ], + "Command": "New-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian1", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -195371,19 +195518,19 @@ "IsAdmin": true } ], + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryCustodian", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -195399,19 +195546,19 @@ "IsAdmin": true } ], + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecuritySiteSource1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySiteSource1", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -195427,19 +195574,19 @@ "IsAdmin": true } ], + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecuritySiteSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecuritySiteSource", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -195455,19 +195602,19 @@ "IsAdmin": true } ], + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource1", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -195483,19 +195630,19 @@ "IsAdmin": true } ], + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityUnifiedGroupSource", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -195511,19 +195658,19 @@ "IsAdmin": true } ], + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityUserSource", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -195539,19 +195686,19 @@ "IsAdmin": true } ], + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityUserSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -195567,19 +195714,19 @@ "IsAdmin": true } ], + "Command": "New-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryHoldPolicy", - "Command": "New-MgSecurityCaseEdiscoveryCaseLegalHold" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -195595,34 +195742,19 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySiteSource1", - "Command": "New-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource" + "Command": "New-MgSecurityCaseEdiscoveryCaseLegalHold", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources", "Module": "Security", - "Method": "POST", - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", + "OutputType": "IMicrosoftGraphSecuritySiteSource1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUserSource", - "Command": "New-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -195638,19 +195770,34 @@ "IsAdmin": true } ], + "Command": "New-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta" + }, + { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityUserSource", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "Permissions": [], + "Command": "New-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -195666,77 +195813,77 @@ "IsAdmin": true } ], + "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryNoncustodialDataSource", - "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource" + "Method": "POST", + "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.", + "IsAdmin": true + }, + { + "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 + } + ], + "Command": "New-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "POST", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "Command": "New-MgSecurityCaseEdiscoveryCaseOperation" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityCaseOperation", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityCaseOperation", - "Command": "New-MgSecurityCaseEdiscoveryCaseOperation" + "Method": "POST", + "Permissions": [], + "Command": "New-MgSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "POST", - "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.", - "IsAdmin": true - }, - { - "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 - } - ], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet1", - "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -195752,34 +195899,19 @@ "IsAdmin": true } ], + "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSet", - "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet" - }, - { - "Module": "Security", - "Method": "POST", - "Permissions": [], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", - "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetFile" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -195795,19 +195927,34 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "v1.0" + }, + { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery" + "Method": "POST", + "Permissions": [], + "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetFile", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -195823,19 +195970,19 @@ "IsAdmin": true } ], + "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewSetQuery", - "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -195851,19 +195998,19 @@ "IsAdmin": true } ], + "Command": "New-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch1", - "Command": "New-MgSecurityCaseEdiscoveryCaseSearch" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -195879,39 +196026,47 @@ "IsAdmin": true } ], + "Command": "New-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoverySearch", - "Command": "New-MgSecurityCaseEdiscoveryCaseSearch" + "Method": "POST", + "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.", + "IsAdmin": true + }, + { + "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 + } + ], + "Command": "New-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "POST", - "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 - }, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityDataSource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource" - }, - { - "Module": "Security", "Method": "POST", "Permissions": { "Name": "eDiscovery.ReadWrite.All", @@ -195919,19 +196074,39 @@ "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 }, + "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityDataSource", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityDataSource", - "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource" + "Method": "POST", + "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 + }, + "Command": "New-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -195947,19 +196122,19 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag", - "Command": "New-MgSecurityCaseEdiscoveryCaseTag" + "Command": "New-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -195975,123 +196150,121 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryReviewTag1", - "Command": "New-MgSecurityCaseEdiscoveryCaseTag" + "Command": "New-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "POST", - "Permissions": [], "Uri": "/security/cloudAppSecurityProfiles", + "Module": "Security", + "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudAppSecurityProfile", - "Command": "New-MgSecurityCloudAppSecurityProfile" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityCloudAppSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/domainSecurityProfiles", + "Module": "Security", + "OutputType": "IMicrosoftGraphDomainSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDomainSecurityProfile", - "Command": "New-MgSecurityDomainSecurityProfile" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityDomainSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/fileSecurityProfiles", + "Module": "Security", + "OutputType": "IMicrosoftGraphFileSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphFileSecurityProfile", - "Command": "New-MgSecurityFileSecurityProfile" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityFileSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/hostSecurityProfiles", + "Module": "Security", + "OutputType": "IMicrosoftGraphHostSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHostSecurityProfile", - "Command": "New-MgSecurityHostSecurityProfile" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityHostSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/incidents", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityIncident1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIncident1", - "Command": "New-MgSecurityIncident" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityIncident", + "ApiVersion": "beta" + }, + { "Uri": "/security/incidents", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityIncident", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityIncident", - "Command": "New-MgSecurityIncident" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityIncident", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/informationProtection/sensitivityLabels", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecuritySensitivityLabel", - "Command": "New-MgSecurityInformationProtectionSensitivityLabel" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/security/ipSecurityProfiles", + "Module": "Security", + "OutputType": "IMicrosoftGraphIPSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIPSecurityProfile", - "Command": "New-MgSecurityIPSecurityProfile" + "Method": "POST", + "Permissions": [], + "Command": "New-MgSecurityIPSecurityProfile", + "ApiVersion": "beta" }, { + "Uri": "/security/labels/retentionLabels", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityRetentionLabel", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "RecordsManagement.ReadWrite.All", @@ -196099,115 +196272,97 @@ "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 }, - "Uri": "/security/labels/retentionLabels", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionLabel", - "Command": "New-MgSecurityLabelRetentionLabel" + "Command": "New-MgSecurityLabelRetentionLabel", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "POST", - "Permissions": [], "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityDispositionReviewStage", - "Command": "New-MgSecurityLabelRetentionLabelDispositionReviewStage" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "beta" + }, + { "Uri": "/security/providerTenantSettings", + "Module": "Security", + "OutputType": "IMicrosoftGraphProviderTenantSetting", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProviderTenantSetting", - "Command": "New-MgSecurityProviderTenantSetting" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityProviderTenantSetting", + "ApiVersion": "beta" + }, + { "Uri": "/security/secureScores", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecureScore", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecureScore", - "Command": "New-MgSecuritySecureScore" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecuritySecureScore", + "ApiVersion": "beta" + }, + { "Uri": "/security/secureScores", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecureScore", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecureScore", - "Command": "New-MgSecuritySecureScore" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecuritySecureScore", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/secureScoreControlProfiles", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "Command": "New-MgSecuritySecureScoreControlProfile" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecuritySecureScoreControlProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/secureScoreControlProfiles", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecureScoreControlProfile", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecureScoreControlProfile", - "Command": "New-MgSecuritySecureScoreControlProfile" + "Method": "POST", + "Permissions": [], + "Command": "New-MgSecuritySecureScoreControlProfile", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "POST", - "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 - }, "Uri": "/security/subjectRightsRequests", + "Module": "Security", + "OutputType": "IMicrosoftGraphSubjectRightsRequest", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubjectRightsRequest", - "Command": "New-MgSecuritySubjectRightsRequest" - }, - { - "Module": "Security", "Method": "POST", "Permissions": { "Name": "SubjectRightsRequest.ReadWrite.All", @@ -196215,164 +196370,182 @@ "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true }, + "Command": "New-MgSecuritySubjectRightsRequest", + "ApiVersion": "beta" + }, + { "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes", + "Module": "Security", + "OutputType": "IMicrosoftGraphAuthoredNote", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthoredNote", - "Command": "New-MgSecuritySubjectRightsRequestNote" + "Method": "POST", + "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 + }, + "Command": "New-MgSecuritySubjectRightsRequestNote", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "POST", - "Permissions": [], "Uri": "/security/threatIntelligence/articles", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityArticle", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityArticle", - "Command": "New-MgSecurityThreatIntelligenceArticle" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityThreatIntelligenceArticle", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/articleIndicators", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityArticleIndicator", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityArticleIndicator", - "Command": "New-MgSecurityThreatIntelligenceArticleIndicator" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityHost", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHost", - "Command": "New-MgSecurityThreatIntelligenceHost" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityThreatIntelligenceHost", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostComponents", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityHostComponent", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostComponent", - "Command": "New-MgSecurityThreatIntelligenceHostComponent" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityThreatIntelligenceHostComponent", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostCookies", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityHostCookie", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostCookie", - "Command": "New-MgSecurityThreatIntelligenceHostCooky" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityThreatIntelligenceHostCooky", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostTrackers", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityHostTracker", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHostTracker", - "Command": "New-MgSecurityThreatIntelligenceHostTracker" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityThreatIntelligenceHostTracker", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/intelProfiles", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfile", - "Command": "New-MgSecurityThreatIntelligenceIntelProfile" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/passiveDnsRecords", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityPassiveDnsRecord", - "Command": "New-MgSecurityThreatIntelligencePassiveDnsRecord" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/intelligenceProfileIndicators", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityIntelligenceProfileIndicator", - "Command": "New-MgSecurityThreatIntelligenceProfileIndicator" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/vulnerabilities", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityVulnerability", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityVulnerability", - "Command": "New-MgSecurityThreatIntelligenceVulnerability" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityThreatIntelligenceVulnerability", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityVulnerabilityComponent", - "Command": "New-MgSecurityThreatIntelligenceVulnerabilityComponent" + "Method": "POST", + "Permissions": [], + "Command": "New-MgSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/emailThreats", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -196388,17 +196561,17 @@ "IsAdmin": true } ], - "Uri": "/security/threatSubmission/emailThreats", + "Command": "New-MgSecurityThreatSubmissionEmailThreat", + "ApiVersion": "beta" + }, + { + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmission", - "Command": "New-MgSecurityThreatSubmissionEmailThreat" - }, - { - "Module": "Security", "Method": "POST", "Permissions": { "Name": "ThreatSubmissionPolicies.ReadWrite.All", @@ -196406,17 +196579,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies", + "Command": "New-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "ApiVersion": "beta" + }, + { + "Uri": "/security/threatSubmission/fileThreats", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEmailThreatSubmissionPolicy", - "Command": "New-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -196432,17 +196605,17 @@ "IsAdmin": true } ], - "Uri": "/security/threatSubmission/fileThreats", + "Command": "New-MgSecurityThreatSubmissionFileThreat", + "ApiVersion": "beta" + }, + { + "Uri": "/security/threatSubmission/urlThreats", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityFileThreatSubmission", - "Command": "New-MgSecurityThreatSubmissionFileThreat" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -196458,17 +196631,17 @@ "IsAdmin": true } ], - "Uri": "/security/threatSubmission/urlThreats", + "Command": "New-MgSecurityThreatSubmissionUrlThreat", + "ApiVersion": "beta" + }, + { + "Uri": "/security/tiIndicators", + "Module": "Security", + "OutputType": "IMicrosoftGraphTiIndicator", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityUrlThreatSubmission", - "Command": "New-MgSecurityThreatSubmissionUrlThreat" - }, - { - "Module": "Security", "Method": "POST", "Permissions": { "Name": "ThreatIndicators.ReadWrite.OwnedBy", @@ -196476,35 +196649,17 @@ "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 }, - "Uri": "/security/tiIndicators", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTiIndicator", - "Command": "New-MgSecurityTiIndicator" + "Command": "New-MgSecurityTiIndicator", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "POST", - "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 - }, "Uri": "/security/triggers/retentionEvents", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "Command": "New-MgSecurityTriggerRetentionEvent" - }, - { - "Module": "Security", "Method": "POST", "Permissions": { "Name": "RecordsManagement.ReadWrite.All", @@ -196512,17 +196667,17 @@ "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 }, + "Command": "New-MgSecurityTriggerRetentionEvent", + "ApiVersion": "beta" + }, + { "Uri": "/security/triggers/retentionEvents", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityRetentionEvent", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityRetentionEvent", - "Command": "New-MgSecurityTriggerRetentionEvent" - }, - { - "Module": "Security", "Method": "POST", "Permissions": { "Name": "RecordsManagement.ReadWrite.All", @@ -196530,17 +196685,17 @@ "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 }, + "Command": "New-MgSecurityTriggerRetentionEvent", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/triggerTypes/retentionEventTypes", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "Command": "New-MgSecurityTriggerTypeRetentionEventType" - }, - { - "Module": "Security", "Method": "POST", "Permissions": { "Name": "RecordsManagement.ReadWrite.All", @@ -196548,168 +196703,186 @@ "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 }, + "Command": "New-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "beta" + }, + { "Uri": "/security/triggerTypes/retentionEventTypes", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityRetentionEventType", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityRetentionEventType", - "Command": "New-MgSecurityTriggerTypeRetentionEventType" + "Method": "POST", + "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 + }, + "Command": "New-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "POST", - "Permissions": [], "Uri": "/security/userSecurityProfiles", + "Module": "Security", + "OutputType": "IMicrosoftGraphUserSecurityProfile", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserSecurityProfile", - "Command": "New-MgSecurityUserSecurityProfile" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "POST", "Permissions": [], + "Command": "New-MgSecurityUserSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceHealth", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceHealth", - "Command": "New-MgServiceAnnouncementHealthOverview" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "POST", "Permissions": [], + "Command": "New-MgServiceAnnouncementHealthOverview", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceHealth", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceHealth", - "Command": "New-MgServiceAnnouncementHealthOverview" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "POST", "Permissions": [], + "Command": "New-MgServiceAnnouncementHealthOverview", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "Command": "New-MgServiceAnnouncementHealthOverviewIssue" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "POST", "Permissions": [], + "Command": "New-MgServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "Command": "New-MgServiceAnnouncementHealthOverviewIssue" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "POST", "Permissions": [], + "Command": "New-MgServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/issues", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "Command": "New-MgServiceAnnouncementIssue" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "POST", "Permissions": [], + "Command": "New-MgServiceAnnouncementIssue", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/issues", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceHealthIssue", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceHealthIssue", - "Command": "New-MgServiceAnnouncementIssue" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "POST", "Permissions": [], + "Command": "New-MgServiceAnnouncementIssue", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/messages", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "Command": "New-MgServiceAnnouncementMessage" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "POST", "Permissions": [], + "Command": "New-MgServiceAnnouncementMessage", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceUpdateMessage", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceUpdateMessage", - "Command": "New-MgServiceAnnouncementMessage" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "POST", "Permissions": [], + "Command": "New-MgServiceAnnouncementMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "Command": "New-MgServiceAnnouncementMessageAttachment" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "POST", "Permissions": [], + "Command": "New-MgServiceAnnouncementMessageAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments", + "Module": "Devices.ServiceAnnouncement", + "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServiceAnnouncementAttachment", - "Command": "New-MgServiceAnnouncementMessageAttachment" + "Method": "POST", + "Permissions": [], + "Command": "New-MgServiceAnnouncementMessageAttachment", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals", "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal1", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "Application.ReadWrite.All", @@ -196717,17 +196890,17 @@ "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 }, - "Uri": "/servicePrincipals", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipal1", - "Command": "New-MgServicePrincipal" + "Command": "New-MgServicePrincipal", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals", "Module": "Applications", + "OutputType": "IMicrosoftGraphServicePrincipal", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": { "Name": "Application.ReadWrite.All", @@ -196735,17 +196908,19 @@ "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 }, - "Uri": "/servicePrincipals", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipal", - "Command": "New-MgServicePrincipal" + "Command": "New-MgServicePrincipal", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -196767,19 +196942,19 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", - "Command": "New-MgServicePrincipalAppRoleAssignedTo" + "Command": "New-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -196801,19 +196976,19 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "New-MgServicePrincipalAppRoleAssignedTo" + "Command": "New-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -196835,19 +197010,19 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", - "Command": "New-MgServicePrincipalAppRoleAssignment" + "Command": "New-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -196869,19 +197044,19 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "New-MgServicePrincipalAppRoleAssignment" + "Command": "New-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -196903,19 +197078,19 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgServicePrincipalClaimMappingPolicyByRef" + "Command": "New-MgServicePrincipalClaimMappingPolicyByRef", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -196937,39 +197112,19 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/$ref", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgServicePrincipalClaimMappingPolicyByRef" + "Command": "New-MgServicePrincipalClaimMappingPolicyByRef", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "POST", - "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 - }, "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "Command": "New-MgServicePrincipalDelegatedPermissionClassification" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", @@ -196977,49 +197132,69 @@ "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, + "Command": "New-MgServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDelegatedPermissionClassification", - "Command": "New-MgServicePrincipalDelegatedPermissionClassification" + "Method": "POST", + "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 + }, + "Command": "New-MgServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "POST", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "Module": "Applications", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "New-MgServicePrincipalEndpoint" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "New-MgServicePrincipalEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints", + "Module": "Applications", + "OutputType": "IMicrosoftGraphEndpoint", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEndpoint", - "Command": "New-MgServicePrincipalEndpoint" + "Method": "POST", + "Permissions": [], + "Command": "New-MgServicePrincipalEndpoint", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -197041,19 +197216,19 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef" + "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -197075,34 +197250,34 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/$ref", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef" + "Command": "New-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "POST", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails", + "Module": "Applications", + "OutputType": "IMicrosoftGraphLicenseDetails", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLicenseDetails", - "Command": "New-MgServicePrincipalLicenseDetail" + "Method": "POST", + "Permissions": [], + "Command": "New-MgServicePrincipalLicenseDetail", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -197118,19 +197293,19 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgServicePrincipalOwnerByRef" + "Command": "New-MgServicePrincipalOwnerByRef", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -197146,19 +197321,19 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/$ref", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgServicePrincipalOwnerByRef" + "Command": "New-MgServicePrincipalOwnerByRef", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/createPasswordSingleSignOnCredentials", "Module": "Applications", + "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -197180,65 +197355,45 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/createPasswordSingleSignOnCredentials", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPasswordSingleSignOnCredentialSet", - "Command": "New-MgServicePrincipalPasswordSingleSignOnCredentials" + "Command": "New-MgServicePrincipalPasswordSingleSignOnCredentials", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "Permissions": [], "Uri": "/identityProtection/servicePrincipalRiskDetections", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "Command": "New-MgServicePrincipalRiskDetection" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgServicePrincipalRiskDetection", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/servicePrincipalRiskDetections", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphServicePrincipalRiskDetection", - "Command": "New-MgServicePrincipalRiskDetection" + "Method": "POST", + "Permissions": [], + "Command": "New-MgServicePrincipalRiskDetection", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "POST", - "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 - }, "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs", + "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronizationJob", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationJob", - "Command": "New-MgServicePrincipalSynchronizationJob" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -197246,217 +197401,228 @@ "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": "New-MgServicePrincipalSynchronizationJob", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/provisionOnDemand", + "Module": "Applications", + "OutputType": "IMicrosoftGraphStringKeyStringValuePair", "Variants": [ "Provision", "ProvisionExpanded", "ProvisionViaIdentity", "ProvisionViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphStringKeyStringValuePair", - "Command": "New-MgServicePrincipalSynchronizationJobOnDemand" + "Method": "POST", + "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 + }, + "Command": "New-MgServicePrincipalSynchronizationJobOnDemand", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "POST", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "Command": "New-MgServicePrincipalSynchronizationJobSchemaDirectory" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "New-MgServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates", + "Module": "Applications", + "OutputType": "IMicrosoftGraphSynchronizationTemplate", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSynchronizationTemplate", - "Command": "New-MgServicePrincipalSynchronizationTemplate" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "New-MgServicePrincipalSynchronizationTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories", + "Module": "Applications", + "OutputType": "IMicrosoftGraphDirectoryDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryDefinition", - "Command": "New-MgServicePrincipalSynchronizationTemplateSchemaDirectory" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "New-MgShareListColumn" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgShareListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "New-MgShareListColumn" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgShareListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "New-MgShareListContentType" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgShareListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "New-MgShareListContentType" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgShareListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "New-MgShareListContentTypeColumn" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgShareListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "New-MgShareListContentTypeColumn" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgShareListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "New-MgShareListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgShareListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "New-MgShareListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgShareListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "New-MgShareListItem" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgShareListItem", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", - "Command": "New-MgShareListItem" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgShareListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create2", "Create3", @@ -197467,15 +197633,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgShareListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgShareListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create", "Create1", @@ -197486,15 +197652,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgShareListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgShareListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create2", "Create3", @@ -197505,15 +197671,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgShareListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgShareListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create", "Create1", @@ -197524,126 +197690,107 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgShareListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgShareListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "New-MgShareListOperation" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgShareListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/operations", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "New-MgShareListOperation" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgShareListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "New-MgShareListSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgShareListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "New-MgShareListSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgShareListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares", + "Module": "Files", + "OutputType": "IMicrosoftGraphSharedDriveItem1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedDriveItem1", - "Command": "New-MgShareSharedDriveItemSharedDriveItem" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/shares", + "Module": "Files", + "OutputType": "IMicrosoftGraphSharedDriveItem", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedDriveItem", - "Command": "New-MgShareSharedDriveItemSharedDriveItem" + "Method": "POST", + "Permissions": [], + "Command": "New-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "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 - } - ], "Uri": "/sites/{site-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "New-MgSiteColumn" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [ { @@ -197659,19 +197806,19 @@ "IsAdmin": false } ], + "Command": "New-MgSiteColumn", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "New-MgSiteColumn" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [ { @@ -197687,19 +197834,19 @@ "IsAdmin": false } ], + "Command": "New-MgSiteColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/contentTypes", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "New-MgSiteContentType" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [ { @@ -197715,19 +197862,19 @@ "IsAdmin": false } ], + "Command": "New-MgSiteContentType", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/contentTypes", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "New-MgSiteContentType" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [ { @@ -197743,19 +197890,19 @@ "IsAdmin": false } ], + "Command": "New-MgSiteContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "New-MgSiteContentTypeColumn" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [ { @@ -197771,69 +197918,77 @@ "IsAdmin": false } ], + "Command": "New-MgSiteContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "New-MgSiteContentTypeColumn" + "Method": "POST", + "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 + } + ], + "Command": "New-MgSiteContentTypeColumn", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "New-MgSiteContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "New-MgSiteContentTypeColumnLink" + "Method": "POST", + "Permissions": [], + "Command": "New-MgSiteContentTypeColumnLink", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": { - "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 - }, "Uri": "/sites/{site-id}/lists", + "Module": "Sites", + "OutputType": "IMicrosoftGraphList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphList", - "Command": "New-MgSiteList" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": { "Name": "Sites.Manage.All", @@ -197841,19 +197996,39 @@ "FullDescription": "Allow the application to create or delete document libraries and lists in all site collections on your behalf.", "IsAdmin": false }, + "Command": "New-MgSiteList", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists", + "Module": "Sites", + "OutputType": "IMicrosoftGraphList1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphList1", - "Command": "New-MgSiteList" + "Method": "POST", + "Permissions": { + "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 + }, + "Command": "New-MgSiteList", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/columns", "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -197869,19 +198044,19 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "New-MgSiteListColumn" + "Command": "New-MgSiteListColumn", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/columns", "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -197897,49 +198072,49 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "New-MgSiteListColumn" + "Command": "New-MgSiteListColumn", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "New-MgSiteListContentType" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes", + "Module": "Sites", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "New-MgSiteListContentType" + "Method": "POST", + "Permissions": [], + "Command": "New-MgSiteListContentType", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition1", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -197955,19 +198130,19 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "New-MgSiteListContentTypeColumn" + "Command": "New-MgSiteListContentTypeColumn", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnDefinition", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -197983,69 +198158,49 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "New-MgSiteListContentTypeColumn" + "Command": "New-MgSiteListContentTypeColumn", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "New-MgSiteListContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks", + "Module": "Sites", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "New-MgSiteListContentTypeColumnLink" + "Method": "POST", + "Permissions": [], + "Command": "New-MgSiteListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "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 - }, "Uri": "/sites/{site-id}/lists/{list-id}/items", + "Module": "Sites", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem", - "Command": "New-MgSiteListItem" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": { "Name": "Sites.ReadWrite.All", @@ -198053,19 +198208,39 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false }, + "Command": "New-MgSiteListItem", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items", + "Module": "Sites", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "New-MgSiteListItem" + "Method": "POST", + "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 + }, + "Command": "New-MgSiteListItem", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Module": "Sites", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -198087,19 +198262,19 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgSiteListItemDocumentSetVersion" + "Command": "New-MgSiteListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", "Module": "Sites", + "OutputType": "IMicrosoftGraphDocumentSetVersion", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -198121,19 +198296,19 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions", + "Command": "New-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", + "Module": "Sites", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgSiteListItemDocumentSetVersion" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [ { @@ -198155,143 +198330,109 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/createLink", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Command": "New-MgSiteListItemLink" + "Command": "New-MgSiteListItemLink", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgSiteListItemVersion" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgSiteListItemVersion" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "New-MgSiteListOperation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/operations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "New-MgSiteListOperation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "New-MgSiteListSubscription" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "New-MgSiteListSubscription" + "Method": "POST", + "Permissions": [], + "Command": "New-MgSiteListSubscription", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "Method": "POST", - "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.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/notebooks", + "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook1", - "Command": "New-MgSiteOnenoteNotebook" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -198313,19 +198454,19 @@ "IsAdmin": false } ], + "Command": "New-MgSiteOnenoteNotebook", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks", + "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", - "Command": "New-MgSiteOnenoteNotebook" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -198347,19 +198488,19 @@ "IsAdmin": false } ], + "Command": "New-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Command": "New-MgSiteOnenoteNotebookSection" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -198381,19 +198522,19 @@ "IsAdmin": false } ], + "Command": "New-MgSiteOnenoteNotebookSection", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sections", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Command": "New-MgSiteOnenoteNotebookSection" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -198415,19 +198556,19 @@ "IsAdmin": false } ], + "Command": "New-MgSiteOnenoteNotebookSection", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup1", - "Command": "New-MgSiteOnenoteNotebookSectionGroup" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -198449,19 +198590,19 @@ "IsAdmin": false } ], + "Command": "New-MgSiteOnenoteNotebookSectionGroup", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Command": "New-MgSiteOnenoteNotebookSectionGroup" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -198483,19 +198624,19 @@ "IsAdmin": false } ], + "Command": "New-MgSiteOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/pages", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage1", - "Command": "New-MgSiteOnenotePage" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -198517,79 +198658,113 @@ "IsAdmin": false } ], + "Command": "New-MgSiteOnenotePage", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/pages", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Command": "New-MgSiteOnenotePage" + "Method": "POST", + "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.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": "New-MgSiteOnenotePage", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/onenote/sections", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Command": "New-MgSiteOnenoteSection" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteOnenoteSection", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/sections", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Command": "New-MgSiteOnenoteSection" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteOnenoteSection", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/sectionGroups", + "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup1", - "Command": "New-MgSiteOnenoteSectionGroup" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteOnenoteSectionGroup", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/sectionGroups", + "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Command": "New-MgSiteOnenoteSectionGroup" + "Method": "POST", + "Permissions": [], + "Command": "New-MgSiteOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection1", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -198611,19 +198786,19 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Command": "New-MgSiteOnenoteSectionGroupSection" + "Command": "New-MgSiteOnenoteSectionGroupSection", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -198645,19 +198820,19 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Command": "New-MgSiteOnenoteSectionGroupSection" + "Command": "New-MgSiteOnenoteSectionGroupSection", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage1", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -198679,19 +198854,19 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage1", - "Command": "New-MgSiteOnenoteSectionPage" + "Command": "New-MgSiteOnenoteSectionPage", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -198713,19 +198888,19 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages", + "Command": "New-MgSiteOnenoteSectionPage", + "ApiVersion": "v1.0" + }, + { + "Uri": "/sites/{site-id}/pages", + "Module": "Sites", + "OutputType": "IMicrosoftGraphSitePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Command": "New-MgSiteOnenoteSectionPage" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": { "Name": "Sites.ReadWrite.All", @@ -198733,114 +198908,94 @@ "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}/pages", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSitePage", - "Command": "New-MgSitePage" + "Command": "New-MgSitePage", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections", + "Module": "Sites", + "OutputType": "IMicrosoftGraphHorizontalSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSection", - "Command": "New-MgSitePageCanvaLayoutHorizontalSection" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns", + "Module": "Sites", + "OutputType": "IMicrosoftGraphHorizontalSectionColumn", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphHorizontalSectionColumn", - "Command": "New-MgSitePageCanvaLayoutHorizontalSectionColumn" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts", + "Module": "Sites", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgSitePageCanvaLayoutHorizontalSectionColumnWebpart" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts", + "Module": "Sites", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgSitePageCanvaLayoutVerticalSectionWebpart" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts", + "Module": "Sites", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgSitePageWebPart" + "Method": "POST", + "Permissions": [], + "Command": "New-MgSitePageWebPart", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, "Uri": "/sites/{site-id}/permissions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Command": "New-MgSitePermission" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": { "Name": "N/A", @@ -198848,54 +199003,54 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "New-MgSitePermission", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/permissions", + "Module": "Sites", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "New-MgSitePermission" + "Method": "POST", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "New-MgSitePermission", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/termStores", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStore1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStore1", - "Command": "New-MgSiteTermStore" + "Method": "POST", + "Permissions": [], + "Command": "New-MgSiteTermStore", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "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 - }, "Uri": "/sites/{site-id}/termStore/groups", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreGroup", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreGroup", - "Command": "New-MgSiteTermStoreGroup" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": { "Name": "TermStore.ReadWrite.All", @@ -198903,7 +199058,13 @@ "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 }, + "Command": "New-MgSiteTermStoreGroup", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreGroup1", "Variants": [ "Create", "Create1", @@ -198914,30 +199075,35 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreGroup1", - "Command": "New-MgSiteTermStoreGroup" + "Method": "POST", + "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 + }, + "Command": "New-MgSiteTermStoreGroup", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet1", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet1", - "Command": "New-MgSiteTermStoreGroupSet" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSet", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Create", "Create1", @@ -198948,30 +199114,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "New-MgSiteTermStoreGroupSet" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Create3", "CreateExpanded3", "CreateViaIdentity3", "CreateViaIdentityExpanded3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "New-MgSiteTermStoreGroupSetChild" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSetChild", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Create", "Create1", @@ -198986,15 +199152,15 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "New-MgSiteTermStoreGroupSetChild" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create", "Create1", @@ -199005,30 +199171,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgSiteTermStoreGroupSetChildRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "New-MgSiteTermStoreGroupSetRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSetRelation", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create", "Create1", @@ -199039,30 +199205,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgSiteTermStoreGroupSetRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "New-MgSiteTermStoreGroupSetTerm" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSetTerm", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Create", "Create1", @@ -199073,30 +199239,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "New-MgSiteTermStoreGroupSetTerm" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "New-MgSiteTermStoreGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Create", "Create1", @@ -199107,45 +199273,45 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "New-MgSiteTermStoreGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgSiteTermStoreGroupSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "New-MgSiteTermStoreGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create", "Create1", @@ -199156,32 +199322,21 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgSiteTermStoreGroupSetTermRelation" + "Method": "POST", + "Permissions": [], + "Command": "New-MgSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "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 - }, "Uri": "/sites/{site-id}/termStore/sets", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet1", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreSet1", - "Command": "New-MgSiteTermStoreSet" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": { "Name": "TermStore.ReadWrite.All", @@ -199189,7 +199344,13 @@ "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 }, + "Command": "New-MgSiteTermStoreSet", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Create", "Create1", @@ -199200,12 +199361,6 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "New-MgSiteTermStoreSet" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": { "Name": "TermStore.ReadWrite.All", @@ -199213,19 +199368,19 @@ "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 }, + "Command": "New-MgSiteTermStoreSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Create3", "CreateExpanded3", "CreateViaIdentity3", "CreateViaIdentityExpanded3" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "New-MgSiteTermStoreSetChild" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": { "Name": "TermStore.ReadWrite.All", @@ -199233,7 +199388,13 @@ "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 }, + "Command": "New-MgSiteTermStoreSetChild", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Create", "Create1", @@ -199248,15 +199409,20 @@ "CreateViaIdentityExpanded1", "CreateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "New-MgSiteTermStoreSetChild" + "Method": "POST", + "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 + }, + "Command": "New-MgSiteTermStoreSetChild", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create", "Create1", @@ -199267,30 +199433,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgSiteTermStoreSetChildRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreSet", - "Command": "New-MgSiteTermStoreSetParentGroupSet" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Create", "Create1", @@ -199301,15 +199467,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "New-MgSiteTermStoreSetParentGroupSetChild" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create", "Create1", @@ -199320,105 +199486,105 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgSiteTermStoreSetParentGroupSetChildRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgSiteTermStoreSetParentGroupSetRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "New-MgSiteTermStoreSetParentGroupSetTerm" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "New-MgSiteTermStoreSetParentGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgSiteTermStoreSetParentGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "New-MgSiteTermStoreSetRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreSetRelation", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create", "Create1", @@ -199429,30 +199595,30 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgSiteTermStoreSetRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "New-MgSiteTermStoreSetTerm" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "New-MgSiteTermStoreSetTerm", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Create", "Create1", @@ -199463,32 +199629,21 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "New-MgSiteTermStoreSetTerm" + "Method": "POST", + "Permissions": [], + "Command": "New-MgSiteTermStoreSetTerm", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "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 - }, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm1", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreTerm1", - "Command": "New-MgSiteTermStoreSetTermChild" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": { "Name": "TermStore.ReadWrite.All", @@ -199496,7 +199651,13 @@ "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 }, + "Command": "New-MgSiteTermStoreSetTermChild", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreTerm", "Variants": [ "Create", "Create1", @@ -199507,47 +199668,41 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreTerm", - "Command": "New-MgSiteTermStoreSetTermChild" + "Method": "POST", + "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 + }, + "Command": "New-MgSiteTermStoreSetTermChild", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgSiteTermStoreSetTermChildRelation" + "Method": "POST", + "Permissions": [], + "Command": "New-MgSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "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 - }, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation1", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTermStoreRelation1", - "Command": "New-MgSiteTermStoreSetTermRelation" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": { "Name": "TermStore.ReadWrite.All", @@ -199555,7 +199710,13 @@ "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 }, + "Command": "New-MgSiteTermStoreSetTermRelation", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations", + "Module": "Sites", + "OutputType": "IMicrosoftGraphTermStoreRelation", "Variants": [ "Create", "Create1", @@ -199566,64 +199727,76 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTermStoreRelation", - "Command": "New-MgSiteTermStoreSetTermRelation" + "Method": "POST", + "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 + }, + "Command": "New-MgSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/subscribedSkus", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphSubscribedSku", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscribedSku", - "Command": "New-MgSubscribedSku" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgSubscribedSku", + "ApiVersion": "beta" + }, + { "Uri": "/subscribedSkus", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphSubscribedSku", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscribedSku", - "Command": "New-MgSubscribedSku" - }, - { - "Module": "ChangeNotifications", "Method": "POST", "Permissions": [], + "Command": "New-MgSubscribedSku", + "ApiVersion": "v1.0" + }, + { "Uri": "/subscriptions", + "Module": "ChangeNotifications", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "New-MgSubscription" - }, - { - "Module": "ChangeNotifications", "Method": "POST", "Permissions": [], + "Command": "New-MgSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/subscriptions", + "Module": "ChangeNotifications", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "New-MgSubscription" + "Method": "POST", + "Permissions": [], + "Command": "New-MgSubscription", + "ApiVersion": "v1.0" }, { + "Uri": "/teams", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeam1", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -199645,17 +199818,17 @@ "IsAdmin": false } ], - "Uri": "/teams", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeam1", - "Command": "New-MgTeam" + "Command": "New-MgTeam", + "ApiVersion": "beta" }, { + "Uri": "/teams", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeam", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": [ { @@ -199677,17 +199850,19 @@ "IsAdmin": false } ], - "Uri": "/teams", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeam", - "Command": "New-MgTeam" + "Command": "New-MgTeam", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels", "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel1", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -199709,19 +199884,19 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel1", - "Command": "New-MgTeamChannel" + "Command": "New-MgTeamChannel", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels", "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -199739,41 +199914,21 @@ { "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", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Command": "New-MgTeamChannel" - }, - { - "Module": "Teams", - "Method": "POST", - "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 - }, + "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": "New-MgTeamChannel", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", + "Module": "Teams", + "OutputType": null, "Variants": [ "Provision1", "ProvisionViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgTeamChannelEmail" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": { "Name": "ChannelSettings.ReadWrite.All", @@ -199781,37 +199936,37 @@ "FullDescription": "Read and write the names, descriptions, and settings of all channels, on your behalf.", "IsAdmin": true }, + "Command": "New-MgTeamChannelEmail", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/provisionEmail", + "Module": "Teams", + "OutputType": null, "Variants": [ "Provision", "ProvisionViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgTeamChannelEmail" - }, - { - "Module": "Teams", "Method": "POST", "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.", + "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 }, + "Command": "New-MgTeamChannelEmail", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "New-MgTeamChannelMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": { "Name": "ChannelMember.ReadWrite.All", @@ -199819,19 +199974,39 @@ "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 }, + "Command": "New-MgTeamChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "New-MgTeamChannelMember" + "Method": "POST", + "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 + }, + "Command": "New-MgTeamChannelMember", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -199859,19 +200034,19 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "New-MgTeamChannelMessage" + "Command": "New-MgTeamChannelMessage", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -199899,49 +200074,49 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "New-MgTeamChannelMessage" + "Command": "New-MgTeamChannelMessage", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgTeamChannelMessageHostedContent" + "Method": "POST", + "Permissions": [], + "Command": "New-MgTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -199969,19 +200144,19 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "New-MgTeamChannelMessageReply" + "Command": "New-MgTeamChannelMessageReply", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -200009,79 +200184,79 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "New-MgTeamChannelMessageReply" + "Command": "New-MgTeamChannelMessageReply", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", - "Command": "New-MgTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "Command": "New-MgTeamChannelSharedWithTeam" + "Method": "POST", + "Permissions": [], + "Command": "New-MgTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab1", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -200121,19 +200296,19 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab1", - "Command": "New-MgTeamChannelTab" + "Command": "New-MgTeamChannelTab", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -200173,19 +200348,19 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Command": "New-MgTeamChannelTab" + "Command": "New-MgTeamChannelTab", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/installedApps", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -200213,19 +200388,19 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/installedApps", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", - "Command": "New-MgTeamInstalledApp" + "Command": "New-MgTeamInstalledApp", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/installedApps", "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -200253,39 +200428,19 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/installedApps", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Command": "New-MgTeamInstalledApp" + "Command": "New-MgTeamInstalledApp", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "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 - }, "Uri": "/teams/{team-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "New-MgTeamMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": { "Name": "TeamMember.ReadWrite.All", @@ -200293,328 +200448,320 @@ "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 }, + "Command": "New-MgTeamMember", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "New-MgTeamMember" + "Method": "POST", + "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 + }, + "Command": "New-MgTeamMember", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/teams/{team-id}/operations", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", - "Command": "New-MgTeamOperation" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamOperation", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/operations", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation", - "Command": "New-MgTeamOperation" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/permissionGrants", + "Module": "Teams", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Command": "New-MgTeamPermissionGrant" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamPermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", + "Module": "Teams", + "OutputType": null, "Variants": [ "Provision1", "ProvisionViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgTeamPrimaryChannelEmail" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamPrimaryChannelEmail", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/provisionEmail", + "Module": "Teams", + "OutputType": null, "Variants": [ "Provision", "ProvisionViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgTeamPrimaryChannelEmail" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamPrimaryChannelEmail", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "New-MgTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamPrimaryChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "New-MgTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamPrimaryChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "New-MgTeamPrimaryChannelMessage" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamPrimaryChannelMessage", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "New-MgTeamPrimaryChannelMessage" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamPrimaryChannelMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgTeamPrimaryChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgTeamPrimaryChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "New-MgTeamPrimaryChannelMessageReply" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamPrimaryChannelMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "New-MgTeamPrimaryChannelMessageReply" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", - "Command": "New-MgTeamPrimaryChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "Command": "New-MgTeamPrimaryChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab1", - "Command": "New-MgTeamPrimaryChannelTab" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamPrimaryChannelTab", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Command": "New-MgTeamPrimaryChannelTab" + "Method": "POST", + "Permissions": [], + "Command": "New-MgTeamPrimaryChannelTab", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "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 - } - ], "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOfferShiftRequest1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOfferShiftRequest1", - "Command": "New-MgTeamScheduleOfferShiftRequest" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [ { @@ -200630,19 +200777,19 @@ "IsAdmin": true } ], + "Command": "New-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/offerShiftRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOfferShiftRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOfferShiftRequest", - "Command": "New-MgTeamScheduleOfferShiftRequest" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [ { @@ -200658,19 +200805,19 @@ "IsAdmin": true } ], + "Command": "New-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/openShifts", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShift1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShift1", - "Command": "New-MgTeamScheduleOpenShift" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [ { @@ -200686,19 +200833,19 @@ "IsAdmin": true } ], + "Command": "New-MgTeamScheduleOpenShift", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/openShifts", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShift", - "Command": "New-MgTeamScheduleOpenShift" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [ { @@ -200714,19 +200861,19 @@ "IsAdmin": true } ], + "Command": "New-MgTeamScheduleOpenShift", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest1", - "Command": "New-MgTeamScheduleOpenShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [ { @@ -200742,19 +200889,19 @@ "IsAdmin": true } ], + "Command": "New-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOpenShiftChangeRequest", - "Command": "New-MgTeamScheduleOpenShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [ { @@ -200770,19 +200917,19 @@ "IsAdmin": true } ], + "Command": "New-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSchedulingGroup1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSchedulingGroup1", - "Command": "New-MgTeamScheduleSchedulingGroup" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [ { @@ -200798,19 +200945,19 @@ "IsAdmin": true } ], + "Command": "New-MgTeamScheduleSchedulingGroup", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/schedulingGroups", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSchedulingGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSchedulingGroup", - "Command": "New-MgTeamScheduleSchedulingGroup" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [ { @@ -200826,19 +200973,19 @@ "IsAdmin": true } ], + "Command": "New-MgTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/shifts", + "Module": "Teams", + "OutputType": "IMicrosoftGraphShift1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphShift1", - "Command": "New-MgTeamScheduleShift" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [ { @@ -200854,19 +201001,19 @@ "IsAdmin": true } ], + "Command": "New-MgTeamScheduleShift", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/shifts", + "Module": "Teams", + "OutputType": "IMicrosoftGraphShift", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphShift", - "Command": "New-MgTeamScheduleShift" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [ { @@ -200882,19 +201029,19 @@ "IsAdmin": true } ], + "Command": "New-MgTeamScheduleShift", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest1", - "Command": "New-MgTeamScheduleSwapShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [ { @@ -200910,39 +201057,19 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", - "Command": "New-MgTeamScheduleSwapShiftChangeRequest" + "Command": "New-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests", "Module": "Teams", - "Method": "POST", - "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 - }, - "Uri": "/teams/{team-id}/schedule/timeCards", + "OutputType": "IMicrosoftGraphSwapShiftsChangeRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", - "Command": "New-MgTeamScheduleTimeCard" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [ { @@ -200958,19 +201085,39 @@ "IsAdmin": true } ], + "Command": "New-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { + "Uri": "/teams/{team-id}/schedule/timeCards", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeCard", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], + "Method": "POST", + "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 + }, + "Command": "New-MgTeamScheduleTimeCard", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/timesOff", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOff1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOff1", - "Command": "New-MgTeamScheduleTimeOff" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [ { @@ -200986,19 +201133,19 @@ "IsAdmin": true } ], + "Command": "New-MgTeamScheduleTimeOff", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/timesOff", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOff", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOff", - "Command": "New-MgTeamScheduleTimeOff" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [ { @@ -201014,19 +201161,19 @@ "IsAdmin": true } ], + "Command": "New-MgTeamScheduleTimeOff", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffReason1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffReason1", - "Command": "New-MgTeamScheduleTimeOffReason" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [ { @@ -201042,69 +201189,77 @@ "IsAdmin": true } ], + "Command": "New-MgTeamScheduleTimeOffReason", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffReasons", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffReason", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffReason", - "Command": "New-MgTeamScheduleTimeOffReason" + "Method": "POST", + "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 + } + ], + "Command": "New-MgTeamScheduleTimeOffReason", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/teams/{team-id}/schedule/timeOffRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffRequest1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeOffRequest1", - "Command": "New-MgTeamScheduleTimeOffRequest" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamScheduleTimeOffRequest", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffRequests", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeOffRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTimeOffRequest", - "Command": "New-MgTeamScheduleTimeOffRequest" + "Method": "POST", + "Permissions": [], + "Command": "New-MgTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": { - "Name": "TeamworkTag.ReadWrite", - "Description": "Read and write tags in Teams", - "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", - "IsAdmin": true - }, "Uri": "/teams/{team-id}/tags", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTag", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTag", - "Command": "New-MgTeamTag" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": { "Name": "TeamworkTag.ReadWrite", @@ -201112,19 +201267,19 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true }, + "Command": "New-MgTeamTag", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/tags", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTag", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTag", - "Command": "New-MgTeamTag" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": { "Name": "TeamworkTag.ReadWrite", @@ -201132,19 +201287,19 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true }, + "Command": "New-MgTeamTag", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "Command": "New-MgTeamTagMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": { "Name": "TeamworkTag.ReadWrite", @@ -201152,367 +201307,385 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true }, + "Command": "New-MgTeamTagMember", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkTagMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamworkTagMember", - "Command": "New-MgTeamTagMember" + "Method": "POST", + "Permissions": { + "Name": "TeamworkTag.ReadWrite", + "Description": "Read and write tags in Teams", + "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", + "IsAdmin": true + }, + "Command": "New-MgTeamTagMember", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/teamwork/deletedTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphDeletedTeam1", "Variants": [ "Create1", "CreateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeletedTeam1", - "Command": "New-MgTeamworkDeletedTeam" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDeletedTeam", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphDeletedTeam", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeletedTeam", - "Command": "New-MgTeamworkDeletedTeam" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDeletedTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChannel1", - "Command": "New-MgTeamworkDeletedTeamChannel" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDeletedTeamChannel", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChannel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChannel", - "Command": "New-MgTeamworkDeletedTeamChannel" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDeletedTeamChannel", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", + "Module": "Teams", + "OutputType": null, "Variants": [ "Provision1", "ProvisionViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgTeamworkDeletedTeamChannelEmail" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDeletedTeamChannelEmail", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/provisionEmail", + "Module": "Teams", + "OutputType": null, "Variants": [ "Provision", "ProvisionViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgTeamworkDeletedTeamChannelEmail" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDeletedTeamChannelEmail", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "New-MgTeamworkDeletedTeamChannelMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "New-MgTeamworkDeletedTeamChannelMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "New-MgTeamworkDeletedTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDeletedTeamChannelMessage", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "New-MgTeamworkDeletedTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDeletedTeamChannelMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "New-MgTeamworkDeletedTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "New-MgTeamworkDeletedTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo1", - "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSharedWithChannelTeamInfo", - "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab1", - "Command": "New-MgTeamworkDeletedTeamChannelTab" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDeletedTeamChannelTab", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Command": "New-MgTeamworkDeletedTeamChannelTab" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDeletedTeamChannelTab", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/devices", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkDevice", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkDevice", - "Command": "New-MgTeamworkDevice" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDevice", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/devices/{teamworkDevice-id}/operations", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamworkDeviceOperation", - "Command": "New-MgTeamworkDeviceOperation" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkDeviceOperation", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/teamTemplates", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamTemplate", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamTemplate", - "Command": "New-MgTeamworkTeamTemplate" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgTeamworkTeamTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamTemplateDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamTemplateDefinition", - "Command": "New-MgTeamworkTeamTemplateDefinition" + "Method": "POST", + "Permissions": [], + "Command": "New-MgTeamworkTeamTemplateDefinition", + "ApiVersion": "beta" }, { + "Uri": "/teamwork/workforceIntegrations", "Module": "Teams", + "OutputType": "IMicrosoftGraphWorkforceIntegration1", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": { "Name": "WorkforceIntegration.ReadWrite.All", @@ -201520,17 +201693,17 @@ "FullDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", "IsAdmin": true }, - "Uri": "/teamwork/workforceIntegrations", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWorkforceIntegration1", - "Command": "New-MgTeamworkWorkforceIntegration" + "Command": "New-MgTeamworkWorkforceIntegration", + "ApiVersion": "beta" }, { + "Uri": "/teamwork/workforceIntegrations", "Module": "Teams", + "OutputType": "IMicrosoftGraphWorkforceIntegration", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "WorkforceIntegration.ReadWrite.All", @@ -201538,461 +201711,461 @@ "FullDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", "IsAdmin": true }, - "Uri": "/teamwork/workforceIntegrations", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphWorkforceIntegration", - "Command": "New-MgTeamworkWorkforceIntegration" + "Command": "New-MgTeamworkWorkforceIntegration", + "ApiVersion": "v1.0" }, { - "Module": "ManagedTenants", - "Method": "POST", - "Permissions": [], "Uri": "/tenantRelationships/managedTenants/tenants", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsTenant", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenant", - "Command": "New-MgTenantRelationshipManagedTenant" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenant", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsAggregatedPolicyCompliance", - "Command": "New-MgTenantRelationshipManagedTenantAggregatedPolicyCompliance" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlert", - "Command": "New-MgTenantRelationshipManagedTenantAlert" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantAlert", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertLog", - "Command": "New-MgTenantRelationshipManagedTenantAlertLog" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantAlertLog", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRule", - "Command": "New-MgTenantRelationshipManagedTenantAlertRule" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantAlertRule", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantAlertRuleDefinition", - "Command": "New-MgTenantRelationshipManagedTenantAlertRuleDefinition" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantAlertRuleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantApiNotification", - "Command": "New-MgTenantRelationshipManagedTenantApiNotification" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantApiNotification", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/appPerformances", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsAppPerformance", - "Command": "New-MgTenantRelationshipManagedTenantAppPerformance" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantAppPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/auditEvents", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsAuditEvent", - "Command": "New-MgTenantRelationshipManagedTenantAuditEvent" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantAuditEvent", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/cloudPcConnections", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcConnection", - "Command": "New-MgTenantRelationshipManagedTenantCloudPcConnection" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantCloudPcConnection", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/cloudPcDevices", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcDevice", - "Command": "New-MgTenantRelationshipManagedTenantCloudPcDevice" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantCloudPcDevice", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCloudPcOverview", - "Command": "New-MgTenantRelationshipManagedTenantCloudPcOverview" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantCloudPcOverview", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsConditionalAccessPolicyCoverage", - "Command": "New-MgTenantRelationshipManagedTenantConditionalAccessPolicyCoverage" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsCredentialUserRegistrationsSummary", - "Command": "New-MgTenantRelationshipManagedTenantCredentialUserRegistrationSummary" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantCustomizedInformation", - "Command": "New-MgTenantRelationshipManagedTenantCustomizedInformation" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantCustomizedInformation", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantDetailedInformation", - "Command": "New-MgTenantRelationshipManagedTenantDetailedInformation" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantDetailedInformation", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceAppPerformance", - "Command": "New-MgTenantRelationshipManagedTenantDeviceAppPerformance" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantDeviceAppPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceCompliancePolicySettingStateSummary", - "Command": "New-MgTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsDeviceHealthStatus", - "Command": "New-MgTenantRelationshipManagedTenantDeviceHealthStatuses" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantDeviceHealthStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantEmailNotification", - "Command": "New-MgTenantRelationshipManagedTenantEmailNotification" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantEmailNotification", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/tenantGroups", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantGroup", - "Command": "New-MgTenantRelationshipManagedTenantGroup" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantGroup", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceCompliance", - "Command": "New-MgTenantRelationshipManagedTenantManagedDeviceCompliance" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantManagedDeviceCompliance", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedDeviceComplianceTrend", - "Command": "New-MgTenantRelationshipManagedTenantManagedDeviceComplianceTrend" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementActions", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementAction", - "Command": "New-MgTenantRelationshipManagedTenantManagementAction" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantManagementAction", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementActionTenantDeploymentStatus", - "Command": "New-MgTenantRelationshipManagedTenantManagementActionTenantDeploymentStatuses" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantManagementActionTenantDeploymentStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementIntents", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementIntent", - "Command": "New-MgTenantRelationshipManagedTenantManagementIntent" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantManagementIntent", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplates", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplate", - "Command": "New-MgTenantRelationshipManagedTenantManagementTemplate" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantManagementTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollection", - "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateCollection" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateCollection", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateCollectionTenantSummary", - "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStep", - "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateStep" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateStep", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepTenantSummary", - "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateStepTenantSummary" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepVersion", - "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateStepVersion" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateStepVersion", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagementTemplateStepDeployment", - "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/myRoles", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsMyRole", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsMyRole", - "Command": "New-MgTenantRelationshipManagedTenantMyRole" + "Method": "POST", + "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantMyRole", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantTags", "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "ManagedTenants.WriteRead.All", @@ -202000,74 +202173,56 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/tenantRelationships/managedTenants/tenantTags", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsTenantTag", - "Command": "New-MgTenantRelationshipManagedTenantTag" + "Command": "New-MgTenantRelationshipManagedTenantTag", + "ApiVersion": "beta" }, { - "Module": "ManagedTenants", - "Method": "POST", - "Permissions": [], "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsManagedTenantTicketingEndpoint", - "Command": "New-MgTenantRelationshipManagedTenantTicketingEndpoint" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantTicketingEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsDeviceMalwareState", - "Command": "New-MgTenantRelationshipManagedTenantWindowDeviceMalwareState" - }, - { - "Module": "ManagedTenants", "Method": "POST", "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantWindowDeviceMalwareState", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates", + "Module": "ManagedTenants", + "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedTenantsWindowsProtectionState", - "Command": "New-MgTenantRelationshipManagedTenantWindowProtectionState" + "Method": "POST", + "Permissions": [], + "Command": "New-MgTenantRelationshipManagedTenantWindowProtectionState", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "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 - }, "Uri": "/trustFramework/keySets", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFrameworkKeySet", - "Command": "New-MgTrustFrameworkKeySet" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "TrustFrameworkKeySet.ReadWrite.All", @@ -202075,19 +202230,37 @@ "FullDescription": "Allows the app to read or write trust framework key sets, on your behalf.", "IsAdmin": true }, + "Command": "New-MgTrustFrameworkKeySet", + "ApiVersion": "beta" + }, + { "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}/generateKey", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTrustFrameworkKey", "Variants": [ "Generate", "GenerateExpanded", "GenerateViaIdentity", "GenerateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTrustFrameworkKey", - "Command": "New-MgTrustFrameworkKeySetKey" + "Method": "POST", + "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 + }, + "Command": "New-MgTrustFrameworkKeySetKey", + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/policies", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "Policy.ReadWrite.TrustFramework", @@ -202095,17 +202268,17 @@ "FullDescription": "Allows the app to read and write your organization's trust framework policies on your behalf.", "IsAdmin": true }, - "Uri": "/trustFramework/policies", + "Command": "New-MgTrustFrameworkPolicy", + "ApiVersion": "beta" + }, + { + "Uri": "/users", + "Module": "Users", + "OutputType": "IMicrosoftGraphUser", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgTrustFrameworkPolicy" - }, - { - "Module": "Users", "Method": "POST", "Permissions": [ { @@ -202145,17 +202318,17 @@ "IsAdmin": true } ], - "Uri": "/users", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "New-MgUser" + "Command": "New-MgUser", + "ApiVersion": "beta" }, { + "Uri": "/users", "Module": "Users", + "OutputType": "IMicrosoftGraphUser1", + "Variants": [ + "Create1", + "CreateExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -202195,97 +202368,79 @@ "IsAdmin": true } ], - "Uri": "/users", - "Variants": [ - "Create1", - "CreateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "New-MgUser" + "Command": "New-MgUser", + "ApiVersion": "v1.0" }, { - "Module": "CrossDeviceExperiences", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/activities", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphUserActivity1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserActivity1", - "Command": "New-MgUserActivity" - }, - { - "Module": "CrossDeviceExperiences", "Method": "POST", "Permissions": [], + "Command": "New-MgUserActivity", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/activities", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphUserActivity", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserActivity", - "Command": "New-MgUserActivity" - }, - { - "Module": "CrossDeviceExperiences", "Method": "POST", "Permissions": [], + "Command": "New-MgUserActivity", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphActivityHistoryItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphActivityHistoryItem", - "Command": "New-MgUserActivityHistoryItem" - }, - { - "Module": "CrossDeviceExperiences", "Method": "POST", "Permissions": [], + "Command": "New-MgUserActivityHistoryItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphActivityHistoryItem1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphActivityHistoryItem1", - "Command": "New-MgUserActivityHistoryItem" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserActivityHistoryItem", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/appRoleAssignments", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppRoleAssignment1", - "Command": "New-MgUserAppRoleAssignment" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": { "Name": "AppRoleAssignment.ReadWrite.All", @@ -202293,19 +202448,39 @@ "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 }, + "Command": "New-MgUserAppRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/appRoleAssignments", + "Module": "Applications", + "OutputType": "IMicrosoftGraphAppRoleAssignment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAppRoleAssignment", - "Command": "New-MgUserAppRoleAssignment" + "Method": "POST", + "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 + }, + "Command": "New-MgUserAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/emailMethods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -202321,19 +202496,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/emailMethods", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "Command": "New-MgUserAuthenticationEmailMethod" + "Command": "New-MgUserAuthenticationEmailMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/emailMethods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -202349,49 +202524,49 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/emailMethods", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEmailAuthenticationMethod", - "Command": "New-MgUserAuthenticationEmailMethod" + "Command": "New-MgUserAuthenticationEmailMethod", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/authentication/operations", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphLongRunningOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "Command": "New-MgUserAuthenticationOperation" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgUserAuthenticationOperation", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/authentication/operations", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphLongRunningOperation", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLongRunningOperation", - "Command": "New-MgUserAuthenticationOperation" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserAuthenticationOperation", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/phoneMethods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -202407,19 +202582,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/phoneMethods", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "Command": "New-MgUserAuthenticationPhoneMethod" + "Command": "New-MgUserAuthenticationPhoneMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/phoneMethods", "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -202435,39 +202610,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/phoneMethods", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPhoneAuthenticationMethod", - "Command": "New-MgUserAuthenticationPhoneMethod" + "Command": "New-MgUserAuthenticationPhoneMethod", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod1", - "Command": "New-MgUserAuthenticationTemporaryAccessPassMethod" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -202475,39 +202630,39 @@ "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": "New-MgUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTemporaryAccessPassAuthenticationMethod", - "Command": "New-MgUserAuthenticationTemporaryAccessPassMethod" - }, - { - "Module": "Calendar", "Method": "POST", "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 + "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": "New-MgUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/calendars", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar1", - "Command": "New-MgUserCalendar" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": { "Name": "Calendars.ReadWrite", @@ -202515,19 +202670,19 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "New-MgUserCalendar", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendars", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", - "Command": "New-MgUserCalendar" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": { "Name": "Calendars.ReadWrite", @@ -202535,19 +202690,19 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "New-MgUserCalendar", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "New-MgUserCalendarEvent" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": { "Name": "Calendars.ReadWrite", @@ -202555,19 +202710,19 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "New-MgUserCalendarEvent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendars/{calendar-id}/events", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent1", - "Command": "New-MgUserCalendarEvent" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": { "Name": "Calendars.ReadWrite", @@ -202575,19 +202730,19 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "New-MgUserCalendarEvent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/calendarGroups", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendarGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendarGroup", - "Command": "New-MgUserCalendarGroup" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": { "Name": "Calendars.ReadWrite", @@ -202595,19 +202750,19 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "New-MgUserCalendarGroup", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendarGroups", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendarGroup1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendarGroup1", - "Command": "New-MgUserCalendarGroup" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": { "Name": "Calendars.ReadWrite", @@ -202615,19 +202770,19 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "New-MgUserCalendarGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendar1", - "Command": "New-MgUserCalendarGroupCalendar" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": { "Name": "Calendars.ReadWrite", @@ -202635,22 +202790,33 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "New-MgUserCalendarGroupCalendar", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}/calendars", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendar", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendar", - "Command": "New-MgUserCalendarGroupCalendar" + "Method": "POST", + "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 + }, + "Command": "New-MgUserCalendarGroupCalendar", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "Create1", @@ -202661,15 +202827,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserCalendarMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserCalendarMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create2", "Create3", @@ -202680,15 +202846,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserCalendarMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserCalendarMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/calendar/calendarPermissions", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendarPermission", "Variants": [ "Create", "Create1", @@ -202699,15 +202865,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCalendarPermission", - "Command": "New-MgUserCalendarPermission" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserCalendarPermission", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendar/calendarPermissions", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphCalendarPermission", "Variants": [ "Create2", "Create3", @@ -202718,15 +202884,15 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCalendarPermission", - "Command": "New-MgUserCalendarPermission" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserCalendarPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "Create1", @@ -202737,15 +202903,15 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserCalendarSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserCalendarSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create2", "Create3", @@ -202756,332 +202922,321 @@ "CreateViaIdentityExpanded2", "CreateViaIdentityExpanded3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserCalendarSingleValueExtendedProperty" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserCalendarSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChat1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChat1", - "Command": "New-MgUserChat" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserChat", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChat", - "Command": "New-MgUserChat" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserChat", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAppInstallation1", - "Command": "New-MgUserChatInstalledApp" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserChatInstalledApp", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAppInstallation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsAppInstallation", - "Command": "New-MgUserChatInstalledApp" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserChatInstalledApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "New-MgUserChatMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserChatMember", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/members", + "Module": "Teams", + "OutputType": "IMicrosoftGraphConversationMember", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphConversationMember", - "Command": "New-MgUserChatMember" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserChatMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "New-MgUserChatMessage" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserChatMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "New-MgUserChatMessage" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserChatMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgUserChatMessageHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserChatMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgUserChatMessageHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserChatMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessage1", - "Command": "New-MgUserChatMessageReply" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserChatMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessage", - "Command": "New-MgUserChatMessageReply" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserChatMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgUserChatMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserChatMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents", + "Module": "Teams", + "OutputType": "IMicrosoftGraphChatMessageHostedContent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChatMessageHostedContent", - "Command": "New-MgUserChatMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserChatMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/operations", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsAsyncOperation1", - "Command": "New-MgUserChatOperation" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserChatOperation", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants", + "Module": "Teams", + "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResourceSpecificPermissionGrant", - "Command": "New-MgUserChatPermissionGrant" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserChatPermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo1", - "Command": "New-MgUserChatPinnedMessage" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserChatPinnedMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages", + "Module": "Teams", + "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPinnedChatMessageInfo", - "Command": "New-MgUserChatPinnedMessage" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserChatPinnedMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTeamsTab1", - "Command": "New-MgUserChatTab" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserChatTab", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/tabs", + "Module": "Teams", + "OutputType": "IMicrosoftGraphTeamsTab", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTeamsTab", - "Command": "New-MgUserChatTab" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserChatTab", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/contacts", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact1", - "Command": "New-MgUserContact" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": { "Name": "Contacts.ReadWrite", @@ -203089,69 +203244,69 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, + "Command": "New-MgUserContact", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contacts", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", - "Command": "New-MgUserContact" + "Method": "POST", + "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 + }, + "Command": "New-MgUserContact", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgUserContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgUserContactExtension" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserContactExtension", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/contactFolders", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContactFolder1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContactFolder1", - "Command": "New-MgUserContactFolder" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": { "Name": "Contacts.ReadWrite", @@ -203159,19 +203314,19 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, + "Command": "New-MgUserContactFolder", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContactFolder", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContactFolder", - "Command": "New-MgUserContactFolder" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": { "Name": "Contacts.ReadWrite", @@ -203179,19 +203334,19 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, + "Command": "New-MgUserContactFolder", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContactFolder1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContactFolder1", - "Command": "New-MgUserContactFolderChildFolder" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": { "Name": "Contacts.ReadWrite", @@ -203199,219 +203354,219 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, + "Command": "New-MgUserContactFolderChildFolder", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContactFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContactFolder", - "Command": "New-MgUserContactFolderChildFolder" + "Method": "POST", + "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 + }, + "Command": "New-MgUserContactFolderChildFolder", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact1", - "Command": "New-MgUserContactFolderChildFolderContact" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactFolderChildFolderContact", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", - "Command": "New-MgUserContactFolderChildFolderContact" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactFolderChildFolderContact", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgUserContactFolderChildFolderContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactFolderChildFolderContactExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgUserContactFolderChildFolderContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactFolderChildFolderContactExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserContactFolderChildFolderContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserContactFolderChildFolderContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserContactFolderChildFolderContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserContactFolderChildFolderContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserContactFolderChildFolderMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserContactFolderChildFolderMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserContactFolderChildFolderSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserContactFolderChildFolderSingleValueExtendedProperty" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContact1", - "Command": "New-MgUserContactFolderContact" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": { "Name": "Contacts.ReadWrite", @@ -203419,244 +203574,264 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, + "Command": "New-MgUserContactFolderContact", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphContact", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContact", - "Command": "New-MgUserContactFolderContact" + "Method": "POST", + "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 + }, + "Command": "New-MgUserContactFolderContact", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgUserContactFolderContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactFolderContactExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgUserContactFolderContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactFolderContactExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserContactFolderContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactFolderContactMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserContactFolderContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactFolderContactMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserContactFolderContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactFolderContactSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserContactFolderContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactFolderContactSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserContactFolderMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserContactFolderMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactFolderMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserContactFolderSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserContactFolderSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactFolderSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties", + "Module": "PersonalContacts", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserContactSingleValueExtendedProperty" - }, - { - "Module": "CrossDeviceExperiences", "Method": "POST", "Permissions": [], + "Command": "New-MgUserContactSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/devices", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphDevice", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDevice", - "Command": "New-MgUserDevice" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserDevice", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/devices/{device-id}/commands", "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphCommand", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "N/A", @@ -203664,1179 +203839,1159 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/users/{user-id}/devices/{device-id}/commands", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCommand", - "Command": "New-MgUserDeviceCommand" + "Command": "New-MgUserDeviceCommand", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/deviceEnrollmentConfigurations", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceEnrollmentConfiguration", - "Command": "New-MgUserDeviceEnrollmentConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDeviceEnrollmentConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEnrollmentConfigurationAssignment", - "Command": "New-MgUserDeviceEnrollmentConfigurationAssignment" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/createEnrollmentNotificationConfiguration", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgUserDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration" - }, - { - "Module": "CrossDeviceExperiences", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDeviceEnrollmentConfigurationEnrollmentNotificationConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/extensions", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgUserDeviceExtension" - }, - { - "Module": "Devices.CorporateManagement", + ], "Method": "POST", "Permissions": [], + "Command": "New-MgUserDeviceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent", - "Command": "New-MgUserDeviceManagementTroubleshootingEvent" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceManagementTroubleshootingEvent1", - "Command": "New-MgUserDeviceManagementTroubleshootingEvent" - }, - { - "Module": "CrossDeviceExperiences", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/$ref", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgUserDeviceRegisteredOwnerByRef" - }, - { - "Module": "CrossDeviceExperiences", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDeviceRegisteredOwnerByRef", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/$ref", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgUserDeviceRegisteredUserByRef" - }, - { - "Module": "CrossDeviceExperiences", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDeviceRegisteredUserByRef", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/usageRights", + "Module": "CrossDeviceExperiences", + "OutputType": "IMicrosoftGraphUsageRight", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUsageRight", - "Command": "New-MgUserDeviceUsageRights" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDeviceUsageRights", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives", + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDrive1", - "Command": "New-MgUserDrive" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDrive", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives", + "Module": "Files", + "OutputType": "IMicrosoftGraphDrive", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDrive", - "Command": "New-MgUserDrive" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "New-MgUserDriveBundle" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveBundle", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/bundles", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "New-MgUserDriveBundle" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveBundle", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "New-MgUserDriveItem" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "New-MgUserDriveItem" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "New-MgUserDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "New-MgUserDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "New-MgUserDriveItemChild" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItemChild", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "New-MgUserDriveItemChild" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItemChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Command": "New-MgUserDriveItemLink" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItemLink", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createLink", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "New-MgUserDriveItemLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItemLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgUserDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgUserDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/createLink", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Command": "New-MgUserDriveItemListItemLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItemListItemLink", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgUserDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItemListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgUserDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItemListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "New-MgUserDriveItemPermission" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItemPermission", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "New-MgUserDriveItemPermission" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItemPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "New-MgUserDriveItemSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItemSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "New-MgUserDriveItemSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItemSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "New-MgUserDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItemThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "New-MgUserDriveItemThumbnail" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItemThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgUserDriveItemUploadSession" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItemUploadSession", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/createUploadSession", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgUserDriveItemUploadSession" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItemUploadSession", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "New-MgUserDriveItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "New-MgUserDriveItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "New-MgUserDriveListColumn" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "New-MgUserDriveListColumn" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphContentType1", - "Command": "New-MgUserDriveListContentType" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes", + "Module": "Files", + "OutputType": "IMicrosoftGraphContentType", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphContentType", - "Command": "New-MgUserDriveListContentType" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnDefinition1", - "Command": "New-MgUserDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnDefinition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnDefinition", - "Command": "New-MgUserDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "New-MgUserDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks", + "Module": "Files", + "OutputType": "IMicrosoftGraphColumnLink", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphColumnLink", - "Command": "New-MgUserDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItem1", - "Command": "New-MgUserDriveListItem" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveListItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItem", - "Command": "New-MgUserDriveListItem" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgUserDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgUserDriveListItemDocumentSetVersion" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/createLink", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Command": "New-MgUserDriveListItemLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveListItemLink", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgUserDriveListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgUserDriveListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "New-MgUserDriveListOperation" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations", + "Module": "Files", + "OutputType": "IMicrosoftGraphRichLongRunningOperation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphRichLongRunningOperation", - "Command": "New-MgUserDriveListOperation" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "New-MgUserDriveListSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "New-MgUserDriveListSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemActivityStat1", - "Command": "New-MgUserDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats", + "Module": "Files", + "OutputType": "IMicrosoftGraphItemActivityStat", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphItemActivityStat", - "Command": "New-MgUserDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "New-MgUserDriveRootChild" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveRootChild", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "New-MgUserDriveRootChild" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveRootChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Command": "New-MgUserDriveRootLink" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveRootLink", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/createLink", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "New-MgUserDriveRootLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveRootLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgUserDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDocumentSetVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDocumentSetVersion", - "Command": "New-MgUserDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/createLink", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Command": "New-MgUserDriveRootListItemLink" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveRootListItemLink", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgUserDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveRootListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphListItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphListItemVersion", - "Command": "New-MgUserDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveRootListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "New-MgUserDriveRootPermission" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveRootPermission", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphPermission", - "Command": "New-MgUserDriveRootPermission" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveRootPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSubscription1", - "Command": "New-MgUserDriveRootSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveRootSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions", + "Module": "Files", + "OutputType": "IMicrosoftGraphSubscription", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSubscription", - "Command": "New-MgUserDriveRootSubscription" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveRootSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "New-MgUserDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveRootThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails", + "Module": "Files", + "OutputType": "IMicrosoftGraphThumbnailSet", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphThumbnailSet", - "Command": "New-MgUserDriveRootThumbnail" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveRootThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgUserDriveRootUploadSession" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveRootUploadSession", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/createUploadSession", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgUserDriveRootUploadSession" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveRootUploadSession", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "New-MgUserDriveRootVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "New-MgUserDriveRootVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItemVersion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItemVersion", - "Command": "New-MgUserDriveRootVersion" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserDriveRootVersion", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/events", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvent", - "Command": "New-MgUserEvent" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": { "Name": "Calendars.ReadWrite", @@ -204844,19 +204999,19 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "New-MgUserEvent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphEvent1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEvent1", - "Command": "New-MgUserEvent" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": { "Name": "Calendars.ReadWrite", @@ -204864,19 +205019,19 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "New-MgUserEvent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgUserEventAttachment" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": { "Name": "Calendars.ReadWrite", @@ -204884,19 +205039,39 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "New-MgUserEventAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgUserEventAttachment" + "Method": "POST", + "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 + }, + "Command": "New-MgUserEventAttachment", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -204912,19 +205087,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgUserEventAttachmentUploadSession" + "Command": "New-MgUserEventAttachmentUploadSession", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -204940,489 +205115,469 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/events/{event-id}/attachments/createUploadSession", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgUserEventAttachmentUploadSession" + "Command": "New-MgUserEventAttachmentUploadSession", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgUserEventExceptionOccurrenceAttachment" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventExceptionOccurrenceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgUserEventExceptionOccurrenceExtension" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventExceptionOccurrenceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgUserEventExceptionOccurrenceInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgUserEventExceptionOccurrenceInstanceExtension" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserEventExceptionOccurrenceInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserEventExceptionOccurrenceInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserEventExceptionOccurrenceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventExceptionOccurrenceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserEventExceptionOccurrenceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventExceptionOccurrenceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/extensions", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgUserEventExtension" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/extensions", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgUserEventExtension" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgUserEventInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventInstanceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgUserEventInstanceAttachment" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventInstanceAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgUserEventInstanceAttachmentUploadSession" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventInstanceAttachmentUploadSession", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/createUploadSession", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgUserEventInstanceAttachmentUploadSession" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventInstanceAttachmentUploadSession", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgUserEventInstanceExceptionOccurrenceAttachment" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgUserEventInstanceExceptionOccurrenceExtension" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgUserEventInstanceExtension" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventInstanceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgUserEventInstanceExtension" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventInstanceExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserEventInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventInstanceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserEventInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventInstanceMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserEventInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventInstanceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserEventInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventInstanceSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserEventMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserEventMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserEventSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties", + "Module": "Calendar", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserEventSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "POST", "Permissions": [], + "Command": "New-MgUserEventSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/extensions", + "Module": "Users", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgUserExtension" - }, - { - "Module": "Users", "Method": "POST", "Permissions": [], + "Command": "New-MgUserExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/extensions", + "Module": "Users", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgUserExtension" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserExtension", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/inferenceClassification/overrides", + "Module": "Mail", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "Command": "New-MgUserInferenceClassificationOverride" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -205430,129 +205585,129 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "New-MgUserInferenceClassificationOverride", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/inferenceClassification/overrides", + "Module": "Mail", + "OutputType": "IMicrosoftGraphInferenceClassificationOverride", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphInferenceClassificationOverride", - "Command": "New-MgUserInferenceClassificationOverride" + "Method": "POST", + "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 + }, + "Command": "New-MgUserInferenceClassificationOverride", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDataLossPreventionPolicy", - "Command": "New-MgUserInformationProtectionDataLossPreventionPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgUserInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/policy/labels", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphInformationProtectionLabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionLabel", - "Command": "New-MgUserInformationProtectionPolicyLabel" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgUserInformationProtectionPolicyLabel", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", - "Command": "New-MgUserInformationProtectionSensitivityLabel" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgUserInformationProtectionSensitivityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphSensitivityLabel", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSensitivityLabel", - "Command": "New-MgUserInformationProtectionSensitivityLabelSublabel" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgUserInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphThreatAssessmentRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentRequest", - "Command": "New-MgUserInformationProtectionThreatAssessmentRequest" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "New-MgUserInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphThreatAssessmentResult", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphThreatAssessmentResult", - "Command": "New-MgUserInformationProtectionThreatAssessmentRequestResult" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" }, { - "Module": "Mail", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/mailFolders", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMailFolder1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder1", - "Command": "New-MgUserMailFolder" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -205560,19 +205715,19 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "New-MgUserMailFolder", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMailFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder", - "Command": "New-MgUserMailFolder" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -205580,19 +205735,19 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "New-MgUserMailFolder", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMailFolder1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMailFolder1", - "Command": "New-MgUserMailFolderChildFolder" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -205600,99 +205755,99 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "New-MgUserMailFolderChildFolder", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMailFolder", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMailFolder", - "Command": "New-MgUserMailFolderChildFolder" + "Method": "POST", + "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 + }, + "Command": "New-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "New-MgUserMailFolderChildFolderMessage" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", - "Command": "New-MgUserMailFolderChildFolderMessage" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "Module": "Mail", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgUserMailFolderChildFolderMessageAttachment" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments", + "Module": "Mail", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgUserMailFolderChildFolderMessageAttachment" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -205700,324 +205855,324 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/createUploadSession", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession" + "Method": "POST", + "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 + }, + "Command": "New-MgUserMailFolderChildFolderMessageAttachmentUploadSession", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "Module": "Mail", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgUserMailFolderChildFolderMessageExtension" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions", + "Module": "Mail", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgUserMailFolderChildFolderMessageExtension" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Command": "New-MgUserMailFolderChildFolderMessageForward" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageForward", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createForward", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "New-MgUserMailFolderChildFolderMessageForward" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageForward", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", - "Command": "New-MgUserMailFolderChildFolderMessageMention" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageMention", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Command": "New-MgUserMailFolderChildFolderMessageReply" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReply", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "New-MgUserMailFolderChildFolderMessageReply" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Command": "New-MgUserMailFolderChildFolderMessageReplyAll" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageReplyAll", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/createReplyAll", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Create3", "CreateExpanded3", "CreateViaIdentity3", "CreateViaIdentityExpanded3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "New-MgUserMailFolderChildFolderMessageReplyAll" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageReplyAll", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessageRule", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessageRule", - "Command": "New-MgUserMailFolderChildFolderMessageRule" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageRule", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessageRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessageRule", - "Command": "New-MgUserMailFolderChildFolderMessageRule" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageRule", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserMailFolderChildFolderMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserMailFolderChildFolderMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserMailFolderChildFolderSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserMailFolderChildFolderSingleValueExtendedProperty" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "New-MgUserMailFolderMessage" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -206025,19 +206180,19 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "New-MgUserMailFolderMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", - "Command": "New-MgUserMailFolderMessage" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -206045,19 +206200,19 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "New-MgUserMailFolderMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "Module": "Mail", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgUserMailFolderMessageAttachment" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -206065,99 +206220,99 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "New-MgUserMailFolderMessageAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments", + "Module": "Mail", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgUserMailFolderMessageAttachment" + "Method": "POST", + "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 + }, + "Command": "New-MgUserMailFolderMessageAttachment", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgUserMailFolderMessageAttachmentUploadSession" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderMessageAttachmentUploadSession", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/createUploadSession", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgUserMailFolderMessageAttachmentUploadSession" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderMessageAttachmentUploadSession", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "Module": "Mail", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgUserMailFolderMessageExtension" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderMessageExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions", + "Module": "Mail", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgUserMailFolderMessageExtension" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserMailFolderMessageExtension", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Command": "New-MgUserMailFolderMessageForward" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -206165,84 +206320,84 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "New-MgUserMailFolderMessageForward", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createForward", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "New-MgUserMailFolderMessageForward" + "Method": "POST", + "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 + }, + "Command": "New-MgUserMailFolderMessageForward", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", - "Command": "New-MgUserMailFolderMessageMention" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderMessageMention", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserMailFolderMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderMessageMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserMailFolderMessageMultiValueExtendedProperty" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserMailFolderMessageMultiValueExtendedProperty", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Command": "New-MgUserMailFolderMessageReply" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -206250,19 +206405,19 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "New-MgUserMailFolderMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReply", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "New-MgUserMailFolderMessageReply" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -206270,19 +206425,19 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "New-MgUserMailFolderMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Command": "New-MgUserMailFolderMessageReplyAll" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -206290,423 +206445,423 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "New-MgUserMailFolderMessageReplyAll", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/createReplyAll", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Create3", "CreateExpanded3", "CreateViaIdentity3", "CreateViaIdentityExpanded3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "New-MgUserMailFolderMessageReplyAll" + "Method": "POST", + "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 + }, + "Command": "New-MgUserMailFolderMessageReplyAll", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessageRule", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessageRule", - "Command": "New-MgUserMailFolderMessageRule" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderMessageRule", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessageRule", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessageRule", - "Command": "New-MgUserMailFolderMessageRule" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderMessageRule", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserMailFolderMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderMessageSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserMailFolderMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderMessageSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserMailFolderMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserMailFolderMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserMailFolderSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserMailFolderSingleValueExtendedProperty" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMailFolderSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDevice1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDevice1", - "Command": "New-MgUserManagedDevice" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgUserManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDevice", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphManagedDevice", - "Command": "New-MgUserManagedDevice" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgUserManagedDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssignmentFilterEvaluationStatusDetails", - "Command": "New-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState1", - "Command": "New-MgUserManagedDeviceCompliancePolicyState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgUserManagedDeviceCompliancePolicyState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyState", - "Command": "New-MgUserManagedDeviceCompliancePolicyState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgUserManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationState1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationState1", - "Command": "New-MgUserManagedDeviceConfigurationState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgUserManagedDeviceConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceConfigurationState", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationState", - "Command": "New-MgUserManagedDeviceConfigurationState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgUserManagedDeviceConfigurationState", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceHealthScriptPolicyState", - "Command": "New-MgUserManagedDeviceHealthScriptState" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserManagedDeviceHealthScriptState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/createDeviceLogCollectionRequest", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "Command": "New-MgUserManagedDeviceLogCollectionRequest" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgUserManagedDeviceLogCollectionRequest", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceLogCollectionResponse", - "Command": "New-MgUserManagedDeviceLogCollectionResponse" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserManagedDeviceLogCollectionResponse", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}/createDownloadUrl", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Create", "CreateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgUserManagedDeviceLogCollectionResponseDownloadUrl" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgUserManagedDeviceLogCollectionResponseDownloadUrl", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphManagedDeviceMobileAppConfigurationState", - "Command": "New-MgUserManagedDeviceMobileAppConfigurationState" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/createRemoteHelpSession", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgUserManagedDeviceRemoteHelpSession" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgUserManagedDeviceRemoteHelpSession", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphSecurityBaselineState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineState", - "Command": "New-MgUserManagedDeviceSecurityBaselineState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgUserManagedDeviceSecurityBaselineState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityBaselineSettingState", - "Command": "New-MgUserManagedDeviceSecurityBaselineStateSettingState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgUserManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsDeviceMalwareState", - "Command": "New-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Update", "UpdateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsDefenderUpdateSignatures", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Update1", "UpdateViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserManagedDeviceWindowsDefenderUpdateSignature", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/messages", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "New-MgUserMessage" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -206714,19 +206869,19 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "New-MgUserMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage", - "Command": "New-MgUserMessage" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -206734,19 +206889,19 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "New-MgUserMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "Module": "Mail", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgUserMessageAttachment" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -206754,19 +206909,39 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "New-MgUserMessageAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/attachments", + "Module": "Mail", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgUserMessageAttachment" + "Method": "POST", + "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 + }, + "Command": "New-MgUserMessageAttachment", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -206782,19 +206957,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgUserMessageAttachmentUploadSession" + "Command": "New-MgUserMessageAttachmentUploadSession", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -206810,69 +206985,49 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/messages/{message-id}/attachments/createUploadSession", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgUserMessageAttachmentUploadSession" + "Command": "New-MgUserMessageAttachmentUploadSession", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "Module": "Mail", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgUserMessageExtension" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMessageExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/extensions", + "Module": "Mail", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgUserMessageExtension" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserMessageExtension", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/messages/{message-id}/createForward", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Command": "New-MgUserMessageForward" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -206880,84 +207035,84 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "New-MgUserMessageForward", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/createForward", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "New-MgUserMessageForward" + "Method": "POST", + "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 + }, + "Command": "New-MgUserMessageForward", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/mentions", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMention", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMention", - "Command": "New-MgUserMessageMention" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMessageMention", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMessageMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserMessageMultiValueExtendedProperty" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserMessageMultiValueExtendedProperty", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/messages/{message-id}/createReply", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Command": "New-MgUserMessageReply" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -206965,19 +207120,19 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "New-MgUserMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/createReply", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "New-MgUserMessageReply" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -206985,19 +207140,19 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "New-MgUserMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMessage", - "Command": "New-MgUserMessageReplyAll" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.ReadWrite", @@ -207005,49 +207160,69 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "New-MgUserMessageReplyAll", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/createReplyAll", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphMessage1", "Variants": [ "Create3", "CreateExpanded3", "CreateViaIdentity3", "CreateViaIdentityExpanded3" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMessage1", - "Command": "New-MgUserMessageReplyAll" + "Method": "POST", + "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 + }, + "Command": "New-MgUserMessageReplyAll", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMessageSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties", + "Module": "Mail", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserMessageSingleValueExtendedProperty" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserMessageSingleValueExtendedProperty", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mobileAppIntentAndStates", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppIntentAndState", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -207055,62 +207230,62 @@ "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": "/users/{user-id}/mobileAppIntentAndStates", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppIntentAndState", - "Command": "New-MgUserMobileAppIntentAndState" + "Command": "New-MgUserMobileAppIntentAndState", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMobileAppTroubleshootingEvent", - "Command": "New-MgUserMobileAppTroubleshootingEvent" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMobileAppTroubleshootingEvent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests", + "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphAppLogCollectionRequest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppLogCollectionRequest", - "Command": "New-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}/createDownloadUrl", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", "Variants": [ "Create", "CreateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAppLogCollectionDownloadDetails", - "Command": "New-MgUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserMobileAppTroubleshootingEventAppLogCollectionRequestDownloadUrl", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/notifications", "Module": "Users", + "OutputType": "IMicrosoftGraphNotification", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "Notifications.ReadWrite.CreatedByApp", @@ -207118,53 +207293,19 @@ "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 }, - "Uri": "/users/{user-id}/notifications", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotification", - "Command": "New-MgUserNotification" + "Command": "New-MgUserNotification", + "ApiVersion": "beta" }, { - "Module": "Notes", - "Method": "POST", - "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.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/notebooks", + "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphNotebook1", - "Command": "New-MgUserOnenoteNotebook" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -207186,19 +207327,19 @@ "IsAdmin": false } ], + "Command": "New-MgUserOnenoteNotebook", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/notebooks", + "Module": "Notes", + "OutputType": "IMicrosoftGraphNotebook", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphNotebook", - "Command": "New-MgUserOnenoteNotebook" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -207220,19 +207361,19 @@ "IsAdmin": false } ], + "Command": "New-MgUserOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Command": "New-MgUserOnenoteNotebookSection" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -207254,19 +207395,19 @@ "IsAdmin": false } ], + "Command": "New-MgUserOnenoteNotebookSection", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sections", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Command": "New-MgUserOnenoteNotebookSection" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -207288,19 +207429,19 @@ "IsAdmin": false } ], + "Command": "New-MgUserOnenoteNotebookSection", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup1", - "Command": "New-MgUserOnenoteNotebookSectionGroup" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -207322,19 +207463,19 @@ "IsAdmin": false } ], + "Command": "New-MgUserOnenoteNotebookSectionGroup", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}/sectionGroups", + "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Command": "New-MgUserOnenoteNotebookSectionGroup" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -207356,19 +207497,19 @@ "IsAdmin": false } ], + "Command": "New-MgUserOnenoteNotebookSectionGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onenote/pages", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage1", - "Command": "New-MgUserOnenotePage" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -207390,79 +207531,113 @@ "IsAdmin": false } ], + "Command": "New-MgUserOnenotePage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/pages", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Command": "New-MgUserOnenotePage" + "Method": "POST", + "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.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": "New-MgUserOnenotePage", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/onenote/sections", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Command": "New-MgUserOnenoteSection" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [], + "Command": "New-MgUserOnenoteSection", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/sections", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Command": "New-MgUserOnenoteSection" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [], + "Command": "New-MgUserOnenoteSection", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onenote/sectionGroups", + "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSectionGroup1", - "Command": "New-MgUserOnenoteSectionGroup" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [], + "Command": "New-MgUserOnenoteSectionGroup", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/sectionGroups", + "Module": "Notes", + "OutputType": "IMicrosoftGraphSectionGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSectionGroup", - "Command": "New-MgUserOnenoteSectionGroup" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection1", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -207484,19 +207659,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenoteSection1", - "Command": "New-MgUserOnenoteSectionGroupSection" + "Command": "New-MgUserOnenoteSectionGroupSection", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenoteSection", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -207518,19 +207693,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}/sections", + "Command": "New-MgUserOnenoteSectionGroupSection", + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", + "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenoteSection", - "Command": "New-MgUserOnenoteSectionGroupSection" - }, - { - "Module": "Notes", "Method": "POST", "Permissions": [ { @@ -207552,19 +207727,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnenotePage1", - "Command": "New-MgUserOnenoteSectionPage" + "Command": "New-MgUserOnenoteSectionPage", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages", "Module": "Notes", + "OutputType": "IMicrosoftGraphOnenotePage", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -207584,41 +207759,21 @@ "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}/pages", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnenotePage", - "Command": "New-MgUserOnenoteSectionPage" - }, - { - "Module": "CloudCommunications", - "Method": "POST", - "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 - }, + } + ], + "Command": "New-MgUserOnenoteSectionPage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onlineMeetings", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphOnlineMeeting1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOnlineMeeting1", - "Command": "New-MgUserOnlineMeeting" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": { "Name": "OnlineMeetings.ReadWrite", @@ -207626,52 +207781,63 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false }, + "Command": "New-MgUserOnlineMeeting", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphOnlineMeeting", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOnlineMeeting", - "Command": "New-MgUserOnlineMeeting" + "Method": "POST", + "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 + }, + "Command": "New-MgUserOnlineMeeting", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport1", - "Command": "New-MgUserOnlineMeetingAttendanceReport" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgUserOnlineMeetingAttendanceReport", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMeetingAttendanceReport", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphMeetingAttendanceReport", - "Command": "New-MgUserOnlineMeetingAttendanceReport" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgUserOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAttendanceRecord1", "Variants": [ "Create", "Create1", @@ -207682,77 +207848,66 @@ "CreateViaIdentityExpanded", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttendanceRecord1", - "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphAttendanceRecord", "Variants": [ "Create2", "CreateExpanded2", "CreateViaIdentity2", "CreateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttendanceRecord", - "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMeetingRegistrationQuestion", - "Command": "New-MgUserOnlineMeetingRegistrationCustomQuestion" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "New-MgUserOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCallTranscript", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCallTranscript", - "Command": "New-MgUserOnlineMeetingTranscript" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserOnlineMeetingTranscript", + "ApiVersion": "beta" }, { - "Module": "Users", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/outlook/masterCategories", + "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookCategory", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookCategory", - "Command": "New-MgUserOutlookMasterCategory" - }, - { - "Module": "Users", "Method": "POST", "Permissions": { "Name": "MailboxSettings.ReadWrite", @@ -207760,39 +207915,39 @@ "FullDescription": "Allows the app to read, update, create, and delete your mailbox settings.", "IsAdmin": false }, + "Command": "New-MgUserOutlookMasterCategory", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/masterCategories", + "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookCategory", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphOutlookCategory", - "Command": "New-MgUserOutlookMasterCategory" - }, - { - "Module": "Users", "Method": "POST", "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.", + "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 }, + "Command": "New-MgUserOutlookMasterCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/outlook/tasks", + "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", - "Command": "New-MgUserOutlookTask" - }, - { - "Module": "Users", "Method": "POST", "Permissions": { "Name": "Tasks.ReadWrite", @@ -207800,34 +207955,54 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, + "Command": "New-MgUserOutlookTask", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments", + "Module": "Users", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgUserOutlookTaskAttachment" + "Method": "POST", + "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 + }, + "Command": "New-MgUserOutlookTaskAttachment", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/createUploadSession", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgUserOutlookTaskAttachmentUploadSession" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserOutlookTaskAttachmentUploadSession", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders", "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookTaskFolder", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "Tasks.ReadWrite", @@ -207835,49 +208010,49 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/outlook/taskFolders", + "Command": "New-MgUserOutlookTaskFolder", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties", + "Module": "Users", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "Command": "New-MgUserOutlookTaskFolder" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserOutlookTaskFolderMultiValueExtendedProperty", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties", "Module": "Users", - "Method": "POST", - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserOutlookTaskFolderMultiValueExtendedProperty" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserOutlookTaskFolderSingleValueExtendedProperty", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", "Module": "Users", - "Method": "POST", - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties", + "OutputType": "IMicrosoftGraphOutlookTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserOutlookTaskFolderSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "POST", "Permissions": { "Name": "Tasks.ReadWrite", @@ -207885,79 +208060,79 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks", + "Command": "New-MgUserOutlookTaskFolderTask", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "Module": "Users", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", - "Command": "New-MgUserOutlookTaskFolderTask" - }, - { - "Module": "Users", "Method": "POST", "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "Command": "New-MgUserOutlookTaskFolderTaskAttachment", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgUserOutlookTaskFolderTaskAttachment" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", + "Command": "New-MgUserOutlookTaskFolderTaskAttachmentUploadSession", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties", + "Module": "Users", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgUserOutlookTaskFolderTaskAttachmentUploadSession" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties", "Module": "Users", - "Method": "POST", - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskGroups", "Module": "Users", - "Method": "POST", - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties", + "OutputType": "IMicrosoftGraphOutlookTaskGroup", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "POST", "Permissions": { "Name": "Tasks.ReadWrite", @@ -207965,19 +208140,19 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/outlook/taskGroups", + "Command": "New-MgUserOutlookTaskGroup", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", + "Module": "Users", + "OutputType": "IMicrosoftGraphOutlookTaskFolder", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTaskGroup", - "Command": "New-MgUserOutlookTaskGroup" - }, - { - "Module": "Users", "Method": "POST", "Permissions": { "Name": "Tasks.ReadWrite", @@ -207985,49 +208160,49 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders", + "Command": "New-MgUserOutlookTaskGroupTaskFolder", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties", + "Module": "Users", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTaskFolder", - "Command": "New-MgUserOutlookTaskGroupTaskFolder" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties", "Module": "Users", - "Method": "POST", - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", "Module": "Users", - "Method": "POST", - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties", + "OutputType": "IMicrosoftGraphOutlookTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "POST", "Permissions": { "Name": "Tasks.ReadWrite", @@ -208035,109 +208210,109 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOutlookTask", - "Command": "New-MgUserOutlookTaskGroupTaskFolderTask" + "Command": "New-MgUserOutlookTaskGroupTaskFolderTask", + "ApiVersion": "beta" }, { - "Module": "Users", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments", + "Module": "Users", + "OutputType": "IMicrosoftGraphAttachment", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachment", - "Command": "New-MgUserOutlookTaskGroupTaskFolderTaskAttachment" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserOutlookTaskGroupTaskFolderTaskAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/createUploadSession", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession" - }, - { - "Module": "Users", "Method": "POST", "Permissions": [], + "Command": "New-MgUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties", + "Module": "Users", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserOutlookTaskGroupTaskFolderTaskMultiValueExtendedProperty" - }, - { - "Module": "Users", "Method": "POST", "Permissions": [], + "Command": "New-MgUserOutlookTaskGroupTaskFolderTaskMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties", + "Module": "Users", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserOutlookTaskGroupTaskFolderTaskSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "POST", "Permissions": [], + "Command": "New-MgUserOutlookTaskGroupTaskFolderTaskSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties", + "Module": "Users", + "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphMultiValueLegacyExtendedProperty", - "Command": "New-MgUserOutlookTaskMultiValueExtendedProperty" - }, - { - "Module": "Users", "Method": "POST", "Permissions": [], + "Command": "New-MgUserOutlookTaskMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties", + "Module": "Users", + "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSingleValueLegacyExtendedProperty", - "Command": "New-MgUserOutlookTaskSingleValueExtendedProperty" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserOutlookTaskSingleValueExtendedProperty", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/account", "Module": "People", + "OutputType": "IMicrosoftGraphUserAccountInformation", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -208153,19 +208328,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/account", + "Command": "New-MgUserProfileAccount", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/addresses", + "Module": "People", + "OutputType": "IMicrosoftGraphItemAddress", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserAccountInformation", - "Command": "New-MgUserProfileAccount" - }, - { - "Module": "People", "Method": "POST", "Permissions": [ { @@ -208181,19 +208356,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/addresses", + "Command": "New-MgUserProfileAddress", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/anniversaries", + "Module": "People", + "OutputType": "IMicrosoftGraphPersonAnnualEvent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemAddress", - "Command": "New-MgUserProfileAddress" - }, - { - "Module": "People", "Method": "POST", "Permissions": [ { @@ -208209,19 +208384,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/anniversaries", + "Command": "New-MgUserProfileAnniversary", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/awards", + "Module": "People", + "OutputType": "IMicrosoftGraphPersonAward", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonAnnualEvent", - "Command": "New-MgUserProfileAnniversary" - }, - { - "Module": "People", "Method": "POST", "Permissions": [ { @@ -208237,19 +208412,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/awards", + "Command": "New-MgUserProfileAward", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/certifications", + "Module": "People", + "OutputType": "IMicrosoftGraphPersonCertification", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonAward", - "Command": "New-MgUserProfileAward" - }, - { - "Module": "People", "Method": "POST", "Permissions": [ { @@ -208265,19 +208440,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/certifications", + "Command": "New-MgUserProfileCertification", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/educationalActivities", + "Module": "People", + "OutputType": "IMicrosoftGraphEducationalActivity", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonCertification", - "Command": "New-MgUserProfileCertification" - }, - { - "Module": "People", "Method": "POST", "Permissions": [ { @@ -208293,19 +208468,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/educationalActivities", + "Command": "New-MgUserProfileEducationalActivity", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/emails", + "Module": "People", + "OutputType": "IMicrosoftGraphItemEmail", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationalActivity", - "Command": "New-MgUserProfileEducationalActivity" - }, - { - "Module": "People", "Method": "POST", "Permissions": [ { @@ -208321,19 +208496,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/emails", + "Command": "New-MgUserProfileEmail", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/interests", + "Module": "People", + "OutputType": "IMicrosoftGraphPersonInterest", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemEmail", - "Command": "New-MgUserProfileEmail" - }, - { - "Module": "People", "Method": "POST", "Permissions": [ { @@ -208349,19 +208524,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/interests", + "Command": "New-MgUserProfileInterest", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/languages", + "Module": "People", + "OutputType": "IMicrosoftGraphLanguageProficiency", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonInterest", - "Command": "New-MgUserProfileInterest" - }, - { - "Module": "People", "Method": "POST", "Permissions": [ { @@ -208377,19 +208552,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/languages", + "Command": "New-MgUserProfileLanguage", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/names", + "Module": "People", + "OutputType": "IMicrosoftGraphPersonName", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLanguageProficiency", - "Command": "New-MgUserProfileLanguage" - }, - { - "Module": "People", "Method": "POST", "Permissions": [ { @@ -208423,19 +208598,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/names", + "Command": "New-MgUserProfileName", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/notes", + "Module": "People", + "OutputType": "IMicrosoftGraphPersonAnnotation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonName", - "Command": "New-MgUserProfileName" - }, - { - "Module": "People", "Method": "POST", "Permissions": [ { @@ -208451,19 +208626,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/notes", + "Command": "New-MgUserProfileNote", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/patents", + "Module": "People", + "OutputType": "IMicrosoftGraphItemPatent", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonAnnotation", - "Command": "New-MgUserProfileNote" - }, - { - "Module": "People", "Method": "POST", "Permissions": [ { @@ -208479,19 +208654,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/patents", + "Command": "New-MgUserProfilePatent", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/phones", + "Module": "People", + "OutputType": "IMicrosoftGraphItemPhone", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPatent", - "Command": "New-MgUserProfilePatent" - }, - { - "Module": "People", "Method": "POST", "Permissions": [ { @@ -208507,19 +208682,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/phones", + "Command": "New-MgUserProfilePhone", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/positions", + "Module": "People", + "OutputType": "IMicrosoftGraphWorkPosition", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPhone", - "Command": "New-MgUserProfilePhone" - }, - { - "Module": "People", "Method": "POST", "Permissions": [ { @@ -208535,19 +208710,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/positions", + "Command": "New-MgUserProfilePosition", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/projects", + "Module": "People", + "OutputType": "IMicrosoftGraphProjectParticipation", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWorkPosition", - "Command": "New-MgUserProfilePosition" - }, - { - "Module": "People", "Method": "POST", "Permissions": [ { @@ -208563,19 +208738,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/projects", + "Command": "New-MgUserProfileProject", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/publications", + "Module": "People", + "OutputType": "IMicrosoftGraphItemPublication", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphProjectParticipation", - "Command": "New-MgUserProfileProject" - }, - { - "Module": "People", "Method": "POST", "Permissions": [ { @@ -208591,19 +208766,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/publications", + "Command": "New-MgUserProfilePublication", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/skills", + "Module": "People", + "OutputType": "IMicrosoftGraphSkillProficiency", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphItemPublication", - "Command": "New-MgUserProfilePublication" - }, - { - "Module": "People", "Method": "POST", "Permissions": [ { @@ -208619,19 +208794,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/skills", + "Command": "New-MgUserProfileSkill", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/webAccounts", + "Module": "People", + "OutputType": "IMicrosoftGraphWebAccount", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSkillProficiency", - "Command": "New-MgUserProfileSkill" - }, - { - "Module": "People", "Method": "POST", "Permissions": [ { @@ -208647,19 +208822,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/webAccounts", + "Command": "New-MgUserProfileWebAccount", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/websites", + "Module": "People", + "OutputType": "IMicrosoftGraphPersonWebsite", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWebAccount", - "Command": "New-MgUserProfileWebAccount" - }, - { - "Module": "People", "Method": "POST", "Permissions": [ { @@ -208675,79 +208850,79 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/websites", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPersonWebsite", - "Command": "New-MgUserProfileWebsite" + "Command": "New-MgUserProfileWebsite", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/scopedRoleMemberOf", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Command": "New-MgUserScopedRoleMemberOf" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "New-MgUserScopedRoleMemberOf", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/scopedRoleMemberOf", + "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphScopedRoleMembership", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphScopedRoleMembership", - "Command": "New-MgUserScopedRoleMemberOf" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserScopedRoleMemberOf", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/teamwork/associatedTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphAssociatedTeamInfo1", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo1", - "Command": "New-MgUserTeamworkAssociatedTeam" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "New-MgUserTeamworkAssociatedTeam", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/teamwork/associatedTeams", + "Module": "Teams", + "OutputType": "IMicrosoftGraphAssociatedTeamInfo", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAssociatedTeamInfo", - "Command": "New-MgUserTeamworkAssociatedTeam" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserTeamworkAssociatedTeam", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/teamwork/installedApps", "Module": "Teams", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation1", + "Variants": [ + "Create1", + "CreateExpanded1", + "CreateViaIdentity1", + "CreateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -208763,19 +208938,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/teamwork/installedApps", - "Variants": [ - "Create1", - "CreateExpanded1", - "CreateViaIdentity1", - "CreateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation1", - "Command": "New-MgUserTeamworkInstalledApp" + "Command": "New-MgUserTeamworkInstalledApp", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/teamwork/installedApps", "Module": "Teams", + "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", + "Variants": [ + "Create", + "CreateExpanded", + "CreateViaIdentity", + "CreateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -208791,39 +208966,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/teamwork/installedApps", - "Variants": [ - "Create", - "CreateExpanded", - "CreateViaIdentity", - "CreateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUserScopeTeamsAppInstallation", - "Command": "New-MgUserTeamworkInstalledApp" + "Command": "New-MgUserTeamworkInstalledApp", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/todo/lists", + "Module": "Users", + "OutputType": "IMicrosoftGraphTodoTaskList", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTodoTaskList", - "Command": "New-MgUserTodoList" - }, - { - "Module": "Users", "Method": "POST", "Permissions": { "Name": "Tasks.ReadWrite", @@ -208831,69 +208986,69 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, + "Command": "New-MgUserTodoList", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists", + "Module": "Users", + "OutputType": "IMicrosoftGraphTodoTaskList", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTodoTaskList", - "Command": "New-MgUserTodoList" + "Method": "POST", + "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 + }, + "Command": "New-MgUserTodoList", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", + "Module": "Users", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgUserTodoListExtension" - }, - { - "Module": "Users", "Method": "POST", "Permissions": [], + "Command": "New-MgUserTodoListExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions", + "Module": "Users", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgUserTodoListExtension" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserTodoListExtension", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", + "Module": "Users", + "OutputType": "IMicrosoftGraphTodoTask", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTodoTask", - "Command": "New-MgUserTodoListTask" - }, - { - "Module": "Users", "Method": "POST", "Permissions": { "Name": "Tasks.ReadWrite", @@ -208901,19 +209056,19 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, + "Command": "New-MgUserTodoListTask", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks", + "Module": "Users", + "OutputType": "IMicrosoftGraphTodoTask", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphTodoTask", - "Command": "New-MgUserTodoListTask" - }, - { - "Module": "Users", "Method": "POST", "Permissions": { "Name": "Tasks.ReadWrite", @@ -208921,19 +209076,19 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, + "Command": "New-MgUserTodoListTask", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", + "Module": "Users", + "OutputType": "IMicrosoftGraphAttachmentBase", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAttachmentBase", - "Command": "New-MgUserTodoListTaskAttachment" - }, - { - "Module": "Users", "Method": "POST", "Permissions": { "Name": "Tasks.ReadWrite", @@ -208941,69 +209096,69 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, + "Command": "New-MgUserTodoListTaskAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments", + "Module": "Users", + "OutputType": "IMicrosoftGraphAttachmentBase", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphAttachmentBase", - "Command": "New-MgUserTodoListTaskAttachment" + "Method": "POST", + "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 + }, + "Command": "New-MgUserTodoListTaskAttachment", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgUserTodoListTaskAttachmentUploadSession" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "New-MgUserTodoListTaskAttachmentUploadSession", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/createUploadSession", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUploadSession", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUploadSession", - "Command": "New-MgUserTodoListTaskAttachmentUploadSession" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserTodoListTaskAttachmentUploadSession", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", + "Module": "Users", + "OutputType": "IMicrosoftGraphChecklistItem", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphChecklistItem", - "Command": "New-MgUserTodoListTaskChecklistItem" - }, - { - "Module": "Users", "Method": "POST", "Permissions": { "Name": "Tasks.ReadWrite", @@ -209011,69 +209166,69 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, + "Command": "New-MgUserTodoListTaskChecklistItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems", + "Module": "Users", + "OutputType": "IMicrosoftGraphChecklistItem", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphChecklistItem", - "Command": "New-MgUserTodoListTaskChecklistItem" + "Method": "POST", + "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 + }, + "Command": "New-MgUserTodoListTaskChecklistItem", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", + "Module": "Users", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgUserTodoListTaskExtension" - }, - { - "Module": "Users", "Method": "POST", "Permissions": [], + "Command": "New-MgUserTodoListTaskExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions", + "Module": "Users", + "OutputType": null, "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "New-MgUserTodoListTaskExtension" + "Method": "POST", + "Permissions": [], + "Command": "New-MgUserTodoListTaskExtension", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", + "Module": "Users", + "OutputType": "IMicrosoftGraphLinkedResource", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphLinkedResource", - "Command": "New-MgUserTodoListTaskLinkedResource" - }, - { - "Module": "Users", "Method": "POST", "Permissions": { "Name": "Tasks.ReadWrite", @@ -209081,19 +209236,37 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, + "Command": "New-MgUserTodoListTaskLinkedResource", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources", + "Module": "Users", + "OutputType": "IMicrosoftGraphLinkedResource", "Variants": [ "Create1", "CreateExpanded1", "CreateViaIdentity1", "CreateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphLinkedResource", - "Command": "New-MgUserTodoListTaskLinkedResource" + "Method": "POST", + "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 + }, + "Command": "New-MgUserTodoListTaskLinkedResource", + "ApiVersion": "v1.0" }, { + "Uri": "/admin/windows/updates/deployments", "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", + "Variants": [ + "Create", + "CreateExpanded" + ], "Method": "POST", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -209101,17 +209274,17 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Uri": "/admin/windows/updates/deployments", + "Command": "New-MgWindowsUpdatesDeployment", + "ApiVersion": "beta" + }, + { + "Uri": "/admin/windows/updates/updatePolicies", + "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesDeployment", - "Command": "New-MgWindowsUpdatesDeployment" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -209119,67 +209292,49 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Uri": "/admin/windows/updates/updatePolicies", - "Variants": [ - "Create", - "CreateExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesUpdatePolicy", - "Command": "New-MgWindowsUpdatesPolicy" + "Command": "New-MgWindowsUpdatesPolicy", + "ApiVersion": "beta" }, { - "Module": "WindowsUpdates", - "Method": "POST", - "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgWindowsUpdatesPolicyAudienceExclusion" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "New-MgWindowsUpdatesPolicyAudienceExclusion", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgWindowsUpdatesPolicyAudienceMember" + "Method": "POST", + "Permissions": [], + "Command": "New-MgWindowsUpdatesPolicyAudienceMember", + "ApiVersion": "beta" }, { - "Module": "WindowsUpdates", - "Method": "POST", - "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 - }, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges", + "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", "Variants": [ "Create", "CreateExpanded", "CreateViaIdentity", "CreateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesComplianceChange", - "Command": "New-MgWindowsUpdatesPolicyComplianceChange" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -209187,17 +209342,17 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, + "Command": "New-MgWindowsUpdatesPolicyComplianceChange", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/resourceConnections", + "Module": "WindowsUpdates", + "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphWindowsUpdatesResourceConnection", - "Command": "New-MgWindowsUpdatesResourceConnection" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -209205,43 +209360,61 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, + "Command": "New-MgWindowsUpdatesResourceConnection", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatableAssets", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Create", "CreateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "New-MgWindowsUpdatesUpdatableAsset" + "Method": "POST", + "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 + }, + "Command": "New-MgWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "GET", - "Permissions": [], "Uri": "/applications/{application-id}/synchronization/Ping", + "Module": "Applications", + "OutputType": null, "Variants": [ "Ping", "PingViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Ping-MgApplicationsSynchronization" - }, - { - "Module": "Applications", "Method": "GET", "Permissions": [], + "Command": "Ping-MgApplicationsSynchronization", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/Ping", + "Module": "Applications", + "OutputType": null, "Variants": [ "Ping", "PingViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Ping-MgServicePrincipalsSynchronization" + "Method": "GET", + "Permissions": [], + "Command": "Ping-MgServicePrincipalsSynchronization", + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/publish", "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Publish", + "PublishViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "Bookings.Manage.All", @@ -209249,17 +209422,17 @@ "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", "IsAdmin": false }, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/publish", - "Variants": [ - "Publish", - "PublishViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Publish-MgBookingBusiness" + "Command": "Publish-MgBookingBusiness", + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/publish", "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Publish1", + "PublishViaIdentity1" + ], "Method": "POST", "Permissions": { "Name": "Bookings.Manage.All", @@ -209267,17 +209440,17 @@ "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", "IsAdmin": false }, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/publish", - "Variants": [ - "Publish1", - "PublishViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Publish-MgBookingBusiness" + "Command": "Publish-MgBookingBusiness", + "ApiVersion": "v1.0" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/release", "Module": "Compliance", + "OutputType": null, + "Variants": [ + "Release", + "ReleaseViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -209293,17 +209466,17 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/release", + "Command": "Publish-MgComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/release", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Release", "ReleaseViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Publish-MgComplianceEdiscoveryCaseCustodian" - }, - { - "Module": "Compliance", "Method": "POST", "Permissions": [ { @@ -209319,43 +209492,43 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/release", - "Variants": [ - "Release", - "ReleaseViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Publish-MgComplianceEdiscoveryCaseNoncustodialDataSource" + "Command": "Publish-MgComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "Module": "Files", + "OutputType": null, "Variants": [ "Publish1", "PublishViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Publish-MgDriveListContentType" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Publish-MgDriveListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "Module": "Files", + "OutputType": null, "Variants": [ "Publish", "PublishViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Publish-MgDriveListContentType" + "Method": "POST", + "Permissions": [], + "Command": "Publish-MgDriveListContentType", + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "Publish", + "PublishViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -209371,17 +209544,17 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", - "Variants": [ - "Publish", - "PublishViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Command": "Publish-MgEducationClassAssignment" + "Command": "Publish-MgEducationClassAssignment", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", + "Variants": [ + "Publish1", + "PublishViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -209397,160 +209570,160 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/publish", - "Variants": [ - "Publish1", - "PublishViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment1", - "Command": "Publish-MgEducationClassAssignment" + "Command": "Publish-MgEducationClassAssignment", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "POST", - "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/publish", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "Publish1", "PublishViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Command": "Publish-MgEducationMeAssignment" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Publish-MgEducationMeAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/publish", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Variants": [ "Publish", "PublishViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment1", - "Command": "Publish-MgEducationMeAssignment" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Publish-MgEducationMeAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "Publish", "PublishViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Command": "Publish-MgEducationUserAssignment" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Publish-MgEducationUserAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/publish", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Variants": [ "Publish1", "PublishViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment1", - "Command": "Publish-MgEducationUserAssignment" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Publish-MgEducationUserAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "Module": "Groups", + "OutputType": null, "Variants": [ "Publish", "PublishViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Publish-MgGroupDriveListContentType" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Publish-MgGroupDriveListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "Module": "Groups", + "OutputType": null, "Variants": [ "Publish1", "PublishViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Publish-MgGroupDriveListContentType" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Publish-MgGroupDriveListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", + "Module": "Groups", + "OutputType": null, "Variants": [ "Publish", "PublishViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Publish-MgGroupSiteContentType" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Publish-MgGroupSiteContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/publish", + "Module": "Groups", + "OutputType": null, "Variants": [ "Publish1", "PublishViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Publish-MgGroupSiteContentType" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Publish-MgGroupSiteContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "Module": "Groups", + "OutputType": null, "Variants": [ "Publish", "PublishViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Publish-MgGroupSiteListContentType" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Publish-MgGroupSiteListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "Module": "Groups", + "OutputType": null, "Variants": [ "Publish1", "PublishViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Publish-MgGroupSiteListContentType" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Publish-MgGroupSiteListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/publish", + "Module": "Groups", + "OutputType": null, "Variants": [ "Publish", "PublishViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Publish-MgGroupSitePage" + "Method": "POST", + "Permissions": [], + "Command": "Publish-MgGroupSitePage", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", "Module": "Security", + "OutputType": null, + "Variants": [ + "Release1", + "ReleaseViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -209566,17 +209739,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", - "Variants": [ - "Release1", - "ReleaseViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian" + "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", "Module": "Security", + "OutputType": null, + "Variants": [ + "Release", + "ReleaseViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -209592,17 +209765,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/release", + "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0" + }, + { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", + "Module": "Security", + "OutputType": null, "Variants": [ "Release", "ReleaseViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Publish-MgSecurityCaseEdiscoveryCaseCustodian" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -209618,17 +209791,17 @@ "IsAdmin": true } ], + "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", + "Module": "Security", + "OutputType": null, "Variants": [ - "Release", - "ReleaseViaIdentity" + "Release1", + "ReleaseViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [ { @@ -209644,43 +209817,43 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/release", - "Variants": [ - "Release1", - "ReleaseViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource" + "Command": "Publish-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", + "Module": "Files", + "OutputType": null, "Variants": [ "Publish1", "PublishViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Publish-MgShareListContentType" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Publish-MgShareListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/publish", + "Module": "Files", + "OutputType": null, "Variants": [ "Publish", "PublishViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Publish-MgShareListContentType" + "Method": "POST", + "Permissions": [], + "Command": "Publish-MgShareListContentType", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Publish", + "PublishViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "Sites.FullControl.All", @@ -209688,17 +209861,17 @@ "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true }, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", - "Variants": [ - "Publish", - "PublishViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Publish-MgSiteContentType" + "Command": "Publish-MgSiteContentType", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Publish1", + "PublishViaIdentity1" + ], "Method": "POST", "Permissions": { "Name": "Sites.FullControl.All", @@ -209706,43 +209879,43 @@ "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true }, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/publish", - "Variants": [ - "Publish1", - "PublishViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Publish-MgSiteContentType" + "Command": "Publish-MgSiteContentType", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "Module": "Sites", + "OutputType": null, "Variants": [ "Publish", "PublishViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Publish-MgSiteListContentType" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Publish-MgSiteListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/publish", + "Module": "Sites", + "OutputType": null, "Variants": [ "Publish1", "PublishViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Publish-MgSiteListContentType" + "Method": "POST", + "Permissions": [], + "Command": "Publish-MgSiteListContentType", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/pages/{sitePage-id}/publish", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Publish", + "PublishViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -209764,58 +209937,58 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/pages/{sitePage-id}/publish", - "Variants": [ - "Publish", - "PublishViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Publish-MgSitePage" + "Command": "Publish-MgSitePage", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Publish1", "PublishViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Publish-MgUserDriveListContentType" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Publish-MgUserDriveListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/publish", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Publish", "PublishViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Publish-MgUserDriveListContentType" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Publish-MgUserDriveListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/register", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Register", "RegisterExpanded", "RegisterViaIdentity", "RegisterViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Register-MgPrivilegedAccessResource" + "Method": "POST", + "Permissions": [], + "Command": "Register-MgPrivilegedAccessResource", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -209831,95 +210004,95 @@ "IsAdmin": true } ], - "Uri": "/accessReviews/{accessReview-id}", + "Command": "Remove-MgAccessReview", + "ApiVersion": "beta" + }, + { + "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAccessReview" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgAccessReviewDecision", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAccessReviewDecision" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgAccessReviewInstance", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAccessReviewInstance" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgAccessReviewInstanceDecision", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAccessReviewInstanceDecision" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgAccessReviewInstanceMyDecision", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAccessReviewInstanceMyDecision" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgAccessReviewInstanceReviewer", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAccessReviewInstanceReviewer" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgAccessReviewMyDecision", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAccessReviewMyDecision" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [ { @@ -209935,17 +210108,17 @@ "IsAdmin": true } ], - "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", + "Command": "Remove-MgAccessReviewReviewer", + "ApiVersion": "beta" + }, + { + "Uri": "/administrativeUnits/{administrativeUnit-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAccessReviewReviewer" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", @@ -209953,30 +210126,30 @@ "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, - "Uri": "/administrativeUnits/{administrativeUnit-id}", + "Command": "Remove-MgAdministrativeUnit", + "ApiVersion": "beta" + }, + { + "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAdministrativeUnit" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgAdministrativeUnitExtension", + "ApiVersion": "beta" }, { + "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", "Module": "Identity.DirectoryManagement", - "Method": "DELETE", - "Permissions": [], - "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAdministrativeUnitExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", @@ -209984,17 +210157,17 @@ "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, - "Uri": "/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "Command": "Remove-MgAdministrativeUnitMemberByRef", + "ApiVersion": "beta" + }, + { + "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAdministrativeUnitMemberByRef" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", @@ -210002,147 +210175,147 @@ "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": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAdministrativeUnitScopedRoleMember" + "Command": "Remove-MgAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], "Uri": "/agreements/{agreement-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAgreement" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgAgreement", + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgAgreement" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgAgreement", + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAgreementAcceptance" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgAgreementAcceptance", + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgAgreementAcceptance" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgAgreementAcceptance", + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAgreementFile" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgAgreementFile", + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgAgreementFile" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgAgreementFile", + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAgreementFileLocalization" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgAgreementFileLocalization", + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgAgreementFileLocalization" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgAgreementFileLocalization", + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAgreementFileLocalizationVersion" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgAgreementFileLocalizationVersion", + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgAgreementFileLocalizationVersion" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgAgreementFileLocalizationVersion", + "ApiVersion": "v1.0" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -210164,17 +210337,17 @@ "IsAdmin": true } ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAppCatalogTeamApp" + "Command": "Remove-MgAppCatalogTeamApp", + "ApiVersion": "beta" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -210196,17 +210369,17 @@ "IsAdmin": true } ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "Command": "Remove-MgAppCatalogTeamApp", + "ApiVersion": "v1.0" + }, + { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgAppCatalogTeamApp" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [ { @@ -210228,17 +210401,17 @@ "IsAdmin": true } ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAppCatalogTeamAppDefinition" + "Command": "Remove-MgAppCatalogTeamAppDefinition", + "ApiVersion": "beta" }, { + "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -210260,95 +210433,95 @@ "IsAdmin": true } ], - "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgAppCatalogTeamAppDefinition" + "Command": "Remove-MgAppCatalogTeamAppDefinition", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "DELETE", - "Permissions": [], "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAppCatalogTeamAppDefinitionBot" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgAppCatalogTeamAppDefinitionBot", + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgAppCatalogTeamAppDefinitionBot" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgAppCatalogTeamAppDefinitionBot", + "ApiVersion": "v1.0" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAppCatalogTeamAppDefinitionColorIcon" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgAppCatalogTeamAppDefinitionColorIcon", + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAppCatalogTeamAppDefinitionColorIconHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgAppCatalogTeamAppDefinitionColorIconHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAppCatalogTeamAppDefinitionOutlineIcon" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgAppCatalogTeamAppDefinitionOutlineIcon", + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgAppCatalogTeamAppDefinitionOutlineIconHostedContent" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Application.ReadWrite.All", @@ -210356,17 +210529,17 @@ "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 }, - "Uri": "/applications/{application-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgApplication" + "Command": "Remove-MgApplication", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Application.ReadWrite.All", @@ -210374,74 +210547,56 @@ "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 }, - "Uri": "/applications/{application-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgApplication" + "Command": "Remove-MgApplication", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "DELETE", - "Permissions": [], "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgApplicationAppManagementPolicyByRef" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgApplicationAppManagementPolicyByRef", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/appManagementPolicies/{appManagementPolicy-id}/$ref", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgApplicationAppManagementPolicyByRef" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgApplicationAppManagementPolicyByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/connectorGroup/$ref", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgApplicationConnectorGroupByRef" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgApplicationConnectorGroupByRef", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "DELETE", - "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 - }, "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgApplicationExtensionProperty" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": { "Name": "Application.ReadWrite.All", @@ -210449,17 +210604,17 @@ "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 }, + "Command": "Remove-MgApplicationExtensionProperty", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgApplicationExtensionProperty" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": { "Name": "Application.ReadWrite.All", @@ -210467,17 +210622,17 @@ "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 }, + "Command": "Remove-MgApplicationExtensionProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgApplicationFederatedIdentityCredential" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": { "Name": "Application.ReadWrite.All", @@ -210485,17 +210640,37 @@ "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 }, + "Command": "Remove-MgApplicationFederatedIdentityCredential", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgApplicationFederatedIdentityCredential" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgApplicationFederatedIdentityCredential", + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/removeKey", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -210511,19 +210686,19 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/removeKey", - "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgApplicationKey" + "Command": "Remove-MgApplicationKey", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/removeKey", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Remove1", + "RemoveExpanded1", + "RemoveViaIdentity1", + "RemoveViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -210539,19 +210714,17 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/removeKey", - "Variants": [ - "Remove1", - "RemoveExpanded1", - "RemoveViaIdentity1", - "RemoveViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgApplicationKey" + "Command": "Remove-MgApplicationKey", + "ApiVersion": "v1.0" }, { + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -210567,17 +210740,17 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgApplicationOwnerByRef" + "Command": "Remove-MgApplicationOwnerByRef", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -210593,37 +210766,19 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/owners/{directoryObject-id}/$ref", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgApplicationOwnerByRef" + "Command": "Remove-MgApplicationOwnerByRef", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "POST", - "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 - }, "Uri": "/applications/{application-id}/removePassword", + "Module": "Applications", + "OutputType": null, "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgApplicationPassword" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": { "Name": "Application.ReadWrite.All", @@ -210631,84 +210786,102 @@ "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 }, + "Command": "Remove-MgApplicationPassword", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/removePassword", + "Module": "Applications", + "OutputType": null, "Variants": [ "Remove1", "RemoveExpanded1", "RemoveViaIdentity1", "RemoveViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgApplicationPassword" + "Method": "POST", + "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 + }, + "Command": "Remove-MgApplicationPassword", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "DELETE", - "Permissions": [], "Uri": "/applications/{application-id}/synchronization", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgApplicationSynchronization" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgApplicationSynchronization", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgApplicationSynchronizationJob" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgApplicationSynchronizationJob", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgApplicationSynchronizationJobSchema" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgApplicationSynchronizationJobSchema", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgApplicationSynchronizationJobSchemaDirectory" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgApplicationSynchronizationTemplate" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgApplicationSynchronizationTemplate", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -210716,30 +210889,30 @@ "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": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgApplicationSynchronizationTemplateSchema" + "Command": "Remove-MgApplicationSynchronizationTemplateSchema", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "DELETE", - "Permissions": [], "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgApplicationSynchronizationTemplateSchemaDirectory" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -210761,17 +210934,17 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgApplicationTokenIssuancePolicyByRef" + "Command": "Remove-MgApplicationTokenIssuancePolicyByRef", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -210793,17 +210966,17 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/tokenIssuancePolicies/{tokenIssuancePolicy-id}/$ref", + "Command": "Remove-MgApplicationTokenIssuancePolicyByRef", + "ApiVersion": "v1.0" + }, + { + "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgApplicationTokenIssuancePolicyByRef" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": [ { @@ -210825,17 +210998,17 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgApplicationTokenLifetimePolicyByRef" + "Command": "Remove-MgApplicationTokenLifetimePolicyByRef", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -210857,17 +211030,17 @@ "IsAdmin": true } ], - "Uri": "/applications/{application-id}/tokenLifetimePolicies/{tokenLifetimePolicy-id}/$ref", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgApplicationTokenLifetimePolicyByRef" + "Command": "Remove-MgApplicationTokenLifetimePolicyByRef", + "ApiVersion": "v1.0" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}", "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Bookings.Manage.All", @@ -210875,17 +211048,17 @@ "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", "IsAdmin": false }, - "Uri": "/bookingBusinesses/{bookingBusiness-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgBookingBusiness" + "Command": "Remove-MgBookingBusiness", + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Bookings.Manage.All", @@ -210893,17 +211066,17 @@ "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", "IsAdmin": false }, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", + "Command": "Remove-MgBookingBusiness", + "ApiVersion": "v1.0" + }, + { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgBookingBusiness" - }, - { - "Module": "Bookings", "Method": "DELETE", "Permissions": [ { @@ -210925,17 +211098,17 @@ "IsAdmin": false } ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgBookingBusinessAppointment" + "Command": "Remove-MgBookingBusinessAppointment", + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -210957,43 +211130,43 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgBookingBusinessAppointment" + "Command": "Remove-MgBookingBusinessAppointment", + "ApiVersion": "v1.0" }, { - "Module": "Bookings", - "Method": "DELETE", - "Permissions": [], "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgBookingBusinessCalendarView" - }, - { - "Module": "Bookings", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgBookingBusinessCalendarView", + "ApiVersion": "beta" + }, + { "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgBookingBusinessCalendarView" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgBookingBusinessCalendarView", + "ApiVersion": "v1.0" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -211015,17 +211188,17 @@ "IsAdmin": false } ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgBookingBusinessCustomer" + "Command": "Remove-MgBookingBusinessCustomer", + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -211047,17 +211220,17 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgBookingBusinessCustomer" + "Command": "Remove-MgBookingBusinessCustomer", + "ApiVersion": "v1.0" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -211079,17 +211252,17 @@ "IsAdmin": false } ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgBookingBusinessCustomQuestion" + "Command": "Remove-MgBookingBusinessCustomQuestion", + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -211111,17 +211284,17 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "Command": "Remove-MgBookingBusinessCustomQuestion", + "ApiVersion": "v1.0" + }, + { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgBookingBusinessCustomQuestion" - }, - { - "Module": "Bookings", "Method": "DELETE", "Permissions": [ { @@ -211137,17 +211310,17 @@ "IsAdmin": false } ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgBookingBusinessService" + "Command": "Remove-MgBookingBusinessService", + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -211163,17 +211336,17 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgBookingBusinessService" + "Command": "Remove-MgBookingBusinessService", + "ApiVersion": "v1.0" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -211189,17 +211362,17 @@ "IsAdmin": false } ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgBookingBusinessStaffMember" + "Command": "Remove-MgBookingBusinessStaffMember", + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -211215,56 +211388,56 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgBookingBusinessStaffMember" + "Command": "Remove-MgBookingBusinessStaffMember", + "ApiVersion": "v1.0" }, { - "Module": "Bookings", - "Method": "DELETE", - "Permissions": [], "Uri": "/bookingCurrencies/{bookingCurrency-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgBookingCurrency" - }, - { - "Module": "Bookings", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgBookingCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgBookingCurrency" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgBookingCurrency", + "ApiVersion": "v1.0" + }, + { "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgBusinessFlowTemplate" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgBusinessFlowTemplate", + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}", "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -211280,43 +211453,43 @@ "IsAdmin": true } ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}", + "Command": "Remove-MgBusinessScenario", + "ApiVersion": "beta" + }, + { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgBusinessScenario" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgBusinessScenarioPlanner", + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", "Module": "Bookings", - "Method": "DELETE", - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgBusinessScenarioPlanner" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgBusinessScenarioPlannerPlanConfiguration", + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", "Module": "Bookings", - "Method": "DELETE", - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgBusinessScenarioPlannerPlanConfiguration" - }, - { - "Module": "Bookings", "Method": "DELETE", "Permissions": [ { @@ -211332,17 +211505,17 @@ "IsAdmin": true } ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", + "Command": "Remove-MgBusinessScenarioPlannerPlanConfigurationLocalization", + "ApiVersion": "beta" + }, + { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgBusinessScenarioPlannerPlanConfigurationLocalization" - }, - { - "Module": "Bookings", "Method": "DELETE", "Permissions": { "Name": "BusinessScenarioData.ReadWrite.OwnedBy", @@ -211350,56 +211523,56 @@ "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 }, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgBusinessScenarioPlannerTask" + "Command": "Remove-MgBusinessScenarioPlannerTask", + "ApiVersion": "beta" }, { - "Module": "Bookings", - "Method": "DELETE", - "Permissions": [], "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgBusinessScenarioPlannerTaskConfiguration" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgBusinessScenarioPlannerTaskConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgChat" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgChat", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgChat" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgChat", + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -211415,17 +211588,17 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgChatInstalledApp" + "Command": "Remove-MgChatInstalledApp", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -211441,43 +211614,43 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgChatInstalledApp" + "Command": "Remove-MgChatInstalledApp", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "DELETE", - "Permissions": [], "Uri": "/chats/{chat-id}/lastMessagePreview", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgChatLastMessagePreview" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgChatLastMessagePreview", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/lastMessagePreview", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgChatLastMessagePreview" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgChatLastMessagePreview", + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "ChatMember.ReadWrite", @@ -211485,17 +211658,17 @@ "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true }, - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgChatMember" + "Command": "Remove-MgChatMember", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/members/{conversationMember-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "ChatMember.ReadWrite", @@ -211503,87 +211676,69 @@ "FullDescription": "Add and remove members from chats, on your behalf.", "IsAdmin": true }, - "Uri": "/chats/{chat-id}/members/{conversationMember-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgChatMember" + "Command": "Remove-MgChatMember", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "DELETE", - "Permissions": [], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgChatMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgChatMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgChatMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgChatMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgChatOperation" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgChatOperation", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgChatPermissionGrant" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgChatPermissionGrant", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "DELETE", - "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 - }, "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgChatPinnedMessage" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": { "Name": "Chat.ReadWrite", @@ -211591,17 +211746,35 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false }, + "Command": "Remove-MgChatPinnedMessage", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgChatPinnedMessage" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgChatPinnedMessage", + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -211623,17 +211796,17 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgChatTab" + "Command": "Remove-MgChatTab", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -211655,345 +211828,345 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgChatTab" + "Command": "Remove-MgChatTab", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "DELETE", - "Permissions": [], "Uri": "/communications/calls/{call-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgCommunicationCall" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationCall", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgCommunicationCall" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationCall", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgCommunicationCallAudioRoutingGroup" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgCommunicationCallAudioRoutingGroup" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgCommunicationCallContentSharingSession" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationCallContentSharingSession", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgCommunicationCallContentSharingSession" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationCallContentSharingSession", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgCommunicationCallOperation" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationCallOperation", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgCommunicationCallOperation" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationCallOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgCommunicationCallParticipant" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationCallParticipant", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgCommunicationCallParticipant" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationCallParticipant", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgCommunicationCallRecordSession" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationCallRecordSession", + "ApiVersion": "beta" + }, + { "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgCommunicationCallRecordSession" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationCallRecordSession", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgCommunicationOnlineMeeting" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationOnlineMeeting", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgCommunicationOnlineMeeting" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationOnlineMeeting", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgCommunicationOnlineMeetingRegistration" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationOnlineMeetingRegistration", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgCommunicationOnlineMeetingRegistrationCustomQuestion" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgCommunicationOnlineMeetingTranscript" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationOnlineMeetingTranscript", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/virtualAppointment", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgCommunicationOnlineMeetingVirtualAppointment" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationOnlineMeetingVirtualAppointment", + "ApiVersion": "beta" + }, + { "Uri": "/communications/presences/{presence-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgCommunicationPresence" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationPresence", + "ApiVersion": "beta" + }, + { "Uri": "/communications/presences/{presence-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgCommunicationPresence" - }, - { - "Module": "Compliance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgCommunicationPresence", + "ApiVersion": "v1.0" + }, + { "Uri": "/compliance/ediscovery", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgComplianceEdiscovery" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgComplianceEdiscovery", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}", "Module": "Compliance", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -212009,33 +212182,26 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgComplianceEdiscoveryCase" + "Command": "Remove-MgComplianceEdiscoveryCase", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "Method": "DELETE", - "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgComplianceEdiscoveryCaseCustodian" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "Method": "POST", - "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/removeHold", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Remove", "Remove1", @@ -212044,12 +212210,19 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgComplianceEdiscoveryCaseCustodianHold" + "Method": "POST", + "Permissions": [], + "Command": "Remove-MgComplianceEdiscoveryCaseCustodianHold", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", "Module": "Compliance", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -212065,30 +212238,30 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", + "Command": "Remove-MgComplianceEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgComplianceEdiscoveryCaseCustodianSiteSource" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", "Module": "Compliance", - "Method": "DELETE", - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource" - }, - { - "Module": "Compliance", "Method": "DELETE", "Permissions": [ { @@ -212104,17 +212277,17 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", + "Command": "Remove-MgComplianceEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgComplianceEdiscoveryCaseCustodianUserSource" - }, - { - "Module": "Compliance", "Method": "DELETE", "Permissions": [ { @@ -212130,72 +212303,65 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgComplianceEdiscoveryCaseLegalHold" + "Command": "Remove-MgComplianceEdiscoveryCaseLegalHold", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "Method": "DELETE", - "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgComplianceEdiscoveryCaseLegalHoldSiteSource" - }, - { - "Module": "Compliance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgComplianceEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource" - }, - { - "Module": "Compliance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgComplianceEdiscoveryCaseLegalHoldUserSource" - }, - { - "Module": "Compliance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgComplianceEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgComplianceEdiscoveryCaseNoncustodialDataSource" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "Method": "POST", - "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/removeHold", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Remove", "Remove1", @@ -212204,38 +212370,45 @@ "RemoveViaIdentity1", "RemoveViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgComplianceEdiscoveryCaseNoncustodialDataSourceHold" + "Method": "POST", + "Permissions": [], + "Command": "Remove-MgComplianceEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "Method": "DELETE", - "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgComplianceEdiscoveryCaseOperation" - }, - { - "Module": "Compliance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgComplianceEdiscoveryCaseOperation", + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgComplianceEdiscoveryCaseReviewSet" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", "Module": "Compliance", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -212251,30 +212424,30 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", + "Command": "Remove-MgComplianceEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/settings", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgComplianceEdiscoveryCaseReviewSetQuery" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgComplianceEdiscoveryCaseSetting", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", "Module": "Compliance", - "Method": "DELETE", - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/settings", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgComplianceEdiscoveryCaseSetting" - }, - { - "Module": "Compliance", "Method": "DELETE", "Permissions": [ { @@ -212290,30 +212463,30 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", + "Command": "Remove-MgComplianceEdiscoveryCaseSourceCollection", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgComplianceEdiscoveryCaseSourceCollection" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", "Module": "Compliance", - "Method": "DELETE", - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource" - }, - { - "Module": "Compliance", "Method": "DELETE", "Permissions": [ { @@ -212329,113 +212502,95 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgComplianceEdiscoveryCaseTag" + "Command": "Remove-MgComplianceEdiscoveryCaseTag", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/contacts/{orgContact-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgContact" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgContact", + "ApiVersion": "beta" + }, + { "Uri": "/contacts/{orgContact-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgContact" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgContact", + "ApiVersion": "v1.0" + }, + { "Uri": "/contracts/{contract-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgContract" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgContract", + "ApiVersion": "beta" + }, + { "Uri": "/contracts/{contract-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgContract" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgContract", + "ApiVersion": "v1.0" + }, + { "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDataPolicyOperation" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDataPolicyOperation", + "ApiVersion": "beta" + }, + { "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDataPolicyOperation" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDataPolicyOperation", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "DELETE", - "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 - }, "Uri": "/devices/{device-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDevice" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -212443,35 +212598,35 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, + "Command": "Remove-MgDevice", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDevice" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "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": "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-MgDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -212479,17 +212634,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtAndroidManagedAppProtection", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -212497,17 +212652,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtAndroidManagedAppProtection", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -212515,61 +212670,61 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp" + "Method": "DELETE", + "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": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "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 - }, "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -212577,17 +212732,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtDefaultManagedAppProtection", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -212595,17 +212750,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtDefaultManagedAppProtection", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -212613,43 +212768,61 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp" + "Method": "DELETE", + "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": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -212657,48 +212830,30 @@ "FullDescription": "Allows 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/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtEnterpriseCodeSigningCertificate" + "Command": "Remove-MgDeviceAppMgtEnterpriseCodeSigningCertificate", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfiguration" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "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 - }, "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -212706,17 +212861,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -212724,17 +212879,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -212742,17 +212897,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -212760,17 +212915,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -212778,17 +212933,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtiOSManagedAppProtection", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -212796,17 +212951,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtiOSManagedAppProtection", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -212814,147 +212969,165 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtiOSManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtectionApp" + "Method": "DELETE", + "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": "Remove-MgDeviceAppMgtiOSManagedAppProtectionApp", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedAppPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceAppMgtManagedAppPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedAppPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceAppMgtManagedAppPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedAppRegistration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceAppMgtManagedAppRegistration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedAppRegistration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceAppMgtManagedAppRegistration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -212962,17 +213135,17 @@ "FullDescription": "Allows 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/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationOperation" + "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationOperation", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -212980,61 +213153,43 @@ "FullDescription": "Allows 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/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationOperation" + "Command": "Remove-MgDeviceAppMgtManagedAppRegistrationOperation", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedAppStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceAppMgtManagedAppStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedAppStatuses" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceAppMgtManagedAppStatuses", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "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 - }, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedEBook" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213042,17 +213197,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtManagedEBook", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedEBook" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213060,17 +213215,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtManagedEBook", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedEBookAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213078,17 +213233,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtManagedEBookAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedEBookAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213096,17 +213251,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtManagedEBookAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedEBookCategory" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213114,17 +213269,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtManagedEBookCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedEBookDeviceState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213132,61 +213287,61 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtManagedEBookDeviceState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedEBookDeviceState" + "Method": "DELETE", + "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": "Remove-MgDeviceAppMgtManagedEBookDeviceState", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedEBookInstallSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceAppMgtManagedEBookInstallSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedEBookInstallSummary" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceAppMgtManagedEBookInstallSummary", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "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 - }, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedEBookUserStateSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213194,17 +213349,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtManagedEBookUserStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedEBookUserStateSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213212,17 +213367,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtManagedEBookUserStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213230,17 +213385,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213248,17 +213403,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213266,17 +213421,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213284,17 +213439,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213302,17 +213457,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtMobileApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213320,17 +213475,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtMobileApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileAppAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213338,17 +213493,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtMobileAppAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileAppAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213356,17 +213511,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtMobileAppAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileAppCategory" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213374,17 +213529,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtMobileAppCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileAppCategory" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213392,17 +213547,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtMobileAppCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213410,17 +213565,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtMobileAppConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213428,17 +213583,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtMobileAppConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213446,17 +213601,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtMobileAppConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213464,17 +213619,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtMobileAppConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213482,43 +213637,61 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses" + "Method": "DELETE", + "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": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213526,17 +213699,17 @@ "FullDescription": "Allows 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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatuses" + "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213544,43 +213717,43 @@ "FullDescription": "Allows 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/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatuses" + "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213588,30 +213761,30 @@ "FullDescription": "Allows 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/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}", + "Command": "Remove-MgDeviceAppMgtMobileAppDeviceStatuses", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/installSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileAppDeviceStatuses" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceAppMgtMobileAppInstallSummary", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "Permissions": [], - "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/installSummary", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileAppInstallSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213619,17 +213792,17 @@ "FullDescription": "Allows 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/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", + "Command": "Remove-MgDeviceAppMgtMobileAppRelationship", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileAppRelationship" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213637,17 +213810,17 @@ "FullDescription": "Allows 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/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}", + "Command": "Remove-MgDeviceAppMgtMobileAppUserStatuses", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileAppUserStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213655,17 +213828,17 @@ "FullDescription": "Allows 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/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}", + "Command": "Remove-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/policySets/{policySet-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -213673,17 +213846,17 @@ "FullDescription": "Allows 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/policySets/{policySet-id}", + "Command": "Remove-MgDeviceAppMgtPolicySet", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/policySets/{policySet-id}/assignments/{policySetAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtPolicySet" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -213691,17 +213864,17 @@ "FullDescription": "Allows 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/policySets/{policySet-id}/assignments/{policySetAssignment-id}", + "Command": "Remove-MgDeviceAppMgtPolicySetAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtPolicySetAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -213709,47 +213882,29 @@ "FullDescription": "Allows 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/policySets/{policySet-id}/items/{policySetItem-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtPolicySetItem" + "Command": "Remove-MgDeviceAppMgtPolicySetItem", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtSymantecCodeSigningCertificate" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceAppMgtSymantecCodeSigningCertificate", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "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 - }, "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213757,17 +213912,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtTargetedManagedAppConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213775,17 +213930,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtTargetedManagedAppConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213793,17 +213948,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213811,17 +213966,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213829,43 +213984,61 @@ "FullDescription": "Allows 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": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment" + "Method": "DELETE", + "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": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -213881,17 +214054,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", + "Command": "Remove-MgDeviceAppMgtTask", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtTask" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [ { @@ -213907,17 +214080,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtVppToken" + "Command": "Remove-MgDeviceAppMgtVppToken", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -213933,17 +214106,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtVppToken" + "Command": "Remove-MgDeviceAppMgtVppToken", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213951,17 +214124,17 @@ "FullDescription": "Allows 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/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", + "Command": "Remove-MgDeviceAppMgtWdacSupplementalPolicy", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtWdacSupplementalPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -213969,30 +214142,30 @@ "FullDescription": "Allows 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/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", + "Command": "Remove-MgDeviceAppMgtWdacSupplementalPolicyAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtWdacSupplementalPolicyAssignment" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceAppMgtWdacSupplementalPolicyDeploySummary", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "Permissions": [], - "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtWdacSupplementalPolicyDeploySummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -214000,17 +214173,17 @@ "FullDescription": "Allows 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/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "Command": "Remove-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [ { @@ -214026,17 +214199,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "Command": "Remove-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -214044,17 +214217,17 @@ "FullDescription": "Allows 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/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicy" + "Command": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicy", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -214062,17 +214235,17 @@ "FullDescription": "Allows 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/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicy" + "Command": "Remove-MgDeviceAppMgtWindowInformationProtectionPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -214088,17 +214261,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", + "Command": "Remove-MgDeviceAppMgtWindowInformationProtectionWipeAction", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtWindowInformationProtectionWipeAction" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [ { @@ -214114,17 +214287,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", + "Command": "Remove-MgDeviceAppMgtWindowManagedAppProtection", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtWindowManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [ { @@ -214140,17 +214313,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Command": "Remove-MgDeviceAppMgtWindowManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtWindowManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [ { @@ -214166,86 +214339,68 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceAppMgtWindowManagedAppProtectionAssignment" + "Command": "Remove-MgDeviceAppMgtWindowManagedAppProtectionAssignment", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/devices/{device-id}/commands/{command-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceCommand" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceCommand", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceExtension" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummary" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -214253,17 +214408,17 @@ "FullDescription": "Allows 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-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -214271,17 +214426,17 @@ "FullDescription": "Allows 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-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementAndroidForWorkAppConfigurationSchema" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -214289,41 +214444,59 @@ "FullDescription": "Allows 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-MgDeviceManagementAndroidForWorkAppConfigurationSchema", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementAndroidForWorkEnrollmentProfile" + "Method": "DELETE", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementAndroidForWorkEnrollmentProfile", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/androidForWorkSettings", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementAndroidForWorkSetting" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementAndroidForWorkSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSetting" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -214331,41 +214504,41 @@ "FullDescription": "Allows 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/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema" + "Command": "Remove-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/applePushNotificationCertificate", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/applePushNotificationCertificate", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -214373,17 +214546,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "Command": "Remove-MgDeviceManagementAppleUserInitiatedEnrollmentProfile", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementAppleUserInitiatedEnrollmentProfile" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -214391,17 +214564,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "Command": "Remove-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -214409,17 +214582,17 @@ "FullDescription": "Allows 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/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementAssignmentFilter" + "Command": "Remove-MgDeviceManagementAssignmentFilter", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -214427,17 +214600,17 @@ "FullDescription": "Allows 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": "/deviceManagement/auditEvents/{auditEvent-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementAuditEvent" + "Command": "Remove-MgDeviceManagementAuditEvent", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -214445,17 +214618,17 @@ "FullDescription": "Allows 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": "/deviceManagement/auditEvents/{auditEvent-id}", + "Command": "Remove-MgDeviceManagementAuditEvent", + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementAuditEvent" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -214463,17 +214636,17 @@ "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/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "Command": "Remove-MgDeviceManagementAutopilotEvent", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementAutopilotEvent" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -214481,17 +214654,17 @@ "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/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "Command": "Remove-MgDeviceManagementAutopilotEventPolicyStatusDetail", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementAutopilotEventPolicyStatusDetail" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -214499,17 +214672,17 @@ "FullDescription": "Allows 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/cartToClassAssociations/{cartToClassAssociation-id}", + "Command": "Remove-MgDeviceManagementCartToClassAssociation", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementCartToClassAssociation" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -214517,17 +214690,17 @@ "FullDescription": "Allows 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/categories/{deviceManagementSettingCategory-id}", + "Command": "Remove-MgDeviceManagementCategory", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementCategory" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -214535,17 +214708,17 @@ "FullDescription": "Allows 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/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Command": "Remove-MgDeviceManagementCategorySettingDefinition", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementCategorySettingDefinition" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -214561,69 +214734,69 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementComanagedDevice" + "Command": "Remove-MgDeviceManagementComanagedDevice", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementComanagedDeviceCategory" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementComanagedDeviceCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementComanagedDeviceCompliancePolicyState" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementComanagedDeviceCompliancePolicyState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementComanagedDeviceConfigurationState" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementComanagedDeviceConfigurationState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Remove", + "RemoveViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -214639,82 +214812,84 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", - "Variants": [ - "Remove", - "RemoveViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement" + "Command": "Remove-MgDeviceManagementComanagedDeviceFirmwareConfigurationInterfaceManagement", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementComanagedDeviceHealthScriptState" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementComanagedDeviceHealthScriptState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementComanagedDeviceLogCollectionRequest" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementComanagedDeviceLogCollectionRequest", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementComanagedDeviceSecurityBaselineState" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementComanagedDeviceSecurityBaselineState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementComanagedDeviceSecurityBaselineStateSettingState" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteExpanded", + "DeleteViaIdentity", + "DeleteViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -214722,45 +214897,43 @@ "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 }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", - "Variants": [ - "Delete", - "DeleteExpanded", - "DeleteViaIdentity", - "DeleteViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementComanagedDeviceUserFromSharedAppleDevice" + "Command": "Remove-MgDeviceManagementComanagedDeviceUserFromSharedAppleDevice", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementComanagedDeviceWindowProtectionState" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementComanagedDeviceWindowProtectionState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -214776,17 +214949,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", + "Command": "Remove-MgDeviceManagementComanagementEligibleDevice", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementComanagementEligibleDevice" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": [ { @@ -214802,17 +214975,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementComplianceManagementPartner" + "Command": "Remove-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -214828,35 +215001,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementComplianceManagementPartner" + "Command": "Remove-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/compliancePolicies/{deviceManagementCompliancePolicy-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementCompliancePolicy" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -214864,17 +215019,17 @@ "FullDescription": "Allows 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-MgDeviceManagementCompliancePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementCompliancePolicyAssignment" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -214882,17 +215037,17 @@ "FullDescription": "Allows 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-MgDeviceManagementCompliancePolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementCompliancePolicyScheduledActionForRule" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -214900,17 +215055,17 @@ "FullDescription": "Allows 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-MgDeviceManagementCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -214918,17 +215073,17 @@ "FullDescription": "Allows 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-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementCompliancePolicySetting" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -214936,59 +215091,59 @@ "FullDescription": "Allows 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-MgDeviceManagementCompliancePolicySetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementComplianceSetting" + "Method": "DELETE", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementComplianceSetting", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/conditionalAccessSettings", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementConditionalAccessSetting" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementConditionalAccessSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/conditionalAccessSettings", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementConditionalAccessSetting" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementConditionalAccessSetting", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/configurationPolicies/{deviceManagementConfigurationPolicy-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementConfigurationPolicy" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -214996,17 +215151,17 @@ "FullDescription": "Allows 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-MgDeviceManagementConfigurationPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementConfigurationPolicyAssignment" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215014,17 +215169,17 @@ "FullDescription": "Allows 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-MgDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementConfigurationPolicySetting" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215032,17 +215187,17 @@ "FullDescription": "Allows 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-MgDeviceManagementConfigurationPolicySetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementConfigurationPolicyTemplate" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215050,17 +215205,17 @@ "FullDescription": "Allows 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-MgDeviceManagementConfigurationPolicyTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215068,17 +215223,17 @@ "FullDescription": "Allows 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-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215086,17 +215241,35 @@ "FullDescription": "Allows 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-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementConfigurationSetting" + "Method": "DELETE", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementConfigurationSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -215112,17 +215285,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", + "Command": "Remove-MgDeviceManagementDataSharingConsent", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDataSharingConsent" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -215130,17 +215303,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "Command": "Remove-MgDeviceManagementDepOnboardingSetting", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDepOnboardingSetting" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -215148,17 +215321,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "Command": "Remove-MgDeviceManagementDepOnboardingSettingEnrollmentProfile", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDepOnboardingSettingEnrollmentProfile" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -215166,30 +215339,30 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "Command": "Remove-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementDerivedCredentials", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], - "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDerivedCredentials" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -215197,17 +215370,17 @@ "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/detectedApps/{detectedApp-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDetectedApp" + "Command": "Remove-MgDeviceManagementDetectedApp", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -215215,17 +215388,17 @@ "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/detectedApps/{detectedApp-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDetectedApp" + "Command": "Remove-MgDeviceManagementDetectedApp", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -215241,17 +215414,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCategory" + "Command": "Remove-MgDeviceManagementDeviceCategory", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -215267,35 +215440,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCategory" + "Command": "Remove-MgDeviceManagementDeviceCategory", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicy" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215303,17 +215458,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicy" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215321,17 +215476,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyAssignment" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215339,17 +215494,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyAssignment" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215357,17 +215512,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215375,41 +215530,59 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary" + "Method": "DELETE", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215417,17 +215590,17 @@ "FullDescription": "Allows 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/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses" + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215435,61 +215608,43 @@ "FullDescription": "Allows 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/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses" + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215497,17 +215652,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215515,17 +215670,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215533,17 +215688,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215551,17 +215706,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215569,17 +215724,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215587,17 +215742,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215605,17 +215760,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215623,17 +215778,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatuses" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215641,61 +215796,61 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatuses" + "Method": "DELETE", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/deviceConfigurations/{deviceConfiguration-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215703,17 +215858,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215721,17 +215876,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationAssignment" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215739,17 +215894,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationAssignment" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215757,17 +215912,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationConflictSummary" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215775,17 +215930,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationConflictSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215793,41 +215948,59 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary" + "Method": "DELETE", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215835,17 +216008,17 @@ "FullDescription": "Allows 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/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatuses" + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215853,43 +216026,43 @@ "FullDescription": "Allows 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/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatuses" + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215897,17 +216070,17 @@ "FullDescription": "Allows 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/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", + "Command": "Remove-MgDeviceManagementDeviceConfigurationGroupAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationGroupAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215915,17 +216088,17 @@ "FullDescription": "Allows 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/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "Command": "Remove-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215933,29 +216106,29 @@ "FullDescription": "Allows 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/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationRestrictedAppViolation" + "Command": "Remove-MgDeviceManagementDeviceConfigurationRestrictedAppViolation", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStateSummary" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStateSummary", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215963,17 +216136,17 @@ "FullDescription": "Allows 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/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatuses" + "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatuses", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -215981,43 +216154,43 @@ "FullDescription": "Allows 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/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatuses" + "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatuses", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementDeviceConfigurationUserStatusOverview", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -216033,17 +216206,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration" + "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -216059,17 +216232,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration" + "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -216085,17 +216258,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment" + "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -216111,17 +216284,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceEnrollmentConfigurationAssignment" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -216137,17 +216310,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", + "Command": "Remove-MgDeviceManagementDeviceHealthScript", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceHealthScript" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -216163,17 +216336,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", + "Command": "Remove-MgDeviceManagementDeviceHealthScriptAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceHealthScriptAssignment" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -216189,30 +216362,30 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", + "Command": "Remove-MgDeviceManagementDeviceHealthScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceHealthScriptDeviceRunState" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementDeviceHealthScriptRunSummary", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceHealthScriptRunSummary" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -216228,17 +216401,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", + "Command": "Remove-MgDeviceManagementDeviceShellScript", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceShellScript" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -216254,17 +216427,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "Command": "Remove-MgDeviceManagementDeviceShellScriptAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceShellScriptAssignment" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -216280,17 +216453,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Command": "Remove-MgDeviceManagementDeviceShellScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceShellScriptDeviceRunState" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -216306,17 +216479,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "Command": "Remove-MgDeviceManagementDeviceShellScriptGroupAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceShellScriptGroupAssignment" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -216332,48 +216505,30 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceShellScriptUserRunState" + "Command": "Remove-MgDeviceManagementDeviceShellScriptUserRunState", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "DELETE", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementDomainJoinConnector" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -216381,17 +216536,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDomainJoinConnector", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementEmbeddedSimActivationCodePool" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -216399,17 +216554,17 @@ "FullDescription": "Allows 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-MgDeviceManagementEmbeddedSimActivationCodePool", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -216417,17 +216572,35 @@ "FullDescription": "Allows 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-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState" + "Method": "DELETE", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -216443,17 +216616,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementExchangeConnector" + "Command": "Remove-MgDeviceManagementExchangeConnector", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -216469,63 +216642,45 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementExchangeConnector" + "Command": "Remove-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Administration", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementExchangeOnPremisPolicy" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementExchangeOnPremisPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementExchangeOnPremisPolicyConditionalAccessSetting" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementExchangeOnPremisPolicyConditionalAccessSetting", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "DELETE", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/groupPolicyCategories/{groupPolicyCategory-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyCategory" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -216533,17 +216688,17 @@ "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -216551,17 +216706,17 @@ "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyConfigurationAssignment" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -216569,17 +216724,17 @@ "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyConfigurationDefinitionValue" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -216587,17 +216742,17 @@ "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyConfigurationDefinitionValue", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -216605,165 +216760,165 @@ "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyDefinition" + "Method": "DELETE", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyDefinition", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionFile" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionFile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionPresentation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionPresentation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "DELETE", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyMigrationReport" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -216771,17 +216926,17 @@ "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyMigrationReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -216789,17 +216944,17 @@ "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -216807,86 +216962,86 @@ "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyObjectFile" - }, - { - "Module": "DeviceManagement.Actions", - "Method": "POST", + "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyObjectFile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/remove", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Remove", "RemoveViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyUploadedDefinitionFile" + "Method": "POST", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/removeLanguageFiles", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile" - }, - { - "Module": "DeviceManagement.Enrolment", - "Method": "DELETE", + "Method": "POST", "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.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementImportedDeviceIdentity" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -216894,17 +217049,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Remove-MgDeviceManagementImportedDeviceIdentity", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementImportedWindowAutopilotDeviceIdentity" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -216912,35 +217067,35 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Remove-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementImportedWindowAutopilotDeviceIdentity" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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": "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": "Remove-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementIntent" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -216948,17 +217103,17 @@ "FullDescription": "Allows 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-MgDeviceManagementIntent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementIntentAssignment" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -216966,17 +217121,17 @@ "FullDescription": "Allows 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-MgDeviceManagementIntentAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementIntentCategory" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -216984,17 +217139,17 @@ "FullDescription": "Allows 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-MgDeviceManagementIntentCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementIntentCategorySetting" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -217002,17 +217157,17 @@ "FullDescription": "Allows 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-MgDeviceManagementIntentCategorySetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementIntentDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -217020,30 +217175,17 @@ "FullDescription": "Allows 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/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementIntentDeviceState" + "Command": "Remove-MgDeviceManagementIntentDeviceSettingStateSummary", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], - "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementIntentDeviceStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -217051,17 +217193,30 @@ "FullDescription": "Allows 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/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", + "Command": "Remove-MgDeviceManagementIntentDeviceState", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementIntentSetting" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementIntentDeviceStateSummary", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -217069,48 +217224,48 @@ "FullDescription": "Allows 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-MgDeviceManagementIntentSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementIntentUserState" + "Method": "DELETE", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementIntentUserState", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementIntentUserStateSummary" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementIntentUserStateSummary", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "DELETE", - "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 - }, "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementIntuneBrandingProfile" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -217118,35 +217273,35 @@ "FullDescription": "Allows 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": "Remove-MgDeviceManagementIntuneBrandingProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementIntuneBrandingProfileAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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 }, + "Command": "Remove-MgDeviceManagementIntuneBrandingProfileAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementIoUpdateStatuses" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -217154,17 +217309,17 @@ "FullDescription": "Allows 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-MgDeviceManagementIoUpdateStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementIoUpdateStatuses" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -217172,17 +217327,17 @@ "FullDescription": "Allows 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-MgDeviceManagementIoUpdateStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementMacOSSoftwareUpdateAccountSummary" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -217190,17 +217345,17 @@ "FullDescription": "Allows 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-MgDeviceManagementMacOSSoftwareUpdateAccountSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -217208,35 +217363,35 @@ "FullDescription": "Allows 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-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "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.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementManagedDevice" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -217244,108 +217399,126 @@ "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": "Remove-MgDeviceManagementManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementManagedDevice" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementManagedDeviceCategory" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementManagedDeviceCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementManagedDeviceCategory" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementManagedDeviceCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -217353,17 +217526,17 @@ "FullDescription": "Allows 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/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementManagedDeviceEncryptionState" + "Command": "Remove-MgDeviceManagementManagedDeviceEncryptionState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Remove", + "RemoveViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -217379,102 +217552,84 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", - "Variants": [ - "Remove", - "RemoveViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement" + "Command": "Remove-MgDeviceManagementManagedDeviceFirmwareConfigurationInterfaceManagement", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementManagedDeviceHealthScriptState" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementManagedDeviceHealthScriptState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementManagedDeviceLogCollectionRequest" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementManagedDeviceMobileAppConfigurationState" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementManagedDeviceSecurityBaselineState" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementManagedDeviceSecurityBaselineState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -217482,63 +217637,63 @@ "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 }, + "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Delete1", "DeleteExpanded1", "DeleteViaIdentity1", "DeleteViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice" + "Method": "POST", + "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 + }, + "Command": "Remove-MgDeviceManagementManagedDeviceUserFromSharedAppleDevice", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementManagedDeviceWindowProtectionState" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementManagedDeviceWindowProtectionState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementMicrosoftTunnelConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -217546,17 +217701,17 @@ "FullDescription": "Allows 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-MgDeviceManagementMicrosoftTunnelConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementMicrosoftTunnelHealthThreshold" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -217564,17 +217719,17 @@ "FullDescription": "Allows 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-MgDeviceManagementMicrosoftTunnelHealthThreshold", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -217582,17 +217737,17 @@ "FullDescription": "Allows 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-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementMicrosoftTunnelSite" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -217600,17 +217755,17 @@ "FullDescription": "Allows 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-MgDeviceManagementMicrosoftTunnelSite", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -217618,17 +217773,35 @@ "FullDescription": "Allows 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-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer" + "Method": "DELETE", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -217636,17 +217809,17 @@ "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/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEvent" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -217654,17 +217827,17 @@ "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/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": [ { @@ -217680,17 +217853,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector" + "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -217706,17 +217879,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector" + "Command": "Remove-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/ndesConnectors/{ndesConnector-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -217724,35 +217897,17 @@ "FullDescription": "Allows 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/ndesConnectors/{ndesConnector-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementNdeConnector" + "Command": "Remove-MgDeviceManagementNdeConnector", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "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 - }, "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementNotificationMessageTemplate" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -217760,17 +217915,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Remove-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementNotificationMessageTemplate" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -217778,17 +217933,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Remove-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -217796,17 +217951,35 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -217822,17 +217995,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementPartner" + "Command": "Remove-MgDeviceManagementPartner", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -217848,17 +218021,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", + "Command": "Remove-MgDeviceManagementPartner", + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementPartner" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -217874,17 +218047,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", + "Command": "Remove-MgDeviceManagementRemoteActionAudit", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementRemoteActionAudit" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -217892,17 +218065,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementRemoteAssistancePartner" + "Command": "Remove-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -217910,41 +218083,41 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementRemoteAssistancePartner" + "Command": "Remove-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0" }, { - "Module": "Reports", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/reports", + "Module": "Reports", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementReport" - }, - { - "Module": "Reports", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/reports", + "Module": "Reports", + "OutputType": null, "Variants": [ "Delete1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementReport" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementReport", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -217952,17 +218125,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", + "Command": "Remove-MgDeviceManagementResourceAccessProfile", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementResourceAccessProfile" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -217970,17 +218143,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", + "Command": "Remove-MgDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementResourceAccessProfileAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -217988,17 +218161,17 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true }, - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementResourceOperation" + "Command": "Remove-MgDeviceManagementResourceOperation", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -218006,17 +218179,17 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true }, - "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementResourceOperation" + "Command": "Remove-MgDeviceManagementResourceOperation", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -218024,35 +218197,17 @@ "FullDescription": "Allows 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/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementReusableSetting" + "Command": "Remove-MgDeviceManagementReusableSetting", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "DELETE", - "Permissions": { - "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 - }, "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementRoleAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -218060,17 +218215,17 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true }, + "Command": "Remove-MgDeviceManagementRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementRoleAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -218078,17 +218233,17 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true }, + "Command": "Remove-MgDeviceManagementRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementRoleDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -218096,17 +218251,17 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true }, + "Command": "Remove-MgDeviceManagementRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementRoleDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -218114,17 +218269,17 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true }, + "Command": "Remove-MgDeviceManagementRoleDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -218132,17 +218287,35 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true }, + "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment" + "Method": "DELETE", + "Permissions": { + "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": "Remove-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -218158,43 +218331,43 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementRoleScopeTag" + "Command": "Remove-MgDeviceManagementRoleScopeTag", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementRoleScopeTagAssignment" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementRoleScopeTagAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementScript" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementScript", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -218210,17 +218383,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "Command": "Remove-MgDeviceManagementScriptAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementScriptAssignment" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -218236,17 +218409,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Command": "Remove-MgDeviceManagementScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementScriptDeviceRunState" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -218262,17 +218435,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "Command": "Remove-MgDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementScriptGroupAssignment" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -218288,17 +218461,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "Command": "Remove-MgDeviceManagementScriptUserRunState", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementScriptUserRunState" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -218314,17 +218487,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Command": "Remove-MgDeviceManagementScriptUserRunStateDeviceRunState", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementScriptUserRunStateDeviceRunState" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -218332,17 +218505,17 @@ "FullDescription": "Allows 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/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Command": "Remove-MgDeviceManagementSettingDefinition", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementSettingDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -218350,17 +218523,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner" + "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -218368,17 +218541,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner" + "Command": "Remove-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -218386,17 +218559,17 @@ "FullDescription": "Allows 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/templates/{deviceManagementTemplate-id}", + "Command": "Remove-MgDeviceManagementTemplate", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementTemplate" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -218404,17 +218577,17 @@ "FullDescription": "Allows 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/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", + "Command": "Remove-MgDeviceManagementTemplateCategory", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementTemplateCategory" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -218422,17 +218595,17 @@ "FullDescription": "Allows 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/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "Command": "Remove-MgDeviceManagementTemplateCategoryRecommendedSetting", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementTemplateCategoryRecommendedSetting" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -218440,56 +218613,56 @@ "FullDescription": "Allows 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/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", + "Command": "Remove-MgDeviceManagementTemplateMigratableTo", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementTemplateMigratableTo" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementTemplateMigratableToCategory", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementTemplateMigratableToCategory" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementTemplateMigratableToSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], - "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementTemplateMigratableToSetting" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -218497,35 +218670,17 @@ "FullDescription": "Allows 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/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementTemplateSetting" + "Command": "Remove-MgDeviceManagementTemplateSetting", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "DELETE", - "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 - }, "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementTermAndCondition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -218533,17 +218688,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Remove-MgDeviceManagementTermAndCondition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementTermAndCondition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -218551,17 +218706,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Remove-MgDeviceManagementTermAndCondition", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatuses" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -218569,17 +218724,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatuses" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -218587,17 +218742,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Remove-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementTermAndConditionAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -218605,17 +218760,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Remove-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementTermAndConditionAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -218623,35 +218778,35 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Remove-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementTermAndConditionGroupAssignment" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "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.", + "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": "Remove-MgDeviceManagementTermAndConditionGroupAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementTroubleshootingEvent" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -218659,17 +218814,35 @@ "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": "Remove-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementTroubleshootingEvent" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -218685,17 +218858,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAnomaly", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAnomaly" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -218711,17 +218884,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAnomalyDevice", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAnomalyDevice" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -218737,17 +218910,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -218763,17 +218936,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -218789,17 +218962,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -218815,17 +218988,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -218841,17 +219014,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -218867,17 +219040,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -218893,17 +219066,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -218919,17 +219092,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -218945,42 +219118,42 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance" + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverview" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -218996,17 +219169,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBaseline" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -219022,29 +219195,29 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact" + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -219060,17 +219233,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -219086,17 +219259,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -219112,17 +219285,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -219138,17 +219311,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -219164,81 +219337,55 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance" + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategory" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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.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/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -219254,17 +219401,17 @@ "IsAdmin": true } ], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDevicePerformance" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -219280,18 +219427,18 @@ "IsAdmin": true } ], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScope" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -219307,17 +219454,17 @@ "IsAdmin": true } ], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScope", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScore" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -219333,17 +219480,17 @@ "IsAdmin": true } ], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -219359,17 +219506,17 @@ "IsAdmin": true } ], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -219385,17 +219532,17 @@ "IsAdmin": true } ], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -219411,17 +219558,17 @@ "IsAdmin": true } ], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceTimelineEvent" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -219437,17 +219584,17 @@ "IsAdmin": true } ], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -219463,17 +219610,17 @@ "IsAdmin": true } ], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticImpactingProcess" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -219489,17 +219636,17 @@ "IsAdmin": true } ], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticImpactingProcess", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticMetricHistory" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -219515,17 +219662,17 @@ "IsAdmin": true } ], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticModelScore" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -219541,29 +219688,55 @@ "IsAdmin": true } ], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice" + "Method": "DELETE", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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.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": "Remove-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticOverview" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticOverview", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -219579,17 +219752,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticRemoteConnection", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticRemoteConnection" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -219605,17 +219778,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticResourcePerformance", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticResourcePerformance" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -219631,29 +219804,29 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticScoreHistory" + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -219669,17 +219842,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -219695,17 +219868,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": [ { @@ -219721,17 +219894,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -219739,29 +219912,29 @@ "FullDescription": "Allows 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/userPfxCertificates/{userPFXCertificate-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementUserPfxCertificate" + "Command": "Remove-MgDeviceManagementUserPfxCertificate", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -219769,43 +219942,43 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "Command": "Remove-MgDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointDeviceImage" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementVirtualEndpointExternalPartnerSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", "Module": "DeviceManagement.Administration", - "Method": "DELETE", - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointExternalPartnerSetting" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", "Module": "DeviceManagement.Administration", - "Method": "DELETE", - "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointGalleryImage" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -219813,29 +219986,29 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointOnPremisesConnection" + "Command": "Remove-MgDeviceManagementVirtualEndpointOnPremisesConnection", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointOrganizationSetting" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementVirtualEndpointOrganizationSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -219843,107 +220016,107 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy" + "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/reports", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointReport" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementVirtualEndpointReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointReportExportJob" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementVirtualEndpointReportExportJob", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointServicePlan" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementVirtualEndpointServicePlan", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointSharedUseServicePlan" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementVirtualEndpointSharedUseServicePlan", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointSnapshot" - }, - { - "Module": "DeviceManagement.Administration", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementVirtualEndpointSnapshot", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointSupportedRegion" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementVirtualEndpointSupportedRegion", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -219951,30 +220124,30 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointUserSetting" + "Command": "Remove-MgDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -219982,43 +220155,43 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementWindowAutopilotDeploymentProfile" + "Command": "Remove-MgDeviceManagementWindowAutopilotDeploymentProfile", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -220026,17 +220199,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementWindowAutopilotDeviceIdentity" + "Command": "Remove-MgDeviceManagementWindowAutopilotDeviceIdentity", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -220044,47 +220217,29 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementWindowAutopilotDeviceIdentity" + "Command": "Remove-MgDeviceManagementWindowAutopilotDeviceIdentity", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "DELETE", - "Permissions": [], "Uri": "/deviceManagement/windowsAutopilotSettings", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementWindowAutopilotSetting" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceManagementWindowAutopilotSetting", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "DELETE", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementWindowFeatureUpdateProfile" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -220092,35 +220247,35 @@ "FullDescription": "Allows 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-MgDeviceManagementWindowFeatureUpdateProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementWindowFeatureUpdateProfileAssignment" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "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 }, + "Command": "Remove-MgDeviceManagementWindowFeatureUpdateProfileAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementWindowInformationProtectionAppLearningSummary" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -220128,17 +220283,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementWindowInformationProtectionAppLearningSummary" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -220146,17 +220301,17 @@ "FullDescription": "Allows 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": "Remove-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -220164,35 +220319,35 @@ "FullDescription": "Allows 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": "Remove-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "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.", + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows 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": "Remove-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementWindowMalwareInformation" - }, - { - "Module": "DeviceManagement", "Method": "DELETE", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -220200,35 +220355,35 @@ "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": "Remove-MgDeviceManagementWindowMalwareInformation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceManagementWindowMalwareInformationDeviceMalwareState" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "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": "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": "Remove-MgDeviceManagementWindowMalwareInformationDeviceMalwareState", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceRegisteredOwnerByRef" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -220236,17 +220391,17 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, + "Command": "Remove-MgDeviceRegisteredOwnerByRef", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceRegisteredOwnerByRef" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -220254,17 +220409,17 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, + "Command": "Remove-MgDeviceRegisteredOwnerByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceRegisteredUserByRef" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -220272,30 +220427,48 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, + "Command": "Remove-MgDeviceRegisteredUserByRef", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDeviceRegisteredUserByRef" + "Method": "DELETE", + "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-MgDeviceRegisteredUserByRef", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDeviceUsageRights" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDeviceUsageRights", + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", @@ -220303,17 +220476,17 @@ "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryAdministrativeUnit" + "Command": "Remove-MgDirectoryAdministrativeUnit", + "ApiVersion": "beta" }, { + "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", @@ -220321,61 +220494,43 @@ "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, - "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDirectoryAdministrativeUnit" + "Command": "Remove-MgDirectoryAdministrativeUnit", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryAdministrativeUnitExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDirectoryAdministrativeUnitExtension", + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDirectoryAdministrativeUnitExtension" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDirectoryAdministrativeUnitExtension", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "DELETE", - "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 - }, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryAdministrativeUnitMemberByRef" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", @@ -220383,35 +220538,35 @@ "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, + "Command": "Remove-MgDirectoryAdministrativeUnitMemberByRef", + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/members/{directoryObject-id}/$ref", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDirectoryAdministrativeUnitMemberByRef" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "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.", + "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 }, + "Command": "Remove-MgDirectoryAdministrativeUnitMemberByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", @@ -220419,56 +220574,74 @@ "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": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/directory/attributeSets/{attributeSet-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryAttributeSet" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDirectoryAttributeSet", + "ApiVersion": "beta" + }, + { "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinition" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "beta" }, { + "Uri": "/directory/deletedItems/{directoryObject-id}", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -220496,17 +220669,17 @@ "IsAdmin": true } ], - "Uri": "/directory/deletedItems/{directoryObject-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryDeletedItem" + "Command": "Remove-MgDirectoryDeletedItem", + "ApiVersion": "beta" }, { + "Uri": "/directory/deletedItems/{directoryObject-id}", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -220534,43 +220707,43 @@ "IsAdmin": true } ], - "Uri": "/directory/deletedItems/{directoryObject-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDirectoryDeletedItem" + "Command": "Remove-MgDirectoryDeletedItem", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryFeatureRolloutPolicy" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDirectoryFeatureRolloutPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryFeatureRolloutPolicyApplyToByRef" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDirectoryFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "beta" }, { + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Domain.ReadWrite.All", @@ -220578,17 +220751,17 @@ "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 }, - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryFederationConfiguration" + "Command": "Remove-MgDirectoryFederationConfiguration", + "ApiVersion": "beta" }, { + "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Domain.ReadWrite.All", @@ -220596,56 +220769,56 @@ "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 }, - "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDirectoryFederationConfiguration" + "Command": "Remove-MgDirectoryFederationConfiguration", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/directory/impactedResources/{impactedResource-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryImpactedResource" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDirectoryImpactedResource", + "ApiVersion": "beta" + }, + { "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryInboundSharedUserProfile" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDirectoryInboundSharedUserProfile", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}/removePersonalData", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Remove", "RemoveViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryInboundSharedUserProfilePersonalData" + "Method": "POST", + "Permissions": [], + "Command": "Remove-MgDirectoryInboundSharedUserProfilePersonalData", + "ApiVersion": "beta" }, { + "Uri": "/directoryObjects/{directoryObject-id}", "Module": "DirectoryObjects", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -220667,17 +220840,17 @@ "IsAdmin": true } ], - "Uri": "/directoryObjects/{directoryObject-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryObject" + "Command": "Remove-MgDirectoryObject", + "ApiVersion": "beta" }, { + "Uri": "/directoryObjects/{directoryObject-id}", "Module": "DirectoryObjects", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -220699,121 +220872,121 @@ "IsAdmin": true } ], - "Uri": "/directoryObjects/{directoryObject-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDirectoryObject" + "Command": "Remove-MgDirectoryObject", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryOnPremisSynchronization" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDirectoryOnPremisSynchronization", + "ApiVersion": "beta" + }, + { "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDirectoryOnPremisSynchronization" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDirectoryOnPremisSynchronization", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryOutboundSharedUserProfile" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDirectoryOutboundSharedUserProfile", + "ApiVersion": "beta" + }, + { "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryOutboundSharedUserProfileTenant" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDirectoryOutboundSharedUserProfileTenant", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "POST", - "Permissions": [], "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}/removePersonalData", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Remove", "RemoveViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryOutboundSharedUserProfileTenantPersonalData" + "Method": "POST", + "Permissions": [], + "Command": "Remove-MgDirectoryOutboundSharedUserProfileTenantPersonalData", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/directory/recommendations/{recommendation-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryRecommendation" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDirectoryRecommendation", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryRole" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDirectoryRole", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDirectoryRole" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDirectoryRole", + "ApiVersion": "v1.0" }, { + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", @@ -220821,17 +220994,17 @@ "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/{directoryRole-id}/members/{directoryObject-id}/$ref", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryRoleMemberByRef" + "Command": "Remove-MgDirectoryRoleMemberByRef", + "ApiVersion": "beta" }, { + "Uri": "/directoryRoles/{directoryRole-id}/members/{directoryObject-id}/$ref", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", @@ -220839,69 +221012,69 @@ "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/{directoryRole-id}/members/{directoryObject-id}/$ref", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDirectoryRoleMemberByRef" + "Command": "Remove-MgDirectoryRoleMemberByRef", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryRoleScopedMember" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDirectoryRoleScopedMember", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDirectoryRoleScopedMember" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDirectoryRoleScopedMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectoryRoleTemplate" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDirectoryRoleTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDirectoryRoleTemplate" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDirectoryRoleTemplate", + "ApiVersion": "v1.0" }, { + "Uri": "/settings/{directorySetting-id}", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -220917,61 +221090,43 @@ "IsAdmin": true } ], - "Uri": "/settings/{directorySetting-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectorySetting" + "Command": "Remove-MgDirectorySetting", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectorySettingTemplate" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDirectorySettingTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDirectorySharedEmailDomain" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDirectorySharedEmailDomain", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "DELETE", - "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 - }, "Uri": "/domains/{domain-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDomain" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": { "Name": "Domain.ReadWrite.All", @@ -220979,17 +221134,17 @@ "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 }, + "Command": "Remove-MgDomain", + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDomain" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": { "Name": "Domain.ReadWrite.All", @@ -220997,17 +221152,17 @@ "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 }, + "Command": "Remove-MgDomain", + "ApiVersion": "v1.0" + }, + { "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDomainFederationConfiguration" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": { "Name": "Domain.ReadWrite.All", @@ -221015,108 +221170,126 @@ "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 }, + "Command": "Remove-MgDomainFederationConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDomainFederationConfiguration" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgDomainFederationConfiguration", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDomainServiceConfigurationRecord" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDomainServiceConfigurationRecord", + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDomainServiceConfigurationRecord" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDomainServiceConfigurationRecord", + "ApiVersion": "v1.0" + }, + { "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDomainSharedEmailDomainInvitation" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDomainSharedEmailDomainInvitation", + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDomainVerificationDnsRecord" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDomainVerificationDnsRecord", + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDomainVerificationDnsRecord" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDomainVerificationDnsRecord", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDrive" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDrive", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDrive" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDrive", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "Module": "Files", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -221138,17 +221311,17 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveItem" + "Command": "Remove-MgDriveItem", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "Module": "Files", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -221170,199 +221343,199 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveItem" + "Command": "Remove-MgDriveItem", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "DELETE", - "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveItemAnalytic" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveItemAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveItemAnalytic" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveItemAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveItemListItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveItemListItem", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveItemListItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveItemListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveItemListItemField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveItemListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveItemListItemField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveItemListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveItemListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveItemListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveItemListItemVersionField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveItemListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveItemListItemVersionField" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDriveItemListItemVersionField", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Module": "Files", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -221384,17 +221557,17 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveItemPermission" + "Command": "Remove-MgDriveItemPermission", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Module": "Files", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -221416,719 +221589,719 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveItemPermission" + "Command": "Remove-MgDriveItemPermission", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "DELETE", - "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveItemSubscription" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveItemSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveItemSubscription" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveItemSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveItemThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveItemThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveList" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveList", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveList" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveList", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveListColumn" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveListColumn" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveListContentType" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveListContentType" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveListItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListItem", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveListItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveListItemField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveListItemField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveListItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveListItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveListItemVersionField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveListItemVersionField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveListOperation" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveListOperation" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveListSubscription" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveListSubscription" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveRoot" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveRoot" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveRootAnalytic" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRootAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveRootAnalytic" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRootAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveRootListItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRootListItem", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveRootListItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRootListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveRootListItemField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRootListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveRootListItemField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRootListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRootListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRootListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveRootListItemVersionField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRootListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveRootListItemVersionField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRootListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveRootPermission" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRootPermission", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveRootPermission" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRootPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveRootSubscription" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRootSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveRootSubscription" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRootSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRootThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRootThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgDriveRootVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgDriveRootVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgDriveRootVersion" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgDriveRootVersion", + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}", "Module": "Education", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "N/A", @@ -222136,17 +222309,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/education/classes/{educationClass-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationClass" + "Command": "Remove-MgEducationClass", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}", "Module": "Education", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "N/A", @@ -222154,17 +222327,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/education/classes/{educationClass-id}", + "Command": "Remove-MgEducationClass", + "ApiVersion": "v1.0" + }, + { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationClass" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [ { @@ -222180,17 +222353,17 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignment" + "Command": "Remove-MgEducationClassAssignment", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "Module": "Education", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -222206,17 +222379,17 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignment" + "Command": "Remove-MgEducationClassAssignment", + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "Module": "Education", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -222232,17 +222405,17 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentCategory" + "Command": "Remove-MgEducationClassAssignmentCategory", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", "Module": "Education", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -222258,17 +222431,17 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentCategory" + "Command": "Remove-MgEducationClassAssignmentCategory", + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "Module": "Education", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -222284,17 +222457,17 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentCategoryByRef" + "Command": "Remove-MgEducationClassAssignmentCategoryByRef", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", "Module": "Education", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -222310,43 +222483,43 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentCategoryByRef" + "Command": "Remove-MgEducationClassAssignmentCategoryByRef", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "DELETE", - "Permissions": [], "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentDefault" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationClassAssignmentDefault", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentDefault" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgEducationClassAssignmentDefault", + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Module": "Education", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -222362,17 +222535,17 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentResource" + "Command": "Remove-MgEducationClassAssignmentResource", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", "Module": "Education", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -222388,121 +222561,121 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentResource" + "Command": "Remove-MgEducationClassAssignmentResource", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "DELETE", - "Permissions": [], "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentRubric" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationClassAssignmentRubric", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentRubric" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationClassAssignmentRubric", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentRubricByRef" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationClassAssignmentRubricByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentRubricByRef" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationClassAssignmentRubricByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentSetting" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationClassAssignmentSetting", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentSetting" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationClassAssignmentSetting", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentSubmission" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationClassAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentSubmission" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgEducationClassAssignmentSubmission", + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Module": "Education", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -222518,17 +222691,17 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome" + "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", "Module": "Education", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -222544,17 +222717,17 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome" + "Command": "Remove-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Module": "Education", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -222570,17 +222743,17 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentSubmissionResource" + "Command": "Remove-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", "Module": "Education", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -222596,61 +222769,43 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentSubmissionResource" + "Command": "Remove-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "DELETE", - "Permissions": [], "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "DELETE", - "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationClassMemberByRef" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": { "Name": "N/A", @@ -222658,17 +222813,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Remove-MgEducationClassMemberByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/members/{educationUser-id}/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationClassMemberByRef" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": { "Name": "N/A", @@ -222676,17 +222831,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Remove-MgEducationClassMemberByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationClassTeacherByRef" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": { "Name": "N/A", @@ -222694,319 +222849,319 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Remove-MgEducationClassTeacherByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/teachers/{educationUser-id}/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationClassTeacherByRef" + "Method": "DELETE", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "Remove-MgEducationClassTeacherByRef", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "DELETE", - "Permissions": [], "Uri": "/education/me", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationMe" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationMe", + "ApiVersion": "beta" + }, + { "Uri": "/education/me", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationMe" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationMe", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationMeAssignment" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationMeAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationMeAssignment" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationMeAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationMeAssignmentCategoryByRef" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationMeAssignmentCategoryByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationMeAssignmentCategoryByRef" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationMeAssignmentCategoryByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationMeAssignmentResource" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationMeAssignmentResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationMeAssignmentResource" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationMeAssignmentResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationMeAssignmentRubric" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationMeAssignmentRubric", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationMeAssignmentRubric" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationMeAssignmentRubric", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationMeAssignmentRubricByRef" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationMeAssignmentRubricByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationMeAssignmentRubricByRef" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationMeAssignmentRubricByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationMeAssignmentSubmission" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationMeAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationMeAssignmentSubmission" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationMeAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationMeAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationMeAssignmentSubmissionResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationMeAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationMeAssignmentSubmissionResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/rubrics/{educationRubric-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationMeRubric" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationMeRubric", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/rubrics/{educationRubric-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationMeRubric" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgEducationMeRubric", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "DELETE", - "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, "Uri": "/education/schools/{educationSchool-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationSchool" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": { "Name": "N/A", @@ -223014,17 +223169,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Remove-MgEducationSchool", + "ApiVersion": "beta" + }, + { "Uri": "/education/schools/{educationSchool-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationSchool" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": { "Name": "N/A", @@ -223032,17 +223187,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Remove-MgEducationSchool", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationSchoolClassByRef" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": { "Name": "N/A", @@ -223050,17 +223205,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Remove-MgEducationSchoolClassByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/schools/{educationSchool-id}/classes/{educationClass-id}/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationSchoolClassByRef" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": { "Name": "N/A", @@ -223068,17 +223223,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Remove-MgEducationSchoolClassByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationSchoolUserByRef" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": { "Name": "N/A", @@ -223086,17 +223241,35 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Remove-MgEducationSchoolUserByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/schools/{educationSchool-id}/users/{educationUser-id}/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationSchoolUserByRef" + "Method": "DELETE", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "Remove-MgEducationSchoolUserByRef", + "ApiVersion": "v1.0" }, { + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", "Module": "Education", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "EduAdministration.ReadWrite", @@ -223104,43 +223277,43 @@ "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true }, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", + "Command": "Remove-MgEducationSynchronizationProfile", + "ApiVersion": "beta" + }, + { + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationSynchronizationProfile" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgEducationSynchronizationProfileError", + "ApiVersion": "beta" }, { + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", "Module": "Education", - "Method": "DELETE", - "Permissions": [], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationSynchronizationProfileError" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgEducationSynchronizationProfileStatus", + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}", "Module": "Education", - "Method": "DELETE", - "Permissions": [], - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationSynchronizationProfileStatus" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": { "Name": "N/A", @@ -223148,17 +223321,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/education/users/{educationUser-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationUser" + "Command": "Remove-MgEducationUser", + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}", "Module": "Education", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "N/A", @@ -223166,277 +223339,277 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/education/users/{educationUser-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationUser" + "Command": "Remove-MgEducationUser", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "DELETE", - "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationUserAssignment" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationUserAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationUserAssignment" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationUserAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationUserAssignmentCategoryByRef" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationUserAssignmentCategoryByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/categories/{educationCategory-id}/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationUserAssignmentCategoryByRef" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationUserAssignmentCategoryByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationUserAssignmentResource" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationUserAssignmentResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationUserAssignmentResource" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationUserAssignmentResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationUserAssignmentRubric" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationUserAssignmentRubric", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationUserAssignmentRubric" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationUserAssignmentRubric", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationUserAssignmentRubricByRef" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationUserAssignmentRubricByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationUserAssignmentRubricByRef" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationUserAssignmentRubricByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationUserAssignmentSubmission" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationUserAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationUserAssignmentSubmission" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationUserAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationUserAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationUserAssignmentSubmissionResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationUserAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationUserAssignmentSubmissionResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEducationUserRubric" - }, - { - "Module": "Education", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEducationUserRubric", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEducationUserRubric" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgEducationUserRubric", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -223444,17 +223617,17 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAccessPackage" + "Command": "Remove-MgEntitlementManagementAccessPackage", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -223462,82 +223635,82 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAccessPackage" + "Command": "Remove-MgEntitlementManagementAccessPackage", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAccessPackageAssignment" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEntitlementManagementAccessPackageAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApproval", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStage" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStep" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStep", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -223545,43 +223718,43 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "beta" + }, + { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicy" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -223589,17 +223762,17 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}", + "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta" + }, + { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAccessPackageAssignmentRequest" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -223607,48 +223780,30 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAccessPackageCatalog" + "Command": "Remove-MgEntitlementManagementAccessPackageCatalog", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "DELETE", - "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 - }, "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -223656,17 +223811,17 @@ "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 }, + "Command": "Remove-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -223674,17 +223829,17 @@ "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 }, + "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -223692,17 +223847,17 @@ "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 }, + "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -223710,56 +223865,74 @@ "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 }, + "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgEntitlementManagementAccessPackageIncompatibleGroupByRef", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAccessPackageResourceRequest" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEntitlementManagementAccessPackageResourceRequest", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAccessPackageResourceRoleScope" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEntitlementManagementAccessPackageResourceRoleScope", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAssignment" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementAssignment", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -223767,30 +223940,30 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Command": "Remove-MgEntitlementManagementAssignmentPolicy", + "ApiVersion": "v1.0" + }, + { + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAssignmentPolicy" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementAssignmentPolicyQuestion", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAssignmentPolicyQuestion" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -223798,17 +223971,17 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}", + "Command": "Remove-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0" + }, + { + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementAssignmentRequest" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -223816,87 +223989,69 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementCatalog" + "Command": "Remove-MgEntitlementManagementCatalog", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyQuestion" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyQuestion", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleAccessPackages/{accessPackage-id1}/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgEntitlementManagementCatalogAccessPackageIncompatibleAccessPackageByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementCatalogAccessPackageIncompatibleGroupByRef", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "DELETE", - "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 - }, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementConnectedOrganization" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -223904,17 +224059,17 @@ "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 }, + "Command": "Remove-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementConnectedOrganization" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -223922,17 +224077,17 @@ "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 }, + "Command": "Remove-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -223940,17 +224095,17 @@ "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 }, + "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/{directoryObject-id}/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -223958,17 +224113,17 @@ "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 }, + "Command": "Remove-MgEntitlementManagementConnectedOrganizationExternalSponsorByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -223976,30 +224131,48 @@ "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 }, + "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/{directoryObject-id}/$ref", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgEntitlementManagementConnectedOrganizationInternalSponsorByRef", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgEntitlementManagementSubject" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgEntitlementManagementSubject", + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}", "Module": "Search", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -224015,17 +224188,17 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgExternalConnection" + "Command": "Remove-MgExternalConnection", + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}", "Module": "Search", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -224041,17 +224214,17 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}", + "Command": "Remove-MgExternalConnection", + "ApiVersion": "v1.0" + }, + { + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgExternalConnection" - }, - { - "Module": "Search", "Method": "DELETE", "Permissions": [ { @@ -224067,17 +224240,17 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgExternalConnectionGroup" + "Command": "Remove-MgExternalConnectionGroup", + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "Module": "Search", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -224093,17 +224266,17 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "Command": "Remove-MgExternalConnectionGroup", + "ApiVersion": "v1.0" + }, + { + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgExternalConnectionGroup" - }, - { - "Module": "Search", "Method": "DELETE", "Permissions": [ { @@ -224119,17 +224292,17 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgExternalConnectionGroupMember" + "Command": "Remove-MgExternalConnectionGroupMember", + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", "Module": "Search", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -224145,17 +224318,17 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgExternalConnectionGroupMember" + "Command": "Remove-MgExternalConnectionGroupMember", + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "Module": "Search", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -224171,17 +224344,17 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgExternalConnectionItem" + "Command": "Remove-MgExternalConnectionItem", + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "Module": "Search", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -224197,186 +224370,186 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgExternalConnectionItem" + "Command": "Remove-MgExternalConnectionItem", + "ApiVersion": "v1.0" }, { - "Module": "Search", - "Method": "DELETE", - "Permissions": [], "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgExternalConnectionItemActivity" - }, - { - "Module": "Search", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgExternalConnectionItemActivity", + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgExternalConnectionOperation" - }, - { - "Module": "Search", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgExternalConnectionOperation", + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgExternalConnectionOperation" - }, - { - "Module": "Search", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgExternalConnectionOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/external/connections/{externalConnection-id}/quota", + "Module": "Search", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgExternalConnectionQuota" - }, - { - "Module": "Search", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgExternalConnectionQuota", + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/schema", + "Module": "Search", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgExternalConnectionSchema" - }, - { - "Module": "Search", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgExternalConnectionSchema", + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/schema", + "Module": "Search", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgExternalConnectionSchema" - }, - { - "Module": "Search", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgExternalConnectionSchema", + "ApiVersion": "v1.0" + }, + { "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgExternalIndustryDataConnector" - }, - { - "Module": "Search", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgExternalIndustryDataConnector", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgExternalIndustryDataInboundFlow" - }, - { - "Module": "Search", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgExternalIndustryDataInboundFlow", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/operations/{longRunningOperation-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgExternalIndustryDataOperation" - }, - { - "Module": "Search", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgExternalIndustryDataOperation", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgExternalIndustryDataReferenceDefinition" - }, - { - "Module": "Search", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgExternalIndustryDataReferenceDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/roleGroups/{roleGroup-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgExternalIndustryDataRoleGroup" - }, - { - "Module": "Search", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgExternalIndustryDataRoleGroup", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgExternalIndustryDataSourceSystem" - }, - { - "Module": "Search", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgExternalIndustryDataSourceSystem", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgExternalIndustryDataYear" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgExternalIndustryDataYear", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", "Module": "Financials", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -224384,17 +224557,17 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "Command": "Remove-MgFinancialCompanyCountryRegion", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyCountryRegion" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -224402,17 +224575,17 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "Command": "Remove-MgFinancialCompanyCurrency", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyCurrency" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -224420,95 +224593,95 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "Command": "Remove-MgFinancialCompanyCustomer", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyCustomer" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgFinancialCompanyCustomerCurrency", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", "Module": "Financials", - "Method": "DELETE", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyCustomerCurrency" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgFinancialCompanyCustomerPayment", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", "Module": "Financials", - "Method": "DELETE", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyCustomerPayment" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgFinancialCompanyCustomerPaymentCustomer", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", "Module": "Financials", - "Method": "DELETE", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyCustomerPaymentCustomer" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgFinancialCompanyCustomerPaymentCustomerCurrency", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "Module": "Financials", - "Method": "DELETE", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyCustomerPaymentCustomerCurrency" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgFinancialCompanyCustomerPaymentCustomerPicture", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "Module": "Financials", - "Method": "DELETE", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyCustomerPaymentCustomerPicture" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgFinancialCompanyCustomerPaymentCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", "Module": "Financials", - "Method": "DELETE", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyCustomerPaymentCustomerShipmentMethod" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -224516,17 +224689,17 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "Command": "Remove-MgFinancialCompanyCustomerPaymentJournal", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyCustomerPaymentJournal" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -224534,151 +224707,151 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPayment" + "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPayment", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "DELETE", - "Permissions": [], "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm" - }, - { - "Module": "Financials", + ], "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyCustomerPaymentMethod" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyCustomerPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyCustomerPaymentTerm" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyCustomerPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyCustomerPicture" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyCustomerShipmentMethod" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgFinancialCompanyCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/employees/{employee-id}", "Module": "Financials", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -224686,48 +224859,30 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/employees/{employee-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyEmployee" + "Command": "Remove-MgFinancialCompanyEmployee", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "DELETE", - "Permissions": [], "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyEmployeePicture" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgFinancialCompanyEmployeePicture", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "DELETE", - "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}/items/{item-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyItem" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -224735,32 +224890,50 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, + "Command": "Remove-MgFinancialCompanyItem", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyItemCategory" + "Method": "DELETE", + "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-MgFinancialCompanyItemCategory", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "DELETE", - "Permissions": [], "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyItemPicture" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgFinancialCompanyItemPicture", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/journals/{journal-id}", "Module": "Financials", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -224768,32 +224941,32 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/journals/{journal-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyJournal" + "Command": "Remove-MgFinancialCompanyJournal", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "DELETE", - "Permissions": [], "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyJournalLine" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgFinancialCompanyJournalLine", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", "Module": "Financials", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -224801,17 +224974,17 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/paymentMethods/{paymentMethod-id}", + "Command": "Remove-MgFinancialCompanyPaymentMethod", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyPaymentMethod" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -224819,826 +224992,808 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyPaymentTerm" + "Command": "Remove-MgFinancialCompanyPaymentTerm", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "DELETE", - "Permissions": [], "Uri": "/financials/companies/{company-id}/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyPicture" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyPurchaseInvoiceCurrency" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyPurchaseInvoiceCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyPurchaseInvoiceLineItem" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyPurchaseInvoiceLineItem", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyPurchaseInvoiceLineItemCategory" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyPurchaseInvoiceLineItemCategory", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyPurchaseInvoiceLineItemPicture" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyPurchaseInvoiceLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyPurchaseInvoiceVendor" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyPurchaseInvoiceVendor", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyPurchaseInvoiceVendorCurrency" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyPurchaseInvoiceVendorCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyPurchaseInvoiceVendorPaymentMethod" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyPurchaseInvoiceVendorPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyPurchaseInvoiceVendorPaymentTerm" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyPurchaseInvoiceVendorPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyPurchaseInvoiceVendorPicture" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyPurchaseInvoiceVendorPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleCreditMemoCurrency" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleCreditMemoCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomer" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomer", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomerCurrency" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomerCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomerPaymentMethod" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomerPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomerPaymentTerm" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomerPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomerPicture" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomerShipmentMethod" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleCreditMemoCustomerShipmentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleCreditMemoLineItem" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleCreditMemoLineItem", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleCreditMemoLineItemCategory" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleCreditMemoLineItemCategory", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleCreditMemoLineItemPicture" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleCreditMemoLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleCreditMemoPaymentTerm" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleCreditMemoPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItem" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleInvoiceCurrency" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleInvoiceCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleInvoiceCustomer" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleInvoiceCustomer", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleInvoiceCustomerCurrency" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleInvoiceCustomerCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleInvoiceCustomerPaymentMethod" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleInvoiceCustomerPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleInvoiceCustomerPaymentTerm" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleInvoiceCustomerPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleInvoiceCustomerPicture" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleInvoiceCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleInvoiceCustomerShipmentMethod" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleInvoiceCustomerShipmentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleInvoiceLineItem" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleInvoiceLineItem", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleInvoiceLineItemCategory" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleInvoiceLineItemCategory", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleInvoiceLineItemPicture" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleInvoiceLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleInvoicePaymentTerm" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleInvoicePaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleInvoiceShipmentMethod" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleInvoiceShipmentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleOrderCurrency" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleOrderCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleOrderCustomer" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleOrderCustomer", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleOrderCustomerCurrency" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleOrderCustomerCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleOrderCustomerPaymentMethod" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleOrderCustomerPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleOrderCustomerPaymentTerm" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleOrderCustomerPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleOrderCustomerPicture" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleOrderCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleOrderCustomerShipmentMethod" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleOrderCustomerShipmentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleOrderLineItem" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleOrderLineItem", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleOrderLineItemCategory" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleOrderLineItemCategory", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleOrderLineItemPicture" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleOrderLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleOrderPaymentTerm" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleOrderPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleQuoteCurrency" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleQuoteCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleQuoteCustomer" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleQuoteCustomer", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleQuoteCustomerCurrency" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleQuoteCustomerCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleQuoteCustomerPaymentMethod" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleQuoteCustomerPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleQuoteCustomerPaymentTerm" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleQuoteCustomerPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleQuoteCustomerPicture" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleQuoteCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleQuoteCustomerShipmentMethod" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleQuoteCustomerShipmentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleQuoteLineItem" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleQuoteLineItem", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleQuoteLineItemCategory" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleQuoteLineItemCategory", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleQuoteLineItemPicture" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleQuoteLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleQuotePaymentTerm" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleQuotePaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanySaleQuoteShipmentMethod" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgFinancialCompanySaleQuoteShipmentMethod", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "DELETE", - "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}/shipmentMethods/{shipmentMethod-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyShipmentMethod" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -225646,17 +225801,17 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, + "Command": "Remove-MgFinancialCompanyShipmentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyTaxArea" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -225664,17 +225819,17 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, + "Command": "Remove-MgFinancialCompanyTaxArea", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyTaxGroup" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -225682,17 +225837,17 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, + "Command": "Remove-MgFinancialCompanyTaxGroup", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyUnitOfMeasure" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -225700,69 +225855,87 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, + "Command": "Remove-MgFinancialCompanyUnitOfMeasure", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyVendor" + "Method": "DELETE", + "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-MgFinancialCompanyVendor", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "DELETE", - "Permissions": [], "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyVendorCurrency" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyVendorCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyVendorPaymentMethod" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyVendorPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyVendorPaymentTerm" - }, - { - "Module": "Financials", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgFinancialCompanyVendorPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgFinancialCompanyVendorPicture" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgFinancialCompanyVendorPicture", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Group.ReadWrite.All", @@ -225770,17 +225943,17 @@ "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": "/groups/{group-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroup" + "Command": "Remove-MgGroup", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Group.ReadWrite.All", @@ -225788,43 +225961,43 @@ "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": "/groups/{group-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroup" + "Command": "Remove-MgGroup", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "DELETE", - "Permissions": [], "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupAcceptedSenderByRef" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupAcceptedSenderByRef", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/acceptedSenders/{directoryObject-id}/$ref", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupAcceptedSenderByRef" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgGroupAcceptedSenderByRef", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "AppRoleAssignment.ReadWrite.All", @@ -225832,17 +226005,17 @@ "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 }, - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupAppRoleAssignment" + "Command": "Remove-MgGroupAppRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "AppRoleAssignment.ReadWrite.All", @@ -225850,43 +226023,43 @@ "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 }, - "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupAppRoleAssignment" + "Command": "Remove-MgGroupAppRoleAssignment", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "DELETE", - "Permissions": [], "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupCalendarMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupCalendarMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupCalendarMultiValueExtendedProperty" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgGroupCalendarMultiValueExtendedProperty", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "Module": "Calendar", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Calendars.ReadWrite", @@ -225894,17 +226067,17 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupCalendarPermission" + "Command": "Remove-MgGroupCalendarPermission", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", "Module": "Calendar", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Calendars.ReadWrite", @@ -225912,61 +226085,43 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupCalendarPermission" + "Command": "Remove-MgGroupCalendarPermission", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "DELETE", - "Permissions": [], "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupCalendarSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupCalendarSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupCalendarSingleValueExtendedProperty" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgGroupCalendarSingleValueExtendedProperty", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "DELETE", - "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 - }, "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupConversation" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": { "Name": "Group.ReadWrite.All", @@ -225974,17 +226129,17 @@ "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": "Remove-MgGroupConversation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupConversation" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": { "Name": "Group.ReadWrite.All", @@ -225992,17 +226147,17 @@ "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": "Remove-MgGroupConversation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupConversationThread" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": { "Name": "Group.ReadWrite.All", @@ -226010,1226 +226165,1244 @@ "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": "Remove-MgGroupConversationThread", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupConversationThread" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgGroupConversationThread", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "DELETE", - "Permissions": [], "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupConversationThreadPostAttachment" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupConversationThreadPostAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupConversationThreadPostAttachment" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupConversationThreadPostAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupConversationThreadPostExtension" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupConversationThreadPostExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupConversationThreadPostExtension" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupConversationThreadPostExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupConversationThreadPostInReplyToAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupConversationThreadPostInReplyToMention" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupConversationThreadPostInReplyToMention", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupConversationThreadPostMention" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupConversationThreadPostMention", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupConversationThreadPostMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupConversationThreadPostMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupConversationThreadPostMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupConversationThreadPostMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupConversationThreadPostSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupConversationThreadPostSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupConversationThreadPostSingleValueExtendedProperty" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupConversationThreadPostSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDrive" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDrive", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDrive" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemAnalytic" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemAnalytic" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemListItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemListItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemListItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemListItemField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemListItemField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemListItemVersionField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemListItemVersionField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemPermission" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemPermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemPermission" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemSubscription" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemSubscription" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveList" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveList", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveList" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveList", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveListColumn" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveListColumn" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveListContentType" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveListContentType" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveListItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveListItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveListItemField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveListItemField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveListItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveListItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveListItemVersionField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveListItemVersionField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveListOperation" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveListOperation" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveListSubscription" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveListSubscription" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveRoot" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveRoot" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootAnalytic" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootAnalytic" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootListItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootListItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootListItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootListItemField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootListItemField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootListItemVersionField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootListItemVersionField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootPermission" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootPermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootPermission" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootSubscription" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootSubscription" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupDriveRootVersion" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupDriveRootVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEndpoint" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgGroupEndpoint", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/{event-id}", "Module": "Calendar", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -227245,17 +227418,17 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/events/{event-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEvent" + "Command": "Remove-MgGroupEvent", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/{event-id}", "Module": "Calendar", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -227271,425 +227444,407 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/events/{event-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupEvent" + "Command": "Remove-MgGroupEvent", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "DELETE", - "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEventAttachment" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupEventAttachment" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEventExceptionOccurrenceAttachment" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventExceptionOccurrenceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEventExceptionOccurrenceExtension" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventExceptionOccurrenceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEventExceptionOccurrenceInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEventExceptionOccurrenceInstanceExtension" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEventExceptionOccurrenceInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEventExceptionOccurrenceInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEventExceptionOccurrenceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventExceptionOccurrenceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEventExceptionOccurrenceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventExceptionOccurrenceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEventExtension" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupEventExtension" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEventInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventInstanceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupEventInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventInstanceAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEventInstanceExceptionOccurrenceAttachment" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEventInstanceExceptionOccurrenceExtension" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEventInstanceExtension" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventInstanceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupEventInstanceExtension" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventInstanceExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEventInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventInstanceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupEventInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventInstanceMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEventInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventInstanceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupEventInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventInstanceSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEventMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupEventMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupEventSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupEventSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupEventSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupExtension" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupExtension" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgGroupExtension", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "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 - }, "Uri": "/groups/{group-id}/removeFavorite", + "Module": "Groups", + "OutputType": null, "Variants": [ "Remove", "RemoveViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupFavorite" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -227697,37 +227852,37 @@ "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": "Remove-MgGroupFavorite", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/removeFavorite", + "Module": "Groups", + "OutputType": null, "Variants": [ "Remove1", "RemoveViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupFavorite" - }, - { - "Module": "Groups", "Method": "POST", "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.", + "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": "Remove-MgGroupFavorite", + "ApiVersion": "v1.0" + }, + { "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", + "Module": "Groups", + "OutputType": null, "Variants": [ "Remove1", "RemoveExpanded1", "RemoveViaIdentity1", "RemoveViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupFromLifecyclePolicy" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -227735,37 +227890,37 @@ "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": "Remove-MgGroupFromLifecyclePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}/removeGroup", + "Module": "Groups", + "OutputType": null, "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupFromLifecyclePolicy" - }, - { - "Module": "Groups", - "Method": "DELETE", + "Method": "POST", "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 }, + "Command": "Remove-MgGroupFromLifecyclePolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupLifecyclePolicy" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -227773,17 +227928,35 @@ "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": "Remove-MgGroupLifecyclePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupLifecyclePolicy" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgGroupLifecyclePolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -227805,17 +227978,17 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupMemberByRef" + "Command": "Remove-MgGroupMemberByRef", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -227837,43 +228010,43 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/members/{directoryObject-id}/$ref", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupMemberByRef" + "Command": "Remove-MgGroupMemberByRef", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "Method": "DELETE", - "Permissions": [], "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupOnenoteNotebook" - }, - { - "Module": "Notes", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupOnenoteNotebook", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupOnenoteNotebook" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "Module": "Notes", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -227889,17 +228062,17 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupOnenotePage" + "Command": "Remove-MgGroupOnenotePage", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", "Module": "Notes", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -227915,69 +228088,69 @@ "IsAdmin": false } ], - "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupOnenotePage" + "Command": "Remove-MgGroupOnenotePage", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "Method": "DELETE", - "Permissions": [], "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupOnenoteSection" - }, - { - "Module": "Notes", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupOnenoteSection", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupOnenoteSection" - }, - { - "Module": "Notes", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupOnenoteSection", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupOnenoteSectionGroup" - }, - { - "Module": "Notes", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupOnenoteSectionGroup", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupOnenoteSectionGroup" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgGroupOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -227993,17 +228166,17 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupOwnerByRef" + "Command": "Remove-MgGroupOwnerByRef", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -228019,121 +228192,121 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/owners/{directoryObject-id}/$ref", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupOwnerByRef" + "Command": "Remove-MgGroupOwnerByRef", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "DELETE", - "Permissions": [], "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupPermissionGrant" - }, - { - "Module": "Groups", + ], "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupPermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupPermissionGrant" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupPermissionGrant", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/photo", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupPhoto" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupPhoto", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/photo", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupPhoto" - }, - { - "Module": "Planner", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupPhoto", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "Module": "Planner", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupPlannerPlanDetail" - }, - { - "Module": "Planner", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupPlannerPlanDetail", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "Module": "Planner", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupPlannerPlanDetail" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupPlannerPlanDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupRejectedSenderByRef" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupRejectedSenderByRef", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/rejectedSenders/{directoryObject-id}/$ref", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupRejectedSenderByRef" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgGroupRejectedSenderByRef", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -228149,836 +228322,829 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSetting" + "Command": "Remove-MgGroupSetting", + "ApiVersion": "beta" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/sites/remove", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSite", "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSite", - "Command": "Remove-MgGroupSite" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Remove-MgGroupSite", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/remove", + "Module": "Groups", + "OutputType": "IMicrosoftGraphSite1", "Variants": [ "Remove1", "RemoveExpanded1", "RemoveViaIdentity1", "RemoveViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSite1", - "Command": "Remove-MgGroupSite" + "Method": "POST", + "Permissions": [], + "Command": "Remove-MgGroupSite", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "DELETE", - "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteColumn" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteColumn" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteContentType" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteContentType" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteContentTypeColumn" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteContentTypeColumn" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteInformationProtection" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteInformationProtection", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteInformationProtectionDataLossPreventionPolicy" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteInformationProtectionPolicy" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteInformationProtectionPolicyLabel" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteInformationProtectionSensitivityLabel" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteInformationProtectionSensitivityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteInformationProtectionSensitivityLabelSublabel" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteInformationProtectionSensitivityPolicySetting" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteInformationProtectionThreatAssessmentRequest" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteInformationProtectionThreatAssessmentRequestResult" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteList" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteList", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteList" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteList", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteListColumn" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteListColumn" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteListContentType" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteListContentType" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteListContentTypeColumn" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteListContentTypeColumn" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteListContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteListContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteListItem" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteListItem" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteListItemDocumentSetVersion" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteListItemDocumentSetVersion" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteListItemField" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteListItemField" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteListItemVersion" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteListItemVersion" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteListItemVersionField" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteListItemVersionField" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteListOperation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteListOperation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteListSubscription" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteListSubscription" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteOperation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteOperation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteOperation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSitePage" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSitePage", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSitePageCanvaLayout" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSitePageCanvaLayout", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSitePageCanvaLayoutHorizontalSection" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSitePageCanvaLayoutHorizontalSectionColumn" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpart" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSitePageCanvaLayoutVerticalSection" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSitePageCanvaLayoutVerticalSection", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSitePageCanvaLayoutVerticalSectionWebpart" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSitePageWebPart" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSitePageWebPart", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSitePermission" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSitePermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSitePermission" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSitePermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStore" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStore", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStore" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStore", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreGroup" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreGroup", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreGroup" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSet" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreGroupSet", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSet" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreGroupSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSetChild" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreGroupSetChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "Delete2", @@ -228987,209 +229153,209 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSetChild" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSetChildRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSetParentGroup" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreGroupSetParentGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSet" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSet", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSet" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSetChild" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "Delete2", @@ -229198,1157 +229364,1164 @@ "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSetChild" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSetChildRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSetParentGroup" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetParentGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSet" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChild" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChildRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTerm" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSetRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetRelation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSetRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSetTerm" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetTerm", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSetTerm" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSetTermChild" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetTermChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSetTermChild" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSetTermRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "Delete2", "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupSiteTermStoreSetTermRelation" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeam" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeam", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeam" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamChannel" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamChannel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamChannel" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamChannel", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamChannelMember" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamChannelMember" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamChannelMessage", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamChannelMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamChannelMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamChannelMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamChannelTab" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamChannelTab", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamChannelTab" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamChannelTab", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamInstalledApp" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamInstalledApp", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/installedApps/{teamsAppInstallation-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamInstalledApp" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamInstalledApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamMember" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamMember" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamOperation" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamOperation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamOperation" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamPermissionGrant" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamPermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/photo", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamPhoto" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamPhoto", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/photo", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamPhoto" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamPhoto", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamPrimaryChannel" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamPrimaryChannel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamPrimaryChannel" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamPrimaryChannel", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamPrimaryChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamPrimaryChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamPrimaryChannelMessage" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamPrimaryChannelMessage", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamPrimaryChannelMessage" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamPrimaryChannelMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamPrimaryChannelTab" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamPrimaryChannelTab", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamPrimaryChannelTab" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamPrimaryChannelTab", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamSchedule" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamSchedule" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamSchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamScheduleOpenShift" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamScheduleOpenShift", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamScheduleOpenShift" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamScheduleOpenShift", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamScheduleSchedulingGroup" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamScheduleSchedulingGroup", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamScheduleSchedulingGroup" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamScheduleShift" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamScheduleShift", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamScheduleShift" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamScheduleShift", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamScheduleTimeCard" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamScheduleTimeCard", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamScheduleTimeOff" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamScheduleTimeOff", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamScheduleTimeOff" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamScheduleTimeOff", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamScheduleTimeOffReason" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamScheduleTimeOffReason", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamScheduleTimeOffReason" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamScheduleTimeOffReason", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamScheduleTimeOffRequest" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamScheduleTimeOffRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamScheduleTimeOffRequest" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamTag" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamTag", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamTag" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamTag", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupTeamTagMember" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupTeamTagMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupTeamTagMember" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgGroupTeamTagMember", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Group.ReadWrite.All", @@ -230356,17 +230529,17 @@ "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": "/groups/{group-id}/threads/{conversationThread-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupThread" + "Command": "Remove-MgGroupThread", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/threads/{conversationThread-id}", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Group.ReadWrite.All", @@ -230374,251 +230547,251 @@ "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": "/groups/{group-id}/threads/{conversationThread-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupThread" + "Command": "Remove-MgGroupThread", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "DELETE", - "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupThreadPostAttachment" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupThreadPostAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/attachments/{attachment-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupThreadPostAttachment" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupThreadPostAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupThreadPostExtension" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupThreadPostExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupThreadPostExtension" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupThreadPostExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupThreadPostInReplyToAttachment" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupThreadPostInReplyToAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/attachments/{attachment-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupThreadPostInReplyToAttachment" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupThreadPostInReplyToAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupThreadPostInReplyToExtension" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupThreadPostInReplyToExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupThreadPostInReplyToExtension" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupThreadPostInReplyToExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/mentions/{mention-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupThreadPostInReplyToMention" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupThreadPostInReplyToMention", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupThreadPostInReplyToMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupThreadPostInReplyToMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupThreadPostInReplyToSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupThreadPostInReplyToSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/mentions/{mention-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupThreadPostMention" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupThreadPostMention", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupThreadPostMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupThreadPostMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupThreadPostMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupThreadPostMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgGroupThreadPostSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgGroupThreadPostSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgGroupThreadPostSingleValueExtendedProperty" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgGroupThreadPostSingleValueExtendedProperty", + "ApiVersion": "v1.0" }, { + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "APIConnectors.ReadWrite.All", @@ -230626,17 +230799,17 @@ "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityApiConnector" + "Command": "Remove-MgIdentityApiConnector", + "ApiVersion": "beta" }, { + "Uri": "/identity/apiConnectors/{identityApiConnector-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "APIConnectors.ReadWrite.All", @@ -230644,30 +230817,30 @@ "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, - "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "Command": "Remove-MgIdentityApiConnector", + "ApiVersion": "v1.0" + }, + { + "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityApiConnector" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgIdentityAuthenticationEventListener", + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", "Module": "Identity.SignIns", - "Method": "DELETE", - "Permissions": [], - "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityAuthenticationEventListener" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -230675,17 +230848,17 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "Command": "Remove-MgIdentityB2CUserFlow", + "ApiVersion": "beta" + }, + { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/{identityProvider-id}/$ref", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityB2CUserFlow" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -230693,17 +230866,17 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/identityProviders/{identityProvider-id}/$ref", + "Command": "Remove-MgIdentityB2CUserFlowIdentityProviderByRef", + "ApiVersion": "beta" + }, + { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityB2CUserFlowIdentityProviderByRef" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -230711,61 +230884,43 @@ "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}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityB2CUserFlowLanguage" + "Command": "Remove-MgIdentityB2CUserFlowLanguage", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "DELETE", - "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityB2CUserFlowLanguageDefaultPage" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityB2CUserFlowLanguageDefaultPage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityB2CUserFlowLanguageOverridePage" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgIdentityB2CUserFlowLanguageOverridePage", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "DELETE", - "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}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityB2CUserFlowUserAttributeAssignment" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -230773,17 +230928,17 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, + "Command": "Remove-MgIdentityB2CUserFlowUserAttributeAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityB2XUserFlow" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -230791,121 +230946,139 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, + "Command": "Remove-MgIdentityB2XUserFlow", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityB2XUserFlow" + "Method": "DELETE", + "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": "Remove-MgIdentityB2XUserFlow", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "DELETE", - "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userFlowIdentityProviders/{identityProviderBase-id}/$ref", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityB2XUserFlowIdentityProviderByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityB2XUserFlowLanguage" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityB2XUserFlowLanguage" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -230913,17 +231086,17 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment" + "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -230931,17 +231104,17 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment" + "Command": "Remove-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Policy.Read.ConditionalAccess", @@ -230949,17 +231122,17 @@ "FullDescription": "Allows the app to read your organization's conditional access policies on your behalf.", "IsAdmin": false }, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference" + "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Policy.Read.ConditionalAccess", @@ -230967,55 +231140,55 @@ "FullDescription": "Allows the app to read your organization's conditional access policies on your behalf.", "IsAdmin": false }, - "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference" + "Command": "Remove-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "DELETE", - "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationStrengths", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityConditionalAccessAuthenticationStrength" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityConditionalAccessAuthenticationStrength", + "ApiVersion": "beta" + }, + { "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "ApiVersion": "beta" + }, + { "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityConditionalAccessAuthenticationStrengthPolicy" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -231031,17 +231204,17 @@ "IsAdmin": true } ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Command": "Remove-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta" + }, + { + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [ { @@ -231057,17 +231230,17 @@ "IsAdmin": true } ], - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityConditionalAccessNamedLocation" + "Command": "Remove-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -231083,17 +231256,17 @@ "IsAdmin": true } ], - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityConditionalAccessNamedLocation" + "Command": "Remove-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -231109,17 +231282,17 @@ "IsAdmin": true } ], - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityConditionalAccessPolicy" + "Command": "Remove-MgIdentityConditionalAccessPolicy", + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -231135,159 +231308,159 @@ "IsAdmin": true } ], - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityConditionalAccessPolicy" + "Command": "Remove-MgIdentityConditionalAccessPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "DELETE", - "Permissions": [], "Uri": "/identity/continuousAccessEvaluationPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityContinuouAccessEvaluationPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityContinuouAccessEvaluationPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityCustomAuthenticationExtension" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityCustomAuthenticationExtension", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDecision" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInsight" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInsight", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstance" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceDecision" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceStage" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceStage", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecision" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -231295,17 +231468,17 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition" + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -231313,341 +231486,341 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition" + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage" - }, - { - "Module": "Identity.Governance", + ], "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/policy", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAccessReviewPolicy" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAccessReviewPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAppConsentRequest" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAppConsentRequest" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", @@ -231655,17 +231828,17 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta" + }, + { + "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflow" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", @@ -231673,29 +231846,29 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension" + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItem" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItem", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", @@ -231703,184 +231876,184 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow" + "Command": "Remove-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], "Uri": "/identityGovernance/privilegedAccess", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernancePrivilegedAccess" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernancePrivilegedAccess", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroup" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroup", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceRoleManagementAlert" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceRoleManagementAlert", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceRoleManagementAlertConfiguration" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceRoleManagementAlertConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceRoleManagementAlertDefinition" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceRoleManagementAlertDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceRoleManagementAlertIncident" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceRoleManagementAlertIncident", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceRoleManagementAlertOperation" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgIdentityGovernanceRoleManagementAlertOperation", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Agreement.ReadWrite.All", @@ -231888,17 +232061,17 @@ "FullDescription": "Allows the app to read and write terms of use agreements on your behalf.", "IsAdmin": true }, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceTermOfUseAgreement" + "Command": "Remove-MgIdentityGovernanceTermOfUseAgreement", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Agreement.ReadWrite.All", @@ -231906,143 +232079,125 @@ "FullDescription": "Allows the app to read and write terms of use agreements on your behalf.", "IsAdmin": true }, - "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceTermOfUseAgreement" + "Command": "Remove-MgIdentityGovernanceTermOfUseAgreement", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementAcceptance" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementAcceptance" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFile" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFile", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFile" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFile", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFileLocalization" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFileLocalization" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "DELETE", - "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 - }, "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityProvider" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "IdentityProvider.ReadWrite.All", @@ -232050,35 +232205,35 @@ "FullDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", "IsAdmin": true }, + "Command": "Remove-MgIdentityProvider", + "ApiVersion": "beta" + }, + { "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityProvider" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "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.", + "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 }, + "Command": "Remove-MgIdentityProvider", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/userFlows/{identityUserFlow-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityUserFlow" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -232086,17 +232241,17 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, + "Command": "Remove-MgIdentityUserFlow", + "ApiVersion": "beta" + }, + { "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgIdentityUserFlowAttribute" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -232104,119 +232259,137 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, + "Command": "Remove-MgIdentityUserFlowAttribute", + "ApiVersion": "beta" + }, + { "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgIdentityUserFlowAttribute" + "Method": "DELETE", + "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": "Remove-MgIdentityUserFlowAttribute", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "DELETE", - "Permissions": [], "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgInformationProtectionDataLossPreventionPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/policy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgInformationProtectionPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgInformationProtectionPolicyLabel" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgInformationProtectionPolicyLabel", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/sensitivityPolicySettings", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgInformationProtectionSensitivityPolicySetting" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgInformationProtectionThreatAssessmentRequest" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgInformationProtectionThreatAssessmentRequest" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "v1.0" }, { + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -232232,17 +232405,17 @@ "IsAdmin": true } ], - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOauth2PermissionGrant" + "Command": "Remove-MgOauth2PermissionGrant", + "ApiVersion": "beta" }, { + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -232258,17 +232431,17 @@ "IsAdmin": true } ], - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgOauth2PermissionGrant" + "Command": "Remove-MgOauth2PermissionGrant", + "ApiVersion": "v1.0" }, { + "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -232276,56 +232449,56 @@ "FullDescription": "Allows 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": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOfficeClientConfiguration" + "Command": "Remove-MgOfficeClientConfiguration", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assignments/{officeClientConfigurationAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOfficeClientConfigurationAssignment" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgOfficeClientConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOnPremisePublishingProfile" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgOnPremisePublishingProfile", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOnPremisePublishingProfileAgent" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgOnPremisePublishingProfileAgent", + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -232333,123 +232506,123 @@ "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": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOnPremisePublishingProfileAgentGroup" + "Command": "Remove-MgOnPremisePublishingProfileAgentGroup", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "DELETE", - "Permissions": [], "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOnPremisePublishingProfileAgentGroupAgent" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgOnPremisePublishingProfileAgentGroupAgent", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOnPremisePublishingProfileAgentGroupByRef" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgOnPremisePublishingProfileAgentGroupByRef", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOnPremisePublishingProfileAgentGroupPublishedResource" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgOnPremisePublishingProfileAgentGroupPublishedResource", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id1}/$ref", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgOnPremisePublishingProfileAgentGroupPublishedResourceAgentGroupByRef", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOnPremisePublishingProfileConnector" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgOnPremisePublishingProfileConnector", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOnPremisePublishingProfileConnectorGroup" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgOnPremisePublishingProfileConnectorGroup", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}/memberOf/{connectorGroup-id}/$ref", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOnPremisePublishingProfileConnectorMemberOfByRef" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgOnPremisePublishingProfileConnectorMemberOfByRef", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOnPremisePublishingProfilePublishedResource" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgOnPremisePublishingProfilePublishedResource", + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "OnPremisesPublishingProfiles.ReadWrite.All", @@ -232457,61 +232630,43 @@ "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 }, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}/agentGroups/{onPremisesAgentGroup-id}/$ref", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOnPremisePublishingProfilePublishedResourceAgentGroupByRef" + "Command": "Remove-MgOnPremisePublishingProfilePublishedResourceAgentGroupByRef", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/organization/{organization-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOrganization" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgOrganization", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgOrganization" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgOrganization", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "DELETE", - "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", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOrganizationBranding" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": { "Name": "Organization.ReadWrite.All", @@ -232519,17 +232674,17 @@ "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": "Remove-MgOrganizationBranding", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgOrganizationBranding" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": { "Name": "Organization.ReadWrite.All", @@ -232537,17 +232692,17 @@ "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": "Remove-MgOrganizationBranding", + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOrganizationBrandingLocalization" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": { "Name": "Organization.ReadWrite.All", @@ -232555,160 +232710,178 @@ "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": "Remove-MgOrganizationBrandingLocalization", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgOrganizationBrandingLocalization" + "Method": "DELETE", + "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": "Remove-MgOrganizationBrandingLocalization", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOrganizationExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgOrganizationExtension", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgOrganizationExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgOrganizationExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/settings", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOrganizationSetting" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgOrganizationSetting", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/settings/contactInsights", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOrganizationSettingContactInsight" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgOrganizationSettingContactInsight", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/settings/itemInsights", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOrganizationSettingItemInsight" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgOrganizationSettingItemInsight", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOrganizationSettingMicrosoftApplicationDataAccess" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgOrganizationSettingMicrosoftApplicationDataAccess", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/settings/peopleInsights", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOrganizationSettingPersonInsight" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgOrganizationSettingPersonInsight", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOrganizationSettingProfileCardProperty" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgOrganizationSettingProfileCardProperty", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/settings/pronouns", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgOrganizationSettingPronoun" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgOrganizationSettingPronoun", + "ApiVersion": "beta" + }, + { "Uri": "/places/{place-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPlace" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPlace", + "ApiVersion": "beta" + }, + { "Uri": "/places/{place-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPlace" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgPlace", + "ApiVersion": "v1.0" }, { + "Uri": "/planner/buckets/{plannerBucket-id}", "Module": "Planner", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -232724,17 +232897,17 @@ "IsAdmin": false } ], - "Uri": "/planner/buckets/{plannerBucket-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPlannerBucket" + "Command": "Remove-MgPlannerBucket", + "ApiVersion": "beta" }, { + "Uri": "/planner/buckets/{plannerBucket-id}", "Module": "Planner", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -232750,17 +232923,17 @@ "IsAdmin": false } ], - "Uri": "/planner/buckets/{plannerBucket-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPlannerBucket" + "Command": "Remove-MgPlannerBucket", + "ApiVersion": "v1.0" }, { + "Uri": "/planner/plans/{plannerPlan-id}", "Module": "Planner", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -232776,17 +232949,17 @@ "IsAdmin": false } ], - "Uri": "/planner/plans/{plannerPlan-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPlannerPlan" + "Command": "Remove-MgPlannerPlan", + "ApiVersion": "beta" }, { + "Uri": "/planner/plans/{plannerPlan-id}", "Module": "Planner", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -232802,17 +232975,17 @@ "IsAdmin": false } ], - "Uri": "/planner/plans/{plannerPlan-id}", + "Command": "Remove-MgPlannerPlan", + "ApiVersion": "v1.0" + }, + { + "Uri": "/planner/rosters/{plannerRoster-id}", + "Module": "Planner", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPlannerPlan" - }, - { - "Module": "Planner", "Method": "DELETE", "Permissions": { "Name": "Tasks.ReadWrite", @@ -232820,17 +232993,17 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/planner/rosters/{plannerRoster-id}", + "Command": "Remove-MgPlannerRoster", + "ApiVersion": "beta" + }, + { + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", + "Module": "Planner", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPlannerRoster" - }, - { - "Module": "Planner", "Method": "DELETE", "Permissions": { "Name": "Tasks.ReadWrite", @@ -232838,17 +233011,17 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPlannerRosterMember" + "Command": "Remove-MgPlannerRosterMember", + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks/{plannerTask-id}", "Module": "Planner", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -232864,17 +233037,17 @@ "IsAdmin": false } ], - "Uri": "/planner/tasks/{plannerTask-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPlannerTask" + "Command": "Remove-MgPlannerTask", + "ApiVersion": "beta" }, { + "Uri": "/planner/tasks/{plannerTask-id}", "Module": "Planner", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -232890,107 +233063,107 @@ "IsAdmin": false } ], - "Uri": "/planner/tasks/{plannerTask-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPlannerTask" + "Command": "Remove-MgPlannerTask", + "ApiVersion": "v1.0" }, { - "Module": "Planner", - "Method": "DELETE", - "Permissions": [], "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat" - }, - { - "Module": "Planner", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "beta" + }, + { "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat" - }, - { - "Module": "Planner", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "v1.0" + }, + { "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat" - }, - { - "Module": "Planner", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "beta" + }, + { "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat" - }, - { - "Module": "Planner", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "v1.0" + }, + { "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat" - }, - { - "Module": "Planner", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "beta" + }, + { "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/accessReviewPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyAccessReviewPolicy" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgPolicyAccessReviewPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -232998,17 +233171,17 @@ "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 }, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy" + "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -233016,41 +233189,41 @@ "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 }, - "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy" + "Command": "Remove-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "DELETE", - "Permissions": [], "Uri": "/policies/adminConsentRequestPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyAdminConsentRequestPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyAdminConsentRequestPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/adminConsentRequestPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyAdminConsentRequestPolicy" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgPolicyAdminConsentRequestPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -233058,17 +233231,17 @@ "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 }, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyAppManagementPolicy" + "Command": "Remove-MgPolicyAppManagementPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -233076,91 +233249,91 @@ "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 }, - "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyAppManagementPolicy" + "Command": "Remove-MgPolicyAppManagementPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "DELETE", - "Permissions": [], "Uri": "/policies/authenticationFlowsPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyAuthenticationFlowPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyAuthenticationFlowPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/authenticationFlowsPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyAuthenticationFlowPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyAuthenticationFlowPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/authenticationMethodsPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyAuthenticationMethodPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyAuthenticationMethodPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/authenticationMethodsPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyAuthenticationMethodPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyAuthenticationMethodPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -233176,80 +233349,80 @@ "IsAdmin": true } ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyAuthenticationStrengthPolicy" + "Command": "Remove-MgPolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "DELETE", - "Permissions": [], "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyAuthorizationPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyAuthorizationPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/authorizationPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyAuthorizationPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyAuthorizationPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyAuthorizationPolicyDefaultUserRoleOverride" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyAuthorizationPolicyDefaultUserRoleOverride", + "ApiVersion": "beta" + }, + { "Uri": "/policies/b2cAuthenticationMethodsPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyB2CAuthenticationMethodPolicy" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgPolicyB2CAuthenticationMethodPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -233257,17 +233430,17 @@ "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 }, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyClaimMappingPolicy" + "Command": "Remove-MgPolicyClaimMappingPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -233275,83 +233448,65 @@ "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 }, - "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyClaimMappingPolicy" + "Command": "Remove-MgPolicyClaimMappingPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "DELETE", - "Permissions": [], "Uri": "/policies/crossTenantAccessPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyCrossTenantAccessPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyCrossTenantAccessPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/crossTenantAccessPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyCrossTenantAccessPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyCrossTenantAccessPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/crossTenantAccessPolicy/default", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault", + "ApiVersion": "beta" + }, + { "Uri": "/policies/crossTenantAccessPolicy/default", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgPolicyCrossTenantAccessPolicyDefault", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "DELETE", - "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 - }, "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", @@ -233359,17 +233514,17 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, + "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "beta" + }, + { "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", @@ -233377,83 +233532,83 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, + "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "DELETE", - "Permissions": [], "Uri": "/policies/defaultAppManagementPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyDefaultAppManagementPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyDefaultAppManagementPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/defaultAppManagementPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyDefaultAppManagementPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyDefaultAppManagementPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/directoryRoleAccessReviewPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyDirectoryRoleAccessReviewPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyDirectoryRoleAccessReviewPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/externalIdentitiesPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyExternalIdentityPolicy" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgPolicyExternalIdentityPolicy", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "DELETE", - "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 - }, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyFeatureRolloutPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -233461,17 +233616,17 @@ "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": "Remove-MgPolicyFeatureRolloutPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyFeatureRolloutPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -233479,17 +233634,17 @@ "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": "Remove-MgPolicyFeatureRolloutPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -233497,35 +233652,35 @@ "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": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "beta" + }, + { "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/{directoryObject-id}/$ref", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "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.", + "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": "Remove-MgPolicyFeatureRolloutPolicyApplyToByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyHomeRealmDiscoveryPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -233533,59 +233688,59 @@ "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": "Remove-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyHomeRealmDiscoveryPolicy" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "DELETE", - "Permissions": [], "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "DELETE", - "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 - }, "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyMobileAppManagementPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.MobilityManagement", @@ -233593,17 +233748,17 @@ "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 }, + "Command": "Remove-MgPolicyMobileAppManagementPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/$ref", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyMobileAppManagementPolicyIncludedGroupByRef" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.MobilityManagement", @@ -233611,17 +233766,17 @@ "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 }, + "Command": "Remove-MgPolicyMobileAppManagementPolicyIncludedGroupByRef", + "ApiVersion": "beta" + }, + { "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyMobileDeviceManagementPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.MobilityManagement", @@ -233629,35 +233784,35 @@ "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 }, + "Command": "Remove-MgPolicyMobileDeviceManagementPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}/includedGroups/{group-id}/$ref", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyMobileDeviceManagementPolicyIncludedGroupByRef" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "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.", + "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 }, + "Command": "Remove-MgPolicyMobileDeviceManagementPolicyIncludedGroupByRef", + "ApiVersion": "beta" + }, + { "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyPermissionGrantPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", @@ -233665,17 +233820,17 @@ "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, + "Command": "Remove-MgPolicyPermissionGrantPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyPermissionGrantPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", @@ -233683,17 +233838,17 @@ "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, + "Command": "Remove-MgPolicyPermissionGrantPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyPermissionGrantPolicyExclude" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", @@ -233701,17 +233856,17 @@ "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, + "Command": "Remove-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "beta" + }, + { "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyPermissionGrantPolicyExclude" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", @@ -233719,17 +233874,17 @@ "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, + "Command": "Remove-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyPermissionGrantPolicyInclude" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", @@ -233737,178 +233892,178 @@ "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, + "Command": "Remove-MgPolicyPermissionGrantPolicyInclude", + "ApiVersion": "beta" + }, + { "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyPermissionGrantPolicyInclude" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgPolicyPermissionGrantPolicyInclude", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "DELETE", - "Permissions": [], "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyRoleManagementPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyRoleManagementPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyRoleManagementPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyRoleManagementPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyRoleManagementPolicyAssignment" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyRoleManagementPolicyAssignment" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "beta" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyRoleManagementPolicyRule" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "beta" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyRoleManagementPolicyRule" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyServicePrincipalCreationPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyServicePrincipalCreationPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyServicePrincipalCreationPolicyExclude" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPolicyServicePrincipalCreationPolicyExclude", + "ApiVersion": "beta" + }, + { "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyServicePrincipalCreationPolicyInclude" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgPolicyServicePrincipalCreationPolicyInclude", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "DELETE", - "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 - }, "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyTokenIssuancePolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -233916,17 +234071,17 @@ "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": "Remove-MgPolicyTokenIssuancePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyTokenIssuancePolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -233934,17 +234089,17 @@ "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": "Remove-MgPolicyTokenIssuancePolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPolicyTokenLifetimePolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -233952,35 +234107,35 @@ "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": "Remove-MgPolicyTokenLifetimePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPolicyTokenLifetimePolicy" - }, - { - "Module": "Devices.CloudPrint", "Method": "DELETE", "Permissions": { - "Name": "PrintConnector.ReadWrite.All", - "Description": "Read and write print connectors", - "FullDescription": "Allows the application to read and write print connectors on your behalf.", + "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": "Remove-MgPolicyTokenLifetimePolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/print/connectors/{printConnector-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrintConnector" - }, - { - "Module": "Devices.CloudPrint", "Method": "DELETE", "Permissions": { "Name": "PrintConnector.ReadWrite.All", @@ -233988,43 +234143,61 @@ "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true }, + "Command": "Remove-MgPrintConnector", + "ApiVersion": "beta" + }, + { "Uri": "/print/connectors/{printConnector-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPrintConnector" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgPrintConnector", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "DELETE", - "Permissions": [], "Uri": "/print/operations/{printOperation-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrintOperation" - }, - { - "Module": "Devices.CloudPrint", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrintOperation", + "ApiVersion": "beta" + }, + { "Uri": "/print/operations/{printOperation-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPrintOperation" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgPrintOperation", + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}", "Module": "Devices.CloudPrint", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Printer.FullControl.All", @@ -234032,17 +234205,17 @@ "FullDescription": "Allows the application to create (register), read, update, and delete (unregister) printers on your behalf.  ", "IsAdmin": true }, - "Uri": "/print/printers/{printer-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrintPrinter" + "Command": "Remove-MgPrintPrinter", + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}", "Module": "Devices.CloudPrint", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Printer.FullControl.All", @@ -234050,43 +234223,43 @@ "FullDescription": "Allows the application to create (register), read, update, and delete (unregister) printers on your behalf.  ", "IsAdmin": true }, - "Uri": "/print/printers/{printer-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPrintPrinter" + "Command": "Remove-MgPrintPrinter", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "DELETE", - "Permissions": [], "Uri": "/print/printerShares/{printerShare-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrintPrinterShare" - }, - { - "Module": "Devices.CloudPrint", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrintPrinterShare", + "ApiVersion": "beta" + }, + { "Uri": "/print/printerShares/{printerShare-id}/allowedGroups/{group-id}/$ref", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrintPrinterShareAllowedGroupByRef" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgPrintPrinterShareAllowedGroupByRef", + "ApiVersion": "beta" }, { + "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/$ref", "Module": "Devices.CloudPrint", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "PrinterShare.ReadWrite.All", @@ -234094,17 +234267,17 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, - "Uri": "/print/printerShares/{printerShare-id}/allowedUsers/{user-id}/$ref", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrintPrinterShareAllowedUserByRef" + "Command": "Remove-MgPrintPrinterShareAllowedUserByRef", + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "Module": "Devices.CloudPrint", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -234120,17 +234293,17 @@ "IsAdmin": true } ], - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrintPrinterTaskTrigger" + "Command": "Remove-MgPrintPrinterTaskTrigger", + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", "Module": "Devices.CloudPrint", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -234146,87 +234319,69 @@ "IsAdmin": true } ], - "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPrintPrinterTaskTrigger" + "Command": "Remove-MgPrintPrinterTaskTrigger", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "DELETE", - "Permissions": [], "Uri": "/print/services/{printService-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrintService" - }, - { - "Module": "Devices.CloudPrint", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrintService", + "ApiVersion": "beta" + }, + { "Uri": "/print/services/{printService-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPrintService" - }, - { - "Module": "Devices.CloudPrint", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrintService", + "ApiVersion": "v1.0" + }, + { "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrintServiceEndpoint" - }, - { - "Module": "Devices.CloudPrint", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrintServiceEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPrintServiceEndpoint" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgPrintServiceEndpoint", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "DELETE", - "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 - }, "Uri": "/print/shares/{printerShare-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrintShare" - }, - { - "Module": "Devices.CloudPrint", "Method": "DELETE", "Permissions": { "Name": "PrinterShare.ReadWrite.All", @@ -234234,17 +234389,17 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, + "Command": "Remove-MgPrintShare", + "ApiVersion": "beta" + }, + { "Uri": "/print/shares/{printerShare-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPrintShare" - }, - { - "Module": "Devices.CloudPrint", "Method": "DELETE", "Permissions": { "Name": "PrinterShare.ReadWrite.All", @@ -234252,17 +234407,17 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, + "Command": "Remove-MgPrintShare", + "ApiVersion": "v1.0" + }, + { "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/$ref", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrintShareAllowedGroupByRef" - }, - { - "Module": "Devices.CloudPrint", "Method": "DELETE", "Permissions": { "Name": "PrinterShare.ReadWrite.All", @@ -234270,17 +234425,17 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, + "Command": "Remove-MgPrintShareAllowedGroupByRef", + "ApiVersion": "beta" + }, + { "Uri": "/print/shares/{printerShare-id}/allowedGroups/{group-id}/$ref", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPrintShareAllowedGroupByRef" - }, - { - "Module": "Devices.CloudPrint", "Method": "DELETE", "Permissions": { "Name": "PrinterShare.ReadWrite.All", @@ -234288,17 +234443,17 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, + "Command": "Remove-MgPrintShareAllowedGroupByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/$ref", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrintShareAllowedUserByRef" - }, - { - "Module": "Devices.CloudPrint", "Method": "DELETE", "Permissions": { "Name": "PrinterShare.ReadWrite.All", @@ -234306,35 +234461,35 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, + "Command": "Remove-MgPrintShareAllowedUserByRef", + "ApiVersion": "beta" + }, + { "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/$ref", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPrintShareAllowedUserByRef" - }, - { - "Module": "Devices.CloudPrint", "Method": "DELETE", "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false + "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 }, + "Command": "Remove-MgPrintShareAllowedUserByRef", + "ApiVersion": "v1.0" + }, + { "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrintTaskDefinition" - }, - { - "Module": "Devices.CloudPrint", "Method": "DELETE", "Permissions": { "Name": "N/A", @@ -234342,381 +234497,399 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Remove-MgPrintTaskDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPrintTaskDefinition" + "Method": "DELETE", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "Remove-MgPrintTaskDefinition", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "DELETE", - "Permissions": [], "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrintTaskDefinitionTask" - }, - { - "Module": "Devices.CloudPrint", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrintTaskDefinitionTask", + "ApiVersion": "beta" + }, + { "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgPrintTaskDefinitionTask" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrintTaskDefinitionTask", + "ApiVersion": "v1.0" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedAccess" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedAccess", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedAccessResource" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedAccessResource", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedAccessResourceRoleAssignment" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedAccessResourceRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedAccessResourceRoleAssignmentRequest" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedAccessResourceRoleAssignmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedAccessResourceRoleAssignmentRequestSubject" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedAccessResourceRoleAssignmentRequestSubject", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedAccessResourceRoleAssignmentRoleDefinition" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedAccessResourceRoleAssignmentRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedAccessResourceRoleAssignmentSubject" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedAccessResourceRoleAssignmentSubject", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedAccessResourceRoleDefinition" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedAccessResourceRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedAccessResourceRoleSetting" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedAccessResourceRoleSetting", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedAccessResourceRoleSettingRoleDefinition" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedAccessResourceRoleSettingRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedAccessRoleAssignment" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedAccessRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedAccessRoleAssignmentRequest" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedAccessRoleAssignmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedAccessRoleAssignmentRequestRoleDefinition" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedAccessRoleAssignmentRequestRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedAccessRoleAssignmentRequestSubject" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedAccessRoleAssignmentRequestSubject", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedAccessRoleAssignmentRoleDefinition" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedAccessRoleAssignmentRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedAccessRoleAssignmentSubject" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedAccessRoleAssignmentSubject", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedAccessRoleDefinition" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedAccessRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedAccessRoleSetting" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedAccessRoleSetting", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedAccessRoleSettingRoleDefinition" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedAccessRoleSettingRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedApproval" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedApproval", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedApprovalRoleInfo" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedApprovalRoleInfo", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedApprovalRoleInfoSetting" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedApprovalRoleInfoSetting", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedApprovalRoleInfoSummary" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedApprovalRoleInfoSummary", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedOperationEvent" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgPrivilegedOperationEvent", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedRoles/{privilegedRole-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedRole" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgPrivilegedRole", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -234724,152 +234897,134 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedRoleAssignment" + "Command": "Remove-MgPrivilegedRoleAssignment", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedRoleAssignmentRequest" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedRoleAssignmentRequestRoleInfo" + "Command": "Remove-MgPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedRoleAssignmentRequestRoleInfoSetting" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgPrivilegedRoleAssignmentRequestRoleInfo", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedRoleAssignmentRequestRoleInfoSummary" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgPrivilegedRoleAssignmentRequestRoleInfoSetting", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedRoleAssignmentRoleInfo" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgPrivilegedRoleAssignmentRequestRoleInfoSummary", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedRoleAssignmentRoleInfoSetting" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgPrivilegedRoleAssignmentRoleInfo", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedRoleAssignmentRoleInfoSummary" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgPrivilegedRoleAssignmentRoleInfoSetting", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], - "Uri": "/privilegedRoles/{privilegedRole-id}/settings", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedRoleSetting" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgPrivilegedRoleAssignmentRoleInfoSummary", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoles/{privilegedRole-id}/settings", "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], - "Uri": "/privilegedRoles/{privilegedRole-id}/summary", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgPrivilegedRoleSummary" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgPrivilegedRoleSetting", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoles/{privilegedRole-id}/summary", "Module": "Identity.Governance", - "Method": "DELETE", - "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 - }, - "Uri": "/programs/{program-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgProgram" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgPrivilegedRoleSummary", + "ApiVersion": "beta" }, { + "Uri": "/programs/{program-id}", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "ProgramControl.ReadWrite.All", @@ -234877,7 +235032,13 @@ "FullDescription": "Allows the app to read, update and perform action on programs and program controls that you have access to.", "IsAdmin": true }, + "Command": "Remove-MgProgram", + "ApiVersion": "beta" + }, + { "Uri": "/programControls/{programControl-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "Delete1", @@ -234886,234 +235047,246 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgProgramControl" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgProgramControl", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "DELETE", - "Permissions": [], "Uri": "/programControls/{programControl-id}/program", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgProgramControlProgram" - }, - { - "Module": "Identity.Governance", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgProgramControlProgram", + "ApiVersion": "beta" + }, + { "Uri": "/programControlTypes/{programControlType-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgProgramControlType" - }, - { - "Module": "Reports", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgProgramControlType", + "ApiVersion": "beta" + }, + { "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "Module": "Reports", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgReportAuthenticationMethodUserRegistrationDetail" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRiskDetection" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRiskDetection", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRiskDetection" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRiskDetection", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRiskyServicePrincipal" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRiskyServicePrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRiskyServicePrincipal" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRiskyServicePrincipal", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRiskyServicePrincipalHistory" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRiskyServicePrincipalHistory", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRiskyServicePrincipalHistory" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRiskyServicePrincipalHistory", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRiskyUser" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRiskyUser", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRiskyUser" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRiskyUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRiskyUserHistory" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRiskyUserHistory", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRiskyUserHistory" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRiskyUserHistory", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/cloudPC", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementCloudPc" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementCloudPc", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementCloudPcResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementCloudPcResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementCloudPcResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementCloudPcResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementCloudPcResourceNamespaceResourceActionResourceScope" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -235129,30 +235302,30 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "Command": "Remove-MgRoleManagementCloudPcRoleAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementCloudPcRoleAssignment" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgRoleManagementCloudPcRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", "Module": "DeviceManagement.Enrolment", - "Method": "DELETE", - "Permissions": [], - "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementCloudPcRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [ { @@ -235186,81 +235359,81 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementCloudPcRoleDefinition" + "Command": "Remove-MgRoleManagementCloudPcRoleDefinition", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "DELETE", - "Permissions": [], "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDeviceManagement" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDeviceManagement", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDeviceManagementResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDeviceManagementResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDeviceManagementResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDeviceManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -235276,30 +235449,30 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "Command": "Remove-MgRoleManagementDeviceManagementRoleAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDeviceManagementRoleAssignment" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgRoleManagementDeviceManagementRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Module": "DeviceManagement.Enrolment", - "Method": "DELETE", - "Permissions": [], - "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDeviceManagementRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [ { @@ -235333,119 +235506,119 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDeviceManagementRoleDefinition" + "Command": "Remove-MgRoleManagementDeviceManagementRoleDefinition", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "DELETE", - "Permissions": [], "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectory" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectory", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectory" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectory", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceActionResourceScope" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -235461,17 +235634,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleAssignment" + "Command": "Remove-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -235487,147 +235660,147 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleAssignment" + "Command": "Remove-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "DELETE", - "Permissions": [], "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentApproval" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentApproval", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentApprovalStep" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentApprovalStep", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentAppScope", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", @@ -235635,17 +235808,17 @@ "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/roleDefinitions/{unifiedRoleDefinition-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleDefinition" + "Command": "Remove-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", @@ -235653,236 +235826,236 @@ "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/roleDefinitions/{unifiedRoleDefinition-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleDefinition" + "Command": "Remove-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "DELETE", - "Permissions": [], "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryTransitiveRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryTransitiveRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementDirectoryTransitiveRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementDirectoryTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagement" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagement", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagement" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagement", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -235898,17 +236071,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment" + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -235924,432 +236097,432 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment" + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "DELETE", - "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentApproval" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentApproval", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementTransitiveRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementTransitiveRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementExchange" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementExchange", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementExchangeResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementExchangeResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementExchangeResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementExchangeResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementExchangeResourceNamespaceResourceActionResourceScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementExchangeResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementExchangeRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementExchangeRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementExchangeRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementExchangeRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementExchangeRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementExchangeRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementExchangeRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementExchangeRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementExchangeTransitiveRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgRoleManagementExchangeTransitiveRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgRoleManagementExchangeTransitiveRoleAssignmentAppScope" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgRoleManagementExchangeTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "Uri": "/schemaExtensions/{schemaExtension-id}", "Module": "SchemaExtensions", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Application.ReadWrite.All", @@ -236357,17 +236530,17 @@ "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 }, - "Uri": "/schemaExtensions/{schemaExtension-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSchemaExtension" + "Command": "Remove-MgSchemaExtension", + "ApiVersion": "beta" }, { + "Uri": "/schemaExtensions/{schemaExtension-id}", "Module": "SchemaExtensions", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Application.ReadWrite.All", @@ -236375,17 +236548,17 @@ "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 }, - "Uri": "/schemaExtensions/{schemaExtension-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSchemaExtension" + "Command": "Remove-MgSchemaExtension", + "ApiVersion": "v1.0" }, { + "Uri": "/search/acronyms/{acronym-id}", "Module": "Search", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -236401,17 +236574,17 @@ "IsAdmin": true } ], - "Uri": "/search/acronyms/{acronym-id}", + "Command": "Remove-MgSearchAcronym", + "ApiVersion": "beta" + }, + { + "Uri": "/search/bookmarks/{bookmark-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSearchAcronym" - }, - { - "Module": "Search", "Method": "DELETE", "Permissions": [ { @@ -236427,17 +236600,17 @@ "IsAdmin": true } ], - "Uri": "/search/bookmarks/{bookmark-id}", + "Command": "Remove-MgSearchBookmark", + "ApiVersion": "beta" + }, + { + "Uri": "/search/qnas/{qna-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSearchBookmark" - }, - { - "Module": "Search", "Method": "DELETE", "Permissions": [ { @@ -236453,186 +236626,186 @@ "IsAdmin": true } ], - "Uri": "/search/qnas/{qna-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSearchQna" + "Command": "Remove-MgSearchQna", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "DELETE", - "Permissions": [], "Uri": "/security/securityActions/{securityAction-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityAction" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityAction", + "ApiVersion": "beta" + }, + { "Uri": "/security/alerts_v2/{alert-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityAlertV2" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityAlertV2", + "ApiVersion": "beta" + }, + { "Uri": "/security/alerts_v2/{alert-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityAlertV2" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityAlertV2", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/attackSimulation", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityAttackSimulation" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityAttackSimulation", + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityAttackSimulation" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityAttackSimulation", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityAttackSimulationAutomation" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityAttackSimulationAutomation", + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityAttackSimulationAutomation" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityAttackSimulationAutomation", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityAttackSimulationAutomationRun" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityAttackSimulationAutomationRun", + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityAttackSimulationAutomationRun" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityAttackSimulationAutomationRun", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityAttackSimulationOperation" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityAttackSimulationOperation", + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/payloads/{payload-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityAttackSimulationPayload" - }, - { - "Module": "Security", + ], "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityAttackSimulationPayload", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityCase" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityCase", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityCase" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgSecurityCase", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -236648,17 +236821,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCase" + "Command": "Remove-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -236674,43 +236847,47 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCase" + "Command": "Remove-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "DELETE", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", "Module": "Security", + "OutputType": null, + "Variants": [ + "Remove2", + "Remove3", + "RemoveExpanded1", + "RemoveViaIdentity2", + "RemoveViaIdentity3", + "RemoveViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -236726,21 +236903,21 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", - "Variants": [ - "Remove2", - "Remove3", - "RemoveExpanded1", - "RemoveViaIdentity2", - "RemoveViaIdentity3", - "RemoveViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold" + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", "Module": "Security", + "OutputType": null, + "Variants": [ + "Remove", + "Remove1", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentity1", + "RemoveViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -236756,99 +236933,95 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/removeHold", - "Variants": [ - "Remove", - "Remove1", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentity1", - "RemoveViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold" + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianHold", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "DELETE", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -236864,69 +237037,73 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseLegalHold" + "Command": "Remove-MgSecurityCaseEdiscoveryCaseLegalHold", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "DELETE", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", "Module": "Security", + "OutputType": null, + "Variants": [ + "Remove", + "Remove1", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentity1", + "RemoveViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -236942,21 +237119,21 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", - "Variants": [ - "Remove", - "Remove1", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentity1", - "RemoveViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold" + "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", "Module": "Security", + "OutputType": null, + "Variants": [ + "Remove2", + "Remove3", + "RemoveExpanded1", + "RemoveViaIdentity2", + "RemoveViaIdentity3", + "RemoveViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -236972,86 +237149,82 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/removeHold", - "Variants": [ - "Remove2", - "Remove3", - "RemoveExpanded1", - "RemoveViaIdentity2", - "RemoveViaIdentity3", - "RemoveViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold" + "Command": "Remove-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceHold", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "DELETE", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetFile" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetFile", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "eDiscovery.ReadWrite.All", @@ -237059,17 +237232,17 @@ "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 }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery" + "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "eDiscovery.ReadWrite.All", @@ -237077,17 +237250,17 @@ "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 }, - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery" + "Command": "Remove-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -237103,17 +237276,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch" + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -237129,69 +237302,69 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch" + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "DELETE", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgSecurityCaseEdiscoveryCaseSetting", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -237207,17 +237380,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag" + "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -237233,170 +237406,170 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag" + "Command": "Remove-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "DELETE", - "Permissions": [], "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityCloudAppSecurityProfile" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityCloudAppSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityDomainSecurityProfile" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityDomainSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityFileSecurityProfile" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityFileSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityHostSecurityProfile" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityHostSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/incidents/{incident-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityIncident" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityIncident", + "ApiVersion": "beta" + }, + { "Uri": "/security/incidents/{incident-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityIncident" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityIncident", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/informationProtection", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityInformationProtection" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityInformationProtection", + "ApiVersion": "beta" + }, + { "Uri": "/security/informationProtection/labelPolicySettings", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityInformationProtectionLabelPolicySetting" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityInformationProtectionLabelPolicySetting", + "ApiVersion": "beta" + }, + { "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityInformationProtectionSensitivityLabel" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityInformationProtectionSensitivityLabelParent" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityInformationProtectionSensitivityLabelParent", + "ApiVersion": "beta" + }, + { "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityIPSecurityProfile" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityIPSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/labels", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityLabel" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgSecurityLabel", + "ApiVersion": "beta" }, { + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "RecordsManagement.ReadWrite.All", @@ -237404,353 +237577,353 @@ "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 }, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityLabelRetentionLabel" + "Command": "Remove-MgSecurityLabelRetentionLabel", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "DELETE", - "Permissions": [], "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityLabelRetentionLabelDispositionReviewStage" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "beta" + }, + { "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityProviderTenantSetting" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityProviderTenantSetting", + "ApiVersion": "beta" + }, + { "Uri": "/security/secureScores/{secureScore-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecuritySecureScore" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecuritySecureScore", + "ApiVersion": "beta" + }, + { "Uri": "/security/secureScores/{secureScore-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecuritySecureScore" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecuritySecureScore", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecuritySecureScoreControlProfile" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecuritySecureScoreControlProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecuritySecureScoreControlProfile" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecuritySecureScoreControlProfile", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecuritySubjectRightsRequest" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecuritySubjectRightsRequest", + "ApiVersion": "beta" + }, + { "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecuritySubjectRightsRequestNote" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecuritySubjectRightsRequestNote", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityThreatIntelligence" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityThreatIntelligence", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/articles/{article-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityThreatIntelligenceArticle" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityThreatIntelligenceArticle", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityThreatIntelligenceArticleIndicator" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityThreatIntelligenceHost" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityThreatIntelligenceHost", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityThreatIntelligenceHostComponent" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityThreatIntelligenceHostComponent", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityThreatIntelligenceHostCooky" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityThreatIntelligenceHostCooky", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityThreatIntelligenceHostReputation" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityThreatIntelligenceHostReputation", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityThreatIntelligenceHostTracker" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityThreatIntelligenceHostTracker", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityThreatIntelligenceIntelProfile" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityThreatIntelligencePassiveDnsRecord" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityThreatIntelligenceProfileIndicator" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityThreatIntelligenceVulnerability" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityThreatIntelligenceVulnerability", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityThreatIntelligenceVulnerabilityComponent" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatSubmission", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityThreatSubmission" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityThreatSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityThreatSubmissionEmailThreat" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityThreatSubmissionEmailThreat", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityThreatSubmissionFileThreat" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityThreatSubmissionFileThreat", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityThreatSubmissionUrlThreat" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgSecurityThreatSubmissionUrlThreat", + "ApiVersion": "beta" }, { + "Uri": "/security/tiIndicators/{tiIndicator-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "ThreatIndicators.ReadWrite.OwnedBy", @@ -237758,67 +237931,67 @@ "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 }, - "Uri": "/security/tiIndicators/{tiIndicator-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityTiIndicator" + "Command": "Remove-MgSecurityTiIndicator", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "POST", - "Permissions": [], "Uri": "/security/tiIndicators/deleteTiIndicatorsByExternalId", + "Module": "Security", + "OutputType": "IMicrosoftGraphResultInfo", "Variants": [ "Delete", "DeleteExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResultInfo", - "Command": "Remove-MgSecurityTiIndicatorByExternalId" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "Remove-MgSecurityTiIndicatorByExternalId", + "ApiVersion": "beta" + }, + { "Uri": "/security/tiIndicators/deleteTiIndicators", + "Module": "Security", + "OutputType": "IMicrosoftGraphResultInfo", "Variants": [ "Delete1", "DeleteExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphResultInfo", - "Command": "Remove-MgSecurityTiIndicatorMultiple" + "Method": "POST", + "Permissions": [], + "Command": "Remove-MgSecurityTiIndicatorMultiple", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "DELETE", - "Permissions": [], "Uri": "/security/triggers", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityTrigger" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityTrigger", + "ApiVersion": "beta" + }, + { "Uri": "/security/triggers", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityTrigger" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgSecurityTrigger", + "ApiVersion": "v1.0" }, { + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "RecordsManagement.ReadWrite.All", @@ -237826,17 +237999,17 @@ "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 }, - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityTriggerRetentionEvent" + "Command": "Remove-MgSecurityTriggerRetentionEvent", + "ApiVersion": "beta" }, { + "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "RecordsManagement.ReadWrite.All", @@ -237844,41 +238017,41 @@ "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 }, - "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityTriggerRetentionEvent" + "Command": "Remove-MgSecurityTriggerRetentionEvent", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "DELETE", - "Permissions": [], "Uri": "/security/triggerTypes", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityTriggerType" - }, - { - "Module": "Security", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityTriggerType", + "ApiVersion": "beta" + }, + { "Uri": "/security/triggerTypes", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityTriggerType" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgSecurityTriggerType", + "ApiVersion": "v1.0" }, { + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "RecordsManagement.ReadWrite.All", @@ -237886,17 +238059,17 @@ "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 }, - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityTriggerTypeRetentionEventType" + "Command": "Remove-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "beta" }, { + "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "RecordsManagement.ReadWrite.All", @@ -237904,178 +238077,160 @@ "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 }, - "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSecurityTriggerTypeRetentionEventType" + "Command": "Remove-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "DELETE", - "Permissions": [], "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSecurityUserSecurityProfile" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSecurityUserSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServiceAnnouncementHealthOverview" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgServiceAnnouncementHealthOverview", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgServiceAnnouncementHealthOverview" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgServiceAnnouncementHealthOverview", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServiceAnnouncementIssue" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgServiceAnnouncementIssue", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgServiceAnnouncementIssue" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgServiceAnnouncementIssue", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServiceAnnouncementMessage" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgServiceAnnouncementMessage", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgServiceAnnouncementMessage" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgServiceAnnouncementMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServiceAnnouncementMessageAttachment" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgServiceAnnouncementMessageAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgServiceAnnouncementMessageAttachment" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgServiceAnnouncementMessageAttachment", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "DELETE", - "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 - }, "Uri": "/servicePrincipals/{servicePrincipal-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServicePrincipal" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": { "Name": "Application.ReadWrite.All", @@ -238083,35 +238238,35 @@ "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 }, + "Command": "Remove-MgServicePrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgServicePrincipal" - }, - { - "Module": "Applications", "Method": "DELETE", "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.", + "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 }, + "Command": "Remove-MgServicePrincipal", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServicePrincipalAppRoleAssignedTo" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": { "Name": "AppRoleAssignment.ReadWrite.All", @@ -238119,17 +238274,17 @@ "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 }, + "Command": "Remove-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgServicePrincipalAppRoleAssignedTo" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": { "Name": "AppRoleAssignment.ReadWrite.All", @@ -238137,17 +238292,17 @@ "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 }, + "Command": "Remove-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServicePrincipalAppRoleAssignment" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": { "Name": "AppRoleAssignment.ReadWrite.All", @@ -238155,17 +238310,35 @@ "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 }, + "Command": "Remove-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgServicePrincipalAppRoleAssignment" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -238187,17 +238360,17 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServicePrincipalClaimMappingPolicyByRef" + "Command": "Remove-MgServicePrincipalClaimMappingPolicyByRef", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -238219,17 +238392,17 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/claimsMappingPolicies/{claimsMappingPolicy-id}/$ref", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgServicePrincipalClaimMappingPolicyByRef" + "Command": "Remove-MgServicePrincipalClaimMappingPolicyByRef", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", @@ -238237,17 +238410,17 @@ "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification" + "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", @@ -238255,43 +238428,43 @@ "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification" + "Command": "Remove-MgServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "DELETE", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServicePrincipalEndpoint" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgServicePrincipalEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgServicePrincipalEndpoint" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgServicePrincipalEndpoint", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -238313,17 +238486,17 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef" + "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -238345,17 +238518,19 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}/$ref", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef" + "Command": "Remove-MgServicePrincipalHomeRealmDiscoveryPolicyByRef", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/removeKey", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -238371,32 +238546,30 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/removeKey", - "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgServicePrincipalKey" + "Command": "Remove-MgServicePrincipalKey", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "DELETE", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServicePrincipalLicenseDetail" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgServicePrincipalLicenseDetail", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -238412,17 +238585,17 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServicePrincipalOwnerByRef" + "Command": "Remove-MgServicePrincipalOwnerByRef", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -238438,17 +238611,19 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/owners/{directoryObject-id}/$ref", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgServicePrincipalOwnerByRef" + "Command": "Remove-MgServicePrincipalOwnerByRef", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/removePassword", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Remove", + "RemoveExpanded", + "RemoveViaIdentity", + "RemoveViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "Application.ReadWrite.All", @@ -238456,19 +238631,19 @@ "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 }, - "Uri": "/servicePrincipals/{servicePrincipal-id}/removePassword", - "Variants": [ - "Remove", - "RemoveExpanded", - "RemoveViaIdentity", - "RemoveViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgServicePrincipalPassword" + "Command": "Remove-MgServicePrincipalPassword", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/deletePasswordSingleSignOnCredentials", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteExpanded", + "DeleteViaIdentity", + "DeleteViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -238490,58 +238665,56 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/deletePasswordSingleSignOnCredentials", - "Variants": [ - "Delete", - "DeleteExpanded", - "DeleteViaIdentity", - "DeleteViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServicePrincipalPasswordSingleSignOnCredentials" + "Command": "Remove-MgServicePrincipalPasswordSingleSignOnCredentials", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "DELETE", - "Permissions": [], "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServicePrincipalRiskDetection" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgServicePrincipalRiskDetection", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgServicePrincipalRiskDetection" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgServicePrincipalRiskDetection", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServicePrincipalSynchronization" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgServicePrincipalSynchronization", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -238549,17 +238722,17 @@ "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": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "Command": "Remove-MgServicePrincipalSynchronizationJob", + "ApiVersion": "beta" + }, + { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServicePrincipalSynchronizationJob" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -238567,453 +238740,453 @@ "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": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServicePrincipalSynchronizationJobSchema" + "Command": "Remove-MgServicePrincipalSynchronizationJobSchema", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "DELETE", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServicePrincipalSynchronizationJobSchemaDirectory" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServicePrincipalSynchronizationTemplate" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgServicePrincipalSynchronizationTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchema" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgShareList" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareList", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgShareList" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareList", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgShareListColumn" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgShareListColumn" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgShareListContentType" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgShareListContentType" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgShareListContentTypeColumn" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgShareListContentTypeColumn" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgShareListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgShareListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgShareListItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListItem", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgShareListItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgShareListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgShareListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgShareListItemField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgShareListItemField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgShareListItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgShareListItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgShareListItemVersionField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgShareListItemVersionField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgShareListOperation" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgShareListOperation" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgShareListSubscription" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgShareListSubscription" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/permission", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSharePermission" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSharePermission", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/permission", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSharePermission" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSharePermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgShareSharedDriveItemSharedDriveItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgShareSharedDriveItemSharedDriveItem" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -239029,17 +239202,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteColumn" + "Command": "Remove-MgSiteColumn", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -239055,17 +239228,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteColumn" + "Command": "Remove-MgSiteColumn", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -239081,17 +239254,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteContentType" + "Command": "Remove-MgSiteContentType", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -239107,17 +239280,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteContentType" + "Command": "Remove-MgSiteContentType", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -239133,17 +239306,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteContentTypeColumn" + "Command": "Remove-MgSiteContentTypeColumn", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -239159,69 +239332,69 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteContentTypeColumn" + "Command": "Remove-MgSiteContentTypeColumn", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "DELETE", - "Permissions": [], "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteList" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteList", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteList" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgSiteList", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -239237,17 +239410,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteListColumn" + "Command": "Remove-MgSiteListColumn", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -239263,17 +239436,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteListColumn" + "Command": "Remove-MgSiteListColumn", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -239289,17 +239462,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteListContentType" + "Command": "Remove-MgSiteListContentType", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -239315,17 +239488,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteListContentType" + "Command": "Remove-MgSiteListContentType", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -239341,17 +239514,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteListContentTypeColumn" + "Command": "Remove-MgSiteListContentTypeColumn", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -239367,43 +239540,43 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteListContentTypeColumn" + "Command": "Remove-MgSiteListContentTypeColumn", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "DELETE", - "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteListContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteListContentTypeColumnLink" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgSiteListContentTypeColumnLink", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Sites.ReadWrite.All", @@ -239411,17 +239584,17 @@ "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}/items/{listItem-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteListItem" + "Command": "Remove-MgSiteListItem", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Sites.ReadWrite.All", @@ -239429,17 +239602,17 @@ "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}/items/{listItem-id}", + "Command": "Remove-MgSiteListItem", + "ApiVersion": "v1.0" + }, + { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteListItem" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [ { @@ -239461,17 +239634,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteListItemDocumentSetVersion" + "Command": "Remove-MgSiteListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -239493,173 +239666,173 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteListItemDocumentSetVersion" + "Command": "Remove-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "DELETE", - "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteListItemField" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteListItemField" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteListItemVersion" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteListItemVersion" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteListItemVersionField" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteListItemVersionField" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteListOperation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteListOperation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteListSubscription" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteListSubscription" - }, - { - "Module": "Notes", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteOnenoteNotebook" - }, - { - "Module": "Notes", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteOnenoteNotebook", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteOnenoteNotebook" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "Module": "Notes", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -239675,17 +239848,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteOnenotePage" + "Command": "Remove-MgSiteOnenotePage", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", "Module": "Notes", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -239701,69 +239874,69 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteOnenotePage" + "Command": "Remove-MgSiteOnenotePage", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "Method": "DELETE", - "Permissions": [], "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteOnenoteSection" - }, - { - "Module": "Notes", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteOnenoteSection", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteOnenoteSection" - }, - { - "Module": "Notes", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteOnenoteSection", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteOnenoteSectionGroup" - }, - { - "Module": "Notes", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteOnenoteSectionGroup", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteOnenoteSectionGroup" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgSiteOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/pages/{sitePage-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Sites.ReadWrite.All", @@ -239771,108 +239944,108 @@ "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}/pages/{sitePage-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSitePage" + "Command": "Remove-MgSitePage", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "DELETE", - "Permissions": [], "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSitePageCanvaLayout" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSitePageCanvaLayout", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSitePageCanvaLayoutHorizontalSection" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSitePageCanvaLayoutHorizontalSectionColumn" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSitePageCanvaLayoutHorizontalSectionColumnWebpart" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSitePageCanvaLayoutVerticalSection" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSitePageCanvaLayoutVerticalSection", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSitePageCanvaLayoutVerticalSectionWebpart" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSitePageWebPart" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgSitePageWebPart", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/permissions/{permission-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "N/A", @@ -239880,17 +240053,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/sites/{site-id}/permissions/{permission-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSitePermission" + "Command": "Remove-MgSitePermission", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/permissions/{permission-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "N/A", @@ -239898,63 +240071,45 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/sites/{site-id}/permissions/{permission-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSitePermission" + "Command": "Remove-MgSitePermission", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "DELETE", - "Permissions": [], "Uri": "/sites/{site-id}/termStore", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteTermStore" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStore", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStore" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgSiteTermStore", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "DELETE", - "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 - }, "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreGroup" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": { "Name": "TermStore.ReadWrite.All", @@ -239962,63 +240117,74 @@ "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 }, + "Command": "Remove-MgSiteTermStoreGroup", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreGroup" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgSiteTermStoreGroup", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "DELETE", - "Permissions": [], "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreGroupSet" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreGroupSet", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreGroupSet" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreGroupSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete3", "DeleteViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreGroupSetChild" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreGroupSetChild", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", @@ -240027,183 +240193,172 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreGroupSetChild" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreGroupSetChildRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreGroupSetParentGroup" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreGroupSetParentGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreGroupSetRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreGroupSetRelation", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreGroupSetRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreGroupSetTerm" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreGroupSetTerm", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreGroupSetTerm" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], - "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreGroupSetTermChildRelation" + "Command": "Remove-MgSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreGroupSetTermRelation" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "DELETE", - "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 - }, "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSet" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": { "Name": "TermStore.ReadWrite.All", @@ -240211,35 +240366,46 @@ "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 }, + "Command": "Remove-MgSiteTermStoreSet", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSet" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgSiteTermStoreSet", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "DELETE", - "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete3", "DeleteViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSetChild" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetChild", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", @@ -240248,194 +240414,183 @@ "DeleteViaIdentity1", "DeleteViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSetChild" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSetChildRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSetParentGroup" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetParentGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSetParentGroupSet" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSetParentGroupSetChild" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSetParentGroupSetChildRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSetParentGroupSetRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTerm" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSetRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetRelation", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSetRelation" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetRelation", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "DELETE", - "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 - }, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSetTerm" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": { "Name": "TermStore.ReadWrite.All", @@ -240443,166 +240598,184 @@ "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 }, + "Command": "Remove-MgSiteTermStoreSetTerm", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSetTerm" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgSiteTermStoreSetTerm", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "DELETE", - "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSetTermChild" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetTermChild", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSetTermChild" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSetTermRelation" - }, - { - "Module": "Sites", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetTermRelation", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSiteTermStoreSetTermRelation" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/subscribedSkus/{subscribedSku-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSubscribedSku" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSubscribedSku", + "ApiVersion": "beta" + }, + { "Uri": "/subscribedSkus/{subscribedSku-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSubscribedSku" - }, - { - "Module": "ChangeNotifications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSubscribedSku", + "ApiVersion": "v1.0" + }, + { "Uri": "/subscriptions/{subscription-id}", + "Module": "ChangeNotifications", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgSubscription" - }, - { - "Module": "ChangeNotifications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/subscriptions/{subscription-id}", + "Module": "ChangeNotifications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgSubscription" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeam" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeam", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeam" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTeam", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -240624,17 +240797,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamChannel" + "Command": "Remove-MgTeamChannel", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -240656,17 +240829,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamChannel" + "Command": "Remove-MgTeamChannel", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Remove1", + "RemoveViaIdentity1" + ], "Method": "POST", "Permissions": { "Name": "ChannelSettings.ReadWrite.All", @@ -240674,17 +240847,17 @@ "FullDescription": "Read and write the names, descriptions, and settings of all channels, on your behalf.", "IsAdmin": true }, - "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", - "Variants": [ - "Remove1", - "RemoveViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamChannelEmail" + "Command": "Remove-MgTeamChannelEmail", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Remove", + "RemoveViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "ChannelSettings.ReadWrite.All", @@ -240692,17 +240865,17 @@ "FullDescription": "Read and write the names, descriptions, and settings of all channels, on your behalf.", "IsAdmin": true }, - "Uri": "/teams/{team-id}/channels/{channel-id}/removeEmail", - "Variants": [ - "Remove", - "RemoveViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamChannelEmail" + "Command": "Remove-MgTeamChannelEmail", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "ChannelMember.ReadWrite.All", @@ -240710,17 +240883,17 @@ "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 }, - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamChannelMember" + "Command": "Remove-MgTeamChannelMember", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "ChannelMember.ReadWrite.All", @@ -240728,43 +240901,43 @@ "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 }, - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamChannelMember" + "Command": "Remove-MgTeamChannelMember", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "DELETE", - "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamChannelMessageReplyHostedContent" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "ChannelMember.ReadWrite.All", @@ -240772,17 +240945,17 @@ "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 }, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamChannelSharedWithTeam" + "Command": "Remove-MgTeamChannelSharedWithTeam", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "ChannelMember.ReadWrite.All", @@ -240790,17 +240963,17 @@ "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 }, - "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamChannelSharedWithTeam" + "Command": "Remove-MgTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -240834,17 +241007,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamChannelTab" + "Command": "Remove-MgTeamChannelTab", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -240878,17 +241051,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamChannelTab" + "Command": "Remove-MgTeamChannelTab", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -240916,17 +241089,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamInstalledApp" + "Command": "Remove-MgTeamInstalledApp", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -240954,17 +241127,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamInstalledApp" + "Command": "Remove-MgTeamInstalledApp", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/members/{conversationMember-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "TeamMember.ReadWrite.All", @@ -240972,17 +241145,17 @@ "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 }, - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamMember" + "Command": "Remove-MgTeamMember", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/members/{conversationMember-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "TeamMember.ReadWrite.All", @@ -240990,290 +241163,290 @@ "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 }, - "Uri": "/teams/{team-id}/members/{conversationMember-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamMember" + "Command": "Remove-MgTeamMember", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "DELETE", - "Permissions": [], "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamOperation" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamOperation", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamOperation" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamPermissionGrant" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamPermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/photo", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamPhoto" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamPhoto", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/photo", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamPhoto" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamPhoto", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamPrimaryChannel" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamPrimaryChannel", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamPrimaryChannel" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTeamPrimaryChannel", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/removeEmail", + "Module": "Teams", + "OutputType": null, "Variants": [ "Remove1", "RemoveViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamPrimaryChannelEmail" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Remove-MgTeamPrimaryChannelEmail", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/removeEmail", + "Module": "Teams", + "OutputType": null, "Variants": [ "Remove", "RemoveViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamPrimaryChannelEmail" + "Method": "POST", + "Permissions": [], + "Command": "Remove-MgTeamPrimaryChannelEmail", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "DELETE", - "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamPrimaryChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamPrimaryChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamPrimaryChannelTab" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamPrimaryChannelTab", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamPrimaryChannelTab" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamPrimaryChannelTab", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamSchedule" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamSchedule" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamSchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamScheduleOfferShiftRequest" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamScheduleOfferShiftRequest" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -241289,17 +241462,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamScheduleOpenShift" + "Command": "Remove-MgTeamScheduleOpenShift", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -241315,43 +241488,43 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamScheduleOpenShift" + "Command": "Remove-MgTeamScheduleOpenShift", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "DELETE", - "Permissions": [], "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -241367,17 +241540,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamScheduleSchedulingGroup" + "Command": "Remove-MgTeamScheduleSchedulingGroup", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -241393,17 +241566,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamScheduleSchedulingGroup" + "Command": "Remove-MgTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -241419,17 +241592,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamScheduleShift" + "Command": "Remove-MgTeamScheduleShift", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -241445,43 +241618,43 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamScheduleShift" + "Command": "Remove-MgTeamScheduleShift", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "DELETE", - "Permissions": [], "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Schedule.ReadWrite.All", @@ -241489,17 +241662,17 @@ "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/timeCards/{timeCard-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamScheduleTimeCard" + "Command": "Remove-MgTeamScheduleTimeCard", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -241515,17 +241688,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamScheduleTimeOff" + "Command": "Remove-MgTeamScheduleTimeOff", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -241541,17 +241714,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamScheduleTimeOff" + "Command": "Remove-MgTeamScheduleTimeOff", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -241567,17 +241740,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamScheduleTimeOffReason" + "Command": "Remove-MgTeamScheduleTimeOffReason", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -241593,17 +241766,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamScheduleTimeOffReason" + "Command": "Remove-MgTeamScheduleTimeOffReason", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -241619,17 +241792,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamScheduleTimeOffRequest" + "Command": "Remove-MgTeamScheduleTimeOffRequest", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -241645,35 +241818,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamScheduleTimeOffRequest" + "Command": "Remove-MgTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "DELETE", - "Permissions": { - "Name": "TeamworkTag.ReadWrite", - "Description": "Read and write tags in Teams", - "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", - "IsAdmin": true - }, "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamTag" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": { "Name": "TeamworkTag.ReadWrite", @@ -241681,17 +241836,17 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true }, + "Command": "Remove-MgTeamTag", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamTag" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": { "Name": "TeamworkTag.ReadWrite", @@ -241699,17 +241854,17 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true }, + "Command": "Remove-MgTeamTag", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamTagMember" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": { "Name": "TeamworkTag.ReadWrite", @@ -241717,393 +241872,411 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true }, + "Command": "Remove-MgTeamTagMember", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamTagMember" + "Method": "DELETE", + "Permissions": { + "Name": "TeamworkTag.ReadWrite", + "Description": "Read and write tags in Teams", + "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", + "IsAdmin": true + }, + "Command": "Remove-MgTeamTagMember", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "DELETE", - "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamworkDeletedTeam" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeam", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamworkDeletedTeam" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamworkDeletedTeamChannel" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannel", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamworkDeletedTeamChannel" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannel", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", + "Module": "Teams", + "OutputType": null, "Variants": [ "Remove1", "RemoveViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelEmail" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannelEmail", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/removeEmail", + "Module": "Teams", + "OutputType": null, "Variants": [ "Remove", "RemoveViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelEmail" + "Method": "POST", + "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannelEmail", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "DELETE", - "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelMember" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelMember" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannelMessage", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannelMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelTab" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannelTab", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamworkDeletedTeamChannelTab" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDeletedTeamChannelTab", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/devices/{teamworkDevice-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamworkDevice" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDevice", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamworkDeviceActivity" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDeviceActivity", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamworkDeviceConfiguration" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDeviceConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/devices/{teamworkDevice-id}/health", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamworkDeviceHealth" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDeviceHealth", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamworkDeviceOperation" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkDeviceOperation", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/teamsAppSettings", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamworkTeamAppSetting" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkTeamAppSetting", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamworkTeamTemplate" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkTeamTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamworkTeamTemplateDefinition" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTeamworkTeamTemplateDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamworkTeamTemplateDefinitionTeamDefinition" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTeamworkTeamTemplateDefinitionTeamDefinition", + "ApiVersion": "beta" }, { + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "WorkforceIntegration.ReadWrite.All", @@ -242111,17 +242284,17 @@ "FullDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", "IsAdmin": true }, - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTeamworkWorkforceIntegration" + "Command": "Remove-MgTeamworkWorkforceIntegration", + "ApiVersion": "beta" }, { + "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "WorkforceIntegration.ReadWrite.All", @@ -242129,459 +242302,459 @@ "FullDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", "IsAdmin": true }, - "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Command": "Remove-MgTeamworkWorkforceIntegration", + "ApiVersion": "v1.0" + }, + { + "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgTeamworkWorkforceIntegration" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenant", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenant" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantAggregatedPolicyCompliance" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantAlert", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantAlert" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantAlertLog", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantAlertLog" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantAlertRule", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantAlertRule" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantAlertRuleDefinition", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantAlertRuleDefinition" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantApiNotification", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantApiNotification" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantAppPerformance", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantAppPerformance" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantAuditEvent", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantAuditEvent" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantCloudPcConnection", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantCloudPcConnection" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantCloudPcDevice", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantCloudPcDevice" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantCloudPcOverview", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantCloudPcOverview" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantConditionalAccessPolicyCoverage" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantCredentialUserRegistrationSummary" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantCustomizedInformation", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantCustomizedInformation" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantDetailedInformation", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantDetailedInformation" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantDeviceAppPerformance", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantDeviceAppPerformance" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantDeviceHealthStatuses", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantDeviceHealthStatuses" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantEmailNotification", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantEmailNotification" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantGroup", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantGroup" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantManagedDeviceCompliance", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantManagedDeviceCompliance" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantManagedDeviceComplianceTrend" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantManagementAction", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantManagementAction" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantManagementActionTenantDeploymentStatuses", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantManagementActionTenantDeploymentStatuses" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantManagementIntent", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantManagementIntent" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplate", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplate" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateCollection", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateCollection" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateStep", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateStep" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateStepTenantSummary" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateStepVersion", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateStepVersion" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantMyRole", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantMyRole" - }, - { - "Module": "ManagedTenants", "Method": "DELETE", "Permissions": { "Name": "ManagedTenants.WriteRead.All", @@ -242589,56 +242762,56 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantTag" + "Command": "Remove-MgTenantRelationshipManagedTenantTag", + "ApiVersion": "beta" }, { - "Module": "ManagedTenants", - "Method": "DELETE", - "Permissions": [], "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantTicketingEndpoint" - }, - { - "Module": "ManagedTenants", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantTicketingEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantWindowDeviceMalwareState" - }, - { - "Module": "ManagedTenants", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantWindowDeviceMalwareState", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTenantRelationshipManagedTenantWindowProtectionState" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgTenantRelationshipManagedTenantWindowProtectionState", + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "TrustFrameworkKeySet.ReadWrite.All", @@ -242646,17 +242819,17 @@ "FullDescription": "Allows the app to read or write trust framework key sets, on your behalf.", "IsAdmin": true }, - "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", + "Command": "Remove-MgTrustFrameworkKeySet", + "ApiVersion": "beta" + }, + { + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTrustFrameworkKeySet" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": { "Name": "Policy.ReadWrite.TrustFramework", @@ -242664,17 +242837,17 @@ "FullDescription": "Allows the app to read and write your organization's trust framework policies on your behalf.", "IsAdmin": true }, - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgTrustFrameworkPolicy" + "Command": "Remove-MgTrustFrameworkPolicy", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}", "Module": "Users", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -242708,17 +242881,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUser" + "Command": "Remove-MgUser", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}", "Module": "Users", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -242752,35 +242925,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUser" + "Command": "Remove-MgUser", + "ApiVersion": "v1.0" }, { - "Module": "CrossDeviceExperiences", - "Method": "DELETE", - "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 - }, "Uri": "/users/{user-id}/activities/{userActivity-id}", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserActivity" - }, - { - "Module": "CrossDeviceExperiences", "Method": "DELETE", "Permissions": { "Name": "UserActivity.ReadWrite.CreatedByApp", @@ -242788,17 +242943,17 @@ "FullDescription": "Allows the app to read and report your activity in the app.", "IsAdmin": false }, + "Command": "Remove-MgUserActivity", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/activities/{userActivity-id}", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserActivity" - }, - { - "Module": "CrossDeviceExperiences", "Method": "DELETE", "Permissions": { "Name": "UserActivity.ReadWrite.CreatedByApp", @@ -242806,17 +242961,17 @@ "FullDescription": "Allows the app to read and report your activity in the app.", "IsAdmin": false }, + "Command": "Remove-MgUserActivity", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserActivityHistoryItem" - }, - { - "Module": "CrossDeviceExperiences", "Method": "DELETE", "Permissions": { "Name": "UserActivity.ReadWrite.CreatedByApp", @@ -242824,35 +242979,35 @@ "FullDescription": "Allows the app to read and report your activity in the app.", "IsAdmin": false }, + "Command": "Remove-MgUserActivityHistoryItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserActivityHistoryItem" - }, - { - "Module": "Applications", "Method": "DELETE", "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 + "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 }, + "Command": "Remove-MgUserActivityHistoryItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserAppRoleAssignment" - }, - { - "Module": "Applications", "Method": "DELETE", "Permissions": { "Name": "AppRoleAssignment.ReadWrite.All", @@ -242860,43 +243015,35 @@ "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 }, + "Command": "Remove-MgUserAppRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserAppRoleAssignment" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgUserAppRoleAssignment", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "DELETE", - "Permissions": [ - { - "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/emailMethods/{emailAuthenticationMethod-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserAuthenticationEmailMethod" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [ { @@ -242912,17 +243059,17 @@ "IsAdmin": true } ], + "Command": "Remove-MgUserAuthenticationEmailMethod", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserAuthenticationEmailMethod" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [ { @@ -242938,17 +243085,17 @@ "IsAdmin": true } ], + "Command": "Remove-MgUserAuthenticationEmailMethod", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserAuthenticationFido2Method" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [ { @@ -242964,17 +243111,17 @@ "IsAdmin": true } ], + "Command": "Remove-MgUserAuthenticationFido2Method", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/authentication/fido2Methods/{fido2AuthenticationMethod-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserAuthenticationFido2Method" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [ { @@ -242990,17 +243137,17 @@ "IsAdmin": true } ], + "Command": "Remove-MgUserAuthenticationFido2Method", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [ { @@ -243016,43 +243163,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod" + "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/microsoftAuthenticatorMethods/{microsoftAuthenticatorAuthenticationMethod-id}", "Module": "Identity.SignIns", - "Method": "DELETE", - "Permissions": [], - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", "OutputType": null, - "Command": "Remove-MgUserAuthenticationOperation" - }, - { - "Module": "Identity.SignIns", - "Method": "DELETE", - "Permissions": [], - "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserAuthenticationOperation" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [ { @@ -243068,17 +243189,43 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", + "Command": "Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod", + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserAuthenticationOperation", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "Module": "Identity.SignIns", "OutputType": null, - "Command": "Remove-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod" + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserAuthenticationOperation", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/passwordlessMicrosoftAuthenticatorMethods/{passwordlessMicrosoftAuthenticatorAuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -243094,17 +243241,17 @@ "IsAdmin": true } ], + "Command": "Remove-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserAuthenticationPhoneMethod" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [ { @@ -243120,17 +243267,17 @@ "IsAdmin": true } ], + "Command": "Remove-MgUserAuthenticationPhoneMethod", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserAuthenticationPhoneMethod" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [ { @@ -243146,17 +243293,17 @@ "IsAdmin": true } ], + "Command": "Remove-MgUserAuthenticationPhoneMethod", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserAuthenticationSoftwareOathMethod" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [ { @@ -243172,17 +243319,17 @@ "IsAdmin": true } ], + "Command": "Remove-MgUserAuthenticationSoftwareOathMethod", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/authentication/softwareOathMethods/{softwareOathAuthenticationMethod-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserAuthenticationSoftwareOathMethod" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [ { @@ -243198,17 +243345,17 @@ "IsAdmin": true } ], + "Command": "Remove-MgUserAuthenticationSoftwareOathMethod", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [ { @@ -243224,17 +243371,17 @@ "IsAdmin": true } ], + "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/authentication/temporaryAccessPassMethods/{temporaryAccessPassAuthenticationMethod-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [ { @@ -243250,17 +243397,17 @@ "IsAdmin": true } ], + "Command": "Remove-MgUserAuthenticationTemporaryAccessPassMethod", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserAuthenticationWindowHelloForBusinessMethod" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [ { @@ -243276,35 +243423,43 @@ "IsAdmin": true } ], + "Command": "Remove-MgUserAuthenticationWindowHelloForBusinessMethod", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/authentication/windowsHelloForBusinessMethods/{windowsHelloForBusinessAuthenticationMethod-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserAuthenticationWindowHelloForBusinessMethod" + "Method": "DELETE", + "Permissions": [ + { + "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": "Remove-MgUserAuthenticationWindowHelloForBusinessMethod", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "DELETE", - "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 - }, "Uri": "/users/{user-id}/calendars/{calendar-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserCalendar" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": { "Name": "Calendars.ReadWrite", @@ -243312,17 +243467,17 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "Remove-MgUserCalendar", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendars/{calendar-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserCalendar" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": { "Name": "Calendars.ReadWrite", @@ -243330,17 +243485,17 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "Remove-MgUserCalendar", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserCalendarGroup" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": { "Name": "Calendars.ReadWrite", @@ -243348,67 +243503,67 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "Remove-MgUserCalendarGroup", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserCalendarGroup" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgUserCalendarGroup", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserCalendarMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserCalendarMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserCalendarMultiValueExtendedProperty" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserCalendarMultiValueExtendedProperty", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "DELETE", - "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 - }, "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserCalendarPermission" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": { "Name": "Calendars.ReadWrite", @@ -243416,335 +243571,353 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "Remove-MgUserCalendarPermission", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserCalendarPermission" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgUserCalendarPermission", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserCalendarSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserCalendarSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete2", "Delete3", "DeleteViaIdentity2", "DeleteViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserCalendarSingleValueExtendedProperty" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserCalendarSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserChat" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserChat", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserChat" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserChat", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserChatInstalledApp" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserChatInstalledApp", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserChatInstalledApp" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserChatInstalledApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserChatLastMessagePreview" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserChatLastMessagePreview", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserChatLastMessagePreview" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserChatLastMessagePreview", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserChatMember" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserChatMember", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserChatMember" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserChatMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserChatMessage" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserChatMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserChatMessage" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserChatMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserChatMessageHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserChatMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserChatMessageHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserChatMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserChatMessageReply" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserChatMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserChatMessageReply" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserChatMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserChatMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserChatMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserChatMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserChatMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserChatOperation" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserChatOperation", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserChatPermissionGrant" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserChatPermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserChatPinnedMessage" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserChatPinnedMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserChatPinnedMessage" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserChatPinnedMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserChatTab" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserChatTab", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserChatTab" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserChatTab", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contacts/{contact-id}", "Module": "PersonalContacts", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Contacts.ReadWrite", @@ -243752,17 +243925,17 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/contacts/{contact-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserContact" + "Command": "Remove-MgUserContact", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contacts/{contact-id}", "Module": "PersonalContacts", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Contacts.ReadWrite", @@ -243770,43 +243943,43 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/contacts/{contact-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserContact" + "Command": "Remove-MgUserContact", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserContactExtension" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserContactExtension", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "Module": "PersonalContacts", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Contacts.ReadWrite", @@ -243814,17 +243987,17 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserContactFolder" + "Command": "Remove-MgUserContactFolder", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", "Module": "PersonalContacts", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Contacts.ReadWrite", @@ -243832,43 +244005,43 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserContactFolder" + "Command": "Remove-MgUserContactFolder", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserContactFolderChildFolder" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactFolderChildFolder", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserContactFolderChildFolder" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserContactFolderChildFolder", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "Module": "PersonalContacts", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Contacts.ReadWrite", @@ -243876,17 +244049,17 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserContactFolderChildFolderContact" + "Command": "Remove-MgUserContactFolderChildFolderContact", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", "Module": "PersonalContacts", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Contacts.ReadWrite", @@ -243894,147 +244067,147 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserContactFolderChildFolderContact" + "Command": "Remove-MgUserContactFolderChildFolderContact", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserContactFolderChildFolderContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactFolderChildFolderContactExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserContactFolderChildFolderContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactFolderChildFolderContactExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserContactFolderChildFolderContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserContactFolderChildFolderContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserContactFolderChildFolderContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserContactFolderChildFolderContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserContactFolderChildFolderMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserContactFolderChildFolderMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserContactFolderChildFolderSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserContactFolderChildFolderSingleValueExtendedProperty" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "Module": "PersonalContacts", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Contacts.ReadWrite", @@ -244042,17 +244215,17 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserContactFolderContact" + "Command": "Remove-MgUserContactFolderContact", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", "Module": "PersonalContacts", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Contacts.ReadWrite", @@ -244060,1317 +244233,1317 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserContactFolderContact" + "Command": "Remove-MgUserContactFolderContact", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserContactFolderContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactFolderContactExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserContactFolderContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactFolderContactExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserContactFolderContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactFolderContactMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserContactFolderContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactFolderContactMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserContactFolderContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactFolderContactSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserContactFolderContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactFolderContactSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserContactFolderMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserContactFolderMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactFolderMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserContactFolderSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserContactFolderSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactFolderSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserContactSingleValueExtendedProperty" - }, - { - "Module": "CrossDeviceExperiences", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserContactSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/devices/{device-id}", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDevice" - }, - { - "Module": "CrossDeviceExperiences", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDevice", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDeviceCommand" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDeviceCommand", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDeviceEnrollmentConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDeviceEnrollmentConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDeviceEnrollmentConfigurationAssignment" - }, - { - "Module": "CrossDeviceExperiences", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDeviceExtension" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserDeviceExtension", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/removeAllDevicesFromManagement", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Remove", "RemoveViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDeviceFromManagement" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Remove-MgUserDeviceFromManagement", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/removeAllDevicesFromManagement", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Remove1", "RemoveViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDeviceFromManagement" + "Method": "POST", + "Permissions": [], + "Command": "Remove-MgUserDeviceFromManagement", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent" - }, - { - "Module": "CrossDeviceExperiences", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredOwners/{directoryObject-id}/$ref", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDeviceRegisteredOwnerByRef" - }, - { - "Module": "CrossDeviceExperiences", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDeviceRegisteredOwnerByRef", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/registeredUsers/{directoryObject-id}/$ref", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDeviceRegisteredUserByRef" - }, - { - "Module": "CrossDeviceExperiences", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDeviceRegisteredUserByRef", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDeviceUsageRights" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDeviceUsageRights", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDrive" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDrive", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDrive" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveItemAnalytic" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveItemAnalytic" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveItemListItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemListItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveItemListItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveItemListItemField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveItemListItemField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveItemListItemVersionField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveItemListItemVersionField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveItemPermission" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemPermission", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveItemPermission" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveItemSubscription" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveItemSubscription" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveList" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveList", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveList" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveList", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveListColumn" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveListColumn" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveListContentType" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveListContentType" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveListItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveListItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveListItemField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveListItemField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveListItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveListItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveListItemVersionField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveListItemVersionField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveListOperation" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveListOperation" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveListSubscription" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveListSubscription" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveRoot" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveRoot" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveRootAnalytic" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRootAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveRootAnalytic" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRootAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveRootListItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRootListItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveRootListItem" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRootListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveRootListItemField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRootListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveRootListItemField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRootListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRootListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRootListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveRootListItemVersionField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRootListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveRootListItemVersionField" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRootListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveRootPermission" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRootPermission", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveRootPermission" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRootPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveRootSubscription" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRootSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveRootSubscription" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRootSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRootThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRootThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserDriveRootVersion" - }, - { - "Module": "Files", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserDriveRootVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserDriveRootVersion" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserDriveRootVersion", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/{event-id}", "Module": "Calendar", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Calendars.ReadWrite", @@ -245378,17 +245551,17 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/events/{event-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserEvent" + "Command": "Remove-MgUserEvent", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}", "Module": "Calendar", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Calendars.ReadWrite", @@ -245396,407 +245569,407 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/events/{event-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserEvent" + "Command": "Remove-MgUserEvent", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserEventAttachment" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserEventAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserEventAttachment" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserEventExceptionOccurrenceAttachment" + "Command": "Remove-MgUserEventAttachment", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/attachments/{attachment-id}", "Module": "Calendar", - "Method": "DELETE", - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserEventExceptionOccurrenceExtension" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserEventExceptionOccurrenceAttachment", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", "Module": "Calendar", - "Method": "DELETE", - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserEventExceptionOccurrenceInstanceAttachment" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserEventExceptionOccurrenceExtension", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/attachments/{attachment-id}", "Module": "Calendar", - "Method": "DELETE", - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserEventExceptionOccurrenceInstanceExtension" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserEventExceptionOccurrenceInstanceAttachment", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", "Module": "Calendar", - "Method": "DELETE", - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserEventExceptionOccurrenceInstanceMultiValueExtendedProperty" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Module": "Calendar", - "Method": "DELETE", - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserEventExceptionOccurrenceInstanceSingleValueExtendedProperty" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Module": "Calendar", - "Method": "DELETE", - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserEventExceptionOccurrenceMultiValueExtendedProperty" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Module": "Calendar", - "Method": "DELETE", - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserEventExceptionOccurrenceSingleValueExtendedProperty" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserEventExceptionOccurrenceMultiValueExtendedProperty", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Module": "Calendar", - "Method": "DELETE", - "Permissions": [], - "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserEventExtension" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserEventExceptionOccurrenceSingleValueExtendedProperty", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", "Module": "Calendar", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserEventExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserEventExtension" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserEventExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserEventInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserEventInstanceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserEventInstanceAttachment" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserEventInstanceAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/attachments/{attachment-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserEventInstanceExceptionOccurrenceAttachment" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserEventInstanceExceptionOccurrenceAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserEventInstanceExceptionOccurrenceExtension" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserEventInstanceExtension" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserEventInstanceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserEventInstanceExtension" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserEventInstanceExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserEventInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserEventInstanceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserEventInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserEventInstanceMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserEventInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserEventInstanceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserEventInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserEventInstanceSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserEventMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserEventMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserEventMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserEventMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserEventSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserEventSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserEventSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserEventSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/extensions/{extension-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserExtension" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/extensions/{extension-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserExtension" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserExtension", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "Module": "Mail", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Mail.ReadWrite", @@ -245804,17 +245977,17 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserInferenceClassificationOverride" + "Command": "Remove-MgUserInferenceClassificationOverride", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", "Module": "Mail", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Mail.ReadWrite", @@ -245822,160 +245995,160 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserInferenceClassificationOverride" + "Command": "Remove-MgUserInferenceClassificationOverride", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/informationProtection", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserInformationProtection" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserInformationProtection", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserInformationProtectionDataLossPreventionPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/policy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserInformationProtectionPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserInformationProtectionPolicyLabel" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserInformationProtectionPolicyLabel", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserInformationProtectionSensitivityLabel" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserInformationProtectionSensitivityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserInformationProtectionSensitivityLabelSublabel" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserInformationProtectionSensitivityPolicySetting" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserInformationProtectionThreatAssessmentRequest" - }, - { - "Module": "Identity.SignIns", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserInformationProtectionThreatAssessmentRequestResult" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserLicenseDetail" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserLicenseDetail", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserLicenseDetail" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserLicenseDetail", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "Module": "Mail", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Mail.ReadWrite", @@ -245983,17 +246156,17 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMailFolder" + "Command": "Remove-MgUserMailFolder", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", "Module": "Mail", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Mail.ReadWrite", @@ -246001,264 +246174,264 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMailFolder" + "Command": "Remove-MgUserMailFolder", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMailFolderChildFolder" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderChildFolder", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMailFolderChildFolder" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMailFolderChildFolderMessage" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderChildFolderMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMailFolderChildFolderMessage" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderChildFolderMessageAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMailFolderChildFolderMessageExtension" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderChildFolderMessageExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMailFolderChildFolderMessageExtension" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderChildFolderMessageExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/mentions/{mention-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMailFolderChildFolderMessageMention" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderChildFolderMessageMention", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMailFolderChildFolderMessageRule" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderChildFolderMessageRule", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMailFolderChildFolderMessageRule" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderChildFolderMessageRule", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMailFolderChildFolderMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMailFolderChildFolderMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMailFolderChildFolderSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMailFolderChildFolderSingleValueExtendedProperty" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "Module": "Mail", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Mail.ReadWrite", @@ -246266,17 +246439,17 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMailFolderMessage" + "Command": "Remove-MgUserMailFolderMessage", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", "Module": "Mail", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Mail.ReadWrite", @@ -246284,69 +246457,69 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMailFolderMessage" + "Command": "Remove-MgUserMailFolderMessage", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMailFolderMessageAttachment" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderMessageAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMailFolderMessageAttachment" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderMessageAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMailFolderMessageExtension" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderMessageExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMailFolderMessageExtension" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserMailFolderMessageExtension", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", "Module": "Mail", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Mail.ReadWrite", @@ -246354,424 +246527,424 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/mentions/{mention-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMailFolderMessageMention" + "Command": "Remove-MgUserMailFolderMessageMention", + "ApiVersion": "beta" }, { - "Module": "Mail", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMailFolderMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderMessageMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMailFolderMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderMessageMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMailFolderMessageRule" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderMessageRule", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMailFolderMessageRule" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderMessageRule", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMailFolderMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderMessageSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMailFolderMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderMessageSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMailFolderMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMailFolderMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMailFolderSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMailFolderSingleValueExtendedProperty" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMailFolderSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserManagedDevice" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserManagedDevice" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserManagedDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserManagedDeviceCategory" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserManagedDeviceCategory", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserManagedDeviceCategory" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserManagedDeviceCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserManagedDeviceCompliancePolicyState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserManagedDeviceCompliancePolicyState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserManagedDeviceCompliancePolicyState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserManagedDeviceConfigurationState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserManagedDeviceConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserManagedDeviceConfigurationState" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserManagedDeviceConfigurationState", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/removeDeviceFirmwareConfigurationInterfaceManagement", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Remove", "RemoveViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserManagedDeviceFirmwareConfigurationInterfaceManagement" + "Method": "POST", + "Permissions": [], + "Command": "Remove-MgUserManagedDeviceFirmwareConfigurationInterfaceManagement", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserManagedDeviceHealthScriptState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserManagedDeviceHealthScriptState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserManagedDeviceLogCollectionResponse" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserManagedDeviceLogCollectionResponse", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserManagedDeviceMobileAppConfigurationState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserManagedDeviceSecurityBaselineState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserManagedDeviceSecurityBaselineState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserManagedDeviceSecurityBaselineStateSettingState" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Delete", "DeleteExpanded", "DeleteViaIdentity", "DeleteViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deleteUserFromSharedAppleDevice", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Delete1", "DeleteExpanded1", "DeleteViaIdentity1", "DeleteViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice" + "Method": "POST", + "Permissions": [], + "Command": "Remove-MgUserManagedDeviceUserFromSharedAppleDevice", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserManagedDeviceWindowProtectionState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserManagedDeviceWindowProtectionState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/manager/$ref", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserManagerByRef" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserManagerByRef", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/manager/$ref", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserManagerByRef" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserManagerByRef", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}", "Module": "Mail", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Mail.ReadWrite", @@ -246779,17 +246952,17 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/messages/{message-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMessage" + "Command": "Remove-MgUserMessage", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}", "Module": "Mail", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Mail.ReadWrite", @@ -246797,69 +246970,69 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/messages/{message-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMessage" + "Command": "Remove-MgUserMessage", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMessageAttachment" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMessageAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/attachments/{attachment-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMessageAttachment" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMessageAttachment", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMessageExtension" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMessageExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMessageExtension" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserMessageExtension", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", "Module": "Mail", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Mail.ReadWrite", @@ -246867,69 +247040,69 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/messages/{message-id}/mentions/{mention-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMessageMention" + "Command": "Remove-MgUserMessageMention", + "ApiVersion": "beta" }, { - "Module": "Mail", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMessageMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMessageMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMessageSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserMessageSingleValueExtendedProperty" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserMessageSingleValueExtendedProperty", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -246937,82 +247110,82 @@ "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": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMobileAppIntentAndState" + "Command": "Remove-MgUserMobileAppIntentAndState", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMobileAppTroubleshootingEvent" - }, - { - "Module": "Devices.CorporateManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMobileAppTroubleshootingEvent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/notifications/{notification-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserNotification" - }, - { - "Module": "Notes", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserNotification", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOnenoteNotebook" - }, - { - "Module": "Notes", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserOnenoteNotebook", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserOnenoteNotebook" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserOnenoteNotebook", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "Module": "Notes", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -247028,17 +247201,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOnenotePage" + "Command": "Remove-MgUserOnenotePage", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", "Module": "Notes", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -247054,69 +247227,69 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserOnenotePage" + "Command": "Remove-MgUserOnenotePage", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOnenoteSection" - }, - { - "Module": "Notes", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserOnenoteSection", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserOnenoteSection" - }, - { - "Module": "Notes", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserOnenoteSection", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOnenoteSectionGroup" - }, - { - "Module": "Notes", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserOnenoteSectionGroup", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserOnenoteSectionGroup" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "Module": "CloudCommunications", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "OnlineMeetings.ReadWrite", @@ -247124,17 +247297,17 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOnlineMeeting" + "Command": "Remove-MgUserOnlineMeeting", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", "Module": "CloudCommunications", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "OnlineMeetings.ReadWrite", @@ -247142,73 +247315,73 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserOnlineMeeting" + "Command": "Remove-MgUserOnlineMeeting", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOnlineMeetingAttendanceReport" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserOnlineMeetingAttendanceReport", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserOnlineMeetingAttendanceReport" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete", "Delete1", "DeleteViaIdentity", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete2", "DeleteViaIdentity2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", "Module": "CloudCommunications", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "OnlineMeetings.ReadWrite", @@ -247216,17 +247389,17 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", + "Command": "Remove-MgUserOnlineMeetingRegistration", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOnlineMeetingRegistration" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": { "Name": "OnlineMeetings.ReadWrite", @@ -247234,30 +247407,30 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Command": "Remove-MgUserOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOnlineMeetingRegistrationCustomQuestion" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserOnlineMeetingTranscript", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/virtualAppointment", "Module": "CloudCommunications", - "Method": "DELETE", - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOnlineMeetingTranscript" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [ { @@ -247273,17 +247446,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/virtualAppointment", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOnlineMeetingVirtualAppointment" + "Command": "Remove-MgUserOnlineMeetingVirtualAppointment", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "Module": "Users", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "MailboxSettings.ReadWrite", @@ -247291,17 +247464,17 @@ "FullDescription": "Allows the app to read, update, create, and delete your mailbox settings.", "IsAdmin": false }, - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOutlookMasterCategory" + "Command": "Remove-MgUserOutlookMasterCategory", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", "Module": "Users", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "MailboxSettings.ReadWrite", @@ -247309,17 +247482,17 @@ "FullDescription": "Allows the app to read, update, create, and delete your mailbox settings.", "IsAdmin": false }, - "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "Command": "Remove-MgUserOutlookMasterCategory", + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserOutlookMasterCategory" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": { "Name": "Tasks.ReadWrite", @@ -247327,30 +247500,30 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "Command": "Remove-MgUserOutlookTask", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOutlookTask" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserOutlookTaskAttachment", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", "Module": "Users", - "Method": "DELETE", - "Permissions": [], - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/attachments/{attachment-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOutlookTaskAttachment" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": { "Name": "Tasks.ReadWrite", @@ -247358,95 +247531,95 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", + "Command": "Remove-MgUserOutlookTaskFolder", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOutlookTaskFolder" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserOutlookTaskFolderMultiValueExtendedProperty", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Module": "Users", - "Method": "DELETE", - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOutlookTaskFolderMultiValueExtendedProperty" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserOutlookTaskFolderSingleValueExtendedProperty", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "Module": "Users", - "Method": "DELETE", - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOutlookTaskFolderSingleValueExtendedProperty" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserOutlookTaskFolderTask", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", "Module": "Users", - "Method": "DELETE", - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOutlookTaskFolderTask" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserOutlookTaskFolderTaskAttachment", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Module": "Users", - "Method": "DELETE", - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOutlookTaskFolderTaskAttachment" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Module": "Users", - "Method": "DELETE", - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", "Module": "Users", - "Method": "DELETE", - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": { "Name": "Tasks.ReadWrite", @@ -247454,17 +247627,17 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", + "Command": "Remove-MgUserOutlookTaskGroup", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOutlookTaskGroup" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": { "Name": "Tasks.ReadWrite", @@ -247472,173 +247645,173 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOutlookTaskGroupTaskFolder" + "Command": "Remove-MgUserOutlookTaskGroupTaskFolder", + "ApiVersion": "beta" }, { - "Module": "Users", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOutlookTaskGroupTaskFolderTask" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserOutlookTaskGroupTaskFolderTask", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/attachments/{attachment-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOutlookTaskGroupTaskFolderTaskAttachment" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserOutlookTaskGroupTaskFolderTaskAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOutlookTaskGroupTaskFolderTaskMultiValueExtendedProperty" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserOutlookTaskGroupTaskFolderTaskMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOutlookTaskGroupTaskFolderTaskSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserOutlookTaskGroupTaskFolderTaskSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOutlookTaskMultiValueExtendedProperty" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserOutlookTaskMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserOutlookTaskSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserOutlookTaskSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/photo", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserPhoto" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserPhoto", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/photo", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserPhoto" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserPhoto", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/presence", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserPresence" - }, - { - "Module": "CloudCommunications", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserPresence", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/presence", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserPresence" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserPresence", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/profile", "Module": "People", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -247654,17 +247827,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile", + "Command": "Remove-MgUserProfile", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserProfile" - }, - { - "Module": "People", "Method": "DELETE", "Permissions": [ { @@ -247680,17 +247853,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", + "Command": "Remove-MgUserProfileAccount", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserProfileAccount" - }, - { - "Module": "People", "Method": "DELETE", "Permissions": [ { @@ -247706,17 +247879,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", + "Command": "Remove-MgUserProfileAddress", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserProfileAddress" - }, - { - "Module": "People", "Method": "DELETE", "Permissions": [ { @@ -247732,17 +247905,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", + "Command": "Remove-MgUserProfileAnniversary", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/awards/{personAward-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserProfileAnniversary" - }, - { - "Module": "People", "Method": "DELETE", "Permissions": [ { @@ -247758,17 +247931,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/awards/{personAward-id}", + "Command": "Remove-MgUserProfileAward", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserProfileAward" - }, - { - "Module": "People", "Method": "DELETE", "Permissions": [ { @@ -247784,17 +247957,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", + "Command": "Remove-MgUserProfileCertification", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserProfileCertification" - }, - { - "Module": "People", "Method": "DELETE", "Permissions": [ { @@ -247810,17 +247983,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", + "Command": "Remove-MgUserProfileEducationalActivity", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserProfileEducationalActivity" - }, - { - "Module": "People", "Method": "DELETE", "Permissions": [ { @@ -247836,17 +248009,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", + "Command": "Remove-MgUserProfileEmail", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserProfileEmail" - }, - { - "Module": "People", "Method": "DELETE", "Permissions": [ { @@ -247862,17 +248035,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", + "Command": "Remove-MgUserProfileInterest", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserProfileInterest" - }, - { - "Module": "People", "Method": "DELETE", "Permissions": [ { @@ -247888,17 +248061,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", + "Command": "Remove-MgUserProfileLanguage", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/names/{personName-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserProfileLanguage" - }, - { - "Module": "People", "Method": "DELETE", "Permissions": [ { @@ -247914,17 +248087,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/names/{personName-id}", + "Command": "Remove-MgUserProfileName", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserProfileName" - }, - { - "Module": "People", "Method": "DELETE", "Permissions": [ { @@ -247958,17 +248131,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "Command": "Remove-MgUserProfileNote", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserProfileNote" - }, - { - "Module": "People", "Method": "DELETE", "Permissions": [ { @@ -247984,17 +248157,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", + "Command": "Remove-MgUserProfilePatent", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserProfilePatent" - }, - { - "Module": "People", "Method": "DELETE", "Permissions": [ { @@ -248010,17 +248183,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", + "Command": "Remove-MgUserProfilePhone", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserProfilePhone" - }, - { - "Module": "People", "Method": "DELETE", "Permissions": [ { @@ -248036,17 +248209,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", + "Command": "Remove-MgUserProfilePosition", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserProfilePosition" - }, - { - "Module": "People", "Method": "DELETE", "Permissions": [ { @@ -248062,17 +248235,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "Command": "Remove-MgUserProfileProject", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserProfileProject" - }, - { - "Module": "People", "Method": "DELETE", "Permissions": [ { @@ -248088,17 +248261,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", + "Command": "Remove-MgUserProfilePublication", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserProfilePublication" - }, - { - "Module": "People", "Method": "DELETE", "Permissions": [ { @@ -248114,17 +248287,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", + "Command": "Remove-MgUserProfileSkill", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserProfileSkill" - }, - { - "Module": "People", "Method": "DELETE", "Permissions": [ { @@ -248140,17 +248313,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", + "Command": "Remove-MgUserProfileWebAccount", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserProfileWebAccount" - }, - { - "Module": "People", "Method": "DELETE", "Permissions": [ { @@ -248166,186 +248339,186 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserProfileWebsite" + "Command": "Remove-MgUserProfileWebsite", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserScopedRoleMemberOf" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserScopedRoleMemberOf", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserScopedRoleMemberOf" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserScopedRoleMemberOf", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/settings", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserSetting" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserSetting", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/settings", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserSetting" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserSetting", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/settings/contactMergeSuggestions", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserSettingContactMergeSuggestion" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserSettingContactMergeSuggestion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/settings/itemInsights", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserSettingItemInsight" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserSettingItemInsight", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserSettingRegionalAndLanguageSetting" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserSettingRegionalAndLanguageSetting", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/settings/shiftPreferences", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserSettingShiftPreference" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserSettingShiftPreference", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/settings/shiftPreferences", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserSettingShiftPreference" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserSettingShiftPreference", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/teamwork", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserTeamwork" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserTeamwork", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/teamwork", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserTeamwork" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserTeamwork", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserTeamworkAssociatedTeam" - }, - { - "Module": "Teams", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserTeamworkAssociatedTeam", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserTeamworkAssociatedTeam" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserTeamworkAssociatedTeam", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": [ { @@ -248361,17 +248534,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserTeamworkInstalledApp" + "Command": "Remove-MgUserTeamworkInstalledApp", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": [ { @@ -248387,17 +248560,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/teamwork/installedApps/{userScopeTeamsAppInstallation-id}", + "Command": "Remove-MgUserTeamworkInstalledApp", + "ApiVersion": "v1.0" + }, + { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserTeamworkInstalledApp" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": { "Name": "Tasks.ReadWrite", @@ -248405,17 +248578,17 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserTodoList" + "Command": "Remove-MgUserTodoList", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", "Module": "Users", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Tasks.ReadWrite", @@ -248423,61 +248596,43 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserTodoList" + "Command": "Remove-MgUserTodoList", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserTodoListExtension" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserTodoListExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserTodoListExtension" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserTodoListExtension", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "DELETE", - "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 - }, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserTodoListTask" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": { "Name": "Tasks.ReadWrite", @@ -248485,17 +248640,17 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, + "Command": "Remove-MgUserTodoListTask", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserTodoListTask" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": { "Name": "Tasks.ReadWrite", @@ -248503,17 +248658,17 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, + "Command": "Remove-MgUserTodoListTask", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserTodoListTaskAttachment" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": { "Name": "Tasks.ReadWrite", @@ -248521,43 +248676,61 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, + "Command": "Remove-MgUserTodoListTaskAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserTodoListTaskAttachment" + "Method": "DELETE", + "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 + }, + "Command": "Remove-MgUserTodoListTaskAttachment", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserTodoListTaskAttachmentSession" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserTodoListTaskAttachmentSession", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserTodoListTaskAttachmentSession" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserTodoListTaskAttachmentSession", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "Module": "Users", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Tasks.ReadWrite", @@ -248565,17 +248738,17 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserTodoListTaskChecklistItem" + "Command": "Remove-MgUserTodoListTaskChecklistItem", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", "Module": "Users", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Tasks.ReadWrite", @@ -248583,43 +248756,43 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserTodoListTaskChecklistItem" + "Command": "Remove-MgUserTodoListTaskChecklistItem", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "DELETE", - "Permissions": [], "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserTodoListTaskExtension" - }, - { - "Module": "Users", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgUserTodoListTaskExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Delete1", "DeleteViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserTodoListTaskExtension" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgUserTodoListTaskExtension", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "Module": "Users", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "Tasks.ReadWrite", @@ -248627,17 +248800,17 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgUserTodoListTaskLinkedResource" + "Command": "Remove-MgUserTodoListTaskLinkedResource", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", "Module": "Users", + "OutputType": null, + "Variants": [ + "Delete1", + "DeleteViaIdentity1" + ], "Method": "DELETE", "Permissions": { "Name": "Tasks.ReadWrite", @@ -248645,17 +248818,17 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", - "Variants": [ - "Delete1", - "DeleteViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Remove-MgUserTodoListTaskLinkedResource" + "Command": "Remove-MgUserTodoListTaskLinkedResource", + "ApiVersion": "v1.0" }, { + "Uri": "/admin/windows/updates/deployments/{deployment-id}", "Module": "WindowsUpdates", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -248663,47 +248836,47 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Uri": "/admin/windows/updates/deployments/{deployment-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgWindowsUpdatesDeployment" + "Command": "Remove-MgWindowsUpdatesDeployment", + "ApiVersion": "beta" }, { - "Module": "WindowsUpdates", - "Method": "POST", - "Permissions": [], "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgWindowsUpdatesDeploymentAudienceExclusionMemberById" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Remove-MgWindowsUpdatesDeploymentAudienceExclusionMemberById", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/removeMembersById", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgWindowsUpdatesDeploymentAudienceMemberById" + "Method": "POST", + "Permissions": [], + "Command": "Remove-MgWindowsUpdatesDeploymentAudienceMemberById", + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", "Module": "WindowsUpdates", + "OutputType": null, + "Variants": [ + "Delete", + "DeleteViaIdentity" + ], "Method": "DELETE", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -248711,76 +248884,69 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", - "Variants": [ - "Delete", - "DeleteViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgWindowsUpdatesPolicy" + "Command": "Remove-MgWindowsUpdatesPolicy", + "ApiVersion": "beta" }, { - "Module": "WindowsUpdates", - "Method": "DELETE", - "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgWindowsUpdatesPolicyAudience" - }, - { - "Module": "WindowsUpdates", "Method": "DELETE", "Permissions": [], + "Command": "Remove-MgWindowsUpdatesPolicyAudience", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgWindowsUpdatesPolicyAudienceExclusion" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgWindowsUpdatesPolicyAudienceExclusion", + "ApiVersion": "beta" }, { - "Module": "WindowsUpdates", - "Method": "POST", - "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembers", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgWindowsUpdatesPolicyAudienceExclusionMember" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": [], + "Command": "Remove-MgWindowsUpdatesPolicyAudienceExclusionMember", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}/removeMembersById", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgWindowsUpdatesPolicyAudienceExclusionMemberById" + "Method": "POST", + "Permissions": [], + "Command": "Remove-MgWindowsUpdatesPolicyAudienceExclusionMemberById", + "ApiVersion": "beta" }, { - "Module": "WindowsUpdates", - "Method": "DELETE", - "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity", @@ -248789,45 +248955,34 @@ "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgWindowsUpdatesPolicyAudienceMember" + "Method": "DELETE", + "Permissions": [], + "Command": "Remove-MgWindowsUpdatesPolicyAudienceMember", + "ApiVersion": "beta" }, { - "Module": "WindowsUpdates", - "Method": "POST", - "Permissions": [], "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}/removeMembersById", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgWindowsUpdatesPolicyAudienceMemberById" + "Method": "POST", + "Permissions": [], + "Command": "Remove-MgWindowsUpdatesPolicyAudienceMemberById", + "ApiVersion": "beta" }, { - "Module": "WindowsUpdates", - "Method": "DELETE", - "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 - }, "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgWindowsUpdatesPolicyComplianceChange" - }, - { - "Module": "WindowsUpdates", "Method": "DELETE", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -248835,17 +248990,17 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, + "Command": "Remove-MgWindowsUpdatesPolicyComplianceChange", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgWindowsUpdatesResourceConnection" - }, - { - "Module": "WindowsUpdates", "Method": "DELETE", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -248853,37 +249008,37 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, + "Command": "Remove-MgWindowsUpdatesResourceConnection", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Delete", "DeleteViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgWindowsUpdatesUpdatableAsset" - }, - { - "Module": "WindowsUpdates", - "Method": "POST", + "Method": "DELETE", "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 }, + "Command": "Remove-MgWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembers", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgWindowsUpdatesUpdatableAssetMember" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -248891,69 +249046,69 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, + "Command": "Remove-MgWindowsUpdatesUpdatableAssetMember", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}/removeMembersById", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Remove", "RemoveExpanded", "RemoveViaIdentity", "RemoveViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Remove-MgWindowsUpdatesUpdatableAssetMemberById" + "Method": "POST", + "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 + }, + "Command": "Remove-MgWindowsUpdatesUpdatableAssetMemberById", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "Method": "POST", - "Permissions": [], "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Change1", "ChangeExpanded1", "ChangeViaIdentity1", "ChangeViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Rename-MgCommunicationCallScreenSharingRole" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Rename-MgCommunicationCallScreenSharingRole", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/changeScreenSharingRole", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Rename-MgCommunicationCallScreenSharingRole" + "Method": "POST", + "Permissions": [], + "Command": "Rename-MgCommunicationCallScreenSharingRole", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/rename", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPc" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -248961,19 +249116,19 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, + "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/changeUserAccountType", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPcUserAccountType" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -248981,34 +249136,52 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, + "Command": "Rename-MgDeviceManagementVirtualEndpointCloudPcUserAccountType", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/rename", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Rename", "RenameExpanded", "RenameViaIdentity", "RenameViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Rename-MgUserCloudPc" + "Method": "POST", + "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 + }, + "Command": "Rename-MgUserCloudPc", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/changeUserAccountType", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Rename-MgUserCloudPcUserAccountType" + "Method": "POST", + "Permissions": [], + "Command": "Rename-MgUserCloudPcUserAccountType", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkSettings/requestSignupUrl", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Request", + "RequestExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -249016,17 +249189,17 @@ "FullDescription": "Allows 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/androidForWorkSettings/requestSignupUrl", + "Command": "Request-MgDeviceManagementAndroidForWorkSettingSignupUrl", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/requestSignupUrl", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Request", "RequestExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Request-MgDeviceManagementAndroidForWorkSettingSignupUrl" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -249034,17 +249207,17 @@ "FullDescription": "Allows 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/androidManagedStoreAccountEnterpriseSettings/requestSignupUrl", - "Variants": [ - "Request", - "RequestExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Request-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl" + "Command": "Request-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingSignupUrl", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteAssistance", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Request", + "RequestViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -249060,50 +249233,32 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteAssistance", - "Variants": [ - "Request", - "RequestViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Request-MgDeviceManagementComanagedDeviceRemoteAssistance" + "Command": "Request-MgDeviceManagementComanagedDeviceRemoteAssistance", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/requestRemoteHelpSessionAccess", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphRequestRemoteHelpSessionAccessResponse", "Variants": [ "Request", "RequestExpanded", "RequestViaIdentity", "RequestViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRequestRemoteHelpSessionAccessResponse", - "Command": "Request-MgDeviceManagementComanagedDeviceRemoteHelpSessionAccess" + "Method": "POST", + "Permissions": [], + "Command": "Request-MgDeviceManagementComanagedDeviceRemoteHelpSessionAccess", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Request", "RequestViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -249111,32 +249266,50 @@ "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": "Request-MgDeviceManagementManagedDeviceRemoteAssistance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Request1", "RequestViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance" + "Method": "POST", + "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 + }, + "Command": "Request-MgDeviceManagementManagedDeviceRemoteAssistance", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/requestRemoteHelpSessionAccess", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphRequestRemoteHelpSessionAccessResponse", "Variants": [ "Request", "RequestExpanded", "RequestViaIdentity", "RequestViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRequestRemoteHelpSessionAccessResponse", - "Command": "Request-MgDeviceManagementManagedDeviceRemoteHelpSessionAccess" + "Method": "POST", + "Permissions": [], + "Command": "Request-MgDeviceManagementManagedDeviceRemoteHelpSessionAccess", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/requestUpgrade", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Request", + "RequestViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.Read.All", @@ -249144,58 +249317,58 @@ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true }, - "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/requestUpgrade", - "Variants": [ - "Request", - "RequestViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Request-MgDeviceManagementMicrosoftTunnelSiteUpgrade" + "Command": "Request-MgDeviceManagementMicrosoftTunnelSiteUpgrade", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Request", "RequestViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Request-MgUserManagedDeviceRemoteAssistance" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Request-MgUserManagedDeviceRemoteAssistance", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteAssistance", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Request1", "RequestViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Request-MgUserManagedDeviceRemoteAssistance" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Request-MgUserManagedDeviceRemoteAssistance", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/requestRemoteHelpSessionAccess", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphRequestRemoteHelpSessionAccessResponse", "Variants": [ "Request", "RequestExpanded", "RequestViaIdentity", "RequestViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRequestRemoteHelpSessionAccessResponse", - "Command": "Request-MgUserManagedDeviceRemoteHelpSessionAccess" + "Method": "POST", + "Permissions": [], + "Command": "Request-MgUserManagedDeviceRemoteHelpSessionAccess", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/resetDecisions", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Reset", + "ResetViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -249211,30 +249384,30 @@ "IsAdmin": true } ], - "Uri": "/accessReviews/{accessReview-id}/resetDecisions", - "Variants": [ - "Reset", - "ResetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Reset-MgAccessReviewDecision" + "Command": "Reset-MgAccessReviewDecision", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/resetDecisions", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Reset", "ResetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Reset-MgAccessReviewInstanceDecision" + "Method": "POST", + "Permissions": [], + "Command": "Reset-MgAccessReviewInstanceDecision", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/settings/resetToDefault", "Module": "Compliance", + "OutputType": null, + "Variants": [ + "Reset", + "ResetViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "eDiscovery.ReadWrite.All", @@ -249242,17 +249415,17 @@ "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 }, - "Uri": "/compliance/ediscovery/cases/{case-id}/settings/resetToDefault", + "Command": "Reset-MgComplianceEdiscoveryCaseSettingToDefault", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resetPasscode", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Reset", "ResetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Reset-MgComplianceEdiscoveryCaseSettingToDefault" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -249260,17 +249433,17 @@ "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 }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resetPasscode", + "Command": "Reset-MgDeviceManagementComanagedDevicePasscode", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Reset", "ResetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Reset-MgDeviceManagementComanagedDevicePasscode" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -249278,17 +249451,17 @@ "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 }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", - "Variants": [ - "Reset", - "ResetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Reset-MgDeviceManagementManagedDevicePasscode" + "Command": "Reset-MgDeviceManagementManagedDevicePasscode", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Reset1", + "ResetViaIdentity1" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -249296,17 +249469,17 @@ "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 }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resetPasscode", - "Variants": [ - "Reset1", - "ResetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Reset-MgDeviceManagementManagedDevicePasscode" + "Command": "Reset-MgDeviceManagementManagedDevicePasscode", + "ApiVersion": "v1.0" }, { + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/reset", "Module": "Education", + "OutputType": null, + "Variants": [ + "Reset", + "ResetViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "EduAdministration.ReadWrite", @@ -249314,17 +249487,17 @@ "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true }, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/reset", + "Command": "Reset-MgEducationSynchronizationProfile", + "ApiVersion": "beta" + }, + { + "Uri": "/groups/{group-id}/resetUnseenCount", + "Module": "Groups", + "OutputType": null, "Variants": [ "Reset", "ResetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Reset-MgEducationSynchronizationProfile" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -249332,17 +249505,17 @@ "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": "/groups/{group-id}/resetUnseenCount", - "Variants": [ - "Reset", - "ResetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Reset-MgGroupUnseenCount" + "Command": "Reset-MgGroupUnseenCount", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/resetUnseenCount", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Reset1", + "ResetViaIdentity1" + ], "Method": "POST", "Permissions": { "Name": "Group.ReadWrite.All", @@ -249350,30 +249523,30 @@ "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": "/groups/{group-id}/resetUnseenCount", - "Variants": [ - "Reset1", - "ResetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Reset-MgGroupUnseenCount" + "Command": "Reset-MgGroupUnseenCount", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/resetDecisions", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Reset", "ResetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Reset-MgIdentityGovernanceAccessReviewDecisionInstanceDecision" + "Method": "POST", + "Permissions": [], + "Command": "Reset-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Reset", + "ResetViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -249381,17 +249554,17 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", - "Variants": [ - "Reset", - "ResetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision" + "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Reset1", + "ResetViaIdentity1" + ], "Method": "POST", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -249399,17 +249572,16 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, - "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/resetDecisions", - "Variants": [ - "Reset1", - "ResetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision" + "Command": "Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Reset" + ], "Method": "POST", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", @@ -249417,16 +249589,16 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, - "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", - "Variants": [ - "Reset" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault" + "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault", + "ApiVersion": "beta" }, { + "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Reset1" + ], "Method": "POST", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", @@ -249434,47 +249606,30 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, - "Uri": "/policies/crossTenantAccessPolicy/default/resetToSystemDefault", - "Variants": [ - "Reset1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault" + "Command": "Reset-MgPolicyCrossTenantAccessPolicyDefaultToSystemDefault", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "POST", - "Permissions": [], "Uri": "/print/printers/{printer-id}/resetDefaults", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Reset", "ResetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Reset-MgPrintPrinterDefault" + "Method": "POST", + "Permissions": [], + "Command": "Reset-MgPrintPrinterDefault", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "POST", - "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 - }, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", + "Module": "Security", + "OutputType": null, "Variants": [ "Reset", "ResetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault" - }, - { - "Module": "Security", "Method": "POST", "Permissions": { "Name": "eDiscovery.ReadWrite.All", @@ -249482,37 +249637,37 @@ "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 }, + "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings/resetToDefault", + "Module": "Security", + "OutputType": null, "Variants": [ "Reset1", "ResetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault" - }, - { - "Module": "Users.Actions", "Method": "POST", "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.", + "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 }, + "Command": "Reset-MgSecurityCaseEdiscoveryCaseSettingToDefault", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reset", "ResetExpanded", "ResetViaIdentity", "ResetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Reset-MgUserAuthenticationMethodPassword" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "UserAuthenticationMethod.ReadWrite.All", @@ -249520,73 +249675,93 @@ "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": "Reset-MgUserAuthenticationMethodPassword", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/authentication/methods/{authenticationMethod-id}/resetPassword", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reset1", "ResetExpanded1", "ResetViaIdentity1", "ResetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Reset-MgUserAuthenticationMethodPassword" + "Method": "POST", + "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 + }, + "Command": "Reset-MgUserAuthenticationMethodPassword", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reset", "ResetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Reset-MgUserManagedDevicePasscode" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Reset-MgUserManagedDevicePasscode", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resetPasscode", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reset1", "ResetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Reset-MgUserManagedDevicePasscode" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Reset-MgUserManagedDevicePasscode", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/resetDecisions", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reset", "ResetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Reset-MgUserPendingAccessReviewInstanceDecision" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Reset-MgUserPendingAccessReviewInstanceDecision", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/resizeCloudPc", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Resize-MgDeviceManagementComanagedDeviceCloudPc" + "Method": "POST", + "Permissions": [], + "Command": "Resize-MgDeviceManagementComanagedDeviceCloudPc", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resizeCloudPc", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Resize", + "ResizeExpanded", + "ResizeViaIdentity", + "ResizeViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -249594,67 +249769,47 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/resizeCloudPc", - "Variants": [ - "Resize", - "ResizeExpanded", - "ResizeViaIdentity", - "ResizeViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Resize-MgDeviceManagementManagedDeviceCloudPc" + "Command": "Resize-MgDeviceManagementManagedDeviceCloudPc", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/resizeCloudPc", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Resize", "ResizeExpanded", "ResizeViaIdentity", "ResizeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Resize-MgUserManagedDeviceCloudPc" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "Resize-MgUserManagedDeviceCloudPc", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/restart", + "Module": "Applications", + "OutputType": null, "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restart-MgApplicationSynchronizationJob" + "Method": "POST", + "Permissions": [], + "Command": "Restart-MgApplicationSynchronizationJob", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/rebootNow", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Reboot", "RebootViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restart-MgDeviceManagementComanagedDeviceNow" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -249662,17 +249817,17 @@ "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 }, + "Command": "Restart-MgDeviceManagementComanagedDeviceNow", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Reboot", "RebootViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restart-MgDeviceManagementManagedDeviceNow" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -249680,55 +249835,73 @@ "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 }, + "Command": "Restart-MgDeviceManagementManagedDeviceNow", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/rebootNow", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Reboot1", "RebootViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restart-MgDeviceManagementManagedDeviceNow" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "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.", + "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 }, + "Command": "Restart-MgDeviceManagementManagedDeviceNow", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/reboot", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Reboot", "RebootViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restart-MgDeviceManagementVirtualEndpointCloudPc" - }, - { - "Module": "Applications", "Method": "POST", "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.", + "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 }, + "Command": "Restart-MgDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/restart", + "Module": "Applications", + "OutputType": null, "Variants": [ "Restart", "RestartExpanded", "RestartViaIdentity", "RestartViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restart-MgServicePrincipalSynchronizationJob" + "Method": "POST", + "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 + }, + "Command": "Restart-MgServicePrincipalSynchronizationJob", + "ApiVersion": "beta" }, { + "Uri": "/teamwork/devices/{teamworkDevice-id}/restart", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Restart", + "RestartViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "TeamworkDevice.ReadWrite.All", @@ -249736,17 +249909,17 @@ "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true }, - "Uri": "/teamwork/devices/{teamworkDevice-id}/restart", - "Variants": [ - "Restart", - "RestartViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restart-MgTeamworkDevice" + "Command": "Restart-MgTeamworkDevice", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reboot", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Reboot", + "RebootViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -249754,58 +249927,58 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/reboot", - "Variants": [ - "Reboot", - "RebootViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restart-MgUserCloudPc" + "Command": "Restart-MgUserCloudPc", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reboot", "RebootViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restart-MgUserManagedDeviceNow" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restart-MgUserManagedDeviceNow", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/rebootNow", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Reboot1", "RebootViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restart-MgUserManagedDeviceNow" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Restart-MgUserManagedDeviceNow", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/restoreCloudPc", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgDeviceManagementComanagedDeviceCloudPc" + "Method": "POST", + "Permissions": [], + "Command": "Restore-MgDeviceManagementComanagedDeviceCloudPc", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/recoverPasscode", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Recover", + "RecoverViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -249813,55 +249986,37 @@ "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 }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/recoverPasscode", - "Variants": [ - "Recover", - "RecoverViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgDeviceManagementComanagedDevicePasscode" + "Command": "Restore-MgDeviceManagementComanagedDevicePasscode", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/restoreCloudPc", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgDeviceManagementManagedDeviceCloudPc" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "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.", + "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 }, + "Command": "Restore-MgDeviceManagementManagedDeviceCloudPc", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Recover", "RecoverViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgDeviceManagementManagedDevicePasscode" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -249869,37 +250024,55 @@ "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 }, + "Command": "Restore-MgDeviceManagementManagedDevicePasscode", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/recoverPasscode", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Recover1", "RecoverViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgDeviceManagementManagedDevicePasscode" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "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.", + "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 }, + "Command": "Restore-MgDeviceManagementManagedDevicePasscode", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/restore", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgDeviceManagementVirtualEndpointCloudPc" + "Method": "POST", + "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 + }, + "Command": "Restore-MgDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta" }, { + "Uri": "/directory/deletedItems/{directoryObject-id}/restore", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -249927,17 +250100,17 @@ "IsAdmin": true } ], - "Uri": "/directory/deletedItems/{directoryObject-id}/restore", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Restore-MgDirectoryDeletedItem" + "Command": "Restore-MgDirectoryDeletedItem", + "ApiVersion": "beta" }, { + "Uri": "/directory/deletedItems/{directoryObject-id}/restore", "Module": "Identity.DirectoryManagement", + "OutputType": "IMicrosoftGraphDirectoryObject", + "Variants": [ + "Restore1", + "RestoreViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -249965,99 +250138,99 @@ "IsAdmin": true } ], - "Uri": "/directory/deletedItems/{directoryObject-id}/restore", - "Variants": [ - "Restore1", - "RestoreViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDirectoryObject", - "Command": "Restore-MgDirectoryDeletedItem" + "Command": "Restore-MgDirectoryDeletedItem", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Restore-MgDriveItem" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Restore-MgDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/restore", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Restore1", "RestoreExpanded1", "RestoreViaIdentity1", "RestoreViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Restore-MgDriveItem" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Restore-MgDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Files", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Restore-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Files", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Restore-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "Module": "Files", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Restore-MgDriveItemListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "Module": "Files", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgDriveItemListItemVersion" + "Method": "POST", + "Permissions": [], + "Command": "Restore-MgDriveItemListItemVersion", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", "Module": "Files", + "OutputType": null, + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -250079,17 +250252,17 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgDriveItemVersion" + "Command": "Restore-MgDriveItemVersion", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", "Module": "Files", + "OutputType": null, + "Variants": [ + "Restore1", + "RestoreViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -250111,510 +250284,510 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", - "Variants": [ - "Restore1", - "RestoreViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgDriveItemVersion" + "Command": "Restore-MgDriveItemVersion", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Files", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Restore-MgDriveListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Files", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Restore-MgDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Module": "Files", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgDriveListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Restore-MgDriveListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Module": "Files", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgDriveListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Restore-MgDriveListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/restore", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Restore1", "RestoreExpanded1", "RestoreViaIdentity1", "RestoreViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Restore-MgDriveRoot" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Restore-MgDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/restore", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Restore-MgDriveRoot" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Restore-MgDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Files", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Restore-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Files", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Restore-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "Module": "Files", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Restore-MgDriveRootListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "Module": "Files", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Restore-MgDriveRootListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "Module": "Files", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgDriveRootVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Restore-MgDriveRootVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "Module": "Files", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgDriveRootVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgDriveRootVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Restore-MgGroupDriveItem" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Restore1", "RestoreExpanded1", "RestoreViaIdentity1", "RestoreViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Restore-MgGroupDriveItem" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Groups", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Groups", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "Module": "Groups", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgGroupDriveItemListItemVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupDriveItemListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "Module": "Groups", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgGroupDriveItemListItemVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupDriveItemListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "Module": "Groups", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgGroupDriveItemVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupDriveItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "Module": "Groups", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgGroupDriveItemVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupDriveItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Groups", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgGroupDriveListItemDocumentSetVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Groups", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgGroupDriveListItemDocumentSetVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Module": "Groups", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgGroupDriveListItemVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupDriveListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Module": "Groups", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgGroupDriveListItemVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupDriveListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Restore-MgGroupDriveRoot" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/restore", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Restore1", "RestoreExpanded1", "RestoreViaIdentity1", "RestoreViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Restore-MgGroupDriveRoot" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Groups", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Groups", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "Module": "Groups", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgGroupDriveRootListItemVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupDriveRootListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "Module": "Groups", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgGroupDriveRootListItemVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupDriveRootListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "Module": "Groups", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgGroupDriveRootVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupDriveRootVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "Module": "Groups", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgGroupDriveRootVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupDriveRootVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Groups", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgGroupSiteListItemDocumentSetVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Groups", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgGroupSiteListItemDocumentSetVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Module": "Groups", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgGroupSiteListItemVersion" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupSiteListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Module": "Groups", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgGroupSiteListItemVersion" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Restore-MgGroupSiteListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/restore", + "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "Command": "Restore-MgIdentityGovernanceLifecycleWorkflow" + "Method": "POST", + "Permissions": [], + "Command": "Restore-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -250630,17 +250803,17 @@ "IsAdmin": true } ], - "Uri": "/identityGovernance/lifecycleWorkflows/deletedItems/workflows/{workflow-id}/restore", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphIdentityGovernanceWorkflow", - "Command": "Restore-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow" + "Command": "Restore-MgIdentityGovernanceLifecycleWorkflowDeletedItemWorkflow", + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", "Module": "Devices.CloudPrint", + "OutputType": null, + "Variants": [ + "Restore1", + "RestoreViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -250656,17 +250829,17 @@ "IsAdmin": true } ], - "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", - "Variants": [ - "Restore1", - "RestoreViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgPrintPrinterFactoryDefault" + "Command": "Restore-MgPrintPrinterFactoryDefault", + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", "Module": "Devices.CloudPrint", + "OutputType": null, + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -250682,77 +250855,77 @@ "IsAdmin": true } ], - "Uri": "/print/printers/{printer-id}/restoreFactoryDefaults", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgPrintPrinterFactoryDefault" + "Command": "Restore-MgPrintPrinterFactoryDefault", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Files", + "OutputType": null, "Variants": [ "Restore2", "Restore3", "RestoreViaIdentity2", "RestoreViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgShareListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Restore-MgShareListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Files", + "OutputType": null, "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgShareListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Restore-MgShareListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Module": "Files", + "OutputType": null, "Variants": [ "Restore2", "Restore3", "RestoreViaIdentity2", "RestoreViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgShareListItemVersion" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Restore-MgShareListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Module": "Files", + "OutputType": null, "Variants": [ "Restore", "Restore1", "RestoreViaIdentity", "RestoreViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgShareListItemVersion" + "Method": "POST", + "Permissions": [], + "Command": "Restore-MgShareListItemVersion", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Restore1", + "RestoreViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -250774,17 +250947,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Variants": [ - "Restore1", - "RestoreViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgSiteListItemDocumentSetVersion" + "Command": "Restore-MgSiteListItemDocumentSetVersion", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -250806,17 +250979,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgSiteListItemDocumentSetVersion" + "Command": "Restore-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Restore1", + "RestoreViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -250838,17 +251011,17 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Variants": [ - "Restore1", - "RestoreViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgSiteListItemVersion" + "Command": "Restore-MgSiteListItemVersion", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Restore", + "RestoreViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -250870,341 +251043,341 @@ "IsAdmin": false } ], - "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", - "Variants": [ - "Restore", - "RestoreViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgSiteListItemVersion" + "Command": "Restore-MgSiteListItemVersion", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/restore", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgUserCloudPc" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserCloudPc", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Restore1", "RestoreExpanded1", "RestoreViaIdentity1", "RestoreViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Restore-MgUserDriveItem" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/restore", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Restore-MgUserDriveItem" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgUserDriveItemListItemVersion" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserDriveItemListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/restoreVersion", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgUserDriveItemListItemVersion" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserDriveItemListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgUserDriveItemVersion" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserDriveItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/restoreVersion", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgUserDriveItemVersion" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserDriveItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgUserDriveListItemDocumentSetVersion" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgUserDriveListItemDocumentSetVersion" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgUserDriveListItemVersion" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserDriveListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/restoreVersion", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgUserDriveListItemVersion" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserDriveListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Restore1", "RestoreExpanded1", "RestoreViaIdentity1", "RestoreViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Restore-MgUserDriveRoot" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/restore", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Restore-MgUserDriveRoot" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}/restore", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgUserDriveRootListItemVersion" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserDriveRootListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/restoreVersion", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgUserDriveRootListItemVersion" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserDriveRootListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Restore", "RestoreViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgUserDriveRootVersion" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserDriveRootVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/restoreVersion", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Restore1", "RestoreViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgUserDriveRootVersion" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserDriveRootVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/restoreCloudPc", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Restore", "RestoreExpanded", "RestoreViaIdentity", "RestoreViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgUserManagedDeviceCloudPc" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserManagedDeviceCloudPc", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Recover", "RecoverViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Restore-MgUserManagedDevicePasscode" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Restore-MgUserManagedDevicePasscode", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/recoverPasscode", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Recover1", "RecoverViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Restore-MgUserManagedDevicePasscode" + "Method": "POST", + "Permissions": [], + "Command": "Restore-MgUserManagedDevicePasscode", + "ApiVersion": "v1.0" }, { + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/resume", "Module": "Education", + "OutputType": null, + "Variants": [ + "Resume", + "ResumeViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "EduAdministration.ReadWrite", @@ -251212,77 +251385,79 @@ "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true }, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/resume", - "Variants": [ - "Resume", - "ResumeViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Resume-MgEducationSynchronizationProfile" + "Command": "Resume-MgEducationSynchronizationProfile", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/resume", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Resume-MgEntitlementManagementAccessPackageAssignmentRequest" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Resume-MgEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/runs/{run-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowRunTaskProcessingResult", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}/taskReports/{taskReport-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTaskReportTaskProcessingResult", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/workflowTemplates/{workflowTemplate-id}/tasks/{task-id}/taskProcessingResults/{taskProcessingResult-id}/resume", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Resume", "ResumeExpanded", "ResumeViaIdentity", "ResumeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult" + "Method": "POST", + "Permissions": [], + "Command": "Resume-MgIdentityGovernanceLifecycleWorkflowTemplateTaskProcessingResult", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/revokeLicenses", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Revoke", + "RevokeExpanded", + "RevokeViaIdentity", + "RevokeViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -251298,19 +251473,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/revokeLicenses", - "Variants": [ - "Revoke", - "RevokeExpanded", - "RevokeViaIdentity", - "RevokeViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Revoke-MgDeviceAppMgtVppTokenLicense" + "Command": "Revoke-MgDeviceAppMgtVppTokenLicense", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/revokeToken", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Revoke", + "RevokeViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -251318,17 +251491,17 @@ "FullDescription": "Allows 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/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}/revokeToken", + "Command": "Revoke-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/revokeToken", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Revoke", "RevokeViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Revoke-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfileToken" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -251336,17 +251509,17 @@ "FullDescription": "Allows 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/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}/revokeToken", + "Command": "Revoke-MgDeviceManagementAndroidForWorkEnrollmentProfileToken", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Revoke", "RevokeViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Revoke-MgDeviceManagementAndroidForWorkEnrollmentProfileToken" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -251354,17 +251527,17 @@ "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 }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "Command": "Revoke-MgDeviceManagementComanagedDeviceAppleVppLicense", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Revoke", "RevokeViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Revoke-MgDeviceManagementComanagedDeviceAppleVppLicense" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -251372,17 +251545,19 @@ "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 }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", - "Variants": [ - "Revoke", - "RevokeViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Revoke-MgDeviceManagementManagedDeviceAppleVppLicense" + "Command": "Revoke-MgDeviceManagementManagedDeviceAppleVppLicense", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", + "Variants": [ + "Revoke", + "RevokeExpanded", + "RevokeViaIdentity", + "RevokeViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -251404,152 +251579,150 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", - "Variants": [ - "Revoke", - "RevokeExpanded", - "RevokeViaIdentity", - "RevokeViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Revoke-MgDriveItemPermissionGrant" + "Command": "Revoke-MgDriveItemPermissionGrant", + "ApiVersion": "beta" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Revoke-MgDriveRootPermissionGrant" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Revoke-MgDriveRootPermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Revoke-MgGroupDriveItemPermissionGrant" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Revoke-MgGroupDriveItemPermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Revoke-MgGroupDriveRootPermissionGrant" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Revoke-MgGroupDriveRootPermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}/revokeGrants", + "Module": "Groups", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Revoke-MgGroupSitePermissionGrant" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Revoke-MgGroupSitePermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/permission/revokeGrants", + "Module": "Files", + "OutputType": "IMicrosoftGraphPermission1", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission1", - "Command": "Revoke-MgSharePermissionGrant" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Revoke-MgSharePermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/permissions/{permission-id}/revokeGrants", + "Module": "Sites", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Revoke-MgSitePermissionGrant" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Revoke-MgSitePermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}/revokeGrants", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Revoke-MgUserDriveItemPermissionGrant" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Revoke-MgUserDriveItemPermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}/revokeGrants", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPermission", "Variants": [ "Revoke", "RevokeExpanded", "RevokeViaIdentity", "RevokeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPermission", - "Command": "Revoke-MgUserDriveRootPermissionGrant" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Revoke-MgUserDriveRootPermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/revokeAppleVppLicenses", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Revoke", "RevokeViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Revoke-MgUserManagedDeviceAppleVppLicense" + "Method": "POST", + "Permissions": [], + "Command": "Revoke-MgUserManagedDeviceAppleVppLicense", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/revokeSignInSessions", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Revoke", + "RevokeViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -251565,17 +251738,17 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/revokeSignInSessions", - "Variants": [ - "Revoke", - "RevokeViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Revoke-MgUserSignInSession" + "Command": "Revoke-MgUserSignInSession", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/revokeSignInSessions", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Revoke1", + "RevokeViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -251591,82 +251764,82 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/revokeSignInSessions", - "Variants": [ - "Revoke1", - "RevokeViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Revoke-MgUserSignInSession" + "Command": "Revoke-MgUserSignInSession", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/importedDeviceIdentities/searchExistingIdentities", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphImportedDeviceIdentity", "Variants": [ "Search", "SearchExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphImportedDeviceIdentity", - "Command": "Search-MgDeviceManagementImportedDeviceIdentityExistingIdentity" + "Method": "POST", + "Permissions": [], + "Command": "Search-MgDeviceManagementImportedDeviceIdentityExistingIdentity", + "ApiVersion": "beta" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/drives/{drive-id}/search(q='{q}')", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Search1", "SearchViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Search-MgDrive" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Search-MgDrive", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/search(q='{q}')", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Search-MgDrive" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Search-MgDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Search", "SearchViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Search-MgDriveItem" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Search-MgDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Search1", "SearchViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Search-MgDriveItem" + "Method": "GET", + "Permissions": [], + "Command": "Search-MgDriveItem", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/root/search(q='{q}')", "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem1", + "Variants": [ + "Search1", + "SearchViaIdentity1" + ], "Method": "GET", "Permissions": [ { @@ -251706,17 +251879,17 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/root/search(q='{q}')", - "Variants": [ - "Search1", - "SearchViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Search-MgDriveRoot" + "Command": "Search-MgDriveRoot", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/root/search(q='{q}')", "Module": "Files", + "OutputType": "IMicrosoftGraphDriveItem", + "Variants": [ + "Search", + "SearchViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -251756,186 +251929,186 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/root/search(q='{q}')", - "Variants": [ - "Search", - "SearchViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Search-MgDriveRoot" + "Command": "Search-MgDriveRoot", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Search-MgGroupDrive" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Search-MgGroupDrive", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/search(q='{q}')", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Search1", "SearchViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Search-MgGroupDrive" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Search-MgGroupDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Search-MgGroupDriveItem" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Search-MgGroupDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Search1", "SearchViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Search-MgGroupDriveItem" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Search-MgGroupDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Search-MgGroupDriveRoot" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Search-MgGroupDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/search(q='{q}')", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Search1", "SearchViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Search-MgGroupDriveRoot" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Search-MgGroupDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Search1", "SearchViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Search-MgUserDrive" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Search-MgUserDrive", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/search(q='{q}')", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Search-MgUserDrive" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Search-MgUserDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Search1", "SearchViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Search-MgUserDriveItem" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Search-MgUserDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/search(q='{q}')", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Search-MgUserDriveItem" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Search-MgUserDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDriveItem1", "Variants": [ "Search1", "SearchViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDriveItem1", - "Command": "Search-MgUserDriveRoot" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Search-MgUserDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/search(q='{q}')", + "Module": "Users.Functions", + "OutputType": "IMicrosoftGraphDriveItem", "Variants": [ "Search", "SearchViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDriveItem", - "Command": "Search-MgUserDriveRoot" + "Method": "GET", + "Permissions": [], + "Command": "Search-MgUserDriveRoot", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/sendReminder", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Send", "SendViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Send-MgAccessReviewInstanceReminder" + "Method": "POST", + "Permissions": [], + "Command": "Send-MgAccessReviewInstanceReminder", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/sendReminder", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Send", + "SendViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -251951,37 +252124,19 @@ "IsAdmin": true } ], - "Uri": "/accessReviews/{accessReview-id}/sendReminder", - "Variants": [ - "Send", - "SendViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Send-MgAccessReviewReminder" + "Command": "Send-MgAccessReviewReminder", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "POST", - "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 - }, "Uri": "/chats/{chat-id}/sendActivityNotification", + "Module": "Teams", + "OutputType": null, "Variants": [ "Send1", "SendExpanded1", "SendViaIdentity1", "SendViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Send-MgChatActivityNotification" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": { "Name": "TeamsActivity.Send", @@ -251989,19 +252144,39 @@ "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 }, + "Command": "Send-MgChatActivityNotification", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/sendActivityNotification", + "Module": "Teams", + "OutputType": null, "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Send-MgChatActivityNotification" + "Method": "POST", + "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 + }, + "Command": "Send-MgChatActivityNotification", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -252017,32 +252192,32 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", - "Variants": [ - "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Send-MgDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal" + "Command": "Send-MgDeviceManagementComanagedDeviceCustomNotificationToCompanyPortal", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/sendCustomNotificationToCompanyPortal", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Send", "SendExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Send-MgDeviceManagementCustomNotificationToCompanyPortal" + "Method": "POST", + "Permissions": [], + "Command": "Send-MgDeviceManagementCustomNotificationToCompanyPortal", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Send", + "SendExpanded", + "SendViaIdentity", + "SendViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -252058,19 +252233,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", - "Variants": [ - "Send", - "SendExpanded", - "SendViaIdentity", - "SendViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Send-MgDeviceManagementManagedDeviceCustomNotificationToCompanyPortal" + "Command": "Send-MgDeviceManagementManagedDeviceCustomNotificationToCompanyPortal", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Send", + "SendViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -252078,17 +252251,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", - "Variants": [ - "Send", - "SendViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage" + "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Send1", + "SendViaIdentity1" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -252096,74 +252269,56 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/sendTestMessage", - "Variants": [ - "Send1", - "SendViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage" + "Command": "Send-MgDeviceManagementNotificationMessageTemplateTestMessage", + "ApiVersion": "v1.0" }, { - "Module": "Financials", - "Method": "POST", - "Permissions": [], "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/send", + "Module": "Financials", + "OutputType": null, "Variants": [ "Send", "SendViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Send-MgFinancialCompanySaleInvoice" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": [], + "Command": "Send-MgFinancialCompanySaleInvoice", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/send", + "Module": "Financials", + "OutputType": null, "Variants": [ "Send", "SendViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Send-MgFinancialCompanySaleQuote" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Send-MgFinancialCompanySaleQuote", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/sendReminder", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Send", "SendViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Send-MgIdentityGovernanceAccessReviewDecisionInstanceReminder" + "Method": "POST", + "Permissions": [], + "Command": "Send-MgIdentityGovernanceAccessReviewDecisionInstanceReminder", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "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 - }, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Send", "SendViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -252171,37 +252326,37 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, + "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/sendReminder", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Send1", "SendViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder" - }, - { - "Module": "Teams", "Method": "POST", "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 + "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 }, + "Command": "Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/sendActivityNotification", + "Module": "Teams", + "OutputType": null, "Variants": [ "Send1", "SendExpanded1", "SendViaIdentity1", "SendViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Send-MgTeamActivityNotification" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": { "Name": "TeamsActivity.Send", @@ -252209,19 +252364,19 @@ "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 }, + "Command": "Send-MgTeamActivityNotification", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/sendActivityNotification", + "Module": "Teams", + "OutputType": null, "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Send-MgTeamActivityNotification" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": { "Name": "TeamsActivity.Send", @@ -252229,17 +252384,17 @@ "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 }, + "Command": "Send-MgTeamActivityNotification", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/sendActivityNotificationToRecipients", + "Module": "Teams", + "OutputType": null, "Variants": [ "Send1", "SendExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Send-MgTeamworkActivityNotificationToRecipient" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": { "Name": "TeamsActivity.Send", @@ -252247,67 +252402,67 @@ "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 }, + "Command": "Send-MgTeamworkActivityNotificationToRecipient", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/sendActivityNotificationToRecipients", + "Module": "Teams", + "OutputType": null, "Variants": [ "Send", "SendExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Send-MgTeamworkActivityNotificationToRecipient" + "Method": "POST", + "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 + }, + "Command": "Send-MgTeamworkActivityNotificationToRecipient", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Send-MgUserChatActivityNotification" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Send-MgUserChatActivityNotification", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/sendActivityNotification", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Send1", "SendExpanded1", "SendViaIdentity1", "SendViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Send-MgUserChatActivityNotification" + "Method": "POST", + "Permissions": [], + "Command": "Send-MgUserChatActivityNotification", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": { - "Name": "Mail.Send", - "Description": "Send mail as you ", - "FullDescription": "Allows the app to send mail as you. ", - "IsAdmin": false - }, "Uri": "/users/{user-id}/sendMail", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Send-MgUserMail" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Mail.Send", @@ -252315,86 +252470,104 @@ "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, + "Command": "Send-MgUserMail", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/sendMail", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Send1", "SendExpanded1", "SendViaIdentity1", "SendViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Send-MgUserMail" + "Method": "POST", + "Permissions": { + "Name": "Mail.Send", + "Description": "Send mail as you ", + "FullDescription": "Allows the app to send mail as you. ", + "IsAdmin": false + }, + "Command": "Send-MgUserMail", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Send", "SendViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Send-MgUserMailFolderChildFolderMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Send-MgUserMailFolderChildFolderMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/send", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Send1", "SendViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Send-MgUserMailFolderChildFolderMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Send-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Send", "SendViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Send-MgUserMailFolderMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Send-MgUserMailFolderMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/send", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Send1", "SendViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Send-MgUserMailFolderMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Send-MgUserMailFolderMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/sendCustomNotificationToCompanyPortal", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Send-MgUserManagedDeviceCustomNotificationToCompanyPortal" + "Method": "POST", + "Permissions": [], + "Command": "Send-MgUserManagedDeviceCustomNotificationToCompanyPortal", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/send", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Send", + "SendViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "Mail.Send", @@ -252402,17 +252575,17 @@ "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/messages/{message-id}/send", - "Variants": [ - "Send", - "SendViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Send-MgUserMessage" + "Command": "Send-MgUserMessage", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/messages/{message-id}/send", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Send1", + "SendViaIdentity1" + ], "Method": "POST", "Permissions": { "Name": "Mail.Send", @@ -252420,50 +252593,32 @@ "FullDescription": "Allows the app to send mail as you. ", "IsAdmin": false }, - "Uri": "/users/{user-id}/messages/{message-id}/send", - "Variants": [ - "Send1", - "SendViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Send-MgUserMessage" + "Command": "Send-MgUserMessage", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/sendReminder", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Send", "SendViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Send-MgUserPendingAccessReviewInstanceReminder" + "Method": "POST", + "Permissions": [], + "Command": "Send-MgUserPendingAccessReviewInstanceReminder", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/teamwork/sendActivityNotification", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Send", "SendExpanded", "SendViaIdentity", "SendViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Send-MgUserTeamworkActivityNotification" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "TeamsActivity.Send", @@ -252471,83 +252626,83 @@ "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 }, + "Command": "Send-MgUserTeamworkActivityNotification", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/teamwork/sendActivityNotification", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Send1", "SendExpanded1", "SendViaIdentity1", "SendViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Send-MgUserTeamworkActivityNotification" + "Method": "POST", + "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 + }, + "Command": "Send-MgUserTeamworkActivityNotification", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "PUT", - "Permissions": [], "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgAppCatalogTeamAppDefinitionColorIconHostedContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgAppCatalogTeamAppDefinitionColorIconHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgAppCatalogTeamAppDefinitionOutlineIconHostedContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "PUT", - "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 - }, "Uri": "/applications/{application-id}/connectorGroup/$ref", + "Module": "Applications", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgApplicationConnectorGroupByRef" - }, - { - "Module": "Applications", "Method": "PUT", "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.", + "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": "Set-MgApplicationConnectorGroupByRef", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/logo", + "Module": "Applications", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgApplicationLogo" - }, - { - "Module": "Applications", "Method": "PUT", "Permissions": { "Name": "Application.ReadWrite.All", @@ -252555,50 +252710,50 @@ "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 }, + "Command": "Set-MgApplicationLogo", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/logo", + "Module": "Applications", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgApplicationLogo" + "Method": "PUT", + "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 + }, + "Command": "Set-MgApplicationLogo", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "PUT", - "Permissions": [], "Uri": "/applications/{application-id}/synchronization/secrets", + "Module": "Applications", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgApplicationSynchronizationSecret" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgApplicationSynchronizationSecret", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "POST", - "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 - }, "Uri": "/applications/{application-id}/setVerifiedPublisher", + "Module": "Applications", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgApplicationVerifiedPublisher" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": { "Name": "Application.ReadWrite.All", @@ -252606,289 +252761,289 @@ "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 }, + "Command": "Set-MgApplicationVerifiedPublisher", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/setVerifiedPublisher", + "Module": "Applications", + "OutputType": null, "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgApplicationVerifiedPublisher" + "Method": "POST", + "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 + }, + "Command": "Set-MgApplicationVerifiedPublisher", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "PUT", - "Permissions": [], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgChatMessageHostedContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgChatMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgChatMessageHostedContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgChatMessageHostedContent", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/setReaction", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgChatMessageReaction" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgChatMessageReaction", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "PUT", - "Permissions": [], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgChatMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgChatMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgChatMessageReplyHostedContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgChatMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgChatMessageReplyReaction" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgChatMessageReplyReaction", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "Method": "PUT", - "Permissions": [], "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgCommunicationOnlineMeetingAlternativeRecording" - }, - { - "Module": "CloudCommunications", "Method": "PUT", "Permissions": [], + "Command": "Set-MgCommunicationOnlineMeetingAlternativeRecording", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport" - }, - { - "Module": "CloudCommunications", "Method": "PUT", "Permissions": [], + "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport" - }, - { - "Module": "CloudCommunications", "Method": "PUT", "Permissions": [], + "Command": "Set-MgCommunicationOnlineMeetingAttendeeReport", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/recording", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgCommunicationOnlineMeetingRecording" - }, - { - "Module": "CloudCommunications", "Method": "PUT", "Permissions": [], + "Command": "Set-MgCommunicationOnlineMeetingRecording", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgCommunicationOnlineMeetingTranscriptContent" - }, - { - "Module": "CloudCommunications", "Method": "PUT", "Permissions": [], + "Command": "Set-MgCommunicationOnlineMeetingTranscriptContent", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgCommunicationOnlineMeetingTranscriptMetadataContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgCommunicationOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "beta" }, { - "Module": "CloudCommunications", - "Method": "POST", - "Permissions": [], "Uri": "/communications/presences/{presence-id}/setPresence", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgCommunicationPresence" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Set-MgCommunicationPresence", + "ApiVersion": "beta" + }, + { "Uri": "/communications/presences/{presence-id}/setPresence", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgCommunicationPresence" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Set-MgCommunicationPresence", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/presences/{presence-id}/setStatusMessage", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgCommunicationPresenceStatusMessage" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Set-MgCommunicationPresenceStatusMessage", + "ApiVersion": "beta" + }, + { "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgCommunicationPresenceUserPreferredPresence" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Set-MgCommunicationPresenceUserPreferredPresence", + "ApiVersion": "beta" + }, + { "Uri": "/communications/presences/{presence-id}/setUserPreferredPresence", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgCommunicationPresenceUserPreferredPresence" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "Set-MgCommunicationPresenceUserPreferredPresence", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assign", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceAppMgtiOSLobAppProvisioningConfiguration" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "POST", - "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 - }, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceAppMgtManagedEBook" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -252896,19 +253051,19 @@ "FullDescription": "Allows 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": "Set-MgDeviceAppMgtManagedEBook", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assign", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Assign1", "AssignExpanded1", "AssignViaIdentity1", "AssignViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgDeviceAppMgtManagedEBook" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -252916,19 +253071,19 @@ "FullDescription": "Allows 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": "Set-MgDeviceAppMgtManagedEBook", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceAppMgtMobileApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -252936,19 +253091,19 @@ "FullDescription": "Allows 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": "Set-MgDeviceAppMgtMobileApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assign", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Assign1", "AssignExpanded1", "AssignViaIdentity1", "AssignViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgDeviceAppMgtMobileApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -252956,19 +253111,19 @@ "FullDescription": "Allows 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": "Set-MgDeviceAppMgtMobileApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceAppMgtMobileAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -252976,19 +253131,19 @@ "FullDescription": "Allows 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": "Set-MgDeviceAppMgtMobileAppConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assign", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Assign1", "AssignExpanded1", "AssignViaIdentity1", "AssignViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgDeviceAppMgtMobileAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -252996,19 +253151,19 @@ "FullDescription": "Allows 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": "Set-MgDeviceAppMgtMobileAppConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceAppMgtTargetedManagedAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -253016,19 +253171,19 @@ "FullDescription": "Allows 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": "Set-MgDeviceAppMgtTargetedManagedAppConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assign", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Assign1", "AssignExpanded1", "AssignViaIdentity1", "AssignViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgDeviceAppMgtTargetedManagedAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -253036,19 +253191,39 @@ "FullDescription": "Allows 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": "Set-MgDeviceAppMgtTargetedManagedAppConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assign", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceAppMgtWdacSupplementalPolicy" + "Method": "POST", + "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": "Set-MgDeviceAppMgtWdacSupplementalPolicy", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assign", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -253064,19 +253239,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assign", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceAppMgtWindowManagedAppProtection" + "Command": "Set-MgDeviceAppMgtWindowManagedAppProtection", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/setAndroidDeviceOwnerFullyManagedEnrollmentState", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Set", + "SetExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -253084,17 +253257,19 @@ "FullDescription": "Allows 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/androidManagedStoreAccountEnterpriseSettings/setAndroidDeviceOwnerFullyManagedEnrollmentState", - "Variants": [ - "Set", - "SetExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState" + "Command": "Set-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingAndroidDeviceOwnerFullyManagedEnrollmentState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/setPriority", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -253102,34 +253277,34 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/setPriority", + "Command": "Set-MgDeviceManagementAppleUserInitiatedEnrollmentProfilePriority", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setCloudPcReviewStatus", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementAppleUserInitiatedEnrollmentProfilePriority" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgDeviceManagementComanagedDeviceCloudPcReviewStatus", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setDeviceName", "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setCloudPcReviewStatus", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementComanagedDeviceCloudPcReviewStatus" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -253137,117 +253312,97 @@ "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 }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/setDeviceName", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementComanagedDeviceName" + "Command": "Set-MgDeviceManagementComanagedDeviceName", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/compliancePolicies/{deviceManagementCompliancePolicy-id}/assign", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "Command": "Set-MgDeviceManagementCompliancePolicy" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { - "Name": "DeviceManagementConfiguration.Read.All", - "Description": "Read Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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": "Set-MgDeviceManagementCompliancePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/setScheduledActions", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementComplianceScheduledActionForRule", - "Command": "Set-MgDeviceManagementCompliancePolicyScheduledAction" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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": "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 }, + "Command": "Set-MgDeviceManagementCompliancePolicyScheduledAction", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assign", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementConfigurationPolicyAssignment", - "Command": "Set-MgDeviceManagementConfigurationPolicy" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "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.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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": "Set-MgDeviceManagementConfigurationPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/setDefaultProfile", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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": "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": "Set-MgDeviceManagementDepOnboardingSettingEnrollmentProfileDefaultProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment1", "Variants": [ "Assign1", "AssignExpanded1", "AssignViaIdentity1", "AssignViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment1", - "Command": "Set-MgDeviceManagementDeviceCompliancePolicy" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -253255,32 +253410,52 @@ "FullDescription": "Allows 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": "Set-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assign", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceCompliancePolicyAssignment", - "Command": "Set-MgDeviceManagementDeviceCompliancePolicy" + "Method": "POST", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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": "Set-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/setScheduledRetireState", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Set", "SetExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementDeviceCompliancePolicyScheduledRetireState" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgDeviceManagementDeviceCompliancePolicyScheduledRetireState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/assign", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -253296,39 +253471,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceComplianceScripts/{deviceComplianceScript-id}/assign", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementDeviceComplianceScript" + "Command": "Set-MgDeviceManagementDeviceComplianceScript", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/deviceConfigurations/{deviceConfiguration-id}/assign", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment1", "Variants": [ "Assign1", "AssignExpanded1", "AssignViaIdentity1", "AssignViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment1", - "Command": "Set-MgDeviceManagementDeviceConfiguration" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -253336,47 +253491,39 @@ "FullDescription": "Allows 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": "Set-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assign", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphDeviceConfigurationAssignment", - "Command": "Set-MgDeviceManagementDeviceConfiguration" + "Method": "POST", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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": "Set-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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.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/deviceCustomAttributeShellScripts/{deviceCustomAttributeShellScript-id}/assign", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementDeviceCustomAttributeShellScript" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -253386,25 +253533,25 @@ "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.", + "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": "Set-MgDeviceManagementDeviceCustomAttributeShellScript", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -253420,19 +253567,19 @@ "IsAdmin": true } ], + "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Assign1", "AssignExpanded1", "AssignViaIdentity1", "AssignViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -253448,19 +253595,19 @@ "IsAdmin": true } ], + "Command": "Set-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -253476,19 +253623,47 @@ "IsAdmin": true } ], + "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority" + "Method": "POST", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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.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": "Set-MgDeviceManagementDeviceEnrollmentConfigurationPriority", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assign", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -253504,19 +253679,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assign", + "Command": "Set-MgDeviceManagementDeviceHealthScript", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assign", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementDeviceHealthScript" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -253532,19 +253707,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assign", + "Command": "Set-MgDeviceManagementDeviceShellScript", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assign", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementDeviceShellScript" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -253552,19 +253727,19 @@ "FullDescription": "Allows 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/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assign", + "Command": "Set-MgDeviceManagementEmbeddedSimActivationCodePool", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assign", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEmbeddedSimActivationCodePoolAssignment", - "Command": "Set-MgDeviceManagementEmbeddedSimActivationCodePool" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -253572,19 +253747,19 @@ "FullDescription": "Allows 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/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assign", + "Command": "Set-MgDeviceManagementGroupPolicyConfiguration", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assign", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroupPolicyConfigurationAssignment", - "Command": "Set-MgDeviceManagementGroupPolicyConfiguration" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -253592,19 +253767,19 @@ "FullDescription": "Allows 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/intents/{deviceManagementIntent-id}/assign", + "Command": "Set-MgDeviceManagementIntent", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assign", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementIntent" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -253612,19 +253787,19 @@ "FullDescription": "Allows 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": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assign", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementIntuneBrandingProfile" + "Command": "Set-MgDeviceManagementIntuneBrandingProfile", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -253632,19 +253807,19 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", + "Command": "Set-MgDeviceManagementManagedDeviceCloudPcReviewStatus", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setDeviceName", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementManagedDeviceCloudPcReviewStatus" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -253652,19 +253827,17 @@ "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 }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/setDeviceName", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementManagedDeviceName" + "Command": "Set-MgDeviceManagementManagedDeviceName", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}/setPortalNotificationAsSent", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -253672,17 +253845,19 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/monitoring/alertRecords/{alertRecord-id}/setPortalNotificationAsSent", - "Variants": [ - "Set", - "SetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementMonitoringAlertRecordPortalNotificationAsSent" + "Command": "Set-MgDeviceManagementMonitoringAlertRecordPortalNotificationAsSent", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assign", "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -253690,19 +253865,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assign", + "Command": "Set-MgDeviceManagementResourceAccessProfile", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assign", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceManagementResourceAccessProfileAssignment", - "Command": "Set-MgDeviceManagementResourceAccessProfile" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -253718,34 +253893,34 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assign", + "Command": "Set-MgDeviceManagementRoleScopeTag", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assign", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphRoleScopeTagAutoAssignment", - "Command": "Set-MgDeviceManagementRoleScopeTag" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgDeviceManagementScript", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assign", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementScript" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -253753,19 +253928,19 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assign", + "Command": "Set-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementVirtualEndpointProvisioningPolicy" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -253773,69 +253948,49 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assign", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementVirtualEndpointUserSetting" + "Command": "Set-MgDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assign", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementWindowAutopilotDeploymentProfile" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Set-MgDeviceManagementWindowAutopilotDeploymentProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDeviceUserToDevice" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDeviceUserToDevice", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignResourceAccountToDevice", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementWindowAutopilotDeviceIdentityResourceAccountToDevice" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -253843,19 +253998,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Set-MgDeviceManagementWindowAutopilotDeviceIdentityResourceAccountToDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementWindowAutopilotDeviceIdentityUserToDevice" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -253863,39 +254018,39 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Set-MgDeviceManagementWindowAutopilotDeviceIdentityUserToDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/assignUserToDevice", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Assign1", "AssignExpanded1", "AssignViaIdentity1", "AssignViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgDeviceManagementWindowAutopilotDeviceIdentityUserToDevice" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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": "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": "Set-MgDeviceManagementWindowAutopilotDeviceIdentityUserToDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/assign", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementWindowDriverUpdateProfile" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -253903,19 +254058,19 @@ "FullDescription": "Allows 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": "Set-MgDeviceManagementWindowDriverUpdateProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assign", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementWindowFeatureUpdateProfile" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -253923,97 +254078,115 @@ "FullDescription": "Allows 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": "Set-MgDeviceManagementWindowFeatureUpdateProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsQualityUpdateProfiles/{windowsQualityUpdateProfile-id}/assign", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDeviceManagementWindowQualityUpdateProfile" + "Method": "POST", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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": "Set-MgDeviceManagementWindowQualityUpdateProfile", + "ApiVersion": "beta" }, { - "Module": "Files", - "Method": "PUT", - "Permissions": [], "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDriveBundleContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgDriveBundleContent", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/bundles/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgDriveBundleContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgDriveBundleContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDriveFollowingContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgDriveFollowingContent", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/following/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgDriveFollowingContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgDriveFollowingContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDriveItemChildContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgDriveItemChildContent", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgDriveItemChildContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgDriveItemChildContent", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "Module": "Files", + "OutputType": null, + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "PUT", "Permissions": [ { @@ -254035,17 +254208,17 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "Variants": [ - "Set", - "SetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDriveItemContent" + "Command": "Set-MgDriveItemContent", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", "Module": "Files", + "OutputType": null, + "Variants": [ + "Set1", + "SetViaIdentity1" + ], "Method": "PUT", "Permissions": [ { @@ -254067,43 +254240,45 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/content", - "Variants": [ - "Set1", - "SetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgDriveItemContent" + "Command": "Set-MgDriveItemContent", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "PUT", - "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDriveItemListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgDriveItemListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgDriveItemListItemDriveItemContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", "Module": "Files", + "OutputType": null, + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -254119,246 +254294,244 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDriveItemSensitivityLabel" + "Command": "Set-MgDriveItemSensitivityLabel", + "ApiVersion": "beta" }, { - "Module": "Files", - "Method": "PUT", - "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDriveItemVersionContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgDriveItemVersionContent", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgDriveItemVersionContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgDriveItemVersionContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDriveListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgDriveListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgDriveListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgDriveListItemDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDriveRootChildContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgDriveRootChildContent", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/children/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgDriveRootChildContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgDriveRootChildContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDriveRootContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgDriveRootContent", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgDriveRootContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgDriveRootContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDriveRootListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgDriveRootListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgDriveRootListItemDriveItemContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/drives/{drive-id}/root/assignSensitivityLabel", + "Module": "Files", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDriveRootSensitivityLabel" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgDriveRootSensitivityLabel", + "ApiVersion": "beta" }, { - "Module": "Files", - "Method": "PUT", - "Permissions": [], "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDriveRootVersionContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgDriveRootVersionContent", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgDriveRootVersionContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgDriveRootVersionContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgDriveSpecialContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgDriveSpecialContent", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/special/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgDriveSpecialContent" - }, - { - "Module": "Education", "Method": "PUT", "Permissions": [], + "Command": "Set-MgDriveSpecialContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgEducationClassAssignmentRubricByRef" - }, - { - "Module": "Education", "Method": "PUT", "Permissions": [], + "Command": "Set-MgEducationClassAssignmentRubricByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgEducationClassAssignmentRubricByRef" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgEducationClassAssignmentRubricByRef", + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Variants": [ + "Set1", + "SetViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -254374,17 +254547,17 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", - "Variants": [ - "Set1", - "SetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder" + "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -254400,43 +254573,43 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder", + "ApiVersion": "v1.0" + }, + { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "Set-MgEducationClassAssignmentSubmissionUpResourceFolder" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", - "Variants": [ - "Set", - "SetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment1", - "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder" + "Command": "Set-MgEducationClassAssignmentUpFeedbackResourceFolder", + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", + "Variants": [ + "Set1", + "SetViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -254452,17 +254625,17 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "Variants": [ - "Set1", - "SetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Command": "Set-MgEducationClassAssignmentUpResourceFolder" + "Command": "Set-MgEducationClassAssignmentUpResourceFolder", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -254478,253 +254651,235 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", - "Variants": [ - "Set", - "SetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment1", - "Command": "Set-MgEducationClassAssignmentUpResourceFolder" + "Command": "Set-MgEducationClassAssignmentUpResourceFolder", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "PUT", - "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgEducationMeAssignmentRubricByRef" - }, - { - "Module": "Education", "Method": "PUT", "Permissions": [], + "Command": "Set-MgEducationMeAssignmentRubricByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgEducationMeAssignmentRubricByRef" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgEducationMeAssignmentRubricByRef", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "POST", - "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Set", "SetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder" - }, - { - "Module": "Education", + ], "Method": "POST", "Permissions": [], + "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Set-MgEducationMeAssignmentSubmissionUpResourceFolder", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment1", - "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Set-MgEducationMeAssignmentUpFeedbackResourceFolder", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Command": "Set-MgEducationMeAssignmentUpResourceFolder" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Set-MgEducationMeAssignmentUpResourceFolder", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/setUpResourcesFolder", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment1", - "Command": "Set-MgEducationMeAssignmentUpResourceFolder" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgEducationMeAssignmentUpResourceFolder", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "PUT", - "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgEducationUserAssignmentRubricByRef" - }, - { - "Module": "Education", "Method": "PUT", "Permissions": [], + "Command": "Set-MgEducationUserAssignmentRubricByRef", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric/$ref", + "Module": "Education", + "OutputType": null, "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgEducationUserAssignmentRubricByRef" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgEducationUserAssignmentRubricByRef", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "POST", - "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/setUpResourcesFolder", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Set-MgEducationUserAssignmentSubmissionUpResourceFolder", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpFeedbackResourcesFolder", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment1", - "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Set-MgEducationUserAssignmentUpFeedbackResourceFolder", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment", "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationAssignment", - "Command": "Set-MgEducationUserAssignmentUpResourceFolder" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Set-MgEducationUserAssignmentUpResourceFolder", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/setUpResourcesFolder", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationAssignment1", "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationAssignment1", - "Command": "Set-MgEducationUserAssignmentUpResourceFolder" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgEducationUserAssignmentUpResourceFolder", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "PUT", - "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 - }, "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgEntitlementManagementAccessPackageAssignmentPolicy" - }, - { - "Module": "Identity.Governance", "Method": "PUT", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -254732,19 +254887,39 @@ "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 }, + "Command": "Set-MgEntitlementManagementAccessPackageAssignmentPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgEntitlementManagementAssignmentPolicy" + "Method": "PUT", + "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 + }, + "Command": "Set-MgEntitlementManagementAssignmentPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "Module": "Search", + "OutputType": null, + "Variants": [ + "Set1", + "SetExpanded1", + "SetViaIdentity1", + "SetViaIdentityExpanded1" + ], "Method": "PUT", "Permissions": [ { @@ -254760,19 +254935,19 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Variants": [ - "Set1", - "SetExpanded1", - "SetViaIdentity1", - "SetViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgExternalConnectionItem" + "Command": "Set-MgExternalConnectionItem", + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", "Module": "Search", + "OutputType": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "Method": "PUT", "Permissions": [ { @@ -254788,616 +254963,616 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgExternalConnectionItem" + "Command": "Set-MgExternalConnectionItem", + "ApiVersion": "v1.0" }, { - "Module": "Financials", - "Method": "PUT", - "Permissions": [], "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgFinancialCompanyCustomerPaymentCustomerPictureContent" - }, - { - "Module": "Financials", "Method": "PUT", "Permissions": [], + "Command": "Set-MgFinancialCompanyCustomerPaymentCustomerPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent" - }, - { - "Module": "Financials", "Method": "PUT", "Permissions": [], + "Command": "Set-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgFinancialCompanyCustomerPictureContent" - }, - { - "Module": "Financials", "Method": "PUT", "Permissions": [], + "Command": "Set-MgFinancialCompanyCustomerPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgFinancialCompanyEmployeePictureContent" - }, - { - "Module": "Financials", "Method": "PUT", "Permissions": [], + "Command": "Set-MgFinancialCompanyEmployeePictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/companyInformation/{companyInformation-id}/picture", + "Module": "Financials", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgFinancialCompanyInformationPicture" - }, - { - "Module": "Financials", "Method": "PUT", "Permissions": [], + "Command": "Set-MgFinancialCompanyInformationPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgFinancialCompanyItemPictureContent" - }, - { - "Module": "Financials", "Method": "PUT", "Permissions": [], + "Command": "Set-MgFinancialCompanyItemPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgFinancialCompanyPictureContent" - }, - { - "Module": "Financials", "Method": "PUT", "Permissions": [], + "Command": "Set-MgFinancialCompanyPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgFinancialCompanyPurchaseInvoiceLineItemPictureContent" - }, - { - "Module": "Financials", "Method": "PUT", "Permissions": [], + "Command": "Set-MgFinancialCompanyPurchaseInvoiceLineItemPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgFinancialCompanyPurchaseInvoiceVendorPictureContent" - }, - { - "Module": "Financials", "Method": "PUT", "Permissions": [], + "Command": "Set-MgFinancialCompanyPurchaseInvoiceVendorPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgFinancialCompanySaleCreditMemoCustomerPictureContent" - }, - { - "Module": "Financials", "Method": "PUT", "Permissions": [], + "Command": "Set-MgFinancialCompanySaleCreditMemoCustomerPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgFinancialCompanySaleCreditMemoLineItemPictureContent" - }, - { - "Module": "Financials", "Method": "PUT", "Permissions": [], + "Command": "Set-MgFinancialCompanySaleCreditMemoLineItemPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent" - }, - { - "Module": "Financials", "Method": "PUT", "Permissions": [], + "Command": "Set-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgFinancialCompanySaleInvoiceCustomerPictureContent" - }, - { - "Module": "Financials", "Method": "PUT", "Permissions": [], + "Command": "Set-MgFinancialCompanySaleInvoiceCustomerPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgFinancialCompanySaleInvoiceLineItemPictureContent" - }, - { - "Module": "Financials", "Method": "PUT", "Permissions": [], + "Command": "Set-MgFinancialCompanySaleInvoiceLineItemPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgFinancialCompanySaleOrderCustomerPictureContent" - }, - { - "Module": "Financials", "Method": "PUT", "Permissions": [], + "Command": "Set-MgFinancialCompanySaleOrderCustomerPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgFinancialCompanySaleOrderLineItemPictureContent" - }, - { - "Module": "Financials", "Method": "PUT", "Permissions": [], + "Command": "Set-MgFinancialCompanySaleOrderLineItemPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgFinancialCompanySaleQuoteCustomerPictureContent" - }, - { - "Module": "Financials", "Method": "PUT", "Permissions": [], + "Command": "Set-MgFinancialCompanySaleQuoteCustomerPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgFinancialCompanySaleQuoteLineItemPictureContent" - }, - { - "Module": "Financials", "Method": "PUT", "Permissions": [], + "Command": "Set-MgFinancialCompanySaleQuoteLineItemPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}/content", + "Module": "Financials", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgFinancialCompanyVendorPictureContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgFinancialCompanyVendorPictureContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupDriveBundleContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupDriveBundleContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupDriveBundleContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupDriveBundleContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupDriveFollowingContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupDriveFollowingContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupDriveFollowingContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupDriveFollowingContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupDriveItemChildContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupDriveItemChildContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupDriveItemChildContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupDriveItemChildContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupDriveItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupDriveItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupDriveItemListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupDriveItemListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupDriveItemListItemDriveItemContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgGroupDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "Module": "Groups", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupDriveItemSensitivityLabel" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgGroupDriveItemSensitivityLabel", + "ApiVersion": "beta" }, { - "Module": "Files", - "Method": "PUT", - "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupDriveItemVersionContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupDriveItemVersionContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupDriveItemVersionContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupDriveItemVersionContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupDriveListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupDriveListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupDriveListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupDriveListItemDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupDriveRootChildContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupDriveRootChildContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupDriveRootChildContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupDriveRootChildContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupDriveRootContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupDriveRootContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupDriveRootContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupDriveRootContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupDriveRootListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupDriveRootListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupDriveRootListItemDriveItemContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgGroupDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/assignSensitivityLabel", + "Module": "Groups", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupDriveRootSensitivityLabel" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgGroupDriveRootSensitivityLabel", + "ApiVersion": "beta" }, { - "Module": "Files", - "Method": "PUT", - "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupDriveRootVersionContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupDriveRootVersionContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupDriveRootVersionContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupDriveRootVersionContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupDriveSpecialContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupDriveSpecialContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupDriveSpecialContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgGroupDriveSpecialContent", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/assignLicense", "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup1", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -255413,19 +255588,19 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/assignLicense", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphGroup1", - "Command": "Set-MgGroupLicense" + "Command": "Set-MgGroupLicense", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/assignLicense", "Module": "Groups", + "OutputType": "IMicrosoftGraphGroup", + "Variants": [ + "Assign1", + "AssignExpanded1", + "AssignViaIdentity1", + "AssignViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -255441,117 +255616,97 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/assignLicense", - "Variants": [ - "Assign1", - "AssignExpanded1", - "AssignViaIdentity1", - "AssignViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphGroup", - "Command": "Set-MgGroupLicense" + "Command": "Set-MgGroupLicense", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "Method": "PUT", - "Permissions": [], "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupOnenotePageContent" - }, - { - "Module": "Notes", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupOnenotePageContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupOnenotePageContent" - }, - { - "Module": "Notes", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupOnenotePageContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupOnenoteResourceContent" - }, - { - "Module": "Notes", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupOnenoteResourceContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/resources/{onenoteResource-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupOnenoteResourceContent" - }, - { - "Module": "Notes", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupOnenoteResourceContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupOnenoteSectionPageContent" - }, - { - "Module": "Notes", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupOnenoteSectionPageContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupOnenoteSectionPageContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgGroupOnenoteSectionPageContent", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "PUT", - "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 - }, "Uri": "/groups/{group-id}/photo/$value", + "Module": "Groups", + "OutputType": null, "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupPhotoContent" - }, - { - "Module": "Groups", "Method": "PUT", "Permissions": { "Name": "Group.ReadWrite.All", @@ -255559,45 +255714,65 @@ "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": "Set-MgGroupPhotoContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/photo/$value", + "Module": "Groups", + "OutputType": null, "Variants": [ "Set2", "Set3", "SetViaIdentity2", "SetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupPhotoContent" + "Method": "PUT", + "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 + }, + "Command": "Set-MgGroupPhotoContent", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "PUT", - "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Module": "Sites", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupSiteListItemDriveItemContent" - }, - { - "Module": "Sites", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupSiteListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Module": "Sites", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupSiteListItemDriveItemContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgGroupSiteListItemDriveItemContent", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/team", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "Method": "PUT", "Permissions": [ { @@ -255613,19 +255788,19 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/team", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupTeam" + "Command": "Set-MgGroupTeam", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/team", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Set1", + "SetExpanded1", + "SetViaIdentity1", + "SetViaIdentityExpanded1" + ], "Method": "PUT", "Permissions": [ { @@ -255641,244 +255816,242 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/team", - "Variants": [ - "Set1", - "SetExpanded1", - "SetViaIdentity1", - "SetViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupTeam" + "Command": "Set-MgGroupTeam", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "PUT", - "Permissions": [], "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupTeamChannelFileFolderContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupTeamChannelFileFolderContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/filesFolder/content", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupTeamChannelFileFolderContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupTeamChannelFileFolderContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/photo/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupTeamPhotoContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupTeamPhotoContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/photo/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupTeamPhotoContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupTeamPhotoContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/filesFolder/content", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupTeamPrimaryChannelFileFolderContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupTeamPrimaryChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupTeamPrimaryChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgGroupTeamSchedule" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupTeamSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgGroupTeamSchedule" - }, - { - "Module": "Identity.SignIns", "Method": "PUT", "Permissions": [], + "Command": "Set-MgGroupTeamSchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgIdentityB2CUserFlowLanguageDefaultPageContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgIdentityB2CUserFlowLanguageDefaultPageContent", + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "PUT", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -255886,58 +256059,58 @@ "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}/$value", - "Variants": [ - "Set", - "SetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgIdentityB2CUserFlowLanguageOverridePageContent" + "Command": "Set-MgIdentityB2CUserFlowLanguageOverridePageContent", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "Permissions": [], "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/setOrder", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgIdentityB2CUserFlowUserAttributeAssignmentOrder" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgIdentityB2CUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "PUT", - "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent" - }, - { - "Module": "Identity.SignIns", "Method": "PUT", "Permissions": [], + "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}/$value", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgIdentityB2XUserFlowLanguageDefaultPageContent", + "ApiVersion": "v1.0" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Set1", + "SetViaIdentity1" + ], "Method": "PUT", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -255945,17 +256118,17 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Variants": [ - "Set1", - "SetViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent" + "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent", + "ApiVersion": "beta" }, { + "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "PUT", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -255963,47 +256136,49 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}/$value", - "Variants": [ - "Set", - "SetViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent" + "Command": "Set-MgIdentityB2XUserFlowLanguageOverridePageContent", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/setOrder", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgIdentityB2XUserFlowUserAttributeAssignmentOrder", + "ApiVersion": "v1.0" }, { + "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assign", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphOfficeClientConfigurationAssignment", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -256011,167 +256186,147 @@ "FullDescription": "Allows 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": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assign", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphOfficeClientConfigurationAssignment", - "Command": "Set-MgOfficeClientConfiguration" + "Command": "Set-MgOfficeClientConfiguration", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "PUT", - "Permissions": [], "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/policyPayload", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgOfficeClientConfigurationPolicyPayload" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PUT", "Permissions": [], + "Command": "Set-MgOfficeClientConfigurationPolicyPayload", + "ApiVersion": "beta" + }, + { "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/userPreferencePayload", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgOfficeClientConfigurationUserPreferencePayload" - }, - { - "Module": "Applications", "Method": "PUT", "Permissions": [], + "Command": "Set-MgOfficeClientConfigurationUserPreferencePayload", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}/applications/{application-id}/logo", + "Module": "Applications", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgOnPremisePublishingProfileConnectorGroupApplicationLogo" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PUT", "Permissions": [], + "Command": "Set-MgOnPremisePublishingProfileConnectorGroupApplicationLogo", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/backgroundImage", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgOrganizationBrandingBackgroundImage" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PUT", "Permissions": [], + "Command": "Set-MgOrganizationBrandingBackgroundImage", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/backgroundImage", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgOrganizationBrandingBackgroundImage" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PUT", "Permissions": [], + "Command": "Set-MgOrganizationBrandingBackgroundImage", + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/bannerLogo", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgOrganizationBrandingBannerLogo" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PUT", "Permissions": [], + "Command": "Set-MgOrganizationBrandingBannerLogo", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/bannerLogo", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgOrganizationBrandingBannerLogo" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PUT", "Permissions": [], + "Command": "Set-MgOrganizationBrandingBannerLogo", + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/customCSS", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgOrganizationBrandingCustomCss" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PUT", "Permissions": [], + "Command": "Set-MgOrganizationBrandingCustomCss", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/favicon", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgOrganizationBrandingFavicon" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PUT", "Permissions": [], + "Command": "Set-MgOrganizationBrandingFavicon", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/headerLogo", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgOrganizationBrandingHeaderLogo" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgOrganizationBrandingHeaderLogo", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "PUT", - "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/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgOrganizationBrandingLocalizationBackgroundImage" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PUT", "Permissions": { "Name": "Organization.ReadWrite.All", @@ -256179,17 +256334,17 @@ "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-MgOrganizationBrandingLocalizationBackgroundImage", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/backgroundImage", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgOrganizationBrandingLocalizationBackgroundImage" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PUT", "Permissions": { "Name": "Organization.ReadWrite.All", @@ -256197,17 +256352,17 @@ "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-MgOrganizationBrandingLocalizationBackgroundImage", + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgOrganizationBrandingLocalizationBannerLogo" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PUT", "Permissions": { "Name": "Organization.ReadWrite.All", @@ -256215,17 +256370,17 @@ "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-MgOrganizationBrandingLocalizationBannerLogo", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/bannerLogo", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgOrganizationBrandingLocalizationBannerLogo" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PUT", "Permissions": { "Name": "Organization.ReadWrite.All", @@ -256233,17 +256388,17 @@ "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-MgOrganizationBrandingLocalizationBannerLogo", + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/customCSS", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgOrganizationBrandingLocalizationCustomCss" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PUT", "Permissions": { "Name": "Organization.ReadWrite.All", @@ -256251,17 +256406,17 @@ "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-MgOrganizationBrandingLocalizationCustomCss", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/favicon", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgOrganizationBrandingLocalizationFavicon" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PUT", "Permissions": { "Name": "Organization.ReadWrite.All", @@ -256269,17 +256424,17 @@ "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-MgOrganizationBrandingLocalizationFavicon", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/headerLogo", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgOrganizationBrandingLocalizationHeaderLogo" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PUT", "Permissions": { "Name": "Organization.ReadWrite.All", @@ -256287,17 +256442,17 @@ "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-MgOrganizationBrandingLocalizationHeaderLogo", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgOrganizationBrandingLocalizationSquareLogo" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PUT", "Permissions": { "Name": "Organization.ReadWrite.All", @@ -256305,17 +256460,17 @@ "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-MgOrganizationBrandingLocalizationSquareLogo", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogo", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgOrganizationBrandingLocalizationSquareLogo" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PUT", "Permissions": { "Name": "Organization.ReadWrite.All", @@ -256323,56 +256478,74 @@ "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-MgOrganizationBrandingLocalizationSquareLogo", + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}/squareLogoDark", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgOrganizationBrandingLocalizationSquareLogoDark" + "Method": "PUT", + "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", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "PUT", - "Permissions": [], "Uri": "/organization/{organization-id}/branding/squareLogo", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgOrganizationBrandingSquareLogo" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PUT", "Permissions": [], + "Command": "Set-MgOrganizationBrandingSquareLogo", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/squareLogo", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgOrganizationBrandingSquareLogo" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PUT", "Permissions": [], + "Command": "Set-MgOrganizationBrandingSquareLogo", + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/squareLogoDark", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgOrganizationBrandingSquareLogoDark" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgOrganizationBrandingSquareLogoDark", + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -256388,17 +256561,17 @@ "IsAdmin": true } ], - "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", - "Variants": [ - "Set", - "SetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgOrganizationMobileDeviceManagementAuthority" + "Command": "Set-MgOrganizationMobileDeviceManagementAuthority", + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Set1", + "SetViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -256414,95 +256587,95 @@ "IsAdmin": true } ], - "Uri": "/organization/{organization-id}/setMobileDeviceManagementAuthority", - "Variants": [ - "Set1", - "SetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgOrganizationMobileDeviceManagementAuthority" + "Command": "Set-MgOrganizationMobileDeviceManagementAuthority", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "PUT", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/content", + "Module": "Security", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgSecurityCaseEdiscoveryCaseReviewSetFileContent" - }, - { - "Module": "Security", "Method": "PUT", "Permissions": [], + "Command": "Set-MgSecurityCaseEdiscoveryCaseReviewSetFileContent", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}/extractedTextContent", + "Module": "Security", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "PUT", "Permissions": [], + "Command": "Set-MgSecurityCaseEdiscoveryCaseReviewSetFileExtractedTextContent", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "PUT", "Permissions": [], + "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachmentsArchive", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "PUT", "Permissions": [], + "Command": "Set-MgServiceAnnouncementMessageAttachmentArchive", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgServiceAnnouncementMessageAttachmentContent" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "PUT", "Permissions": [], + "Command": "Set-MgServiceAnnouncementMessageAttachmentContent", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}/content", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgServiceAnnouncementMessageAttachmentContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgServiceAnnouncementMessageAttachmentContent", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "PUT", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -256510,281 +256683,283 @@ "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": "/servicePrincipals/{servicePrincipal-id}/synchronization/secrets", - "Variants": [ - "Set", - "SetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgServicePrincipalSynchronizationSecret" + "Command": "Set-MgServicePrincipalSynchronizationSecret", + "ApiVersion": "beta" }, { - "Module": "Files", - "Method": "PUT", - "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgShareDriveItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgShareDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgShareDriveItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgShareDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgShareItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgShareItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/items/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgShareItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgShareItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set2", "Set3", "SetViaIdentity2", "SetViaIdentity3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgShareListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgShareListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgShareListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgShareListItemDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/root/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgShareRootContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgShareRootContent", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/root/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgShareRootContent" - }, - { - "Module": "Sites", "Method": "PUT", "Permissions": [], + "Command": "Set-MgShareRootContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Module": "Sites", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgSiteListItemDriveItemContent" - }, - { - "Module": "Sites", "Method": "PUT", "Permissions": [], + "Command": "Set-MgSiteListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/driveItem/content", + "Module": "Sites", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgSiteListItemDriveItemContent" - }, - { - "Module": "Notes", "Method": "PUT", "Permissions": [], + "Command": "Set-MgSiteListItemDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgSiteOnenotePageContent" - }, - { - "Module": "Notes", "Method": "PUT", "Permissions": [], + "Command": "Set-MgSiteOnenotePageContent", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgSiteOnenotePageContent" - }, - { - "Module": "Notes", "Method": "PUT", "Permissions": [], + "Command": "Set-MgSiteOnenotePageContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgSiteOnenoteResourceContent" - }, - { - "Module": "Notes", "Method": "PUT", "Permissions": [], + "Command": "Set-MgSiteOnenoteResourceContent", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/resources/{onenoteResource-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgSiteOnenoteResourceContent" - }, - { - "Module": "Notes", "Method": "PUT", "Permissions": [], + "Command": "Set-MgSiteOnenoteResourceContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgSiteOnenoteSectionPageContent" - }, - { - "Module": "Notes", "Method": "PUT", "Permissions": [], + "Command": "Set-MgSiteOnenoteSectionPageContent", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgSiteOnenoteSectionPageContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgSiteOnenoteSectionPageContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgTeamChannelFileFolderContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgTeamChannelFileFolderContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/filesFolder/content", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgTeamChannelFileFolderContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgTeamChannelFileFolderContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgTeamChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgTeamChannelMessageHostedContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -256806,45 +256981,45 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgTeamChannelMessageReaction" + "Command": "Set-MgTeamChannelMessageReaction", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "PUT", - "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgTeamChannelMessageReplyHostedContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -256866,153 +257041,153 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgTeamChannelMessageReplyReaction" + "Command": "Set-MgTeamChannelMessageReplyReaction", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "PUT", - "Permissions": [], "Uri": "/teams/{team-id}/photo/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgTeamPhotoContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgTeamPhotoContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/photo/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgTeamPhotoContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgTeamPhotoContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgTeamPrimaryChannelFileFolderContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgTeamPrimaryChannelFileFolderContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/filesFolder/content", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgTeamPrimaryChannelFileFolderContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgTeamPrimaryChannelFileFolderContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgTeamPrimaryChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgTeamPrimaryChannelMessageHostedContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/setReaction", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgTeamPrimaryChannelMessageReaction" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgTeamPrimaryChannelMessageReaction", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "PUT", - "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgTeamPrimaryChannelMessageReplyHostedContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgTeamPrimaryChannelMessageReplyReaction" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgTeamPrimaryChannelMessageReplyReaction", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Set1", + "SetExpanded1", + "SetViaIdentity1", + "SetViaIdentityExpanded1" + ], "Method": "PUT", "Permissions": [ { @@ -257028,19 +257203,19 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule", - "Variants": [ - "Set1", - "SetExpanded1", - "SetViaIdentity1", - "SetViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgTeamSchedule" + "Command": "Set-MgTeamSchedule", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "Method": "PUT", "Permissions": [ { @@ -257056,127 +257231,125 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/schedule", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgTeamSchedule" + "Command": "Set-MgTeamSchedule", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "PUT", - "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/filesFolder/content", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgTeamworkDeletedTeamChannelFileFolderContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgTeamworkDeletedTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgTeamworkDeletedTeamChannelMessageHostedContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/setReaction", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReaction" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReaction", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "PUT", - "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyReaction" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgTeamworkDeletedTeamChannelMessageReplyReaction", + "ApiVersion": "beta" }, { + "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Set", + "SetViaIdentity" + ], "Method": "PUT", "Permissions": { "Name": "Policy.ReadWrite.TrustFramework", @@ -257184,43 +257357,45 @@ "FullDescription": "Allows the app to read and write your organization's trust framework policies on your behalf.", "IsAdmin": true }, - "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}/$value", - "Variants": [ - "Set", - "SetViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgTrustFrameworkPolicyContent" + "Command": "Set-MgTrustFrameworkPolicyContent", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "PUT", - "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserChatMessageHostedContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserChatMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserChatMessageHostedContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgUserChatMessageHostedContent", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -257242,104 +257417,84 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/setReaction", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserChatMessageReaction" + "Command": "Set-MgUserChatMessageReaction", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "PUT", - "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserChatMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserChatMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}/$value", + "Module": "Teams", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserChatMessageReplyHostedContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgUserChatMessageReplyHostedContent", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/setReaction", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserChatMessageReplyReaction" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgUserChatMessageReplyReaction", + "ApiVersion": "beta" }, { - "Module": "PersonalContacts", - "Method": "PUT", - "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent" - }, - { - "Module": "PersonalContacts", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgUserContactFolderChildFolderContactPhotoContent", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "PUT", - "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 - }, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserContactFolderContactPhotoContent" - }, - { - "Module": "PersonalContacts", "Method": "PUT", "Permissions": { "Name": "Contacts.ReadWrite", @@ -257347,17 +257502,17 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, + "Command": "Set-MgUserContactFolderContactPhotoContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserContactFolderContactPhotoContent" - }, - { - "Module": "PersonalContacts", "Method": "PUT", "Permissions": { "Name": "Contacts.ReadWrite", @@ -257365,17 +257520,17 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, + "Command": "Set-MgUserContactFolderContactPhotoContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserContactPhotoContent" - }, - { - "Module": "PersonalContacts", "Method": "PUT", "Permissions": { "Name": "Contacts.ReadWrite", @@ -257383,389 +257538,409 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, + "Command": "Set-MgUserContactPhotoContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/photo/$value", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserContactPhotoContent" + "Method": "PUT", + "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 + }, + "Command": "Set-MgUserContactPhotoContent", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assign", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserDeviceEnrollmentConfiguration" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Set-MgUserDeviceEnrollmentConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/setPriority", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserDeviceEnrollmentConfigurationPriority" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgUserDeviceEnrollmentConfigurationPriority", + "ApiVersion": "beta" }, { - "Module": "Files", - "Method": "PUT", - "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserDriveBundleContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserDriveBundleContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/bundles/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserDriveBundleContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserDriveBundleContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserDriveFollowingContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserDriveFollowingContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/following/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserDriveFollowingContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserDriveFollowingContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserDriveItemChildContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserDriveItemChildContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/children/{driveItem-id1}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserDriveItemChildContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserDriveItemChildContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserDriveItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserDriveItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserDriveItemListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserDriveItemListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserDriveItemListItemDriveItemContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgUserDriveItemListItemDriveItemContent", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/assignSensitivityLabel", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserDriveItemSensitivityLabel" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgUserDriveItemSensitivityLabel", + "ApiVersion": "beta" }, { - "Module": "Files", - "Method": "PUT", - "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserDriveItemVersionContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserDriveItemVersionContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserDriveItemVersionContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserDriveItemVersionContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserDriveListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserDriveListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserDriveListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserDriveListItemDriveItemContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserDriveRootChildContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserDriveRootChildContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/children/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserDriveRootChildContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserDriveRootChildContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserDriveRootContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserDriveRootContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserDriveRootContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserDriveRootContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserDriveRootListItemDriveItemContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserDriveRootListItemDriveItemContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/driveItem/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserDriveRootListItemDriveItemContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgUserDriveRootListItemDriveItemContent", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/assignSensitivityLabel", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Assign", "AssignExpanded", "AssignViaIdentity", "AssignViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserDriveRootSensitivityLabel" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgUserDriveRootSensitivityLabel", + "ApiVersion": "beta" }, { - "Module": "Files", - "Method": "PUT", - "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserDriveRootVersionContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserDriveRootVersionContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserDriveRootVersionContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserDriveRootVersionContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserDriveSpecialContent" - }, - { - "Module": "Files", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserDriveSpecialContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/special/{driveItem-id}/content", + "Module": "Files", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserDriveSpecialContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgUserDriveSpecialContent", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/assignLicense", "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUser", + "Variants": [ + "Assign", + "AssignExpanded", + "AssignViaIdentity", + "AssignViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -257781,19 +257956,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/assignLicense", - "Variants": [ - "Assign", - "AssignExpanded", - "AssignViaIdentity", - "AssignViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUser", - "Command": "Set-MgUserLicense" + "Command": "Set-MgUserLicense", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/assignLicense", "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphUser1", + "Variants": [ + "Assign1", + "AssignExpanded1", + "AssignViaIdentity1", + "AssignViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -257809,101 +257984,101 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/assignLicense", - "Variants": [ - "Assign1", - "AssignExpanded1", - "AssignViaIdentity1", - "AssignViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUser1", - "Command": "Set-MgUserLicense" + "Command": "Set-MgUserLicense", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "PUT", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "Module": "Mail", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserMailFolderChildFolderMessageContent" - }, - { - "Module": "Mail", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserMailFolderChildFolderMessageContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/$value", + "Module": "Mail", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserMailFolderChildFolderMessageContent" - }, - { - "Module": "Mail", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserMailFolderChildFolderMessageContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "Module": "Mail", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserMailFolderMessageContent" - }, - { - "Module": "Mail", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserMailFolderMessageContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/$value", + "Module": "Mail", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserMailFolderMessageContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgUserMailFolderMessageContent", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setCloudPcReviewStatus", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserManagedDeviceCloudPcReviewStatus" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Set-MgUserManagedDeviceCloudPcReviewStatus", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/setDeviceName", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserManagedDeviceName" + "Method": "POST", + "Permissions": [], + "Command": "Set-MgUserManagedDeviceName", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/manager/$ref", "Module": "Users", + "OutputType": null, + "Variants": [ + "Set1", + "SetExpanded1", + "SetViaIdentity1", + "SetViaIdentityExpanded1" + ], "Method": "PUT", "Permissions": [ { @@ -257919,19 +258094,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/manager/$ref", - "Variants": [ - "Set1", - "SetExpanded1", - "SetViaIdentity1", - "SetViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserManagerByRef" + "Command": "Set-MgUserManagerByRef", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/manager/$ref", "Module": "Users", + "OutputType": null, + "Variants": [ + "Set", + "SetExpanded", + "SetViaIdentity", + "SetViaIdentityExpanded" + ], "Method": "PUT", "Permissions": [ { @@ -257947,221 +258122,201 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/manager/$ref", - "Variants": [ - "Set", - "SetExpanded", - "SetViaIdentity", - "SetViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserManagerByRef" + "Command": "Set-MgUserManagerByRef", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "PUT", - "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/$value", + "Module": "Mail", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserMessageContent" - }, - { - "Module": "Mail", "Method": "PUT", "Permissions": [], - "Uri": "/users/{user-id}/messages/{message-id}/$value", - "Variants": [ - "Set1", - "SetViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserMessageContent" + "Command": "Set-MgUserMessageContent", + "ApiVersion": "beta" }, { - "Module": "Notes", - "Method": "PUT", - "Permissions": [], - "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "Uri": "/users/{user-id}/messages/{message-id}/$value", + "Module": "Mail", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserOnenotePageContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgUserMessageContent", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", "Module": "Notes", + "OutputType": null, + "Variants": [ + "Set1", + "SetViaIdentity1" + ], "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserOnenotePageContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserOnenotePageContent" - }, - { - "Module": "Notes", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserOnenotePageContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserOnenoteResourceContent" - }, - { - "Module": "Notes", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserOnenoteResourceContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/resources/{onenoteResource-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserOnenoteResourceContent" - }, - { - "Module": "Notes", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserOnenoteResourceContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserOnenoteSectionPageContent" - }, - { - "Module": "Notes", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserOnenoteSectionPageContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}/pages/{onenotePage-id}/content", + "Module": "Notes", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserOnenoteSectionPageContent" - }, - { - "Module": "CloudCommunications", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserOnenoteSectionPageContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/alternativeRecording", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserOnlineMeetingAlternativeRecording" - }, - { - "Module": "CloudCommunications", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserOnlineMeetingAlternativeRecording", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserOnlineMeetingAttendeeReport" - }, - { - "Module": "CloudCommunications", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserOnlineMeetingAttendeeReport", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendeeReport", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserOnlineMeetingAttendeeReport" - }, - { - "Module": "CloudCommunications", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserOnlineMeetingAttendeeReport", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/recording", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserOnlineMeetingRecording" - }, - { - "Module": "CloudCommunications", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserOnlineMeetingRecording", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/content", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserOnlineMeetingTranscriptContent" - }, - { - "Module": "CloudCommunications", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserOnlineMeetingTranscriptContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}/metadataContent", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserOnlineMeetingTranscriptMetadataContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgUserOnlineMeetingTranscriptMetadataContent", + "ApiVersion": "beta" }, { - "Module": "Users", - "Method": "PUT", - "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 - }, "Uri": "/users/{user-id}/photo/$value", + "Module": "Users", + "OutputType": null, "Variants": [ "Set", "Set1", "SetViaIdentity", "SetViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserPhotoContent" - }, - { - "Module": "Users", "Method": "PUT", "Permissions": { "Name": "User.ReadWrite", @@ -258169,39 +258324,39 @@ "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 }, + "Command": "Set-MgUserPhotoContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/photo/$value", + "Module": "Users", + "OutputType": null, "Variants": [ "Set2", "Set3", "SetViaIdentity2", "SetViaIdentity3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserPhotoContent" - }, - { - "Module": "Users.Actions", - "Method": "POST", + "Method": "PUT", "Permissions": { - "Name": "Presence.ReadWrite", - "Description": "Read and write your presence information", - "FullDescription": "Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", + "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 }, + "Command": "Set-MgUserPhotoContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/presence/setPresence", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserPresence" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Presence.ReadWrite", @@ -258209,19 +258364,19 @@ "FullDescription": "Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", "IsAdmin": false }, + "Command": "Set-MgUserPresence", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/presence/setPresence", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserPresence" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Presence.ReadWrite", @@ -258229,19 +258384,19 @@ "FullDescription": "Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", "IsAdmin": false }, + "Command": "Set-MgUserPresence", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/presence/setStatusMessage", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserPresenceStatusMessage" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Presence.ReadWrite", @@ -258249,19 +258404,19 @@ "FullDescription": "Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", "IsAdmin": false }, + "Command": "Set-MgUserPresenceStatusMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/presence/setUserPreferredPresence", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Set", "SetExpanded", "SetViaIdentity", "SetViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserPresenceUserPreferredPresence" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Presence.ReadWrite", @@ -258269,89 +258424,89 @@ "FullDescription": "Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", "IsAdmin": false }, + "Command": "Set-MgUserPresenceUserPreferredPresence", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/presence/setUserPreferredPresence", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Set1", "SetExpanded1", "SetViaIdentity1", "SetViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserPresenceUserPreferredPresence" + "Method": "POST", + "Permissions": { + "Name": "Presence.ReadWrite", + "Description": "Read and write your presence information", + "FullDescription": "Allows the app to read the presence information and write activity and availability on your behalf. Presence information includes activity, availability, status note, calendar out-of-office message, timezone and location.", + "IsAdmin": false + }, + "Command": "Set-MgUserPresenceUserPreferredPresence", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "PUT", - "Permissions": [], "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "Module": "Users", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserTodoListTaskAttachmentContent" - }, - { - "Module": "Users", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserTodoListTaskAttachmentContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachments/{attachmentBase-id}/$value", + "Module": "Users", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserTodoListTaskAttachmentContent" - }, - { - "Module": "Users", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserTodoListTaskAttachmentContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "Module": "Users", + "OutputType": null, "Variants": [ "Set", "SetViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Set-MgUserTodoListTaskAttachmentSessionContent" - }, - { - "Module": "Users", "Method": "PUT", "Permissions": [], + "Command": "Set-MgUserTodoListTaskAttachmentSessionContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}/content", + "Module": "Users", + "OutputType": null, "Variants": [ "Set1", "SetViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Set-MgUserTodoListTaskAttachmentSessionContent" + "Method": "PUT", + "Permissions": [], + "Command": "Set-MgUserTodoListTaskAttachmentSessionContent", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/bypassActivationLock", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Bypass", "BypassViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Skip-MgDeviceManagementComanagedDeviceActivationLock" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -258359,17 +258514,17 @@ "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 }, + "Command": "Skip-MgDeviceManagementComanagedDeviceActivationLock", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Bypass", "BypassViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -258377,106 +258532,106 @@ "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 }, + "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/bypassActivationLock", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Bypass1", "BypassViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock" + "Method": "POST", + "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 + }, + "Command": "Skip-MgDeviceManagementManagedDeviceActivationLock", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Bypass", "BypassViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Skip-MgUserManagedDeviceActivationLock" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Skip-MgUserManagedDeviceActivationLock", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/bypassActivationLock", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Bypass1", "BypassViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Skip-MgUserManagedDeviceActivationLock" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "Skip-MgUserManagedDeviceActivationLock", + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/start", + "Module": "Applications", + "OutputType": null, "Variants": [ "Start", "StartViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Start-MgApplicationSynchronizationJob" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Start-MgApplicationSynchronizationJob", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphStartHoldMusicOperation", "Variants": [ "Start1", "StartExpanded1", "StartViaIdentity1", "StartViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphStartHoldMusicOperation", - "Command": "Start-MgCommunicationCallParticipantHoldMusic" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Start-MgCommunicationCallParticipantHoldMusic", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/participants/{participant-id}/startHoldMusic", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphStartHoldMusicOperation", "Variants": [ "Start", "StartExpanded", "StartViaIdentity", "StartViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphStartHoldMusicOperation", - "Command": "Start-MgCommunicationCallParticipantHoldMusic" + "Method": "POST", + "Permissions": [], + "Command": "Start-MgCommunicationCallParticipantHoldMusic", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/triggerConfigurationManagerAction", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Start-MgDeviceManagementComanagedDeviceConfigurationManagerAction" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -258484,19 +258639,37 @@ "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 }, + "Command": "Start-MgDeviceManagementComanagedDeviceConfigurationManagerAction", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Start-MgDeviceManagementManagedDeviceConfigurationManagerAction" + "Method": "POST", + "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 + }, + "Command": "Start-MgDeviceManagementManagedDeviceConfigurationManagerAction", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope/triggerDeviceScopeAction", "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceScopeActionResult", + "Variants": [ + "Trigger", + "TriggerExpanded" + ], "Method": "POST", "Permissions": [ { @@ -258512,56 +258685,56 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope/triggerDeviceScopeAction", - "Variants": [ - "Trigger", - "TriggerExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceScopeActionResult", - "Command": "Start-MgDeviceManagementUserExperienceAnalyticDeviceScopeAction" + "Command": "Start-MgDeviceManagementUserExperienceAnalyticDeviceScopeAction", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/start", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Start", "StartViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Start-MgDeviceManagementVirtualEndpointCloudPc" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Start-MgDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOff", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Power", "PowerViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Start-MgDeviceManagementVirtualEndpointCloudPcOff" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Start-MgDeviceManagementVirtualEndpointCloudPcOff", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/powerOn", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Power", "PowerViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Start-MgDeviceManagementVirtualEndpointCloudPcOn" + "Method": "POST", + "Permissions": [], + "Command": "Start-MgDeviceManagementVirtualEndpointCloudPcOn", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Run", + "RunViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -258569,17 +258742,17 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/runHealthChecks", - "Variants": [ - "Run", - "RunViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Start-MgDeviceManagementVirtualEndpointOnPremisConnectionHealthCheck" + "Command": "Start-MgDeviceManagementVirtualEndpointOnPremisConnectionHealthCheck", + "ApiVersion": "beta" }, { + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/start", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationFileSynchronizationVerificationMessage", + "Variants": [ + "Start", + "StartViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "EduAdministration.ReadWrite", @@ -258587,17 +258760,17 @@ "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true }, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/start", - "Variants": [ - "Start", - "StartViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationFileSynchronizationVerificationMessage", - "Command": "Start-MgEducationSynchronizationProfile" + "Command": "Start-MgEducationSynchronizationProfile", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/run", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", + "Variants": [ + "Run", + "RunViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -258613,17 +258786,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}/run", - "Variants": [ - "Run", - "RunViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityEdiscoveryFile", - "Command": "Start-MgSecurityCaseEdiscoveryCaseReviewSetQuery" + "Command": "Start-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" }, { + "Uri": "/security/runHuntingQuery", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", + "Variants": [ + "Run", + "RunExpanded" + ], "Method": "POST", "Permissions": { "Name": "ThreatHunting.Read.All", @@ -258631,17 +258804,17 @@ "FullDescription": "Allows the app to run hunting queries that you can execute.", "IsAdmin": true }, - "Uri": "/security/runHuntingQuery", - "Variants": [ - "Run", - "RunExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", - "Command": "Start-MgSecurityHuntingQuery" + "Command": "Start-MgSecurityHuntingQuery", + "ApiVersion": "beta" }, { + "Uri": "/security/runHuntingQuery", "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", + "Variants": [ + "Run1", + "RunExpanded1" + ], "Method": "POST", "Permissions": { "Name": "ThreatHunting.Read.All", @@ -258649,17 +258822,17 @@ "FullDescription": "Allows the app to run hunting queries that you can execute.", "IsAdmin": true }, - "Uri": "/security/runHuntingQuery", - "Variants": [ - "Run1", - "RunExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphSecurityHuntingQueryResults", - "Command": "Start-MgSecurityHuntingQuery" + "Command": "Start-MgSecurityHuntingQuery", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Start", + "StartViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -258667,17 +258840,19 @@ "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": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/start", - "Variants": [ - "Start", - "StartViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Start-MgServicePrincipalSynchronizationJob" + "Command": "Start-MgServicePrincipalSynchronizationJob", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/startBreak", "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeCard", + "Variants": [ + "Start", + "StartExpanded", + "StartViaIdentity", + "StartViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "Schedule.ReadWrite.All", @@ -258685,19 +258860,17 @@ "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/timeCards/{timeCard-id}/startBreak", - "Variants": [ - "Start", - "StartExpanded", - "StartViaIdentity", - "StartViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", - "Command": "Start-MgTeamScheduleTimeCardBreak" + "Command": "Start-MgTeamScheduleTimeCardBreak", + "ApiVersion": "beta" }, { + "Uri": "/teamwork/devices/{teamworkDevice-id}/runDiagnostics", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Run", + "RunViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "TeamworkDevice.ReadWrite.All", @@ -258705,71 +258878,71 @@ "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true }, - "Uri": "/teamwork/devices/{teamworkDevice-id}/runDiagnostics", - "Variants": [ - "Run", - "RunViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Start-MgTeamworkDeviceDiagnostic" + "Command": "Start-MgTeamworkDeviceDiagnostic", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/start", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Start", "StartViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Start-MgUserCloudPc" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Start-MgUserCloudPc", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOff", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Power", "PowerViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Start-MgUserCloudPcOff" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Start-MgUserCloudPcOff", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/powerOn", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Power", "PowerViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Start-MgUserCloudPcOn" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Start-MgUserCloudPcOn", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/triggerConfigurationManagerAction", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Trigger", "TriggerExpanded", "TriggerViaIdentity", "TriggerViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Start-MgUserManagedDeviceConfigurationManagerAction" + "Method": "POST", + "Permissions": [], + "Command": "Start-MgUserManagedDeviceConfigurationManagerAction", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/stop", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Stop", + "StopViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -258785,43 +258958,45 @@ "IsAdmin": true } ], - "Uri": "/accessReviews/{accessReview-id}/stop", - "Variants": [ - "Stop", - "StopViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgAccessReview" + "Command": "Stop-MgAccessReview", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/stop", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Stop", "StopViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgAccessReviewInstance" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "Stop-MgAccessReviewInstance", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/stop", + "Module": "Applications", + "OutputType": null, "Variants": [ "Stop", "StopViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgApplicationSynchronizationJob" + "Method": "POST", + "Permissions": [], + "Command": "Stop-MgApplicationSynchronizationJob", + "ApiVersion": "beta" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Cancel", + "CancelExpanded", + "CancelViaIdentity", + "CancelViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -258843,19 +259018,19 @@ "IsAdmin": false } ], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", - "Variants": [ - "Cancel", - "CancelExpanded", - "CancelViaIdentity", - "CancelViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgBookingBusinessAppointment" + "Command": "Stop-MgBookingBusinessAppointment", + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Cancel1", + "CancelExpanded1", + "CancelViaIdentity1", + "CancelViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -258877,152 +259052,150 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}/cancel", - "Variants": [ - "Cancel1", - "CancelExpanded1", - "CancelViaIdentity1", - "CancelViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Stop-MgBookingBusinessAppointment" + "Command": "Stop-MgBookingBusinessAppointment", + "ApiVersion": "v1.0" }, { - "Module": "Bookings", - "Method": "POST", - "Permissions": [], "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgBookingBusinessCalendarView" - }, - { - "Module": "Bookings", "Method": "POST", "Permissions": [], + "Command": "Stop-MgBookingBusinessCalendarView", + "ApiVersion": "beta" + }, + { "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}/cancel", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Cancel1", "CancelExpanded1", "CancelViaIdentity1", "CancelViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Stop-MgBookingBusinessCalendarView" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Stop-MgBookingBusinessCalendarView", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", "Variants": [ "Cancel1", "CancelExpanded1", "CancelViaIdentity1", "CancelViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", - "Command": "Stop-MgCommunicationCallMediaProcessing" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Stop-MgCommunicationCallMediaProcessing", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/cancelMediaProcessing", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphCancelMediaProcessingOperation", - "Command": "Stop-MgCommunicationCallMediaProcessing" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Stop-MgCommunicationCallMediaProcessing", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphStopHoldMusicOperation", "Variants": [ "Stop1", "StopExpanded1", "StopViaIdentity1", "StopViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphStopHoldMusicOperation", - "Command": "Stop-MgCommunicationCallParticipantHoldMusic" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Stop-MgCommunicationCallParticipantHoldMusic", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/participants/{participant-id}/stopHoldMusic", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphStopHoldMusicOperation", "Variants": [ "Stop", "StopExpanded", "StopViaIdentity", "StopViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphStopHoldMusicOperation", - "Command": "Stop-MgCommunicationCallParticipantHoldMusic" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Stop-MgCommunicationCallParticipantHoldMusic", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/endRemoteHelpSession", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "End", "EndExpanded", "EndViaIdentity", "EndViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgDeviceManagementComanagedDeviceRemoteHelpSession" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Stop-MgDeviceManagementComanagedDeviceRemoteHelpSession", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/endRemoteHelpSession", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "End", "EndExpanded", "EndViaIdentity", "EndViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgDeviceManagementManagedDeviceRemoteHelpSession" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Stop-MgDeviceManagementManagedDeviceRemoteHelpSession", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/stop", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Stop", "StopViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgDeviceManagementVirtualEndpointCloudPc" + "Method": "POST", + "Permissions": [], + "Command": "Stop-MgDeviceManagementVirtualEndpointCloudPc", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "End", + "EndViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -259030,17 +259203,17 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/endGracePeriod", - "Variants": [ - "End", - "EndViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod" + "Command": "Stop-MgDeviceManagementVirtualEndpointCloudPcGracePeriod", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/zebraFotaDeployments/{zebraFotaDeployment-id}/cancel", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.Read.All", @@ -259048,17 +259221,17 @@ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true }, - "Uri": "/deviceManagement/zebraFotaDeployments/{zebraFotaDeployment-id}/cancel", + "Command": "Stop-MgDeviceManagementZebraFotaDeployment", + "ApiVersion": "beta" + }, + { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/cancel", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Cancel", "CancelViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgDeviceManagementZebraFotaDeployment" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -259066,17 +259239,17 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/cancel", + "Command": "Stop-MgEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta" + }, + { + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Cancel", "CancelViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgEntitlementManagementAccessPackageAssignmentRequest" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -259084,63 +259257,45 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/cancel", - "Variants": [ - "Cancel", - "CancelViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Stop-MgEntitlementManagementAssignmentRequest" + "Command": "Stop-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0" }, { - "Module": "Financials", - "Method": "POST", - "Permissions": [], "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancel", + "Module": "Financials", + "OutputType": null, "Variants": [ "Cancel", "CancelViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgFinancialCompanySaleInvoice" - }, - { - "Module": "Financials", "Method": "POST", "Permissions": [], + "Command": "Stop-MgFinancialCompanySaleInvoice", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/cancelAndSend", + "Module": "Financials", + "OutputType": null, "Variants": [ "Cancel", "CancelViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgFinancialCompanySaleInvoiceAndSend" + "Method": "POST", + "Permissions": [], + "Command": "Stop-MgFinancialCompanySaleInvoiceAndSend", + "ApiVersion": "beta" }, { - "Module": "Groups", - "Method": "POST", - "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 - }, "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", + "Module": "Groups", + "OutputType": null, "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgGroupCalendarEvent" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Calendars.ReadWrite", @@ -259148,19 +259303,19 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "Stop-MgGroupCalendarEvent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/events/{event-id}/cancel", + "Module": "Groups", + "OutputType": null, "Variants": [ "Cancel1", "CancelExpanded1", "CancelViaIdentity1", "CancelViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Stop-MgGroupCalendarEvent" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Calendars.ReadWrite", @@ -259168,19 +259323,19 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "Stop-MgGroupCalendarEvent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/cancel", + "Module": "Groups", + "OutputType": null, "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgGroupEvent" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": { "Name": "Calendars.ReadWrite", @@ -259188,89 +259343,89 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "Stop-MgGroupEvent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/cancel", + "Module": "Groups", + "OutputType": null, "Variants": [ "Cancel1", "CancelExpanded1", "CancelViaIdentity1", "CancelViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Stop-MgGroupEvent" + "Method": "POST", + "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 + }, + "Command": "Stop-MgGroupEvent", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stop", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Stop", "StopViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgIdentityGovernanceAccessReviewDecisionInstance" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Stop-MgIdentityGovernanceAccessReviewDecisionInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/stop", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Stop", "StopViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgIdentityGovernanceAccessReviewDecisionInstanceStage" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Stop-MgIdentityGovernanceAccessReviewDecisionInstanceStage", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Stop", "StopViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/stop", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Stop1", "StopViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition" + "Method": "POST", + "Permissions": [], + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "POST", - "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 - }, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Stop", "StopViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -259278,17 +259433,17 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stop", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Stop1", "StopViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -259296,17 +259451,17 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Stop", "StopViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -259314,69 +259469,87 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Stop1", "StopViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage" + "Method": "POST", + "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 + }, + "Command": "Stop-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "POST", - "Permissions": [], "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}/cancel", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Cancel", "CancelViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}/cancel", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Cancel", "CancelViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Stop-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Cancel", "CancelViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgPrivilegedAccessResourceRoleAssignmentRequest" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Stop-MgPrivilegedAccessResourceRoleAssignmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/cancel", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Cancel", "CancelViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgPrivilegedAccessRoleAssignmentRequest" + "Method": "POST", + "Permissions": [], + "Command": "Stop-MgPrivilegedAccessRoleAssignmentRequest", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/cancel", "Module": "Identity.Governance", + "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "PrivilegedAccess.ReadWrite.AzureAD", @@ -259384,17 +259557,17 @@ "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 }, - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/cancel", + "Command": "Stop-MgPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta" + }, + { + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Cancel", "CancelViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPrivilegedRoleAssignmentRequest", - "Command": "Stop-MgPrivilegedRoleAssignmentRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [ { @@ -259410,17 +259583,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "Variants": [ - "Cancel", - "CancelViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest" + "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Cancel1", + "CancelViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -259436,17 +259609,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", - "Variants": [ - "Cancel1", - "CancelViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest" + "Command": "Stop-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -259462,17 +259635,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "Variants": [ - "Cancel", - "CancelViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest" + "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Cancel1", + "CancelViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -259488,69 +259661,69 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", - "Variants": [ - "Cancel1", - "CancelViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest" + "Command": "Stop-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "POST", - "Permissions": [], "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Cancel", "CancelViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}/cancel", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Cancel1", "CancelViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "Stop-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Cancel", "CancelViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "POST", "Permissions": [], + "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}/cancel", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Cancel1", "CancelViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" + "Method": "POST", + "Permissions": [], + "Command": "Stop-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" }, { + "Uri": "/security/securityActions/{securityAction-id}/cancelSecurityAction", "Module": "Security", + "OutputType": null, + "Variants": [ + "Cancel", + "CancelViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "N/A", @@ -259558,30 +259731,32 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/security/securityActions/{securityAction-id}/cancelSecurityAction", - "Variants": [ - "Cancel", - "CancelViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgSecurityAction" + "Command": "Stop-MgSecurityAction", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "POST", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/stop", + "Module": "Applications", + "OutputType": null, "Variants": [ "Stop", "StopViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgServicePrincipalSynchronizationJob" + "Method": "POST", + "Permissions": [], + "Command": "Stop-MgServicePrincipalSynchronizationJob", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}/endBreak", "Module": "Teams", + "OutputType": "IMicrosoftGraphTimeCard", + "Variants": [ + "End", + "EndExpanded", + "EndViaIdentity", + "EndViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "Schedule.ReadWrite.All", @@ -259589,65 +259764,45 @@ "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/timeCards/{timeCard-id}/endBreak", - "Variants": [ - "End", - "EndExpanded", - "EndViaIdentity", - "EndViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTimeCard", - "Command": "Stop-MgTeamScheduleTimeCardBreak" + "Command": "Stop-MgTeamScheduleTimeCardBreak", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/stop", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Stop", "StopViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgUserCloudPc" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Stop-MgUserCloudPc", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/cloudPCs/{cloudPC-id}/endGracePeriod", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "End", "EndViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgUserCloudPcGracePeriod" + "Method": "POST", + "Permissions": [], + "Command": "Stop-MgUserCloudPcGracePeriod", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/events/{event-id}/cancel", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgUserEvent" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Calendars.ReadWrite", @@ -259655,90 +259810,108 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "Stop-MgUserEvent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/cancel", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Cancel1", "CancelExpanded1", "CancelViaIdentity1", "CancelViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Stop-MgUserEvent" + "Method": "POST", + "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 + }, + "Command": "Stop-MgUserEvent", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Cancel", "CancelExpanded", "CancelViaIdentity", "CancelViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgUserEventInstance" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Stop-MgUserEventInstance", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/cancel", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Cancel1", "CancelExpanded1", "CancelViaIdentity1", "CancelViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Stop-MgUserEventInstance" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Stop-MgUserEventInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/endRemoteHelpSession", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "End", "EndExpanded", "EndViaIdentity", "EndViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgUserManagedDeviceRemoteHelpSession" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Stop-MgUserManagedDeviceRemoteHelpSession", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stop", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Stop", "StopViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgUserPendingAccessReviewInstance" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Stop-MgUserPendingAccessReviewInstance", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/pendingAccessReviewInstances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/stop", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Stop", "StopViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Stop-MgUserPendingAccessReviewInstanceStage" + "Method": "POST", + "Permissions": [], + "Command": "Stop-MgUserPendingAccessReviewInstanceStage", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", + "Variants": [ + "Submit1", + "SubmitViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -259754,17 +259927,17 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "Variants": [ - "Submit1", - "SubmitViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "Submit-MgEducationClassAssignmentSubmission" + "Command": "Submit-MgEducationClassAssignmentSubmission", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", + "Variants": [ + "Submit", + "SubmitViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -259780,95 +259953,95 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", - "Variants": [ - "Submit", - "SubmitViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "Submit-MgEducationClassAssignmentSubmission" + "Command": "Submit-MgEducationClassAssignmentSubmission", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "POST", - "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Submit", "SubmitViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "Submit-MgEducationMeAssignmentSubmission" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Submit-MgEducationMeAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Variants": [ "Submit1", "SubmitViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "Submit-MgEducationMeAssignmentSubmission" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Submit-MgEducationMeAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission", "Variants": [ "Submit", "SubmitViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEducationSubmission", - "Command": "Submit-MgEducationUserAssignmentSubmission" - }, - { - "Module": "Education", "Method": "POST", "Permissions": [], + "Command": "Submit-MgEducationUserAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submit", + "Module": "Education", + "OutputType": "IMicrosoftGraphEducationSubmission1", "Variants": [ "Submit1", "SubmitViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphEducationSubmission1", - "Command": "Submit-MgEducationUserAssignmentSubmission" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "Submit-MgEducationUserAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/tiIndicators/submitTiIndicators", + "Module": "Security", + "OutputType": "IMicrosoftGraphTiIndicator", "Variants": [ "Submit", "SubmitExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTiIndicator", - "Command": "Submit-MgSecurityTiIndicator" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "Submit-MgSecurityTiIndicator", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/pause", + "Module": "Applications", + "OutputType": null, "Variants": [ "Pause", "PauseViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Suspend-MgApplicationSynchronizationJob" + "Method": "POST", + "Permissions": [], + "Command": "Suspend-MgApplicationSynchronizationJob", + "ApiVersion": "beta" }, { + "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/pause", "Module": "Education", + "OutputType": null, + "Variants": [ + "Pause", + "PauseViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "EduAdministration.ReadWrite", @@ -259876,17 +260049,17 @@ "FullDescription": "Allows the app to manage the state and settings of all Microsoft education apps on your behalf.", "IsAdmin": true }, - "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/pause", + "Command": "Suspend-MgEducationSynchronizationProfile", + "ApiVersion": "beta" + }, + { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", + "Module": "Applications", + "OutputType": null, "Variants": [ "Pause", "PauseViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Suspend-MgEducationSynchronizationProfile" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -259894,17 +260067,16 @@ "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": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/pause", - "Variants": [ - "Pause", - "PauseViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Suspend-MgServicePrincipalSynchronizationJob" + "Command": "Suspend-MgServicePrincipalSynchronizationJob", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Sync" + ], "Method": "POST", "Permissions": [ { @@ -259920,16 +260092,16 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", - "Variants": [ - "Sync" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Sync-MgDeviceAppMgtMicrosoftStoreForBusinessApp" + "Command": "Sync-MgDeviceAppMgtMicrosoftStoreForBusinessApp", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Sync1" + ], "Method": "POST", "Permissions": [ { @@ -259945,16 +260117,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/syncMicrosoftStoreForBusinessApps", - "Variants": [ - "Sync1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Sync-MgDeviceAppMgtMicrosoftStoreForBusinessApp" + "Command": "Sync-MgDeviceAppMgtMicrosoftStoreForBusinessApp", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphVppToken2", + "Variants": [ + "Sync", + "SyncViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -259970,17 +260143,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", - "Variants": [ - "Sync", - "SyncViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphVppToken2", - "Command": "Sync-MgDeviceAppMgtVppTokenLicense" + "Command": "Sync-MgDeviceAppMgtVppTokenLicense", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", "Module": "Devices.CorporateManagement", + "OutputType": "IMicrosoftGraphVppToken", + "Variants": [ + "Sync1", + "SyncViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -259996,29 +260169,28 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}/syncLicenses", - "Variants": [ - "Sync1", - "SyncViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphVppToken", - "Command": "Sync-MgDeviceAppMgtVppTokenLicense" + "Command": "Sync-MgDeviceAppMgtVppTokenLicense", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "POST", - "Permissions": [], "Uri": "/deviceAppManagement/vppTokens/syncLicenseCounts", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Sync" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Sync-MgDeviceAppMgtVppTokenLicenseCount" + "Method": "POST", + "Permissions": [], + "Command": "Sync-MgDeviceAppMgtVppTokenLicenseCount", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidForWorkSettings/syncApps", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Sync" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -260026,16 +260198,16 @@ "FullDescription": "Allows 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/androidForWorkSettings/syncApps", - "Variants": [ - "Sync" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Sync-MgDeviceManagementAndroidForWorkSettingApp" + "Command": "Sync-MgDeviceManagementAndroidForWorkSettingApp", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings/syncApps", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Sync" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -260043,16 +260215,17 @@ "FullDescription": "Allows 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/androidManagedStoreAccountEnterpriseSettings/syncApps", - "Variants": [ - "Sync" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Sync-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp" + "Command": "Sync-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSettingApp", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/syncDevice", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Sync", + "SyncViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -260060,17 +260233,17 @@ "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 }, - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/syncDevice", + "Command": "Sync-MgDeviceManagementComanagedDevice", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/syncWithAppleDeviceEnrollmentProgram", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Sync", "SyncViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Sync-MgDeviceManagementComanagedDevice" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -260078,17 +260251,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/syncWithAppleDeviceEnrollmentProgram", - "Variants": [ - "Sync", - "SyncViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Sync-MgDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram" + "Command": "Sync-MgDeviceManagementDepOnboardingSettingWithAppleDeviceEnrollmentProgram", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Sync", + "SyncExpanded", + "SyncViaIdentity", + "SyncViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -260104,19 +260279,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", - "Variants": [ - "Sync", - "SyncExpanded", - "SyncViaIdentity", - "SyncViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Sync-MgDeviceManagementExchangeConnector" + "Command": "Sync-MgDeviceManagementExchangeConnector", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Sync1", + "SyncExpanded1", + "SyncViaIdentity1", + "SyncViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -260132,19 +260307,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}/sync", - "Variants": [ - "Sync1", - "SyncExpanded1", - "SyncViaIdentity1", - "SyncViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Sync-MgDeviceManagementExchangeConnector" + "Command": "Sync-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Sync", + "SyncViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -260152,17 +260325,17 @@ "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 }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", - "Variants": [ - "Sync", - "SyncViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Sync-MgDeviceManagementManagedDevice" + "Command": "Sync-MgDeviceManagementManagedDevice", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Sync1", + "SyncViaIdentity1" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -260170,17 +260343,16 @@ "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 }, - "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/syncDevice", - "Variants": [ - "Sync1", - "SyncViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Sync-MgDeviceManagementManagedDevice" + "Command": "Sync-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/windowsAutopilotSettings/sync", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Sync" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -260188,16 +260360,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/windowsAutopilotSettings/sync", - "Variants": [ - "Sync" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Sync-MgDeviceManagementWindowAutopilotSetting" + "Command": "Sync-MgDeviceManagementWindowAutopilotSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/syncInventory", "Module": "DeviceManagement.Actions", + "OutputType": null, + "Variants": [ + "Sync", + "SyncViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.Read.All", @@ -260205,632 +260378,634 @@ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true }, - "Uri": "/deviceManagement/windowsDriverUpdateProfiles/{windowsDriverUpdateProfile-id}/syncInventory", - "Variants": [ - "Sync", - "SyncViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Sync-MgDeviceManagementWindowDriverUpdateProfileInventory" + "Command": "Sync-MgDeviceManagementWindowDriverUpdateProfileInventory", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Sync", "SyncViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Sync-MgUserManagedDevice" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Sync-MgUserManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/syncDevice", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Sync1", "SyncViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Sync-MgUserManagedDevice" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Sync-MgUserManagedDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/administrativeUnits/validateProperties", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgAdministrativeUnitProperty" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "Test-MgAdministrativeUnitProperty", + "ApiVersion": "beta" + }, + { "Uri": "/applications/validateProperties", + "Module": "Applications", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgApplicationProperty" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "Test-MgApplicationProperty", + "ApiVersion": "beta" + }, + { "Uri": "/applications/validateProperties", + "Module": "Applications", + "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgApplicationProperty" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "Test-MgApplicationProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", + "Module": "Applications", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgApplicationSynchronizationJobCredentials" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Test-MgApplicationSynchronizationJobCredentials", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/permissionGrants/validateProperties", + "Module": "Teams", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgChatPermissionGrantProperty" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Test-MgChatPermissionGrantProperty", + "ApiVersion": "beta" + }, + { "Uri": "/contacts/validateProperties", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgContactProperty" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Test-MgContactProperty", + "ApiVersion": "beta" + }, + { "Uri": "/contacts/validateProperties", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgContactProperty" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Test-MgContactProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/contracts/validateProperties", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgContractProperty" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Test-MgContractProperty", + "ApiVersion": "beta" + }, + { "Uri": "/contracts/validateProperties", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgContractProperty" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [], + "Command": "Test-MgContractProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileApps/validateXml", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgDeviceAppMgtMobileAppXml" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Test-MgDeviceAppMgtMobileAppXml", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/assignmentFilters/validateFilter", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgDeviceManagementAssignmentFilter" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Test-MgDeviceManagementAssignmentFilter", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/validateComplianceScript", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphDeviceComplianceScriptValidationResult", "Variants": [ "Validate", "ValidateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDeviceComplianceScriptValidationResult", - "Command": "Test-MgDeviceManagementDeviceCompliancePolicyComplianceScript" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [], + "Command": "Test-MgDeviceManagementDeviceCompliancePolicyComplianceScript", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/cloudPCs/validateBulkResize", + "Module": "DeviceManagement.Actions", + "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", "Variants": [ "Validate", "ValidateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", - "Command": "Test-MgDeviceManagementVirtualEndpointCloudPcBulkResize" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Test-MgDeviceManagementVirtualEndpointCloudPcBulkResize", + "ApiVersion": "beta" + }, + { "Uri": "/devices/validateProperties", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgDeviceProperty" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Test-MgDeviceProperty", + "ApiVersion": "beta" + }, + { "Uri": "/devices/validateProperties", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgDeviceProperty" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Test-MgDeviceProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/administrativeUnits/validateProperties", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgDirectoryAdministrativeUnitProperty" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Test-MgDirectoryAdministrativeUnitProperty", + "ApiVersion": "beta" + }, + { "Uri": "/directory/deletedItems/validateProperties", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgDirectoryDeletedItemProperty" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Test-MgDirectoryDeletedItemProperty", + "ApiVersion": "beta" + }, + { "Uri": "/directory/deletedItems/validateProperties", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgDirectoryDeletedItemProperty" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Test-MgDirectoryDeletedItemProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/validateProperties", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgDirectoryFeatureRolloutPolicyApplyToProperty" - }, - { - "Module": "DirectoryObjects", "Method": "POST", "Permissions": [], + "Command": "Test-MgDirectoryFeatureRolloutPolicyApplyToProperty", + "ApiVersion": "beta" + }, + { "Uri": "/directoryObjects/validateProperties", + "Module": "DirectoryObjects", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgDirectoryObjectProperty" - }, - { - "Module": "DirectoryObjects", "Method": "POST", "Permissions": [], + "Command": "Test-MgDirectoryObjectProperty", + "ApiVersion": "beta" + }, + { "Uri": "/directoryObjects/validateProperties", + "Module": "DirectoryObjects", + "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgDirectoryObjectProperty" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Test-MgDirectoryObjectProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoles/validateProperties", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgDirectoryRoleProperty" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Test-MgDirectoryRoleProperty", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/validateProperties", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgDirectoryRoleProperty" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Test-MgDirectoryRoleProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoleTemplates/validateProperties", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgDirectoryRoleTemplateProperty" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Test-MgDirectoryRoleTemplateProperty", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoleTemplates/validateProperties", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgDirectoryRoleTemplateProperty" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Test-MgDirectoryRoleTemplateProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/directorySettingTemplates/validateProperties", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgDirectorySettingTemplateProperty" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Test-MgDirectorySettingTemplateProperty", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "Module": "Files", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgDriveItemPermission" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Test-MgDriveItemPermission", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "Module": "Files", + "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgDriveItemPermission" + "Method": "POST", + "Permissions": [], + "Command": "Test-MgDriveItemPermission", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "Module": "Files", + "OutputType": null, "Variants": [ "Is1", "IsViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgDriveListContentTypePublished" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Test-MgDriveListContentTypePublished", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "Module": "Files", + "OutputType": null, "Variants": [ "Is", "IsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgDriveListContentTypePublished" + "Method": "GET", + "Permissions": [], + "Command": "Test-MgDriveListContentTypePublished", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/drives/{drive-id}/root/validatePermission", + "Module": "Files", + "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgDriveRootPermission" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Test-MgDriveRootPermission", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/validatePermission", + "Module": "Files", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgDriveRootPermission" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Test-MgDriveRootPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/validateProperties", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgEntitlementManagementConnectedOrganizationExternalSponsorProperty" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Test-MgEntitlementManagementConnectedOrganizationExternalSponsorProperty", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/externalSponsors/validateProperties", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgEntitlementManagementConnectedOrganizationExternalSponsorProperty" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Test-MgEntitlementManagementConnectedOrganizationExternalSponsorProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/validateProperties", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgEntitlementManagementConnectedOrganizationInternalSponsorProperty" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": [], + "Command": "Test-MgEntitlementManagementConnectedOrganizationInternalSponsorProperty", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}/internalSponsors/validateProperties", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgEntitlementManagementConnectedOrganizationInternalSponsorProperty" - }, - { - "Module": "Search", "Method": "POST", "Permissions": [], + "Command": "Test-MgEntitlementManagementConnectedOrganizationInternalSponsorProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}/validate", + "Module": "Search", + "OutputType": null, "Variants": [ "Validate", "ValidateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgExternalIndustryDataConnector" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Test-MgExternalIndustryDataConnector", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "Module": "Groups", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgGroupDriveItemPermission" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Test-MgGroupDriveItemPermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "Module": "Groups", + "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgGroupDriveItemPermission" + "Method": "POST", + "Permissions": [], + "Command": "Test-MgGroupDriveItemPermission", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "Module": "Groups", + "OutputType": null, "Variants": [ "Is", "IsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgGroupDriveListContentTypePublished" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Test-MgGroupDriveListContentTypePublished", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "Module": "Groups", + "OutputType": null, "Variants": [ "Is1", "IsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgGroupDriveListContentTypePublished" + "Method": "GET", + "Permissions": [], + "Command": "Test-MgGroupDriveListContentTypePublished", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", + "Module": "Groups", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgGroupDriveRootPermission" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Test-MgGroupDriveRootPermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/validatePermission", + "Module": "Groups", + "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgGroupDriveRootPermission" + "Method": "POST", + "Permissions": [], + "Command": "Test-MgGroupDriveRootPermission", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/evaluateDynamicMembership", "Module": "Groups", + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", + "Variants": [ + "Evaluate", + "EvaluateExpanded", + "EvaluateViaIdentity", + "EvaluateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -260858,62 +261033,62 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/evaluateDynamicMembership", - "Variants": [ - "Evaluate", - "EvaluateExpanded", - "EvaluateViaIdentity", - "EvaluateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", - "Command": "Test-MgGroupDynamicMembership" + "Command": "Test-MgGroupDynamicMembership", + "ApiVersion": "beta" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/evaluateDynamicMembership", + "Module": "Groups", + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", "Variants": [ "Evaluate1", "EvaluateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", - "Command": "Test-MgGroupDynamicMembershipRule" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Test-MgGroupDynamicMembershipRule", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/permissionGrants/validateProperties", + "Module": "Groups", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgGroupPermissionGrantProperty" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Test-MgGroupPermissionGrantProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/permissionGrants/validateProperties", + "Module": "Groups", + "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgGroupPermissionGrantProperty" + "Method": "POST", + "Permissions": [], + "Command": "Test-MgGroupPermissionGrantProperty", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/validateProperties", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Validate", + "ValidateExpanded", + "ValidateViaIdentity", + "ValidateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -260929,19 +261104,19 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/validateProperties", - "Variants": [ - "Validate", - "ValidateExpanded", - "ValidateViaIdentity", - "ValidateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgGroupProperty" + "Command": "Test-MgGroupProperty", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/validateProperties", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Validate2", + "ValidateExpanded2", + "ValidateViaIdentity1", + "ValidateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": [ { @@ -260957,349 +261132,349 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/validateProperties", - "Variants": [ - "Validate2", - "ValidateExpanded2", - "ValidateViaIdentity1", - "ValidateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgGroupProperty" + "Command": "Test-MgGroupProperty", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "Module": "Groups", + "OutputType": null, "Variants": [ "Is", "IsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgGroupSiteContentTypePublished" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Test-MgGroupSiteContentTypePublished", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/isPublished", + "Module": "Groups", + "OutputType": null, "Variants": [ "Is1", "IsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgGroupSiteContentTypePublished" + "Method": "GET", + "Permissions": [], + "Command": "Test-MgGroupSiteContentTypePublished", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", + "Module": "Groups", + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", - "Command": "Test-MgGroupSiteInformationProtectionDataLossPreventionPolicy" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Test-MgGroupSiteInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", + "Module": "Groups", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", - "Command": "Test-MgGroupSiteInformationProtectionPolicyLabelApplication" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Test-MgGroupSiteInformationProtectionPolicyLabelApplication", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", + "Module": "Groups", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", - "Command": "Test-MgGroupSiteInformationProtectionPolicyLabelClassificationResult" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Test-MgGroupSiteInformationProtectionPolicyLabelClassificationResult", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", + "Module": "Groups", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", - "Command": "Test-MgGroupSiteInformationProtectionPolicyLabelRemoval" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Test-MgGroupSiteInformationProtectionPolicyLabelRemoval", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", + "Module": "Groups", + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", - "Command": "Test-MgGroupSiteInformationProtectionSensitivityLabel" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Test-MgGroupSiteInformationProtectionSensitivityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", + "Module": "Groups", + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", - "Command": "Test-MgGroupSiteInformationProtectionSensitivityLabelSublabel" + "Method": "POST", + "Permissions": [], + "Command": "Test-MgGroupSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" }, { - "Module": "Groups", - "Method": "GET", - "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "Module": "Groups", + "OutputType": null, "Variants": [ "Is", "IsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgGroupSiteListContentTypePublished" - }, - { - "Module": "Groups", "Method": "GET", "Permissions": [], + "Command": "Test-MgGroupSiteListContentTypePublished", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "Module": "Groups", + "OutputType": null, "Variants": [ "Is1", "IsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgGroupSiteListContentTypePublished" + "Method": "GET", + "Permissions": [], + "Command": "Test-MgGroupSiteListContentTypePublished", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "Permissions": [], "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}/validateAuthenticationConfiguration", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", "Variants": [ "Validate", "Validate1", "ValidateExpanded", "ValidateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAuthenticationConfigurationValidation", - "Command": "Test-MgIdentityCustomAuthenticationExtensionAuthenticationConfiguration" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Test-MgIdentityCustomAuthenticationExtensionAuthenticationConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/dataLossPreventionPolicies/evaluate", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", - "Command": "Test-MgInformationProtectionDataLossPreventionPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Test-MgInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/policy/labels/evaluateApplication", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", - "Command": "Test-MgInformationProtectionPolicyLabelApplication" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Test-MgInformationProtectionPolicyLabelApplication", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/policy/labels/evaluateClassificationResults", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", - "Command": "Test-MgInformationProtectionPolicyLabelClassificationResult" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Test-MgInformationProtectionPolicyLabelClassificationResult", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/policy/labels/evaluateRemoval", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", - "Command": "Test-MgInformationProtectionPolicyLabelRemoval" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Test-MgInformationProtectionPolicyLabelRemoval", + "ApiVersion": "beta" + }, + { "Uri": "/organization/validateProperties", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgOrganizationProperty" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "POST", "Permissions": [], + "Command": "Test-MgOrganizationProperty", + "ApiVersion": "beta" + }, + { "Uri": "/organization/validateProperties", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgOrganizationProperty" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Test-MgOrganizationProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/validateProperties", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgPolicyFeatureRolloutPolicyApplyToProperty" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [], + "Command": "Test-MgPolicyFeatureRolloutPolicyApplyToProperty", + "ApiVersion": "beta" + }, + { "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}/appliesTo/validateProperties", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgPolicyFeatureRolloutPolicyApplyToProperty" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "Test-MgPolicyFeatureRolloutPolicyApplyToProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/informationProtection/sensitivityLabels/evaluateApplication", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "Command": "Test-MgSecurityInformationProtectionSensitivityLabelApplication" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "Test-MgSecurityInformationProtectionSensitivityLabelApplication", + "ApiVersion": "beta" + }, + { "Uri": "/security/informationProtection/sensitivityLabels/evaluateClassificationResults", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "Command": "Test-MgSecurityInformationProtectionSensitivityLabelClassificationResult" - }, - { - "Module": "Security", "Method": "POST", "Permissions": [], + "Command": "Test-MgSecurityInformationProtectionSensitivityLabelClassificationResult", + "ApiVersion": "beta" + }, + { "Uri": "/security/informationProtection/sensitivityLabels/evaluateRemoval", + "Module": "Security", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Variants": [ "Evaluate", "EvaluateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "Command": "Test-MgSecurityInformationProtectionSensitivityLabelRemoval" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "Test-MgSecurityInformationProtectionSensitivityLabelRemoval", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/validateProperties", + "Module": "Applications", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgServicePrincipalProperty" - }, - { - "Module": "Applications", "Method": "POST", "Permissions": [], + "Command": "Test-MgServicePrincipalProperty", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/validateProperties", + "Module": "Applications", + "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgServicePrincipalProperty" + "Method": "POST", + "Permissions": [], + "Command": "Test-MgServicePrincipalProperty", + "ApiVersion": "v1.0" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Validate", + "ValidateExpanded", + "ValidateViaIdentity", + "ValidateViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -261307,45 +261482,43 @@ "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": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/validateCredentials", - "Variants": [ - "Validate", - "ValidateExpanded", - "ValidateViaIdentity", - "ValidateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgServicePrincipalSynchronizationJobCredentials" + "Command": "Test-MgServicePrincipalSynchronizationJobCredentials", + "ApiVersion": "beta" }, { - "Module": "Files", - "Method": "GET", - "Permissions": [], "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", + "Module": "Files", + "OutputType": null, "Variants": [ "Is1", "IsViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgShareListContentTypePublished" - }, - { - "Module": "Files", "Method": "GET", "Permissions": [], + "Command": "Test-MgShareListContentTypePublished", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/isPublished", + "Module": "Files", + "OutputType": null, "Variants": [ "Is", "IsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgShareListContentTypePublished" + "Method": "GET", + "Permissions": [], + "Command": "Test-MgShareListContentTypePublished", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Is", + "IsViaIdentity" + ], "Method": "GET", "Permissions": { "Name": "Sites.FullControl.All", @@ -261353,17 +261526,17 @@ "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true }, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "Variants": [ - "Is", - "IsViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgSiteContentTypePublished" + "Command": "Test-MgSiteContentTypePublished", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Is1", + "IsViaIdentity1" + ], "Method": "GET", "Permissions": { "Name": "Sites.FullControl.All", @@ -261371,399 +261544,399 @@ "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true }, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/isPublished", - "Variants": [ - "Is1", - "IsViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgSiteContentTypePublished" + "Command": "Test-MgSiteContentTypePublished", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/informationProtection/dataLossPreventionPolicies/evaluate", + "Module": "Sites", + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", - "Command": "Test-MgSiteInformationProtectionDataLossPreventionPolicy" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Test-MgSiteInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateApplication", + "Module": "Sites", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", - "Command": "Test-MgSiteInformationProtectionPolicyLabelApplication" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Test-MgSiteInformationProtectionPolicyLabelApplication", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateClassificationResults", + "Module": "Sites", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", - "Command": "Test-MgSiteInformationProtectionPolicyLabelClassificationResult" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Test-MgSiteInformationProtectionPolicyLabelClassificationResult", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/informationProtection/policy/labels/evaluateRemoval", + "Module": "Sites", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", - "Command": "Test-MgSiteInformationProtectionPolicyLabelRemoval" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Test-MgSiteInformationProtectionPolicyLabelRemoval", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/evaluate", + "Module": "Sites", + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", - "Command": "Test-MgSiteInformationProtectionSensitivityLabel" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Test-MgSiteInformationProtectionSensitivityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", + "Module": "Sites", + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", - "Command": "Test-MgSiteInformationProtectionSensitivityLabelSublabel" + "Method": "POST", + "Permissions": [], + "Command": "Test-MgSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "GET", - "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "Module": "Sites", + "OutputType": null, "Variants": [ "Is", "IsViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgSiteListContentTypePublished" - }, - { - "Module": "Sites", "Method": "GET", "Permissions": [], + "Command": "Test-MgSiteListContentTypePublished", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/isPublished", + "Module": "Sites", + "OutputType": null, "Variants": [ "Is1", "IsViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgSiteListContentTypePublished" + "Method": "GET", + "Permissions": [], + "Command": "Test-MgSiteListContentTypePublished", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/teams/{team-id}/permissionGrants/validateProperties", + "Module": "Teams", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgTeamPermissionGrantProperty" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Test-MgTeamPermissionGrantProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/validateProperties", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgUserChatPermissionGrantProperty" - }, - { - "Module": "Users.Actions", + ], "Method": "POST", "Permissions": [], + "Command": "Test-MgUserChatPermissionGrantProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/cloudPCs/validateBulkResize", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphCloudPcResizeValidationResult", - "Command": "Test-MgUserCloudPcBulkResize" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Test-MgUserCloudPcBulkResize", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/validateProperties", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgUserDeviceProperty" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Test-MgUserDeviceProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgUserDriveItemPermission" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Test-MgUserDriveItemPermission", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/validatePermission", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgUserDriveItemPermission" + "Method": "POST", + "Permissions": [], + "Command": "Test-MgUserDriveItemPermission", + "ApiVersion": "v1.0" }, { - "Module": "Users.Functions", - "Method": "GET", - "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "Module": "Users.Functions", + "OutputType": null, "Variants": [ "Is1", "IsViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgUserDriveListContentTypePublished" - }, - { - "Module": "Users.Functions", "Method": "GET", "Permissions": [], + "Command": "Test-MgUserDriveListContentTypePublished", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/isPublished", + "Module": "Users.Functions", + "OutputType": null, "Variants": [ "Is", "IsViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgUserDriveListContentTypePublished" + "Method": "GET", + "Permissions": [], + "Command": "Test-MgUserDriveListContentTypePublished", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1", "ValidateViaIdentity1", "ValidateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgUserDriveRootPermission" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Test-MgUserDriveRootPermission", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/validatePermission", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgUserDriveRootPermission" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Test-MgUserDriveRootPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/evaluate", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphDlpEvaluatePoliciesJobResponse", - "Command": "Test-MgUserInformationProtectionDataLossPreventionPolicy" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Test-MgUserInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateApplication", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", - "Command": "Test-MgUserInformationProtectionPolicyLabelApplication" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Test-MgUserInformationProtectionPolicyLabelApplication", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateClassificationResults", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", - "Command": "Test-MgUserInformationProtectionPolicyLabelClassificationResult" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Test-MgUserInformationProtectionPolicyLabelClassificationResult", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/policy/labels/evaluateRemoval", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphInformationProtectionAction", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphInformationProtectionAction", - "Command": "Test-MgUserInformationProtectionPolicyLabelRemoval" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Test-MgUserInformationProtectionPolicyLabelRemoval", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/evaluate", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", - "Command": "Test-MgUserInformationProtectionSensitivityLabel" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Test-MgUserInformationProtectionSensitivityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/evaluate", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvaluateLabelJobResponse", - "Command": "Test-MgUserInformationProtectionSensitivityLabelSublabel" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Test-MgUserInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/joinedGroups/evaluateDynamicMembership", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphEvaluateDynamicMembershipResult", - "Command": "Test-MgUserJoinedGroupDynamicMembership" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Test-MgUserJoinedGroupDynamicMembership", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/joinedGroups/validateProperties", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded", "ValidateViaIdentity", "ValidateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgUserJoinedGroupProperty" + "Method": "POST", + "Permissions": [], + "Command": "Test-MgUserJoinedGroupProperty", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/isManagedAppUserBlocked", "Module": "Users.Functions", + "OutputType": null, + "Variants": [ + "Is", + "IsViaIdentity" + ], "Method": "GET", "Permissions": [ { @@ -261791,101 +261964,101 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/isManagedAppUserBlocked", - "Variants": [ - "Is", - "IsViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgUserManagedAppUserBlocked" + "Command": "Test-MgUserManagedAppUserBlocked", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/validatePassword", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphPasswordValidationInformation", "Variants": [ "Validate", "ValidateExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphPasswordValidationInformation", - "Command": "Test-MgUserPassword" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Test-MgUserPassword", + "ApiVersion": "beta" + }, + { "Uri": "/users/validateProperties", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Validate", "ValidateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Test-MgUserProperty" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Test-MgUserProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/validateProperties", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Validate1", "ValidateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Test-MgUserProperty" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Test-MgUserProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateApplication", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "Command": "Test-MgUserSecurityInformationProtectionSensitivityLabelApplication" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Test-MgUserSecurityInformationProtectionSensitivityLabelApplication", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateClassificationResults", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "Command": "Test-MgUserSecurityInformationProtectionSensitivityLabelClassificationResult" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Test-MgUserSecurityInformationProtectionSensitivityLabelClassificationResult", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/security/informationProtection/sensitivityLabels/evaluateRemoval", + "Module": "Users.Actions", + "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", "Variants": [ "Evaluate", "EvaluateExpanded", "EvaluateViaIdentity", "EvaluateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphSecurityInformationProtectionAction", - "Command": "Test-MgUserSecurityInformationProtectionSensitivityLabelRemoval" + "Method": "POST", + "Permissions": [], + "Command": "Test-MgUserSecurityInformationProtectionSensitivityLabelRemoval", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/unblockManagedApps", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Unblock", + "UnblockViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -261901,69 +262074,69 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/unblockManagedApps", - "Variants": [ - "Unblock", - "UnblockViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Unblock-MgUserManagedApp" + "Command": "Unblock-MgUserManagedApp", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Undo", "UndoViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Undo-MgChatMessageReplySoftDelete" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Undo-MgChatMessageReplySoftDelete", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Undo1", "UndoViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Undo-MgChatMessageReplySoftDelete" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Undo-MgChatMessageReplySoftDelete", + "ApiVersion": "v1.0" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Undo", "UndoViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Undo-MgChatMessageSoftDelete" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Undo-MgChatMessageSoftDelete", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Undo1", "UndoViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Undo-MgChatMessageSoftDelete" + "Method": "POST", + "Permissions": [], + "Command": "Undo-MgChatMessageSoftDelete", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Undo1", + "UndoViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -261979,17 +262152,17 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Variants": [ - "Undo1", - "UndoViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Undo-MgTeamChannelMessageReplySoftDelete" + "Command": "Undo-MgTeamChannelMessageReplySoftDelete", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Undo", + "UndoViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -262005,17 +262178,17 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", - "Variants": [ - "Undo", - "UndoViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Undo-MgTeamChannelMessageReplySoftDelete" + "Command": "Undo-MgTeamChannelMessageReplySoftDelete", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Undo1", + "UndoViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -262031,17 +262204,17 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "Variants": [ - "Undo1", - "UndoViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Undo-MgTeamChannelMessageSoftDelete" + "Command": "Undo-MgTeamChannelMessageSoftDelete", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Undo", + "UndoViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -262057,147 +262230,147 @@ "IsAdmin": false } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", - "Variants": [ - "Undo", - "UndoViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Undo-MgTeamChannelMessageSoftDelete" + "Command": "Undo-MgTeamChannelMessageSoftDelete", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "POST", - "Permissions": [], "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Undo1", "UndoViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Undo", "UndoViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Undo-MgTeamPrimaryChannelMessageReplySoftDelete", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Undo1", "UndoViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/undoSoftDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Undo", "UndoViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Undo-MgTeamPrimaryChannelMessageSoftDelete", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Undo1", "UndoViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Undo", "UndoViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Undo-MgTeamworkDeletedTeamChannelMessageReplySoftDelete", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Undo1", "UndoViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete" - }, - { - "Module": "Teams", "Method": "POST", "Permissions": [], + "Command": "Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/undoSoftDelete", + "Module": "Teams", + "OutputType": null, "Variants": [ "Undo", "UndoViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Undo-MgTeamworkDeletedTeamChannelMessageSoftDelete", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Undo", "UndoViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Undo-MgUserChatMessageReplySoftDelete" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Undo-MgUserChatMessageReplySoftDelete", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/undoSoftDelete", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Undo1", "UndoViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Undo-MgUserChatMessageReplySoftDelete" + "Method": "POST", + "Permissions": [], + "Command": "Undo-MgUserChatMessageReplySoftDelete", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Undo1", + "UndoViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -262213,17 +262386,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "Variants": [ - "Undo1", - "UndoViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Undo-MgUserChatMessageSoftDelete" + "Command": "Undo-MgUserChatMessageSoftDelete", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", "Module": "Users.Actions", + "OutputType": null, + "Variants": [ + "Undo", + "UndoViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -262239,17 +262412,17 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/undoSoftDelete", - "Variants": [ - "Undo", - "UndoViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Undo-MgUserChatMessageSoftDelete" + "Command": "Undo-MgUserChatMessageSoftDelete", + "ApiVersion": "v1.0" }, { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/unpublish", "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Unpublish", + "UnpublishViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "Bookings.Manage.All", @@ -262257,17 +262430,17 @@ "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", "IsAdmin": false }, - "Uri": "/bookingBusinesses/{bookingBusiness-id}/unpublish", - "Variants": [ - "Unpublish", - "UnpublishViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Unpublish-MgBookingBusiness" + "Command": "Unpublish-MgBookingBusiness", + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/unpublish", "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Unpublish1", + "UnpublishViaIdentity1" + ], "Method": "POST", "Permissions": { "Name": "Bookings.Manage.All", @@ -262275,147 +262448,147 @@ "FullDescription": "Allows an app to read, write and manage bookings appointments, businesses, customers, services, and staff on your behalf.", "IsAdmin": false }, - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/unpublish", - "Variants": [ - "Unpublish1", - "UnpublishViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Unpublish-MgBookingBusiness" + "Command": "Unpublish-MgBookingBusiness", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "POST", - "Permissions": [], "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "Module": "Files", + "OutputType": null, "Variants": [ "Unpublish1", "UnpublishViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Unpublish-MgDriveListContentType" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Unpublish-MgDriveListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "Module": "Files", + "OutputType": null, "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Unpublish-MgDriveListContentType" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Unpublish-MgDriveListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "Module": "Groups", + "OutputType": null, "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Unpublish-MgGroupDriveListContentType" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Unpublish-MgGroupDriveListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "Module": "Groups", + "OutputType": null, "Variants": [ "Unpublish1", "UnpublishViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Unpublish-MgGroupDriveListContentType" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Unpublish-MgGroupDriveListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "Module": "Groups", + "OutputType": null, "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Unpublish-MgGroupSiteContentType" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Unpublish-MgGroupSiteContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/unpublish", + "Module": "Groups", + "OutputType": null, "Variants": [ "Unpublish1", "UnpublishViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Unpublish-MgGroupSiteContentType" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Unpublish-MgGroupSiteContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "Module": "Groups", + "OutputType": null, "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Unpublish-MgGroupSiteListContentType" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Unpublish-MgGroupSiteListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "Module": "Groups", + "OutputType": null, "Variants": [ "Unpublish1", "UnpublishViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Unpublish-MgGroupSiteListContentType" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Unpublish-MgGroupSiteListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", + "Module": "Files", + "OutputType": null, "Variants": [ "Unpublish1", "UnpublishViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Unpublish-MgShareListContentType" - }, - { - "Module": "Files", "Method": "POST", "Permissions": [], + "Command": "Unpublish-MgShareListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/unpublish", + "Module": "Files", + "OutputType": null, "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Unpublish-MgShareListContentType" + "Method": "POST", + "Permissions": [], + "Command": "Unpublish-MgShareListContentType", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Unpublish", + "UnpublishViaIdentity" + ], "Method": "POST", "Permissions": { "Name": "Sites.FullControl.All", @@ -262423,17 +262596,17 @@ "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true }, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "Variants": [ - "Unpublish", - "UnpublishViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Unpublish-MgSiteContentType" + "Command": "Unpublish-MgSiteContentType", + "ApiVersion": "beta" }, { + "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Unpublish1", + "UnpublishViaIdentity1" + ], "Method": "POST", "Permissions": { "Name": "Sites.FullControl.All", @@ -262441,69 +262614,71 @@ "FullDescription": "Allow the application to have full control of all site collections on your behalf.", "IsAdmin": true }, - "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/unpublish", - "Variants": [ - "Unpublish1", - "UnpublishViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Unpublish-MgSiteContentType" + "Command": "Unpublish-MgSiteContentType", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "Module": "Sites", + "OutputType": null, "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Unpublish-MgSiteListContentType" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Unpublish-MgSiteListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/unpublish", + "Module": "Sites", + "OutputType": null, "Variants": [ "Unpublish1", "UnpublishViaIdentity1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Unpublish-MgSiteListContentType" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Unpublish-MgSiteListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Unpublish1", "UnpublishViaIdentity1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Unpublish-MgUserDriveListContentType" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Unpublish-MgUserDriveListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/unpublish", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Unpublish", "UnpublishViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Unpublish-MgUserDriveListContentType" + "Method": "POST", + "Permissions": [], + "Command": "Unpublish-MgUserDriveListContentType", + "ApiVersion": "v1.0" }, { + "Uri": "/accessReviews/{accessReview-id}", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -262519,124 +262694,124 @@ "IsAdmin": true } ], - "Uri": "/accessReviews/{accessReview-id}", + "Command": "Update-MgAccessReview", + "ApiVersion": "beta" + }, + { + "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAccessReview" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgAccessReviewDecision", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/decisions/{accessReviewDecision-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAccessReviewDecision" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgAccessReviewInstance", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAccessReviewInstance" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgAccessReviewInstanceDecision", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/decisions/{accessReviewDecision-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAccessReviewInstanceDecision" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgAccessReviewInstanceMyDecision", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/myDecisions/{accessReviewDecision-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAccessReviewInstanceMyDecision" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgAccessReviewInstanceReviewer", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/instances/{accessReview-id1}/reviewers/{accessReviewReviewer-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAccessReviewInstanceReviewer" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgAccessReviewMyDecision", + "ApiVersion": "beta" }, { + "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/myDecisions/{accessReviewDecision-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAccessReviewMyDecision" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], - "Uri": "/accessReviews/{accessReview-id}/reviewers/{accessReviewReviewer-id}", + "Command": "Update-MgAccessReviewReviewer", + "ApiVersion": "beta" + }, + { + "Uri": "/administrativeUnits/{administrativeUnit-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAccessReviewReviewer" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", @@ -262644,369 +262819,349 @@ "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, - "Uri": "/administrativeUnits/{administrativeUnit-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAdministrativeUnit" + "Command": "Update-MgAdministrativeUnit", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAdministrativeUnitExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgAdministrativeUnitExtension", + "ApiVersion": "beta" + }, + { "Uri": "/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAdministrativeUnitScopedRoleMember" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAgreement" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgAgreement", + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgAgreement" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgAgreement", + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAgreementAcceptance" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgAgreementAcceptance", + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/acceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgAgreementAcceptance" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgAgreementAcceptance", + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAgreementFile" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgAgreementFile", + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgAgreementFile" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgAgreementFile", + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAgreementFileLocalization" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgAgreementFileLocalization", + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgAgreementFileLocalization" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgAgreementFileLocalization", + "ApiVersion": "v1.0" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAgreementFileLocalizationVersion" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgAgreementFileLocalizationVersion", + "ApiVersion": "beta" + }, + { "Uri": "/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgAgreementFileLocalizationVersion" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgAgreementFileLocalizationVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAppCatalogTeamApp" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgAppCatalogTeamApp", + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgAppCatalogTeamApp" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgAppCatalogTeamApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAppCatalogTeamAppDefinition" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgAppCatalogTeamAppDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgAppCatalogTeamAppDefinition" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgAppCatalogTeamAppDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAppCatalogTeamAppDefinitionBot" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgAppCatalogTeamAppDefinitionBot", + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgAppCatalogTeamAppDefinitionBot" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgAppCatalogTeamAppDefinitionBot", + "ApiVersion": "v1.0" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAppCatalogTeamAppDefinitionColorIcon" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgAppCatalogTeamAppDefinitionColorIcon", + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAppCatalogTeamAppDefinitionColorIconHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgAppCatalogTeamAppDefinitionColorIconHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAppCatalogTeamAppDefinitionOutlineIcon" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgAppCatalogTeamAppDefinitionOutlineIcon", + "ApiVersion": "beta" + }, + { "Uri": "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgAppCatalogTeamAppDefinitionOutlineIconHostedContent" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgAppCatalogTeamAppDefinitionOutlineIconHostedContent", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "PATCH", - "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 - }, "Uri": "/applications/{application-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgApplication" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": { "Name": "Application.ReadWrite.All", @@ -263014,69 +263169,69 @@ "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 }, + "Command": "Update-MgApplication", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgApplication" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgApplication", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "PATCH", - "Permissions": [], "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgApplicationExtensionProperty" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgApplicationExtensionProperty", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/extensionProperties/{extensionProperty-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgApplicationExtensionProperty" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgApplicationExtensionProperty", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "PATCH", - "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 - }, "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgApplicationFederatedIdentityCredential" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": { "Name": "Application.ReadWrite.All", @@ -263084,79 +263239,99 @@ "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 }, + "Command": "Update-MgApplicationFederatedIdentityCredential", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/federatedIdentityCredentials/{federatedIdentityCredential-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgApplicationFederatedIdentityCredential" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgApplicationFederatedIdentityCredential", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "PATCH", - "Permissions": [], "Uri": "/applications/{application-id}/synchronization", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgApplicationSynchronization" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgApplicationSynchronization", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgApplicationSynchronizationJob" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgApplicationSynchronizationJob", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgApplicationSynchronizationJobSchema" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgApplicationSynchronizationJobSchema", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgApplicationSynchronizationJobSchemaDirectory" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgApplicationSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" }, { + "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -263164,77 +263339,49 @@ "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": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgApplicationSynchronizationTemplate" + "Command": "Update-MgApplicationSynchronizationTemplate", + "ApiVersion": "beta" }, { - "Module": "Applications", - "Method": "PATCH", - "Permissions": [], "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgApplicationSynchronizationTemplateSchema" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgApplicationSynchronizationTemplateSchema", + "ApiVersion": "beta" + }, + { "Uri": "/applications/{application-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgApplicationSynchronizationTemplateSchemaDirectory" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgApplicationSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" }, { - "Module": "Bookings", - "Method": "PATCH", - "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.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 - } - ], "Uri": "/bookingBusinesses/{bookingBusiness-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgBookingBusiness" - }, - { - "Module": "Bookings", "Method": "PATCH", "Permissions": [ { @@ -263250,19 +263397,19 @@ "IsAdmin": false } ], + "Command": "Update-MgBookingBusiness", + "ApiVersion": "beta" + }, + { "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgBookingBusiness" - }, - { - "Module": "Bookings", "Method": "PATCH", "Permissions": [ { @@ -263276,27 +263423,21 @@ "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": "Update-MgBookingBusiness", + "ApiVersion": "v1.0" + }, + { "Uri": "/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgBookingBusinessAppointment" - }, - { - "Module": "Bookings", "Method": "PATCH", "Permissions": [ { @@ -263318,49 +263459,19 @@ "IsAdmin": false } ], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgBookingBusinessAppointment" + "Command": "Update-MgBookingBusinessAppointment", + "ApiVersion": "beta" }, { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/appointments/{bookingAppointment-id}", "Module": "Bookings", - "Method": "PATCH", - "Permissions": [], - "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgBookingBusinessCalendarView" - }, - { - "Module": "Bookings", - "Method": "PATCH", - "Permissions": [], - "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgBookingBusinessCalendarView" - }, - { - "Module": "Bookings", "Method": "PATCH", "Permissions": [ { @@ -263382,19 +263493,49 @@ "IsAdmin": false } ], + "Command": "Update-MgBookingBusinessAppointment", + "ApiVersion": "v1.0" + }, + { + "Uri": "/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgBookingBusinessCalendarView", + "ApiVersion": "beta" + }, + { + "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/calendarView/{bookingAppointment-id}", + "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgBookingBusinessCalendarView", + "ApiVersion": "v1.0" + }, + { "Uri": "/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomer-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgBookingBusinessCustomer" - }, - { - "Module": "Bookings", "Method": "PATCH", "Permissions": [ { @@ -263416,19 +263557,19 @@ "IsAdmin": false } ], + "Command": "Update-MgBookingBusinessCustomer", + "ApiVersion": "beta" + }, + { "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customers/{bookingCustomerBase-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgBookingBusinessCustomer" - }, - { - "Module": "Bookings", "Method": "PATCH", "Permissions": [ { @@ -263450,19 +263591,19 @@ "IsAdmin": false } ], + "Command": "Update-MgBookingBusinessCustomer", + "ApiVersion": "v1.0" + }, + { "Uri": "/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgBookingBusinessCustomQuestion" - }, - { - "Module": "Bookings", "Method": "PATCH", "Permissions": [ { @@ -263484,19 +263625,19 @@ "IsAdmin": false } ], + "Command": "Update-MgBookingBusinessCustomQuestion", + "ApiVersion": "beta" + }, + { "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/customQuestions/{bookingCustomQuestion-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgBookingBusinessCustomQuestion" - }, - { - "Module": "Bookings", "Method": "PATCH", "Permissions": [ { @@ -263510,21 +263651,27 @@ "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": "Update-MgBookingBusinessCustomQuestion", + "ApiVersion": "v1.0" + }, + { "Uri": "/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgBookingBusinessService" - }, - { - "Module": "Bookings", "Method": "PATCH", "Permissions": [ { @@ -263540,19 +263687,19 @@ "IsAdmin": false } ], + "Command": "Update-MgBookingBusinessService", + "ApiVersion": "beta" + }, + { "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/services/{bookingService-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgBookingBusinessService" - }, - { - "Module": "Bookings", "Method": "PATCH", "Permissions": [ { @@ -263568,19 +263715,19 @@ "IsAdmin": false } ], + "Command": "Update-MgBookingBusinessService", + "ApiVersion": "v1.0" + }, + { "Uri": "/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMember-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgBookingBusinessStaffMember" - }, - { - "Module": "Bookings", "Method": "PATCH", "Permissions": [ { @@ -263596,64 +263743,92 @@ "IsAdmin": false } ], + "Command": "Update-MgBookingBusinessStaffMember", + "ApiVersion": "beta" + }, + { "Uri": "/solutions/bookingBusinesses/{bookingBusiness-id}/staffMembers/{bookingStaffMemberBase-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgBookingBusinessStaffMember" + "Method": "PATCH", + "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.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 + } + ], + "Command": "Update-MgBookingBusinessStaffMember", + "ApiVersion": "v1.0" }, { - "Module": "Bookings", - "Method": "PATCH", - "Permissions": [], "Uri": "/bookingCurrencies/{bookingCurrency-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgBookingCurrency" - }, - { - "Module": "Bookings", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgBookingCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/solutions/bookingCurrencies/{bookingCurrency-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgBookingCurrency" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgBookingCurrency", + "ApiVersion": "v1.0" + }, + { "Uri": "/businessFlowTemplates/{businessFlowTemplate-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgBusinessFlowTemplate" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgBusinessFlowTemplate", + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}", "Module": "Bookings", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -263669,34 +263844,34 @@ "IsAdmin": true } ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}", + "Command": "Update-MgBusinessScenario", + "ApiVersion": "beta" + }, + { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgBusinessScenario" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgBusinessScenarioPlanner", + "ApiVersion": "beta" }, { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", "Module": "Bookings", - "Method": "PATCH", - "Permissions": [], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgBusinessScenarioPlanner" - }, - { - "Module": "Bookings", "Method": "PATCH", "Permissions": [ { @@ -263712,19 +263887,19 @@ "IsAdmin": true } ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration", + "Command": "Update-MgBusinessScenarioPlannerPlanConfiguration", + "ApiVersion": "beta" + }, + { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgBusinessScenarioPlannerPlanConfiguration" - }, - { - "Module": "Bookings", "Method": "PATCH", "Permissions": [ { @@ -263740,19 +263915,19 @@ "IsAdmin": true } ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/planConfiguration/localizations/{plannerPlanConfigurationLocalization-id}", + "Command": "Update-MgBusinessScenarioPlannerPlanConfigurationLocalization", + "ApiVersion": "beta" + }, + { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgBusinessScenarioPlannerPlanConfigurationLocalization" - }, - { - "Module": "Bookings", "Method": "PATCH", "Permissions": { "Name": "BusinessScenarioData.ReadWrite.OwnedBy", @@ -263760,19 +263935,19 @@ "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 }, - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/tasks/{businessScenarioTask-id}", + "Command": "Update-MgBusinessScenarioPlannerTask", + "ApiVersion": "beta" + }, + { + "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", + "Module": "Bookings", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgBusinessScenarioPlannerTask" - }, - { - "Module": "Bookings", "Method": "PATCH", "Permissions": [ { @@ -263788,39 +263963,19 @@ "IsAdmin": true } ], - "Uri": "/solutions/businessScenarios/{businessScenario-id}/planner/taskConfiguration", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgBusinessScenarioPlannerTaskConfiguration" + "Command": "Update-MgBusinessScenarioPlannerTaskConfiguration", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "PATCH", - "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 - }, "Uri": "/chats/{chat-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgChat" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": { "Name": "Chat.ReadWrite", @@ -263828,19 +263983,39 @@ "FullDescription": "Allows an app to read and write your 1 on 1 or group chat messages in Microsoft Teams, on your behalf.", "IsAdmin": false }, + "Command": "Update-MgChat", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgChat" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgChat", + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Upgrade", + "UpgradeExpanded", + "UpgradeViaIdentity", + "UpgradeViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -263856,19 +264031,17 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "Variants": [ - "Upgrade", - "UpgradeExpanded", - "UpgradeViaIdentity", - "UpgradeViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgChatInstalledApp" + "Command": "Update-MgChatInstalledApp", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Upgrade1", + "UpgradeViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -263884,77 +264057,79 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "Variants": [ - "Upgrade1", - "UpgradeViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgChatInstalledApp" + "Command": "Update-MgChatInstalledApp", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "PATCH", - "Permissions": [], "Uri": "/chats/{chat-id}/lastMessagePreview", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgChatLastMessagePreview" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgChatLastMessagePreview", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/lastMessagePreview", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgChatLastMessagePreview" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgChatLastMessagePreview", + "ApiVersion": "v1.0" + }, + { "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgChatMember" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgChatMember", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgChatMember" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgChatMember", + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -263976,19 +264151,19 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgChatMessage" + "Command": "Update-MgChatMessage", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -264010,139 +264185,139 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/messages/{chatMessage-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgChatMessage" + "Command": "Update-MgChatMessage", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "PATCH", - "Permissions": [], "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgChatMessageReply" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgChatMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgChatMessageReply" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgChatMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgChatMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgChatMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgChatMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgChatMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgChatOperation" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgChatOperation", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgChatPermissionGrant" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgChatPermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgChatPinnedMessage" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgChatPinnedMessage", + "ApiVersion": "beta" + }, + { "Uri": "/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgChatPinnedMessage" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgChatPinnedMessage", + "ApiVersion": "v1.0" }, { + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -264164,19 +264339,19 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgChatTab" + "Command": "Update-MgChatTab", + "ApiVersion": "beta" }, { + "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -264198,232 +264373,223 @@ "IsAdmin": true } ], - "Uri": "/chats/{chat-id}/tabs/{teamsTab-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgChatTab" + "Command": "Update-MgChatTab", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "PATCH", - "Permissions": [], "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgCommunicationCallAudioRoutingGroup" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgCommunicationCallAudioRoutingGroup" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCommunicationCallAudioRoutingGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgCommunicationCallContentSharingSession" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCommunicationCallContentSharingSession", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgCommunicationCallContentSharingSession" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCommunicationCallContentSharingSession", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgCommunicationCallOperation" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCommunicationCallOperation", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/operations/{commsOperation-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgCommunicationCallOperation" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCommunicationCallOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgCommunicationCallParticipant" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCommunicationCallParticipant", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/participants/{participant-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgCommunicationCallParticipant" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgCommunicationCallParticipant", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "POST", - "Permissions": [], "Uri": "/communications/calls/{call-id}/updateRecordingStatus", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", - "Command": "Update-MgCommunicationCallRecordingStatus" - }, - { - "Module": "CloudCommunications", "Method": "POST", "Permissions": [], + "Command": "Update-MgCommunicationCallRecordingStatus", + "ApiVersion": "beta" + }, + { "Uri": "/communications/calls/{call-id}/updateRecordingStatus", + "Module": "CloudCommunications", + "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": "IMicrosoftGraphUpdateRecordingStatusOperation", - "Command": "Update-MgCommunicationCallRecordingStatus" + "Method": "POST", + "Permissions": [], + "Command": "Update-MgCommunicationCallRecordingStatus", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "PATCH", - "Permissions": [], "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgCommunicationCallRecordSession" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCommunicationCallRecordSession", + "ApiVersion": "beta" + }, + { "Uri": "/communications/callRecords/{callRecord-id}/sessions/{session-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgCommunicationCallRecordSession" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCommunicationCallRecordSession", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgCommunicationOnlineMeeting" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCommunicationOnlineMeeting", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgCommunicationOnlineMeeting" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCommunicationOnlineMeeting", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update1", "Update2", @@ -264434,30 +264600,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCommunicationOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update1", "Update2", @@ -264468,156 +264634,165 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCommunicationOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgCommunicationOnlineMeetingRegistration" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCommunicationOnlineMeetingRegistration", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgCommunicationOnlineMeetingRegistrationCustomQuestion" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCommunicationOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgCommunicationOnlineMeetingTranscript" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCommunicationOnlineMeetingTranscript", + "ApiVersion": "beta" + }, + { "Uri": "/communications/onlineMeetings/{onlineMeeting-id}/virtualAppointment", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgCommunicationOnlineMeetingVirtualAppointment" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCommunicationOnlineMeetingVirtualAppointment", + "ApiVersion": "beta" + }, + { "Uri": "/communications/presences/{presence-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgCommunicationPresence" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCommunicationPresence", + "ApiVersion": "beta" + }, + { "Uri": "/communications/presences/{presence-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgCommunicationPresence" - }, - { - "Module": "Compliance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCommunicationPresence", + "ApiVersion": "v1.0" + }, + { "Uri": "/compliance", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgCompliance" - }, - { - "Module": "Compliance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCompliance", + "ApiVersion": "beta" + }, + { "Uri": "/compliance", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgCompliance" - }, - { - "Module": "Compliance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgCompliance", + "ApiVersion": "v1.0" + }, + { "Uri": "/compliance/ediscovery", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgComplianceEdiscovery" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgComplianceEdiscovery", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}", "Module": "Compliance", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -264633,19 +264808,19 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}", + "Command": "Update-MgComplianceEdiscoveryCase", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgComplianceEdiscoveryCase" - }, - { - "Module": "Compliance", "Method": "PATCH", "Permissions": [ { @@ -264661,77 +264836,77 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgComplianceEdiscoveryCaseCustodian" + "Command": "Update-MgComplianceEdiscoveryCaseCustodian", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "Method": "POST", - "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/updateIndex", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Update", "UpdateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgComplianceEdiscoveryCaseCustodianIndex" + "Method": "POST", + "Permissions": [], + "Command": "Update-MgComplianceEdiscoveryCaseCustodianIndex", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "Method": "PATCH", - "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/siteSources/{siteSource-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgComplianceEdiscoveryCaseCustodianSiteSource" - }, - { - "Module": "Compliance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgComplianceEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource" - }, - { - "Module": "Compliance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/custodians/{custodian-id}/userSources/{userSource-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgComplianceEdiscoveryCaseCustodianUserSource" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgComplianceEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", "Module": "Compliance", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -264747,122 +264922,122 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgComplianceEdiscoveryCaseLegalHold" + "Command": "Update-MgComplianceEdiscoveryCaseLegalHold", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "Method": "PATCH", - "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/siteSources/{siteSource-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgComplianceEdiscoveryCaseLegalHoldSiteSource" - }, - { - "Module": "Compliance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgComplianceEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource" - }, - { - "Module": "Compliance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource", + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/legalHolds/{legalHold-id}/userSources/{userSource-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgComplianceEdiscoveryCaseLegalHoldUserSource" - }, - { - "Module": "Compliance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgComplianceEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgComplianceEdiscoveryCaseNoncustodialDataSource" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgComplianceEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "Method": "POST", - "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/noncustodialDataSources/{noncustodialDataSource-id}/updateIndex", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Update", "UpdateViaIdentity" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgComplianceEdiscoveryCaseNoncustodialDataSourceIndex" + "Method": "POST", + "Permissions": [], + "Command": "Update-MgComplianceEdiscoveryCaseNoncustodialDataSourceIndex", + "ApiVersion": "beta" }, { - "Module": "Compliance", - "Method": "PATCH", - "Permissions": [], "Uri": "/compliance/ediscovery/cases/{case-id}/operations/{caseOperation-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgComplianceEdiscoveryCaseOperation" - }, - { - "Module": "Compliance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgComplianceEdiscoveryCaseOperation", + "ApiVersion": "beta" + }, + { "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgComplianceEdiscoveryCaseReviewSet" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgComplianceEdiscoveryCaseReviewSet", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", "Module": "Compliance", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -264878,19 +265053,19 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/reviewSets/{reviewSet-id}/queries/{reviewSetQuery-id}", + "Command": "Update-MgComplianceEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/settings", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgComplianceEdiscoveryCaseReviewSetQuery" - }, - { - "Module": "Compliance", "Method": "PATCH", "Permissions": { "Name": "eDiscovery.ReadWrite.All", @@ -264898,19 +265073,19 @@ "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 }, - "Uri": "/compliance/ediscovery/cases/{case-id}/settings", + "Command": "Update-MgComplianceEdiscoveryCaseSetting", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgComplianceEdiscoveryCaseSetting" - }, - { - "Module": "Compliance", "Method": "PATCH", "Permissions": [ { @@ -264926,34 +265101,34 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}", + "Command": "Update-MgComplianceEdiscoveryCaseSourceCollection", + "ApiVersion": "beta" + }, + { + "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", + "Module": "Compliance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgComplianceEdiscoveryCaseSourceCollection" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource", + "ApiVersion": "beta" }, { + "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", "Module": "Compliance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/compliance/ediscovery/cases/{case-id}/sourceCollections/{sourceCollection-id}/additionalSources/{dataSource-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgComplianceEdiscoveryCaseSourceCollectionAdditionalSource" - }, - { - "Module": "Compliance", "Method": "PATCH", "Permissions": [ { @@ -264969,129 +265144,109 @@ "IsAdmin": true } ], - "Uri": "/compliance/ediscovery/cases/{case-id}/tags/{tag-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgComplianceEdiscoveryCaseTag" + "Command": "Update-MgComplianceEdiscoveryCaseTag", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/contacts/{orgContact-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgContact" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgContact", + "ApiVersion": "beta" + }, + { "Uri": "/contacts/{orgContact-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgContact" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgContact", + "ApiVersion": "v1.0" + }, + { "Uri": "/contracts/{contract-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgContract" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgContract", + "ApiVersion": "beta" + }, + { "Uri": "/contracts/{contract-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgContract" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgContract", + "ApiVersion": "v1.0" + }, + { "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDataPolicyOperation" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDataPolicyOperation", + "ApiVersion": "beta" + }, + { "Uri": "/dataPolicyOperations/{dataPolicyOperation-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDataPolicyOperation" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDataPolicyOperation", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "PATCH", - "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 - }, "Uri": "/devices/{device-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDevice" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -265099,19 +265254,37 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, + "Command": "Update-MgDevice", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDevice" + "Method": "PATCH", + "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": "Update-MgDevice", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -265127,17 +265300,17 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgt" + "Command": "Update-MgDeviceAppMgt", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -265153,37 +265326,19 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement", - "Variants": [ - "Update1", - "UpdateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgt" + "Command": "Update-MgDeviceAppMgt", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "PATCH", - "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 - }, "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtAndroidManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265191,19 +265346,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtAndroidManagedAppProtection", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtAndroidManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265211,19 +265366,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtAndroidManagedAppProtection", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtAndroidManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265231,19 +265386,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtAndroidManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265251,19 +265406,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtAndroidManagedAppProtectionApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265271,19 +265426,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/androidManagedAppProtections/{androidManagedAppProtection-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265291,19 +265446,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtAndroidManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265311,19 +265466,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtDefaultManagedAppProtection", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265331,19 +265486,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtDefaultManagedAppProtection", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265351,19 +265506,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265371,19 +265526,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtDefaultManagedAppProtectionApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265391,19 +265546,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/defaultManagedAppProtections/{defaultManagedAppProtection-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265411,34 +265566,19 @@ "FullDescription": "Allows 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/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtEnterpriseCodeSigningCertificate" + "Command": "Update-MgDeviceAppMgtDefaultManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/enterpriseCodeSigningCertificates/{enterpriseCodeSigningCertificate-id}", "Module": "Devices.CorporateManagement", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtiOSLobAppProvisioningConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265446,19 +265586,34 @@ "FullDescription": "Allows 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-MgDeviceAppMgtEnterpriseCodeSigningCertificate", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceAppMgtiOSLobAppProvisioningConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/assignments/{iosLobAppProvisioningConfigurationAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265466,19 +265621,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtiOSLobAppProvisioningConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265486,19 +265641,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtiOSLobAppProvisioningConfigurationDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/groupAssignments/{mobileAppProvisioningConfigGroupAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265506,19 +265661,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtiOSLobAppProvisioningConfigurationGroupAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosLobAppProvisioningConfigurations/{iosLobAppProvisioningConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265526,19 +265681,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtiOSLobAppProvisioningConfigurationUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtiOSManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265546,19 +265701,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtiOSManagedAppProtection", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtiOSManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265566,19 +265721,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtiOSManagedAppProtection", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtiOSManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265586,19 +265741,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtiOSManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtiOSManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265606,19 +265761,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtiOSManagedAppProtectionApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265626,159 +265781,159 @@ "FullDescription": "Allows 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-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/iosManagedAppProtections/{iosManagedAppProtection-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary" + "Method": "PATCH", + "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-MgDeviceAppMgtiOSManagedAppProtectionDeploymentSummary", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedAppPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceAppMgtManagedAppPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppPolicies/{managedAppPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedAppPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceAppMgtManagedAppPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedAppRegistration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceAppMgtManagedAppRegistration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedAppRegistration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceAppMgtManagedAppRegistration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/appliedPolicies/{managedAppPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceAppMgtManagedAppRegistrationAppliedPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/intendedPolicies/{managedAppPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceAppMgtManagedAppRegistrationIntendedPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "PATCH", - "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 - }, "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedAppRegistrationOperation" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265786,69 +265941,69 @@ "FullDescription": "Allows 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-MgDeviceAppMgtManagedAppRegistrationOperation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppRegistrations/{managedAppRegistration-id}/operations/{managedAppOperation-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedAppRegistrationOperation" + "Method": "PATCH", + "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-MgDeviceAppMgtManagedAppRegistrationOperation", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedAppStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceAppMgtManagedAppStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedAppStatuses/{managedAppStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedAppStatuses" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceAppMgtManagedAppStatuses", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "PATCH", - "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 - }, "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedEBook" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265856,19 +266011,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtManagedEBook", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedEBook" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265876,19 +266031,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtManagedEBook", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedEBookAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265896,19 +266051,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtManagedEBookAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/assignments/{managedEBookAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedEBookAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265916,19 +266071,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtManagedEBookAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBookCategories/{managedEBookCategory-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedEBookCategory" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265936,19 +266091,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtManagedEBookCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedEBookDeviceState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265956,19 +266111,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtManagedEBookDeviceState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/deviceStates/{deviceInstallState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedEBookDeviceState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265976,19 +266131,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtManagedEBookDeviceState", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedEBookInstallSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -265996,19 +266151,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtManagedEBookInstallSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/installSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedEBookInstallSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266016,19 +266171,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtManagedEBookInstallSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedEBookUserStateSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266036,19 +266191,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtManagedEBookUserStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedEBookUserStateSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266056,19 +266211,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtManagedEBookUserStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266076,19 +266231,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/managedEBooks/{managedEBook-id}/userStateSummary/{userInstallStateSummary-id}/deviceStates/{deviceInstallState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266096,19 +266251,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtManagedEBookUserStateSummaryDeviceState", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266116,19 +266271,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mdmWindowsInformationProtectionPolicies/{mdmWindowsInformationProtectionPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMdmWindowInformationProtectionPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266136,19 +266291,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMdmWindowInformationProtectionPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266156,19 +266311,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266176,19 +266331,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileAppAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266196,19 +266351,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileAppAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/assignments/{mobileAppAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileAppAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266216,19 +266371,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileAppAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileAppCategory" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266236,19 +266391,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileAppCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppCategories/{mobileAppCategory-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileAppCategory" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266256,19 +266411,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileAppCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266276,19 +266431,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileAppConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266296,19 +266451,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileAppConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileAppConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266316,19 +266471,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileAppConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/assignments/{managedDeviceMobileAppConfigurationAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileAppConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266336,19 +266491,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileAppConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266356,19 +266511,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatuses/{managedDeviceMobileAppConfigurationDeviceStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266376,19 +266531,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileAppConfigurationDeviceStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266396,19 +266551,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/deviceStatusSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266416,19 +266571,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileAppConfigurationDeviceStatusSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266436,19 +266591,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatuses/{managedDeviceMobileAppConfigurationUserStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266456,19 +266611,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileAppConfigurationUserStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266476,19 +266631,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileAppConfigurations/{managedDeviceMobileAppConfiguration-id}/userStatusSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266496,19 +266651,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileAppConfigurationUserStatusSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/deviceStatuses/{mobileAppInstallStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileAppDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266516,19 +266671,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileAppDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/installSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileAppInstallSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266536,19 +266691,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileAppInstallSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/relationships/{mobileAppRelationship-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileAppRelationship" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266556,19 +266711,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileAppRelationship", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileAppUserStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266576,34 +266731,54 @@ "FullDescription": "Allows 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-MgDeviceAppMgtMobileAppUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/userStatuses/{userAppInstallStatus-id}/deviceStatuses/{mobileAppInstallStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses" + "Method": "PATCH", + "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-MgDeviceAppMgtMobileAppUserStatusesDeviceStatuses", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "POST", - "Permissions": [], "Uri": "/deviceAppManagement/mobileApps/{mobileApp-id}/updateRelationships", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMultipleMobileAppRelationship" + "Method": "POST", + "Permissions": [], + "Command": "Update-MgDeviceAppMgtMultipleMobileAppRelationship", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/policySets/{policySet-id}/update", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -266611,54 +266786,34 @@ "FullDescription": "Allows 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/policySets/{policySet-id}/update", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtMultiplePolicySet" + "Command": "Update-MgDeviceAppMgtMultiplePolicySet", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/deviceAppManagement/policySets/{policySet-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtPolicySet" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceAppMgtPolicySet", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "PATCH", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/policySets/{policySet-id}/assignments/{policySetAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtPolicySetAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -266666,37 +266821,37 @@ "FullDescription": "Allows 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-MgDeviceAppMgtPolicySetAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/policySets/{policySet-id}/items/{policySetItem-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtPolicySetItem" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "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 }, + "Command": "Update-MgDeviceAppMgtPolicySetItem", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/symantecCodeSigningCertificate", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtSymantecCodeSigningCertificate" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266704,19 +266859,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtSymantecCodeSigningCertificate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266724,19 +266879,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtTargetedManagedAppConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266744,19 +266899,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtTargetedManagedAppConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266764,19 +266919,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266784,19 +266939,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtTargetedManagedAppConfigurationApp", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266804,19 +266959,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266824,19 +266979,19 @@ "FullDescription": "Allows 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-MgDeviceAppMgtTargetedManagedAppConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266844,19 +266999,39 @@ "FullDescription": "Allows 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-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/targetedManagedAppConfigurations/{targetedManagedAppConfiguration-id}/deploymentSummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary" + "Method": "PATCH", + "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-MgDeviceAppMgtTargetedManagedAppConfigurationDeploymentSummary", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -266872,19 +267047,19 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}", + "Command": "Update-MgDeviceAppMgtTask", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/updateStatus", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtTask" - }, - { - "Module": "Devices.CorporateManagement", "Method": "POST", "Permissions": [ { @@ -266900,19 +267075,19 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/deviceAppManagementTasks/{deviceAppManagementTask-id}/updateStatus", + "Command": "Update-MgDeviceAppMgtTaskStatus", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtTaskStatus" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [ { @@ -266928,19 +267103,19 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtVppToken" + "Command": "Update-MgDeviceAppMgtVppToken", + "ApiVersion": "beta" }, { + "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -266956,19 +267131,19 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/vppTokens/{vppToken-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtVppToken" + "Command": "Update-MgDeviceAppMgtVppToken", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266976,19 +267151,19 @@ "FullDescription": "Allows 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/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}", + "Command": "Update-MgDeviceAppMgtWdacSupplementalPolicy", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtWdacSupplementalPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -266996,19 +267171,19 @@ "FullDescription": "Allows 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/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/assignments/{windowsDefenderApplicationControlSupplementalPolicyAssignment-id}", + "Command": "Update-MgDeviceAppMgtWdacSupplementalPolicyAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtWdacSupplementalPolicyAssignment" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -267016,19 +267191,19 @@ "FullDescription": "Allows 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/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deploySummary", + "Command": "Update-MgDeviceAppMgtWdacSupplementalPolicyDeploySummary", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtWdacSupplementalPolicyDeploySummary" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -267036,19 +267211,19 @@ "FullDescription": "Allows 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/wdacSupplementalPolicies/{windowsDefenderApplicationControlSupplementalPolicy-id}/deviceStatuses/{windowsDefenderApplicationControlSupplementalPolicyDeploymentStatus-id}", + "Command": "Update-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtWdacSupplementalPolicyDeviceStatuses" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [ { @@ -267064,39 +267239,19 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsInformationProtectionDeviceRegistrations/{windowsInformationProtectionDeviceRegistration-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration" + "Command": "Update-MgDeviceAppMgtWindowInformationProtectionDeviceRegistration", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "PATCH", - "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 - }, "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtWindowInformationProtectionPolicy" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -267104,19 +267259,39 @@ "FullDescription": "Allows 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-MgDeviceAppMgtWindowInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceAppManagement/windowsInformationProtectionPolicies/{windowsInformationProtectionPolicy-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtWindowInformationProtectionPolicy" + "Method": "PATCH", + "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-MgDeviceAppMgtWindowInformationProtectionPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -267132,19 +267307,19 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsInformationProtectionWipeActions/{windowsInformationProtectionWipeAction-id}", + "Command": "Update-MgDeviceAppMgtWindowInformationProtectionWipeAction", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtWindowInformationProtectionWipeAction" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [ { @@ -267160,19 +267335,19 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}", + "Command": "Update-MgDeviceAppMgtWindowManagedAppProtection", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtWindowManagedAppProtection" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [ { @@ -267188,19 +267363,19 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/apps/{managedMobileApp-id}", + "Command": "Update-MgDeviceAppMgtWindowManagedAppProtectionApp", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtWindowManagedAppProtectionApp" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [ { @@ -267216,64 +267391,62 @@ "IsAdmin": true } ], - "Uri": "/deviceAppManagement/windowsManagedAppProtections/{windowsManagedAppProtection-id}/assignments/{targetedManagedAppPolicyAssignment-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceAppMgtWindowManagedAppProtectionAssignment" + "Command": "Update-MgDeviceAppMgtWindowManagedAppProtectionAssignment", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/devices/{device-id}/commands/{command-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceCommand" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceCommand", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/devices/{device-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceExtension" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceExtension", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -267307,17 +267480,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagement" + "Command": "Update-MgDeviceManagement", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -267351,35 +267524,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement", - "Variants": [ - "Update1", - "UpdateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagement" + "Command": "Update-MgDeviceManagement", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/advancedThreatProtectionOnboardingStateSummary", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -267387,19 +267542,19 @@ "FullDescription": "Allows 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-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/advancedThreatProtectionOnboardingStateSummary/advancedThreatProtectionOnboardingDeviceSettingStates/{advancedThreatProtectionOnboardingDeviceSettingState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -267407,19 +267562,19 @@ "FullDescription": "Allows 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-MgDeviceManagementAdvancedThreatProtectionOnboardingStateSummaryAdvancedThreatProtectionOnboardingDeviceSettingState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidDeviceOwnerEnrollmentProfiles/{androidDeviceOwnerEnrollmentProfile-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -267427,19 +267582,19 @@ "FullDescription": "Allows 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-MgDeviceManagementAndroidDeviceOwnerEnrollmentProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidForWorkAppConfigurationSchemas/{androidForWorkAppConfigurationSchema-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementAndroidForWorkAppConfigurationSchema" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -267447,19 +267602,19 @@ "FullDescription": "Allows 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-MgDeviceManagementAndroidForWorkAppConfigurationSchema", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidForWorkEnrollmentProfiles/{androidForWorkEnrollmentProfile-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementAndroidForWorkEnrollmentProfile" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -267467,17 +267622,17 @@ "FullDescription": "Allows 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-MgDeviceManagementAndroidForWorkEnrollmentProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidForWorkSettings", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementAndroidForWorkSetting" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -267485,17 +267640,17 @@ "FullDescription": "Allows 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-MgDeviceManagementAndroidForWorkSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidManagedStoreAccountEnterpriseSettings", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSetting" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -267503,37 +267658,37 @@ "FullDescription": "Allows 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-MgDeviceManagementAndroidManagedStoreAccountEnterpriseSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/androidManagedStoreAppConfigurationSchemas/{androidManagedStoreAppConfigurationSchema-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "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.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementAndroidManagedStoreAppConfigurationSchema", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/applePushNotificationCertificate", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementApplePushNotificationCertificate" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -267541,17 +267696,17 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/applePushNotificationCertificate", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementApplePushNotificationCertificate" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -267559,19 +267714,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementApplePushNotificationCertificate", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementAppleUserInitiatedEnrollmentProfile" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -267579,59 +267734,79 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementAppleUserInitiatedEnrollmentProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/appleUserInitiatedEnrollmentProfiles/{appleUserInitiatedEnrollmentProfile-id}/assignments/{appleEnrollmentProfileAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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": "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": "Update-MgDeviceManagementAppleUserInitiatedEnrollmentProfileAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/assignmentFilters/{deviceAndAppManagementAssignmentFilter-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementAssignmentFilter" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "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 }, + "Command": "Update-MgDeviceManagementAssignmentFilter", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementAuditEvent" + "Method": "PATCH", + "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-MgDeviceManagementAuditEvent", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/auditEvents/{auditEvent-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -267639,19 +267814,19 @@ "FullDescription": "Allows 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": "/deviceManagement/auditEvents/{auditEvent-id}", + "Command": "Update-MgDeviceManagementAuditEvent", + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementAuditEvent" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -267659,19 +267834,19 @@ "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/autopilotEvents/{deviceManagementAutopilotEvent-id}", + "Command": "Update-MgDeviceManagementAutopilotEvent", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementAutopilotEvent" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -267679,19 +267854,19 @@ "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/autopilotEvents/{deviceManagementAutopilotEvent-id}/policyStatusDetails/{deviceManagementAutopilotPolicyStatusDetail-id}", + "Command": "Update-MgDeviceManagementAutopilotEventPolicyStatusDetail", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/cartToClassAssociations/{cartToClassAssociation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementAutopilotEventPolicyStatusDetail" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -267699,19 +267874,19 @@ "FullDescription": "Allows 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/cartToClassAssociations/{cartToClassAssociation-id}", + "Command": "Update-MgDeviceManagementCartToClassAssociation", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementCartToClassAssociation" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -267719,19 +267894,19 @@ "FullDescription": "Allows 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/categories/{deviceManagementSettingCategory-id}", + "Command": "Update-MgDeviceManagementCategory", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementCategory" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -267739,184 +267914,184 @@ "FullDescription": "Allows 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/categories/{deviceManagementSettingCategory-id}/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Command": "Update-MgDeviceManagementCategorySettingDefinition", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementCategorySettingDefinition" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementComanagedDeviceAssignmentFilterEvaluationStatusDetail" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementComanagedDeviceCategory", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCategory", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementComanagedDeviceCategory" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementComanagedDeviceCompliancePolicyState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementComanagedDeviceCompliancePolicyState" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementComanagedDeviceConfigurationState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementComanagedDeviceConfigurationState" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementComanagedDeviceHealthScriptState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementComanagedDeviceHealthScriptState" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementComanagedDeviceLogCollectionRequest", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementComanagedDeviceLogCollectionRequest" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementComanagedDeviceManagedDeviceMobileAppConfigurationState" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementComanagedDeviceSecurityBaselineState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementComanagedDeviceSecurityBaselineState" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementComanagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementComanagedDeviceSecurityBaselineStateSettingState" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementComanagedDeviceWindowProtectionState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementComanagedDeviceWindowProtectionState" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [], - "Uri": "/deviceManagement/comanagedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Command": "Update-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementComanagedDeviceWindowProtectionStateDetectedMalwareState" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": [ { @@ -267932,19 +268107,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/comanagementEligibleDevices/{comanagementEligibleDevice-id}", + "Command": "Update-MgDeviceManagementComanagementEligibleDevice", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementComanagementEligibleDevice" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": [ { @@ -267960,19 +268135,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementComplianceManagementPartner" + "Command": "Update-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -267988,39 +268163,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/complianceManagementPartners/{complianceManagementPartner-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementComplianceManagementPartner" + "Command": "Update-MgDeviceManagementComplianceManagementPartner", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/compliancePolicies/{deviceManagementCompliancePolicy-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementCompliancePolicy" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268028,19 +268183,19 @@ "FullDescription": "Allows 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-MgDeviceManagementCompliancePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementCompliancePolicyAssignment" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268048,19 +268203,19 @@ "FullDescription": "Allows 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-MgDeviceManagementCompliancePolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementCompliancePolicyScheduledActionForRule" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268068,19 +268223,19 @@ "FullDescription": "Allows 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-MgDeviceManagementCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/scheduledActionsForRule/{deviceManagementComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceManagementComplianceActionItem-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268088,19 +268243,19 @@ "FullDescription": "Allows 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-MgDeviceManagementCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/compliancePolicies/{deviceManagementCompliancePolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementCompliancePolicySetting" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268108,19 +268263,37 @@ "FullDescription": "Allows 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-MgDeviceManagementCompliancePolicySetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/complianceSettings/{deviceManagementConfigurationSettingDefinition-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementComplianceSetting" + "Method": "PATCH", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementComplianceSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/conditionalAccessSettings", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -268136,17 +268309,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/conditionalAccessSettings", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementConditionalAccessSetting" + "Command": "Update-MgDeviceManagementConditionalAccessSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/conditionalAccessSettings", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -268162,37 +268335,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/conditionalAccessSettings", - "Variants": [ - "Update1", - "UpdateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementConditionalAccessSetting" + "Command": "Update-MgDeviceManagementConditionalAccessSetting", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/configurationPolicies/{deviceManagementConfigurationPolicy-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementConfigurationPolicy" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268200,19 +268355,19 @@ "FullDescription": "Allows 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-MgDeviceManagementConfigurationPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/assignments/{deviceManagementConfigurationPolicyAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementConfigurationPolicyAssignment" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268220,19 +268375,19 @@ "FullDescription": "Allows 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-MgDeviceManagementConfigurationPolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicies/{deviceManagementConfigurationPolicy-id}/settings/{deviceManagementConfigurationSetting-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementConfigurationPolicySetting" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268240,19 +268395,19 @@ "FullDescription": "Allows 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-MgDeviceManagementConfigurationPolicySetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementConfigurationPolicyTemplate" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268260,19 +268415,19 @@ "FullDescription": "Allows 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-MgDeviceManagementConfigurationPolicyTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}/settingDefinitions/{deviceManagementConfigurationSettingDefinition-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268280,19 +268435,19 @@ "FullDescription": "Allows 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-MgDeviceManagementConfigurationPolicyTemplateSettingDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationPolicyTemplates/{deviceManagementConfigurationPolicyTemplate-id}/settingTemplates/{deviceManagementConfigurationSettingTemplate-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268300,19 +268455,39 @@ "FullDescription": "Allows 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-MgDeviceManagementConfigurationPolicyTemplateSettingTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/configurationSettings/{deviceManagementConfigurationSettingDefinition-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementConfigurationSetting" + "Method": "PATCH", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementConfigurationSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -268328,19 +268503,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/dataSharingConsents/{dataSharingConsent-id}", + "Command": "Update-MgDeviceManagementDataSharingConsent", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDataSharingConsent" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -268348,19 +268523,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}", + "Command": "Update-MgDeviceManagementDepOnboardingSetting", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDepOnboardingSetting" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -268368,19 +268543,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}", + "Command": "Update-MgDeviceManagementDepOnboardingSettingEnrollmentProfile", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/updateDeviceProfileAssignment", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDepOnboardingSettingEnrollmentProfile" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -268388,19 +268563,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/enrollmentProfiles/{enrollmentProfile-id}/updateDeviceProfileAssignment", + "Command": "Update-MgDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDepOnboardingSettingEnrollmentProfileDeviceProfileAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -268408,54 +268583,34 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/depOnboardingSettings/{depOnboardingSetting-id}/importedAppleDeviceIdentities/{importedAppleDeviceIdentity-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity" + "Command": "Update-MgDeviceManagementDepOnboardingSettingImportedAppleDeviceIdentity", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/deviceManagement/derivedCredentials/{deviceManagementDerivedCredentialSettings-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDerivedCredentials" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementDerivedCredentials", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "PATCH", - "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 - }, "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDetectedApp" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -268463,19 +268618,39 @@ "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": "Update-MgDeviceManagementDetectedApp", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/detectedApps/{detectedApp-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDetectedApp" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgDeviceManagementDetectedApp", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -268491,19 +268666,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCategory" + "Command": "Update-MgDeviceManagementDeviceCategory", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -268519,39 +268694,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceCategories/{deviceCategory-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCategory" + "Command": "Update-MgDeviceManagementDeviceCategory", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicy" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268559,19 +268714,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicy" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268579,19 +268734,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyAssignment" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268599,51 +268754,51 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/assignments/{deviceCompliancePolicyAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyAssignment" + "Method": "PATCH", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyAssignment", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/deviceManagement/deviceCompliancePolicies/refreshDeviceComplianceReportSummarization", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Refresh" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization" + "Method": "POST", + "Permissions": [], + "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceComplianceReportSummarization", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268651,19 +268806,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268671,17 +268826,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyDeviceSettingStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268689,17 +268844,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicyDeviceStateSummary", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268707,19 +268862,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyDeviceStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268727,19 +268882,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatuses/{deviceComplianceDeviceStatus-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268747,19 +268902,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyDeviceStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268767,19 +268922,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/deviceStatusOverview", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268787,19 +268942,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyDeviceStatusOverview", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268807,19 +268962,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268827,19 +268982,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRule", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268847,19 +269002,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/scheduledActionsForRule/{deviceComplianceScheduledActionForRule-id}/scheduledActionConfigurations/{deviceComplianceActionItem-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268867,19 +269022,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyScheduledActionForRuleScheduledActionConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268887,19 +269042,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268907,19 +269062,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268927,19 +269082,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}/deviceComplianceSettingStates/{deviceComplianceSettingState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268947,19 +269102,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicySettingStateSummaryDeviceComplianceSettingState", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatuses" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268967,19 +269122,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatuses/{deviceComplianceUserStatus-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatuses" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -268987,19 +269142,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyUserStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269007,19 +269162,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceCompliancePolicies/{deviceCompliancePolicy-id}/userStatusOverview", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269027,19 +269182,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceCompliancePolicyUserStatusOverview", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269047,19 +269202,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269067,19 +269222,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationAssignment" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269087,19 +269242,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/assignments/{deviceConfigurationAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationAssignment" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269107,19 +269262,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurationConflictSummary/{deviceConfigurationConflictSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationConflictSummary" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269127,19 +269282,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationConflictSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269147,19 +269302,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceSettingStateSummaries/{settingStateDeviceSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269167,17 +269322,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationDeviceSettingStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269185,17 +269340,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurationDeviceStateSummaries", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269203,19 +269358,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationDeviceStateSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatuses" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269223,19 +269378,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatuses/{deviceConfigurationDeviceStatus-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatuses" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269243,19 +269398,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationDeviceStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269263,19 +269418,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/deviceStatusOverview", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationDeviceStatusOverview" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269283,19 +269438,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationDeviceStatusOverview", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/groupAssignments/{deviceConfigurationGroupAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationGroupAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269303,19 +269458,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationGroupAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurationsAllManagedDeviceCertificateStates/{managedAllDeviceCertificateState-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269323,19 +269478,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationManagedDeviceCertificateState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurationRestrictedAppsViolations/{restrictedAppsViolation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationRestrictedAppViolation" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269343,17 +269498,17 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationRestrictedAppViolation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurationUserStateSummaries", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationUserStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269361,19 +269516,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationUserStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatuses" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269381,19 +269536,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationUserStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatuses/{deviceConfigurationUserStatus-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatuses" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269401,19 +269556,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDeviceConfigurationUserStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatusOverview" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269421,47 +269576,39 @@ "FullDescription": "Allows 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", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceConfigurations/{deviceConfiguration-id}/userStatusOverview", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceConfigurationUserStatusOverview" + "Method": "PATCH", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "PATCH", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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.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 - } - ], "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [ { @@ -269477,19 +269624,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [ { @@ -269505,19 +269652,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementDeviceEnrollmentConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [ { @@ -269533,19 +269680,47 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment" + "Method": "PATCH", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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.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": "Update-MgDeviceManagementDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -269561,19 +269736,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}", + "Command": "Update-MgDeviceManagementDeviceHealthScript", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceHealthScript" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -269589,19 +269764,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/assignments/{deviceHealthScriptAssignment-id}", + "Command": "Update-MgDeviceManagementDeviceHealthScriptAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceHealthScriptAssignment" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -269617,19 +269792,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/deviceRunStates/{deviceHealthScriptDeviceState-id}", + "Command": "Update-MgDeviceManagementDeviceHealthScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/updateGlobalScript", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceHealthScriptDeviceRunState" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": [ { @@ -269645,19 +269820,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/updateGlobalScript", + "Command": "Update-MgDeviceManagementDeviceHealthScriptGlobalScript", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceHealthScriptGlobalScript" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -269673,19 +269848,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceHealthScripts/{deviceHealthScript-id}/runSummary", + "Command": "Update-MgDeviceManagementDeviceHealthScriptRunSummary", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceHealthScriptRunSummary" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -269701,19 +269876,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}", + "Command": "Update-MgDeviceManagementDeviceShellScript", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceShellScript" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -269729,19 +269904,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "Command": "Update-MgDeviceManagementDeviceShellScriptAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceShellScriptAssignment" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -269757,19 +269932,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Command": "Update-MgDeviceManagementDeviceShellScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceShellScriptDeviceRunState" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -269785,19 +269960,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "Command": "Update-MgDeviceManagementDeviceShellScriptGroupAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceShellScriptGroupAssignment" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -269813,54 +269988,34 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceShellScriptUserRunState" + "Command": "Update-MgDeviceManagementDeviceShellScriptUserRunState", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/deviceManagement/deviceShellScripts/{deviceShellScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "PATCH", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/domainJoinConnectors/{deviceManagementDomainJoinConnector-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementDomainJoinConnector" - }, - { - "Module": "DeviceManagement", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269868,19 +270023,19 @@ "FullDescription": "Allows 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-MgDeviceManagementDomainJoinConnector", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementEmbeddedSimActivationCodePool" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269888,19 +270043,19 @@ "FullDescription": "Allows 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-MgDeviceManagementEmbeddedSimActivationCodePool", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/assignments/{embeddedSIMActivationCodePoolAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -269908,19 +270063,39 @@ "FullDescription": "Allows 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-MgDeviceManagementEmbeddedSimActivationCodePoolAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/embeddedSIMActivationCodePools/{embeddedSIMActivationCodePool-id}/deviceStates/{embeddedSIMDeviceState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState" + "Method": "PATCH", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementEmbeddedSimActivationCodePoolDeviceState", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -269936,19 +270111,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementExchangeConnector" + "Command": "Update-MgDeviceManagementExchangeConnector", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -269964,19 +270139,21 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/exchangeConnectors/{deviceManagementExchangeConnector-id}", + "Command": "Update-MgDeviceManagementExchangeConnector", + "ApiVersion": "v1.0" + }, + { + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", + "Update1", "UpdateExpanded", + "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementExchangeConnector" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": [ { @@ -269992,7 +270169,13 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}", + "Command": "Update-MgDeviceManagementExchangeOnPremisPolicy", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -270001,29 +270184,21 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementExchangeOnPremisPolicy" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementExchangeOnPremisPolicyConditionalAccessSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyCategories/{groupPolicyCategory-id}", "Module": "DeviceManagement.Administration", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/exchangeOnPremisesPolicies/{deviceManagementExchangeOnPremisesPolicy-id}/conditionalAccessSettings", + "OutputType": null, "Variants": [ "Update", - "Update1", "UpdateExpanded", - "UpdateExpanded1", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementExchangeOnPremisPolicyConditionalAccessSetting" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270031,19 +270206,19 @@ "FullDescription": "Allows 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/groupPolicyCategories/{groupPolicyCategory-id}", + "Command": "Update-MgDeviceManagementGroupPolicyCategory", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyCategory" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270051,19 +270226,19 @@ "FullDescription": "Allows 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/groupPolicyConfigurations/{groupPolicyConfiguration-id}", + "Command": "Update-MgDeviceManagementGroupPolicyConfiguration", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270071,19 +270246,19 @@ "FullDescription": "Allows 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/groupPolicyConfigurations/{groupPolicyConfiguration-id}/assignments/{groupPolicyConfigurationAssignment-id}", + "Command": "Update-MgDeviceManagementGroupPolicyConfigurationAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyConfigurationAssignment" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270091,19 +270266,19 @@ "FullDescription": "Allows 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/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}", + "Command": "Update-MgDeviceManagementGroupPolicyConfigurationDefinitionValue", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyConfigurationDefinitionValue" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270111,19 +270286,19 @@ "FullDescription": "Allows 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/groupPolicyConfigurations/{groupPolicyConfiguration-id}/definitionValues/{groupPolicyDefinitionValue-id}/presentationValues/{groupPolicyPresentationValue-id}", + "Command": "Update-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/groupPolicyConfigurations/{groupPolicyConfiguration-id}/updateDefinitionValues", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyConfigurationDefinitionValuePresentationValue" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270131,19 +270306,19 @@ "FullDescription": "Allows 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/groupPolicyConfigurations/{groupPolicyConfiguration-id}/updateDefinitionValues", + "Command": "Update-MgDeviceManagementGroupPolicyConfigurationMultipleDefinitionValue", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyConfigurationMultipleDefinitionValue" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270151,19 +270326,19 @@ "FullDescription": "Allows 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/groupPolicyDefinitions/{groupPolicyDefinition-id}", + "Command": "Update-MgDeviceManagementGroupPolicyDefinition", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270171,154 +270346,154 @@ "FullDescription": "Allows 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/groupPolicyDefinitionFiles/{groupPolicyDefinitionFile-id}", + "Command": "Update-MgDeviceManagementGroupPolicyDefinitionFile", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyDefinitionFile" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinition", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "Module": "DeviceManagement.Administration", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinition" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", "Module": "DeviceManagement.Administration", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPresentation" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "Module": "DeviceManagement.Administration", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinition" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", "Module": "DeviceManagement.Administration", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/nextVersionDefinition/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyDefinitionNextVersionDefinitionPreviouVersionDefinitionPresentation" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementGroupPolicyDefinitionPresentation", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", "Module": "DeviceManagement.Administration", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/presentations/{groupPolicyPresentation-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyDefinitionPresentation" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", "Module": "DeviceManagement.Administration", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinition" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", "Module": "DeviceManagement.Administration", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinition" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", "Module": "DeviceManagement.Administration", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/nextVersionDefinition/presentations/{groupPolicyPresentation-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionNextVersionDefinitionPresentation" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", "Module": "DeviceManagement.Administration", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/groupPolicyDefinitions/{groupPolicyDefinition-id}/previousVersionDefinition/presentations/{groupPolicyPresentation-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyDefinitionPreviouVersionDefinitionPresentation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270326,19 +270501,19 @@ "FullDescription": "Allows 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/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}", + "Command": "Update-MgDeviceManagementGroupPolicyMigrationReport", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyMigrationReport" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270346,19 +270521,19 @@ "FullDescription": "Allows 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/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/groupPolicySettingMappings/{groupPolicySettingMapping-id}", + "Command": "Update-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/updateScopeTags", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyMigrationReportGroupPolicySettingMapping" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.Read.All", @@ -270366,19 +270541,19 @@ "FullDescription": "Allows the app to read properties of Microsoft Intune-managed device configuration and device compliance policies and their assignment to groups.", "IsAdmin": true }, - "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/updateScopeTags", + "Command": "Update-MgDeviceManagementGroupPolicyMigrationReportScopeTag", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyMigrationReportScopeTag" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270386,19 +270561,19 @@ "FullDescription": "Allows 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/groupPolicyMigrationReports/{groupPolicyMigrationReport-id}/unsupportedGroupPolicyExtensions/{unsupportedGroupPolicyExtension-id}", + "Command": "Update-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyMigrationReportUnsupportedGroupPolicyExtension" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270406,19 +270581,19 @@ "FullDescription": "Allows 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/groupPolicyObjectFiles/{groupPolicyObjectFile-id}", + "Command": "Update-MgDeviceManagementGroupPolicyObjectFile", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyObjectFile" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270426,34 +270601,34 @@ "FullDescription": "Allows 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/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}", + "Command": "Update-MgDeviceManagementGroupPolicyUploadedDefinitionFile", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyUploadedDefinitionFile" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": [], - "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/groupPolicyOperations/{groupPolicyOperation-id}", + "Command": "Update-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/updateLanguageFiles", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyUploadedDefinitionFileGroupPolicyOperation" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270461,19 +270636,19 @@ "FullDescription": "Allows 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/groupPolicyUploadedDefinitionFiles/{groupPolicyUploadedDefinitionFile-id}/updateLanguageFiles", + "Command": "Update-MgDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementGroupPolicyUploadedDefinitionFileLanguageFile" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -270481,69 +270656,49 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/importedDeviceIdentities/{importedDeviceIdentity-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementImportedDeviceIdentity" + "Command": "Update-MgDeviceManagementImportedDeviceIdentity", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "PATCH", - "Permissions": [], "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementImportedWindowAutopilotDeviceIdentity" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/importedWindowsAutopilotDeviceIdentities/{importedWindowsAutopilotDeviceIdentity-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementImportedWindowAutopilotDeviceIdentity" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementImportedWindowAutopilotDeviceIdentity", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/intents/{deviceManagementIntent-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementIntent" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270551,19 +270706,19 @@ "FullDescription": "Allows 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-MgDeviceManagementIntent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/assignments/{deviceManagementIntentAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementIntentAssignment" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270571,19 +270726,19 @@ "FullDescription": "Allows 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-MgDeviceManagementIntentAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementIntentCategory" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270591,19 +270746,19 @@ "FullDescription": "Allows 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-MgDeviceManagementIntentCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/categories/{deviceManagementIntentSettingCategory-id}/settings/{deviceManagementSettingInstance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementIntentCategorySetting" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270611,19 +270766,19 @@ "FullDescription": "Allows 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-MgDeviceManagementIntentCategorySetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceSettingStateSummaries/{deviceManagementIntentDeviceSettingStateSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementIntentDeviceSettingStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270631,19 +270786,19 @@ "FullDescription": "Allows 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-MgDeviceManagementIntentDeviceSettingStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStates/{deviceManagementIntentDeviceState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementIntentDeviceState" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270651,59 +270806,59 @@ "FullDescription": "Allows 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-MgDeviceManagementIntentDeviceState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/deviceStateSummary", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementIntentDeviceStateSummary" - }, - { - "Module": "DeviceManagement.Actions", - "Method": "POST", + "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows 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-MgDeviceManagementIntentDeviceStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/updateSettings", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementIntentMultipleSetting" - }, - { - "Module": "DeviceManagement", - "Method": "PATCH", + "Method": "POST", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", "Description": "Read and write Microsoft Intune Device Configuration and Policies", "FullDescription": "Allows 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-MgDeviceManagementIntentMultipleSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/settings/{deviceManagementSettingInstance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementIntentSetting" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270711,19 +270866,19 @@ "FullDescription": "Allows 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-MgDeviceManagementIntentSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStates/{deviceManagementIntentUserState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementIntentUserState" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270731,39 +270886,39 @@ "FullDescription": "Allows 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-MgDeviceManagementIntentUserState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intents/{deviceManagementIntent-id}/userStateSummary", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementIntentUserStateSummary" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "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 }, + "Command": "Update-MgDeviceManagementIntentUserStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementIntuneBrandingProfile" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -270771,39 +270926,39 @@ "FullDescription": "Allows 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-MgDeviceManagementIntuneBrandingProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/intuneBrandingProfiles/{intuneBrandingProfile-id}/assignments/{intuneBrandingProfileAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementIntuneBrandingProfileAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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 }, + "Command": "Update-MgDeviceManagementIntuneBrandingProfileAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementIoUpdateStatuses" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270811,19 +270966,19 @@ "FullDescription": "Allows 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-MgDeviceManagementIoUpdateStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/iosUpdateStatuses/{iosUpdateDeviceStatus-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementIoUpdateStatuses" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270831,19 +270986,19 @@ "FullDescription": "Allows 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-MgDeviceManagementIoUpdateStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementMacOSSoftwareUpdateAccountSummary" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270851,19 +271006,19 @@ "FullDescription": "Allows 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-MgDeviceManagementMacOSSoftwareUpdateAccountSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -270871,39 +271026,39 @@ "FullDescription": "Allows 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-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/macOSSoftwareUpdateAccountSummaries/{macOSSoftwareUpdateAccountSummary-id}/categorySummaries/{macOSSoftwareUpdateCategorySummary-id}/updateStateSummaries/{macOSSoftwareUpdateStateSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "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.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementMacOSSoftwareUpdateAccountSummaryCategorySummaryUpdateStateSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementManagedDevice" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -270911,124 +271066,144 @@ "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": "Update-MgDeviceManagementManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementManagedDevice" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgDeviceManagementManagedDevice", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementManagedDeviceCategory" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementManagedDeviceCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCategory", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementManagedDeviceCategory" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementManagedDeviceCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementManagedDeviceConfigurationState", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -271036,114 +271211,94 @@ "FullDescription": "Allows 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/managedDeviceEncryptionStates/{managedDeviceEncryptionState-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementManagedDeviceEncryptionState" + "Command": "Update-MgDeviceManagementManagedDeviceEncryptionState", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementManagedDeviceHealthScriptState" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementManagedDeviceHealthScriptState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementManagedDeviceLogCollectionRequest" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementManagedDeviceLogCollectionRequest", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementManagedDeviceMobileAppConfigurationState" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementManagedDeviceSecurityBaselineState" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementManagedDeviceSecurityBaselineState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementManagedDeviceWindowDeviceAccount" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementManagedDevices.PrivilegedOperations.All", @@ -271151,69 +271306,69 @@ "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 }, + "Command": "Update-MgDeviceManagementManagedDeviceWindowDeviceAccount", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementManagedDeviceWindowDeviceAccount" + "Method": "POST", + "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 + }, + "Command": "Update-MgDeviceManagementManagedDeviceWindowDeviceAccount", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementManagedDeviceWindowProtectionState" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementManagedDeviceWindowProtectionState", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementManagedDeviceWindowProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/microsoftTunnelConfigurations/{microsoftTunnelConfiguration-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementMicrosoftTunnelConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -271221,19 +271376,19 @@ "FullDescription": "Allows 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-MgDeviceManagementMicrosoftTunnelConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelHealthThresholds/{microsoftTunnelHealthThreshold-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementMicrosoftTunnelHealthThreshold" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -271241,19 +271396,19 @@ "FullDescription": "Allows 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-MgDeviceManagementMicrosoftTunnelHealthThreshold", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelServerLogCollectionResponses/{microsoftTunnelServerLogCollectionResponse-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -271261,19 +271416,19 @@ "FullDescription": "Allows 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-MgDeviceManagementMicrosoftTunnelServerLogCollectionResponse", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementMicrosoftTunnelSite" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -271281,19 +271436,19 @@ "FullDescription": "Allows 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-MgDeviceManagementMicrosoftTunnelSite", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelConfiguration", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -271301,19 +271456,39 @@ "FullDescription": "Allows 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-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/microsoftTunnelSites/{microsoftTunnelSite-id}/microsoftTunnelServers/{microsoftTunnelServer-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer" + "Method": "PATCH", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementMicrosoftTunnelSiteMicrosoftTunnelServer", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -271321,19 +271496,19 @@ "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/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEvent", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEvent" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -271341,19 +271516,19 @@ "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/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementMobileAppTroubleshootingEventAppLogCollectionRequest" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": [ { @@ -271369,19 +271544,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector" + "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -271397,59 +271572,39 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/mobileThreatDefenseConnectors/{mobileThreatDefenseConnector-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector" + "Command": "Update-MgDeviceManagementMobileThreatDefenseConnector", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Administration", - "Method": "PATCH", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/ndesConnectors/{ndesConnector-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementNdeConnector" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "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.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementNdeConnector", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementNotificationMessageTemplate" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -271457,19 +271612,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementNotificationMessageTemplate" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -271477,19 +271632,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementNotificationMessageTemplate", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -271497,19 +271652,39 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/notificationMessageTemplates/{notificationMessageTemplate-id}/localizedNotificationMessages/{localizedNotificationMessage-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgDeviceManagementNotificationMessageTemplateLocalizedNotificationMessage", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -271525,19 +271700,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementPartner" + "Command": "Update-MgDeviceManagementPartner", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -271553,19 +271728,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementPartners/{deviceManagementPartner-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementPartner" + "Command": "Update-MgDeviceManagementPartner", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -271581,39 +271756,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/remoteActionAudits/{remoteActionAudit-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementRemoteActionAudit" + "Command": "Update-MgDeviceManagementRemoteActionAudit", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "PATCH", - "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 - }, "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementRemoteAssistancePartner" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -271621,19 +271776,37 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/remoteAssistancePartners/{remoteAssistancePartner-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementRemoteAssistancePartner" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgDeviceManagementRemoteAssistancePartner", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/reports", "Module": "Reports", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -271655,17 +271828,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementReport" + "Command": "Update-MgDeviceManagementReport", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/reports", "Module": "Reports", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -271687,37 +271860,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/reports", - "Variants": [ - "Update1", - "UpdateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementReport" + "Command": "Update-MgDeviceManagementReport", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "PATCH", - "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 - }, "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementResourceAccessProfile" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -271725,39 +271880,39 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementResourceAccessProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/resourceAccessProfiles/{deviceManagementResourceAccessProfileBase-id}/assignments/{deviceManagementResourceAccessProfileAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementResourceAccessProfileAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { - "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.", + "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": "Update-MgDeviceManagementResourceAccessProfileAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementResourceOperation" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -271765,59 +271920,59 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementResourceOperation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/resourceOperations/{resourceOperation-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementResourceOperation" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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": "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": "Update-MgDeviceManagementResourceOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/reusableSettings/{deviceManagementConfigurationSettingDefinition-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementReusableSetting" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { - "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.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementReusableSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementRoleAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -271825,19 +271980,19 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/roleAssignments/{deviceAndAppManagementRoleAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementRoleAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -271845,19 +272000,19 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementRoleDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -271865,19 +272020,19 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementRoleDefinition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -271885,19 +272040,19 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementRoleDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementRBAC.ReadWrite.All", @@ -271905,19 +272060,39 @@ "FullDescription": "Allows the app to read and write the properties relating to the Microsoft Intune Role-Based Access Control (RBAC) settings.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/roleDefinitions/{roleDefinition-id}/roleAssignments/{roleAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementRoleDefinitionRoleAssignment" + "Method": "PATCH", + "Permissions": { + "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": "Update-MgDeviceManagementRoleDefinitionRoleAssignment", + "ApiVersion": "v1.0" }, { + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -271933,49 +272108,49 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}", + "Command": "Update-MgDeviceManagementRoleScopeTag", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementRoleScopeTag" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": [], - "Uri": "/deviceManagement/roleScopeTags/{roleScopeTag-id}/assignments/{roleScopeTagAutoAssignment-id}", + "Command": "Update-MgDeviceManagementRoleScopeTagAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementRoleScopeTagAssignment" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementScript", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementScript" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -271991,19 +272166,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/assignments/{deviceManagementScriptAssignment-id}", + "Command": "Update-MgDeviceManagementScriptAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementScriptAssignment" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -272019,19 +272194,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Command": "Update-MgDeviceManagementScriptDeviceRunState", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementScriptDeviceRunState" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -272047,19 +272222,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/groupAssignments/{deviceManagementScriptGroupAssignment-id}", + "Command": "Update-MgDeviceManagementScriptGroupAssignment", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementScriptGroupAssignment" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -272075,19 +272250,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}", + "Command": "Update-MgDeviceManagementScriptUserRunState", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementScriptUserRunState" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -272103,19 +272278,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/deviceManagementScripts/{deviceManagementScript-id}/userRunStates/{deviceManagementScriptUserState-id}/deviceRunStates/{deviceManagementScriptDeviceState-id}", + "Command": "Update-MgDeviceManagementScriptUserRunStateDeviceRunState", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/settingDefinitions/{deviceManagementSettingDefinition-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementScriptUserRunStateDeviceRunState" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -272123,39 +272298,19 @@ "FullDescription": "Allows 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/settingDefinitions/{deviceManagementSettingDefinition-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementSettingDefinition" + "Command": "Update-MgDeviceManagementSettingDefinition", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "PATCH", - "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 - }, "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -272163,39 +272318,39 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/telecomExpenseManagementPartners/{telecomExpenseManagementPartner-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementTelecomExpenseManagementPartner" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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": "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": "Update-MgDeviceManagementTelecomExpenseManagementPartner", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementTemplate" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -272203,19 +272358,19 @@ "FullDescription": "Allows 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-MgDeviceManagementTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementTemplateCategory" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -272223,19 +272378,19 @@ "FullDescription": "Allows 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-MgDeviceManagementTemplateCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementTemplateCategoryRecommendedSetting" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -272243,104 +272398,104 @@ "FullDescription": "Allows 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-MgDeviceManagementTemplateCategoryRecommendedSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementTemplateMigratableTo" + "Method": "PATCH", + "Permissions": { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementTemplateMigratableTo", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementTemplateMigratableToCategory" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementTemplateMigratableToCategory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/categories/{deviceManagementTemplateSettingCategory-id}/recommendedSettings/{deviceManagementSettingInstance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementTemplateMigratableToCategoryRecommendedSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/templates/{deviceManagementTemplate-id}/migratableTo/{deviceManagementTemplate-id1}/settings/{deviceManagementSettingInstance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementTemplateMigratableToSetting" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementTemplateMigratableToSetting", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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/templates/{deviceManagementTemplate-id}/settings/{deviceManagementSettingInstance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementTemplateSetting" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "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.", + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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-MgDeviceManagementTemplateSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementTermAndCondition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -272348,19 +272503,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementTermAndCondition", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementTermAndCondition" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -272368,19 +272523,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementTermAndCondition", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatuses" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -272388,19 +272543,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/acceptanceStatuses/{termsAndConditionsAcceptanceStatus-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatuses" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -272408,19 +272563,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementTermAndConditionAcceptanceStatuses", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementTermAndConditionAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -272428,19 +272583,19 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/assignments/{termsAndConditionsAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementTermAndConditionAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -272448,39 +272603,39 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementTermAndConditionAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/termsAndConditions/{termsAndConditions-id}/groupAssignments/{termsAndConditionsGroupAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementTermAndConditionGroupAssignment" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "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.", + "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": "Update-MgDeviceManagementTermAndConditionGroupAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementTroubleshootingEvent" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -272488,47 +272643,39 @@ "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": "Update-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/troubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementTroubleshootingEvent" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": [ - { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "FullDescription": "Allows 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.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/userExperienceAnalyticsAnomaly/{userExperienceAnalyticsAnomaly-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAnomaly" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -272544,19 +272691,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAnomaly", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAnomalyDevice/{userExperienceAnalyticsAnomalyDevice-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAnomalyDevice" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -272572,19 +272719,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAnomalyDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformance/{userExperienceAnalyticsAppHealthApplicationPerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -272600,19 +272747,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersion/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersion-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -272628,19 +272775,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersion", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDetails/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDetails-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -272656,19 +272803,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByAppVersionDeviceId/{userExperienceAnalyticsAppHealthAppPerformanceByAppVersionDeviceId-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -272684,19 +272831,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByAppVersionDeviceId", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthApplicationPerformanceByOSVersion/{userExperienceAnalyticsAppHealthAppPerformanceByOSVersion-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -272712,19 +272859,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthApplicationPerformanceByOsversion", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDeviceModelPerformance/{userExperienceAnalyticsAppHealthDeviceModelPerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -272740,19 +272887,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDeviceModelPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformance/{userExperienceAnalyticsAppHealthDevicePerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -272768,19 +272915,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthDevicePerformanceDetails/{userExperienceAnalyticsAppHealthDevicePerformanceDetails-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -272796,19 +272943,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthDevicePerformanceDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOSVersionPerformance/{userExperienceAnalyticsAppHealthOSVersionPerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -272824,32 +272971,17 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverview" + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOSVersionPerformance", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview", "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "OutputType": null, "Variants": [ "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" + "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -272865,19 +272997,34 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverview", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsAppHealthOverview/metricValues/{userExperienceAnalyticsMetric-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBaseline" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticAppHealthOverviewMetricValue", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsBaselines/{userExperienceAnalyticsBaseline-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -272893,19 +273040,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBaseline", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthAppImpact/{userExperienceAnalyticsBatteryHealthAppImpact-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -272921,17 +273068,17 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthAppImpact", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthCapacityDetails", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -272947,19 +273094,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthCapacityDetail", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceAppImpact/{userExperienceAnalyticsBatteryHealthDeviceAppImpact-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -272975,19 +273122,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceAppImpact", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDevicePerformance/{userExperienceAnalyticsBatteryHealthDevicePerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273003,19 +273150,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthDevicePerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory/{userExperienceAnalyticsBatteryHealthDeviceRuntimeHistory-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273031,19 +273178,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthDeviceRuntimeHistory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthModelPerformance/{userExperienceAnalyticsBatteryHealthModelPerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273059,19 +273206,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthModelPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthOsPerformance/{userExperienceAnalyticsBatteryHealthOsPerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273087,17 +273234,17 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthOSPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsBatteryHealthRuntimeDetails", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273113,34 +273260,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategory" + "Command": "Update-MgDeviceManagementUserExperienceAnalyticBatteryHealthRuntimeDetail", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}", "Module": "DeviceManagement", - "Method": "PATCH", - "Permissions": [], - "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273156,19 +273288,34 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategory", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/userExperienceAnalyticsCategories/{userExperienceAnalyticsCategory-id}/metricValues/{userExperienceAnalyticsMetric-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticCategoryMetricValue", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userExperienceAnalyticsDeviceMetricHistory/{userExperienceAnalyticsMetricHistory-id}", "Module": "DeviceManagement", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -273184,19 +273331,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceMetricHistory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDevicePerformance/{userExperienceAnalyticsDevicePerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDevicePerformance" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273212,7 +273359,13 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDevicePerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScope", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -273221,12 +273374,6 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScope" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273242,19 +273389,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScope", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceScores/{userExperienceAnalyticsDeviceScores-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScore" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273270,19 +273417,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceScore", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupHistory/{userExperienceAnalyticsDeviceStartupHistory-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273298,19 +273445,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupHistory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcesses/{userExperienceAnalyticsDeviceStartupProcess-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273326,19 +273473,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcess", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceStartupProcessPerformance/{userExperienceAnalyticsDeviceStartupProcessPerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273354,19 +273501,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceStartupProcessPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDeviceTimelineEvent/{userExperienceAnalyticsDeviceTimelineEvent-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceTimelineEvent" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273382,19 +273529,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceTimelineEvent", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsDevicesWithoutCloudIdentity/{userExperienceAnalyticsDeviceWithoutCloudIdentity-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273410,19 +273557,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticDeviceWithoutCloudIdentity", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsImpactingProcess/{userExperienceAnalyticsImpactingProcess-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticImpactingProcess" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273438,19 +273585,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticImpactingProcess", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsMetricHistory/{userExperienceAnalyticsMetricHistory-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticMetricHistory" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273466,19 +273613,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticMetricHistory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsModelScores/{userExperienceAnalyticsModelScores-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticModelScore" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273494,19 +273641,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticModelScore", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsNotAutopilotReadyDevice/{userExperienceAnalyticsNotAutopilotReadyDevice-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273522,17 +273669,17 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticNotAutopilotReadyDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsOverview", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticOverview" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273548,19 +273695,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticOverview", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsRemoteConnection/{userExperienceAnalyticsRemoteConnection-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticRemoteConnection" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273576,19 +273723,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticRemoteConnection", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsResourcePerformance/{userExperienceAnalyticsResourcePerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticResourcePerformance" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273604,19 +273751,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticResourcePerformance", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsScoreHistory/{userExperienceAnalyticsScoreHistory-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticScoreHistory" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273632,17 +273779,17 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticScoreHistory", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereHardwareReadinessMetric", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273658,19 +273805,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereHardwareReadinessMetric", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273686,19 +273833,19 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetric", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereMetrics/{userExperienceAnalyticsWorkFromAnywhereMetric-id}/metricDevices/{userExperienceAnalyticsWorkFromAnywhereDevice-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": [ { @@ -273714,19 +273861,47 @@ "IsAdmin": true } ], + "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereMetricDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/userExperienceAnalyticsWorkFromAnywhereModelPerformance/{userExperienceAnalyticsWorkFromAnywhereModelPerformance-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance" + "Method": "PATCH", + "Permissions": [ + { + "Name": "DeviceManagementConfiguration.ReadWrite.All", + "Description": "Read and write Microsoft Intune Device Configuration and Policies", + "FullDescription": "Allows 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.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": "Update-MgDeviceManagementUserExperienceAnalyticWorkFromAnywhereModelPerformance", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/userPfxCertificates/{userPFXCertificate-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -273734,47 +273909,47 @@ "FullDescription": "Allows 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/userPfxCertificates/{userPFXCertificate-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementUserPfxCertificate" + "Command": "Update-MgDeviceManagementUserPfxCertificate", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "PATCH", - "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/crossCloudGovernmentOrganizationMapping", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementVirtualEndpointCrossCloudGovernmentOrganizationMapping", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/deviceImages/{cloudPcDeviceImage-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementVirtualEndpointDeviceImage" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementVirtualEndpointDeviceImage", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -273782,34 +273957,34 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/externalPartnerSettings/{cloudPcExternalPartnerSetting-id}", + "Command": "Update-MgDeviceManagementVirtualEndpointExternalPartnerSetting", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementVirtualEndpointExternalPartnerSetting" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": [], - "Uri": "/deviceManagement/virtualEndpoint/galleryImages/{cloudPcGalleryImage-id}", + "Command": "Update-MgDeviceManagementVirtualEndpointGalleryImage", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/updateAdDomainPassword", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementVirtualEndpointGalleryImage" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -273817,19 +273992,19 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/updateAdDomainPassword", + "Command": "Update-MgDeviceManagementVirtualEndpointOnPremisConnectionAdDomainPassword", + "ApiVersion": "beta" + }, + { + "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementVirtualEndpointOnPremisConnectionAdDomainPassword" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -273837,19 +274012,17 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementVirtualEndpointOnPremisesConnection" + "Command": "Update-MgDeviceManagementVirtualEndpointOnPremisesConnection", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -273865,17 +274038,19 @@ "IsAdmin": true } ], - "Uri": "/deviceManagement/virtualEndpoint/organizationSettings", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementVirtualEndpointOrganizationSetting" + "Command": "Update-MgDeviceManagementVirtualEndpointOrganizationSetting", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", "Module": "DeviceManagement.Administration", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "CloudPC.ReadWrite.All", @@ -273883,152 +274058,152 @@ "FullDescription": "Allows the app to read and write the properties of Cloud PCs, on your behalf.", "IsAdmin": true }, - "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicy" + "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicy", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Administration", - "Method": "PATCH", - "Permissions": [], "Uri": "/deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementVirtualEndpointProvisioningPolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/reports", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementVirtualEndpointReport" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementVirtualEndpointReport", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementVirtualEndpointReportExportJob" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementVirtualEndpointReportExportJob", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementVirtualEndpointServicePlan" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementVirtualEndpointServicePlan", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/sharedUseServicePlans/{cloudPcSharedUseServicePlan-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementVirtualEndpointSharedUseServicePlan" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementVirtualEndpointSharedUseServicePlan", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/snapshots/{cloudPcSnapshot-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementVirtualEndpointSnapshot" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementVirtualEndpointSnapshot", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/supportedRegions/{cloudPcSupportedRegion-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementVirtualEndpointSupportedRegion" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementVirtualEndpointSupportedRegion", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementVirtualEndpointUserSetting" - }, - { - "Module": "DeviceManagement.Administration", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementVirtualEndpointUserSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/assignments/{cloudPcUserSettingAssignment-id}", + "Module": "DeviceManagement.Administration", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementVirtualEndpointUserSettingAssignment" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementVirtualEndpointUserSettingAssignment", + "ApiVersion": "beta" }, { + "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -274036,69 +274211,49 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, - "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementWindowAutopilotDeploymentProfile" + "Command": "Update-MgDeviceManagementWindowAutopilotDeploymentProfile", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "PATCH", - "Permissions": [], "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceManagementWindowAutopilotDeploymentProfileAssignedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignments/{windowsAutopilotDeploymentProfileAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDeviceManagementWindowAutopilotDeploymentProfileAssignment", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Actions", - "Method": "POST", - "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 - }, "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementWindowAutopilotDeviceIdentityDeviceProperty" - }, - { - "Module": "DeviceManagement.Actions", "Method": "POST", "Permissions": { "Name": "DeviceManagementServiceConfig.ReadWrite.All", @@ -274106,57 +274261,57 @@ "FullDescription": "Allows the app to read and write Microsoft Intune service properties including device enrollment and third party service connection configuration.", "IsAdmin": true }, + "Command": "Update-MgDeviceManagementWindowAutopilotDeviceIdentityDeviceProperty", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsAutopilotDeviceIdentities/{windowsAutopilotDeviceIdentity-id}/updateDeviceProperties", + "Module": "DeviceManagement.Actions", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementWindowAutopilotDeviceIdentityDeviceProperty" - }, - { - "Module": "DeviceManagement.Enrolment", - "Method": "PATCH", + "Method": "POST", "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 }, + "Command": "Update-MgDeviceManagementWindowAutopilotDeviceIdentityDeviceProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/windowsAutopilotSettings", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementWindowAutopilotSetting" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": { - "Name": "DeviceManagementConfiguration.ReadWrite.All", - "Description": "Read and write Microsoft Intune Device Configuration and Policies", - "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": "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": "Update-MgDeviceManagementWindowAutopilotSetting", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementWindowFeatureUpdateProfile" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -274164,39 +274319,39 @@ "FullDescription": "Allows 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-MgDeviceManagementWindowFeatureUpdateProfile", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsFeatureUpdateProfiles/{windowsFeatureUpdateProfile-id}/assignments/{windowsFeatureUpdateProfileAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementWindowFeatureUpdateProfileAssignment" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "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 }, + "Command": "Update-MgDeviceManagementWindowFeatureUpdateProfileAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementWindowInformationProtectionAppLearningSummary" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -274204,19 +274359,19 @@ "FullDescription": "Allows 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-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsInformationProtectionAppLearningSummaries/{windowsInformationProtectionAppLearningSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementWindowInformationProtectionAppLearningSummary" - }, - { - "Module": "DeviceManagement", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -274224,19 +274379,19 @@ "FullDescription": "Allows 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-MgDeviceManagementWindowInformationProtectionAppLearningSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementApps.ReadWrite.All", @@ -274244,39 +274399,39 @@ "FullDescription": "Allows 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-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsInformationProtectionNetworkLearningSummaries/{windowsInformationProtectionNetworkLearningSummary-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "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.", + "Name": "DeviceManagementApps.ReadWrite.All", + "Description": "Read and write Microsoft Intune apps", + "FullDescription": "Allows 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-MgDeviceManagementWindowInformationProtectionNetworkLearningSummary", + "ApiVersion": "v1.0" + }, + { "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementWindowMalwareInformation" - }, - { - "Module": "DeviceManagement", "Method": "PATCH", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -274284,80 +274439,80 @@ "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": "Update-MgDeviceManagementWindowMalwareInformation", + "ApiVersion": "beta" + }, + { "Uri": "/deviceManagement/windowsMalwareInformation/{windowsMalwareInformation-id}/deviceMalwareStates/{malwareStateForWindowsDevice-id}", + "Module": "DeviceManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceManagementWindowMalwareInformationDeviceMalwareState" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgDeviceManagementWindowMalwareInformationDeviceMalwareState", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/devices/{device-id}/usageRights/{usageRight-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDeviceUsageRights" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDeviceUsageRights", + "ApiVersion": "beta" + }, + { "Uri": "/directory", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectory" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDirectory", + "ApiVersion": "beta" + }, + { "Uri": "/directory", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDirectory" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDirectory", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "PATCH", - "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 - }, "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectoryAdministrativeUnit" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": { "Name": "AdministrativeUnit.ReadWrite.All", @@ -274365,99 +274520,99 @@ "FullDescription": "Allows the app to create, read, update, and delete administrative units and manage administrative unit membership on your behalf.", "IsAdmin": true }, + "Command": "Update-MgDirectoryAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDirectoryAdministrativeUnit" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgDirectoryAdministrativeUnit", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectoryAdministrativeUnitExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDirectoryAdministrativeUnitExtension", + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDirectoryAdministrativeUnitExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDirectoryAdministrativeUnitExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "beta" + }, + { "Uri": "/directory/administrativeUnits/{administrativeUnit-id}/scopedRoleMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDirectoryAdministrativeUnitScopedRoleMember", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "PATCH", - "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 - }, "Uri": "/directory/attributeSets/{attributeSet-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectoryAttributeSet" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": { "Name": "CustomSecAttributeDefinition.ReadWrite.All", @@ -274465,19 +274620,19 @@ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true }, + "Command": "Update-MgDirectoryAttributeSet", + "ApiVersion": "beta" + }, + { "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectoryCustomSecurityAttributeDefinition" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": { "Name": "CustomSecAttributeDefinition.ReadWrite.All", @@ -274485,174 +274640,174 @@ "FullDescription": "Allows the app to read and write custom security attribute definitions for the tenant on your behalf.", "IsAdmin": true }, + "Command": "Update-MgDirectoryCustomSecurityAttributeDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/directory/customSecurityAttributeDefinitions/{customSecurityAttributeDefinition-id}/allowedValues/{allowedValue-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgDirectoryCustomSecurityAttributeDefinitionAllowedValue", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/directory/deletedItems/{directoryObject-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectoryDeletedItem" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDirectoryDeletedItem", + "ApiVersion": "beta" + }, + { "Uri": "/directory/deletedItems/{directoryObject-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDirectoryDeletedItem" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDirectoryDeletedItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectoryFeatureRolloutPolicy" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDirectoryFeatureRolloutPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectoryFederationConfiguration" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDirectoryFederationConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/directory/federationConfigurations/{identityProviderBase-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDirectoryFederationConfiguration" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDirectoryFederationConfiguration", + "ApiVersion": "v1.0" + }, + { "Uri": "/directory/impactedResources/{impactedResource-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectoryImpactedResource" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDirectoryImpactedResource", + "ApiVersion": "beta" + }, + { "Uri": "/directory/inboundSharedUserProfiles/{inboundSharedUserProfile-userId}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectoryInboundSharedUserProfile" - }, - { - "Module": "DirectoryObjects", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDirectoryInboundSharedUserProfile", + "ApiVersion": "beta" + }, + { "Uri": "/directoryObjects/{directoryObject-id}", + "Module": "DirectoryObjects", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectoryObject" - }, - { - "Module": "DirectoryObjects", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDirectoryObject", + "ApiVersion": "beta" + }, + { "Uri": "/directoryObjects/{directoryObject-id}", + "Module": "DirectoryObjects", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDirectoryObject" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDirectoryObject", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "PATCH", - "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 - }, "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectoryOnPremisSynchronization" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": { "Name": "OnPremDirectorySynchronization.ReadWrite.All", @@ -274660,154 +274815,174 @@ "FullDescription": "Allows the app to read and write all on-premises directory synchronization information for the organization, on your behalf.", "IsAdmin": true }, + "Command": "Update-MgDirectoryOnPremisSynchronization", + "ApiVersion": "beta" + }, + { "Uri": "/directory/onPremisesSynchronization/{onPremisesDirectorySynchronization-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDirectoryOnPremisSynchronization" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgDirectoryOnPremisSynchronization", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectoryOutboundSharedUserProfile" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDirectoryOutboundSharedUserProfile", + "ApiVersion": "beta" + }, + { "Uri": "/directory/outboundSharedUserProfiles/{outboundSharedUserProfile-userId}/tenants/{tenantReference-tenantId}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectoryOutboundSharedUserProfileTenant" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDirectoryOutboundSharedUserProfileTenant", + "ApiVersion": "beta" + }, + { "Uri": "/directory/recommendations/{recommendation-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectoryRecommendation" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDirectoryRecommendation", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectoryRole" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDirectoryRole", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDirectoryRole" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDirectoryRole", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectoryRoleScopedMember" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDirectoryRoleScopedMember", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoles/{directoryRole-id}/scopedMembers/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDirectoryRoleScopedMember" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDirectoryRoleScopedMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectoryRoleTemplate" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDirectoryRoleTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/directoryRoleTemplates/{directoryRoleTemplate-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDirectoryRoleTemplate" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDirectoryRoleTemplate", + "ApiVersion": "v1.0" }, { + "Uri": "/settings/{directorySetting-id}", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -274823,69 +274998,49 @@ "IsAdmin": true } ], - "Uri": "/settings/{directorySetting-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectorySetting" + "Command": "Update-MgDirectorySetting", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/directorySettingTemplates/{directorySettingTemplate-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectorySettingTemplate" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDirectorySettingTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/directory/sharedEmailDomains/{sharedEmailDomain-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDirectorySharedEmailDomain" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDirectorySharedEmailDomain", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "PATCH", - "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 - }, "Uri": "/domains/{domain-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDomain" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": { "Name": "Domain.ReadWrite.All", @@ -274893,19 +275048,19 @@ "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 }, + "Command": "Update-MgDomain", + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDomain" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": { "Name": "Domain.ReadWrite.All", @@ -274913,19 +275068,19 @@ "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 }, + "Command": "Update-MgDomain", + "ApiVersion": "v1.0" + }, + { "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDomainFederationConfiguration" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": { "Name": "Domain.ReadWrite.All", @@ -274933,124 +275088,144 @@ "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 }, + "Command": "Update-MgDomainFederationConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}/federationConfiguration/{internalDomainFederation-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDomainFederationConfiguration" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgDomainFederationConfiguration", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDomainServiceConfigurationRecord" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDomainServiceConfigurationRecord", + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}/serviceConfigurationRecords/{domainDnsRecord-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDomainServiceConfigurationRecord" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDomainServiceConfigurationRecord", + "ApiVersion": "v1.0" + }, + { "Uri": "/domains/{domain-id}/sharedEmailDomainInvitations/{sharedEmailDomainInvitation-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDomainSharedEmailDomainInvitation" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDomainSharedEmailDomainInvitation", + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDomainVerificationDnsRecord" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDomainVerificationDnsRecord", + "ApiVersion": "beta" + }, + { "Uri": "/domains/{domain-id}/verificationDnsRecords/{domainDnsRecord-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDomainVerificationDnsRecord" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDomainVerificationDnsRecord", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDrive" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDrive", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDrive" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDrive", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "Module": "Files", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -275072,19 +275247,19 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveItem" + "Command": "Update-MgDriveItem", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}", "Module": "Files", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -275106,229 +275281,229 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveItem" + "Command": "Update-MgDriveItem", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "PATCH", - "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveItemAnalytic" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveItemAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveItemAnalytic" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveItemAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveItemListItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveItemListItem", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveItemListItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveItemListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveItemListItemField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveItemListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveItemListItemField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveItemListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveItemListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveItemListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveItemListItemVersionField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveItemListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveItemListItemVersionField" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDriveItemListItemVersionField", + "ApiVersion": "v1.0" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Module": "Files", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -275350,19 +275525,19 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveItemPermission" + "Command": "Update-MgDriveItemPermission", + "ApiVersion": "beta" }, { + "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", "Module": "Files", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -275384,849 +275559,829 @@ "IsAdmin": false } ], - "Uri": "/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveItemPermission" + "Command": "Update-MgDriveItemPermission", + "ApiVersion": "v1.0" }, { - "Module": "Files", - "Method": "PATCH", - "Permissions": [], "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveItemSubscription" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveItemSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveItemSubscription" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveItemSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveItemThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveItemThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveList" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveList", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveList" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveList", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveListColumn" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveListColumn" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveListContentType" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveListContentType" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveListItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListItem", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveListItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveListItemField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveListItemField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveListItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveListItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveListItemVersionField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveListItemVersionField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveListOperation" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveListOperation" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveListSubscription" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveListSubscription" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveRoot" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveRoot" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveRootAnalytic" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRootAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveRootAnalytic" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRootAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveRootListItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRootListItem", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveRootListItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRootListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveRootListItemField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRootListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveRootListItemField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRootListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRootListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRootListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveRootListItemVersionField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRootListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveRootListItemVersionField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRootListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveRootPermission" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRootPermission", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveRootPermission" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRootPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveRootSubscription" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRootSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveRootSubscription" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRootSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRootThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRootThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgDriveRootVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgDriveRootVersion", + "ApiVersion": "beta" + }, + { "Uri": "/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgDriveRootVersion" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgDriveRootVersion", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "PATCH", - "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, "Uri": "/education/classes/{educationClass-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationClass" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": { "Name": "N/A", @@ -276234,19 +276389,39 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Update-MgEducationClass", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationClass" + "Method": "PATCH", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "Update-MgEducationClass", + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "Module": "Education", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -276262,19 +276437,19 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationClassAssignment" + "Command": "Update-MgEducationClassAssignment", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", "Module": "Education", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -276290,49 +276465,49 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationClassAssignment" + "Command": "Update-MgEducationClassAssignment", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "PATCH", - "Permissions": [], "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationClassAssignmentCategory" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationClassAssignmentCategory", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignmentCategories/{educationCategory-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationClassAssignmentCategory" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgEducationClassAssignmentCategory", + "ApiVersion": "v1.0" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "Module": "Education", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -276348,19 +276523,19 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationClassAssignmentDefault" + "Command": "Update-MgEducationClassAssignmentDefault", + "ApiVersion": "beta" }, { + "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", "Module": "Education", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -276376,229 +276551,227 @@ "IsAdmin": true } ], - "Uri": "/education/classes/{educationClass-id}/assignmentDefaults", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationClassAssignmentDefault" + "Command": "Update-MgEducationClassAssignmentDefault", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "PATCH", - "Permissions": [], "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationClassAssignmentResource" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationClassAssignmentResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationClassAssignmentResource" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationClassAssignmentResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationClassAssignmentRubric" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationClassAssignmentRubric", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/rubric", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationClassAssignmentRubric" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationClassAssignmentRubric", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationClassAssignmentSetting" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationClassAssignmentSetting", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignmentSettings", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationClassAssignmentSetting" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationClassAssignmentSetting", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationClassAssignmentSubmission" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationClassAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationClassAssignmentSubmission" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationClassAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationClassAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationClassAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationClassAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationClassAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationClassAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationClassAssignmentSubmissionResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/classes/{educationClass-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgEducationClassAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" }, { + "Uri": "/education/me", "Module": "Education", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1" + ], "Method": "PATCH", "Permissions": { "Name": "N/A", @@ -276606,17 +276779,17 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/education/me", - "Variants": [ - "Update1", - "UpdateExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationMe" + "Command": "Update-MgEducationMe", + "ApiVersion": "beta" }, { + "Uri": "/education/me", "Module": "Education", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "N/A", @@ -276624,303 +276797,298 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/education/me", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationMe" + "Command": "Update-MgEducationMe", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "PATCH", - "Permissions": [], "Uri": "/education/me/assignments/{educationAssignment-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationMeAssignment" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationMeAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationMeAssignment" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationMeAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationMeAssignmentResource" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationMeAssignmentResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationMeAssignmentResource" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationMeAssignmentResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationMeAssignmentRubric" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationMeAssignmentRubric", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/rubric", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationMeAssignmentRubric" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationMeAssignmentRubric", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationMeAssignmentSubmission" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationMeAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationMeAssignmentSubmission" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationMeAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationMeAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationMeAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationMeAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationMeAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationMeAssignmentSubmissionResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationMeAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationMeAssignmentSubmissionResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationMeAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/me/rubrics/{educationRubric-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationMeRubric" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationMeRubric", + "ApiVersion": "beta" + }, + { "Uri": "/education/me/rubrics/{educationRubric-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationMeRubric" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgEducationMeRubric", + "ApiVersion": "v1.0" }, { + "Uri": "/education/me/user/mailboxSettings", "Module": "Education", - "Method": "PATCH", - "Permissions": [], - "Uri": "/education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationRoot" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgEducationMeUserMailboxSetting", + "ApiVersion": "beta" }, { + "Uri": "/education", "Module": "Education", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationRoot", + "ApiVersion": "beta" + }, + { "Uri": "/education", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationRoot" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgEducationRoot", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "PATCH", - "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, "Uri": "/education/schools/{educationSchool-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationSchool" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": { "Name": "N/A", @@ -276928,114 +277096,114 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Update-MgEducationSchool", + "ApiVersion": "beta" + }, + { "Uri": "/education/schools/{educationSchool-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationSchool" + "Method": "PATCH", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "Update-MgEducationSchool", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "PATCH", - "Permissions": [], "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationSchoolAdministrativeUnit" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationSchoolAdministrativeUnit", + "ApiVersion": "beta" + }, + { "Uri": "/education/schools/{educationSchool-id}/administrativeUnit", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationSchoolAdministrativeUnit" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationSchoolAdministrativeUnit", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationSynchronizationProfile" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationSynchronizationProfile", + "ApiVersion": "beta" + }, + { "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/errors/{educationSynchronizationError-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationSynchronizationProfileError" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationSynchronizationProfileError", + "ApiVersion": "beta" + }, + { "Uri": "/education/synchronizationProfiles/{educationSynchronizationProfile-id}/profileStatus", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationSynchronizationProfileStatus" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgEducationSynchronizationProfileStatus", + "ApiVersion": "beta" }, { - "Module": "Education", - "Method": "PATCH", - "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, "Uri": "/education/users/{educationUser-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationUser" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": { "Name": "N/A", @@ -277043,279 +277211,294 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Update-MgEducationUser", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationUser" + "Method": "PATCH", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "Update-MgEducationUser", + "ApiVersion": "v1.0" }, { - "Module": "Education", - "Method": "PATCH", - "Permissions": [], "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationUserAssignment" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationUserAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationUserAssignment" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationUserAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationUserAssignmentResource" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationUserAssignmentResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/resources/{educationAssignmentResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationUserAssignmentResource" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationUserAssignmentResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationUserAssignmentRubric" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationUserAssignmentRubric", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/rubric", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationUserAssignmentRubric" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationUserAssignmentRubric", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationUserAssignmentSubmission" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationUserAssignmentSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationUserAssignmentSubmission" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationUserAssignmentSubmission", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationUserAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/outcomes/{educationOutcome-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationUserAssignmentSubmissionOutcome" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationUserAssignmentSubmissionOutcome", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationUserAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationUserAssignmentSubmissionResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/resources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationUserAssignmentSubmissionResource" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationUserAssignmentSubmissionResource", + "ApiVersion": "v1.0" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource" - }, - { - "Module": "Education", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/assignments/{educationAssignment-id}/submissions/{educationSubmission-id}/submittedResources/{educationSubmissionResource-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgEducationUserAssignmentSubmissionSubmittedResource", + "ApiVersion": "v1.0" }, { + "Uri": "/education/users/{educationUser-id}/user/mailboxSettings", "Module": "Education", - "Method": "PATCH", - "Permissions": [], - "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEducationUserRubric" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgEducationUserMailboxSetting", + "ApiVersion": "beta" }, { + "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", "Module": "Education", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEducationUserRubric", + "ApiVersion": "beta" + }, + { "Uri": "/education/users/{educationUser-id}/rubrics/{educationRubric-id}", + "Module": "Education", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEducationUserRubric" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgEducationUserRubric", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "PATCH", - "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 - }, "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEntitlementManagementAccessPackage" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -277323,27 +277506,33 @@ "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 }, + "Command": "Update-MgEntitlementManagementAccessPackage", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEntitlementManagementAccessPackage" - }, - { - "Module": "Identity.Governance", - "Method": "POST", + "Method": "PATCH", "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 }, + "Command": "Update-MgEntitlementManagementAccessPackage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/reprocess", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Reprocess", "ReprocessViaIdentity", @@ -277352,42 +277541,56 @@ "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEntitlementManagementAccessPackageAssignment" + "Method": "POST", + "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 + }, + "Command": "Update-MgEntitlementManagementAccessPackageAssignment", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApproval", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -277395,19 +277598,19 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/stages/{approvalStage-id}", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStage", + "ApiVersion": "v1.0" + }, + { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStage" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -277415,49 +277618,51 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStep", + "ApiVersion": "beta" + }, + { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentApprovalStep" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionHandlers/{customExtensionHandler-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionHandler" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/{accessPackageAssignmentPolicy-id}/customExtensionStageSettings/{customExtensionStageSetting-id}", + "OutputType": null, "Variants": [ + "Reprocess", + "ReprocessViaIdentity", "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentPolicyCustomExtensionStageSetting" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -277465,21 +277670,19 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageAssignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", + "Command": "Update-MgEntitlementManagementAccessPackageAssignmentRequest", + "ApiVersion": "beta" + }, + { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ - "Reprocess", - "ReprocessViaIdentity", "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEntitlementManagementAccessPackageAssignmentRequest" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -277487,79 +277690,81 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}", + "Command": "Update-MgEntitlementManagementAccessPackageCatalog", + "ApiVersion": "beta" + }, + { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEntitlementManagementAccessPackageCatalog" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackageCustomWorkflowExtensions/{customCalloutExtension-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEntitlementManagementAccessPackageCatalogAccessPackageCustomWorkflowExtension" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/customAccessPackageWorkflowExtensions/{customAccessPackageWorkflowExtension-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEntitlementManagementAccessPackageCatalogCustomAccessPackageWorkflowExtension" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgEntitlementManagementAccessPackageResourceRequest", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackageResourceRequests/{accessPackageResourceRequest-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEntitlementManagementAccessPackageResourceRequest" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgEntitlementManagementAccessPackageResourceRoleScope", + "ApiVersion": "beta" }, { + "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/reprocess", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/accessPackageResourceRoleScopes/{accessPackageResourceRoleScope-id}", + "OutputType": null, "Variants": [ + "Reprocess", + "ReprocessViaIdentity", "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEntitlementManagementAccessPackageResourceRoleScope" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -277567,36 +277772,36 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/assignments/{accessPackageAssignment-id}/reprocess", + "Command": "Update-MgEntitlementManagementAssignment", + "ApiVersion": "v1.0" + }, + { + "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ - "Reprocess", - "ReprocessViaIdentity", "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEntitlementManagementAssignment" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgEntitlementManagementAssignmentPolicyQuestion", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/identityGovernance/entitlementManagement/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "OutputType": null, "Variants": [ + "Reprocess", + "ReprocessViaIdentity", "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEntitlementManagementAssignmentPolicyQuestion" - }, - { - "Module": "Identity.Governance", "Method": "POST", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -277604,21 +277809,19 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/assignmentRequests/{accessPackageAssignmentRequest-id}/reprocess", + "Command": "Update-MgEntitlementManagementAssignmentRequest", + "ApiVersion": "v1.0" + }, + { + "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ - "Reprocess", - "ReprocessViaIdentity", "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEntitlementManagementAssignmentRequest" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -277626,69 +277829,49 @@ "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 }, - "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEntitlementManagementCatalog" + "Command": "Update-MgEntitlementManagementCatalog", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEntitlementManagementCatalogAccessPackageAssignmentPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/catalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/assignmentPolicies/{accessPackageAssignmentPolicy-id}/questions/{accessPackageQuestion-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyQuestion" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgEntitlementManagementCatalogAccessPackageAssignmentPolicyQuestion", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "PATCH", - "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 - }, "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEntitlementManagementConnectedOrganization" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -277696,19 +277879,19 @@ "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 }, + "Command": "Update-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/connectedOrganizations/{connectedOrganization-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEntitlementManagementConnectedOrganization" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -277716,17 +277899,17 @@ "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 }, + "Command": "Update-MgEntitlementManagementConnectedOrganization", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/entitlementManagement/settings", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEntitlementManagementSetting" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": { "Name": "EntitlementManagement.ReadWrite.All", @@ -277734,58 +277917,78 @@ "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 }, + "Command": "Update-MgEntitlementManagementSetting", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/entitlementManagement/settings", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgEntitlementManagementSetting" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgEntitlementManagementSetting", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], "Uri": "/identityGovernance/entitlementManagement/subjects/{accessPackageSubject-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgEntitlementManagementSubject" - }, - { - "Module": "Search", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgEntitlementManagementSubject", + "ApiVersion": "beta" + }, + { "Uri": "/external", + "Module": "Search", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgExternal" - }, - { - "Module": "Search", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgExternal", + "ApiVersion": "beta" + }, + { "Uri": "/external", + "Module": "Search", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgExternal" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgExternal", + "ApiVersion": "v1.0" }, { + "Uri": "/external/connections/{externalConnection-id}", "Module": "Search", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -277801,19 +278004,19 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgExternalConnection" + "Command": "Update-MgExternalConnection", + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}", "Module": "Search", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -277829,19 +278032,19 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}", + "Command": "Update-MgExternalConnection", + "ApiVersion": "v1.0" + }, + { + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgExternalConnection" - }, - { - "Module": "Search", "Method": "PATCH", "Permissions": [ { @@ -277857,19 +278060,19 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgExternalConnectionGroup" + "Command": "Update-MgExternalConnectionGroup", + "ApiVersion": "beta" }, { + "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", "Module": "Search", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -277885,257 +278088,257 @@ "IsAdmin": true } ], - "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgExternalConnectionGroup" + "Command": "Update-MgExternalConnectionGroup", + "ApiVersion": "v1.0" }, { - "Module": "Search", - "Method": "PATCH", - "Permissions": [], "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgExternalConnectionGroupMember" - }, - { - "Module": "Search", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgExternalConnectionGroupMember", + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/groups/{externalGroup-id}/members/{identity-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgExternalConnectionGroupMember" - }, - { - "Module": "Search", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgExternalConnectionGroupMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/external/connections/{externalConnection-id}/items/{externalItem-id}/activities/{externalActivity-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgExternalConnectionItemActivity" - }, - { - "Module": "Search", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [], + "Command": "Update-MgExternalConnectionItemActivity", + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgExternalConnectionOperation" - }, - { - "Module": "Search", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgExternalConnectionOperation", + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/operations/{connectionOperation-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgExternalConnectionOperation" - }, - { - "Module": "Search", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgExternalConnectionOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/external/connections/{externalConnection-id}/quota", + "Module": "Search", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgExternalConnectionQuota" - }, - { - "Module": "Search", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgExternalConnectionQuota", + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/schema", + "Module": "Search", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgExternalConnectionSchema" - }, - { - "Module": "Search", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgExternalConnectionSchema", + "ApiVersion": "beta" + }, + { "Uri": "/external/connections/{externalConnection-id}/schema", + "Module": "Search", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgExternalConnectionSchema" - }, - { - "Module": "Search", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgExternalConnectionSchema", + "ApiVersion": "v1.0" + }, + { "Uri": "/external/industryData/dataConnectors/{industryDataConnector-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgExternalIndustryDataConnector" - }, - { - "Module": "Search", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgExternalIndustryDataConnector", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/inboundFlows/{inboundFlow-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgExternalIndustryDataInboundFlow" - }, - { - "Module": "Search", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgExternalIndustryDataInboundFlow", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/operations/{longRunningOperation-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgExternalIndustryDataOperation" - }, - { - "Module": "Search", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgExternalIndustryDataOperation", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/referenceDefinitions/{referenceDefinition-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgExternalIndustryDataReferenceDefinition" - }, - { - "Module": "Search", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgExternalIndustryDataReferenceDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/roleGroups/{roleGroup-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgExternalIndustryDataRoleGroup" - }, - { - "Module": "Search", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgExternalIndustryDataRoleGroup", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/sourceSystems/{sourceSystemDefinition-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgExternalIndustryDataSourceSystem" - }, - { - "Module": "Search", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgExternalIndustryDataSourceSystem", + "ApiVersion": "beta" + }, + { "Uri": "/external/industryData/years/{yearTimePeriodDefinition-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgExternalIndustryDataYear" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgExternalIndustryDataYear", + "ApiVersion": "beta" + }, + { "Uri": "/financials", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancial" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgFinancial", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", "Module": "Financials", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -278143,19 +278346,19 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/countriesRegions/{countryRegion-id}", + "Command": "Update-MgFinancialCompanyCountryRegion", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyCountryRegion" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -278163,19 +278366,19 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/currencies/{currency-id}", + "Command": "Update-MgFinancialCompanyCurrency", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyCurrency" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -278183,109 +278386,109 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/customers/{customer-id}", + "Command": "Update-MgFinancialCompanyCustomer", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyCustomer" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgFinancialCompanyCustomerCurrency", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", "Module": "Financials", - "Method": "PATCH", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customers/{customer-id}/currency", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyCustomerCurrency" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgFinancialCompanyCustomerPayment", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", "Module": "Financials", - "Method": "PATCH", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyCustomerPayment" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgFinancialCompanyCustomerPaymentCustomer", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", "Module": "Financials", - "Method": "PATCH", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyCustomerPaymentCustomer" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgFinancialCompanyCustomerPaymentCustomerCurrency", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", "Module": "Financials", - "Method": "PATCH", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/currency", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyCustomerPaymentCustomerCurrency" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgFinancialCompanyCustomerPaymentCustomerPicture", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", "Module": "Financials", - "Method": "PATCH", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyCustomerPaymentCustomerPicture" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgFinancialCompanyCustomerPaymentCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", "Module": "Financials", - "Method": "PATCH", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyCustomerPaymentCustomerShipmentMethod" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -278293,19 +278496,19 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}", + "Command": "Update-MgFinancialCompanyCustomerPaymentJournal", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyCustomerPaymentJournal" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -278313,112 +278516,103 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPayment" + "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPayment", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "PATCH", - "Permissions": [], "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomer", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/shipmentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentCustomerShipmentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPaymentJournals/{customerPaymentJournal-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanyCustomerPaymentJournalCustomerPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -278429,15 +278623,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyCustomerPaymentMethod" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanyCustomerPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customerPayments/{customerPayment-id}/customer/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -278448,42 +278642,51 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyCustomerPaymentTerm" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanyCustomerPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customers/{customer-id}/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyCustomerPicture" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanyCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/customers/{customer-id}/shipmentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyCustomerShipmentMethod" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgFinancialCompanyCustomerShipmentMethod", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/employees/{employee-id}", "Module": "Financials", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -278491,54 +278694,34 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/employees/{employee-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyEmployee" + "Command": "Update-MgFinancialCompanyEmployee", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "PATCH", - "Permissions": [], "Uri": "/financials/companies/{company-id}/employees/{employee-id}/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyEmployeePicture" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgFinancialCompanyEmployeePicture", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "PATCH", - "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}/companyInformation/{companyInformation-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyInformation" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -278546,19 +278729,19 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, + "Command": "Update-MgFinancialCompanyInformation", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/items/{item-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyItem" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -278566,7 +278749,13 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, + "Command": "Update-MgFinancialCompanyItem", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/itemCategories/{itemCategory-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -278577,27 +278766,41 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyItemCategory" + "Method": "PATCH", + "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-MgFinancialCompanyItemCategory", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "PATCH", - "Permissions": [], "Uri": "/financials/companies/{company-id}/items/{item-id}/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyItemPicture" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgFinancialCompanyItemPicture", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/journals/{journal-id}", "Module": "Financials", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -278605,22 +278808,13 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/journals/{journal-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyJournal" + "Command": "Update-MgFinancialCompanyJournal", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "PATCH", - "Permissions": [], "Uri": "/financials/companies/{company-id}/journalLines/{journalLine-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -278631,32 +278825,21 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyJournalLine" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgFinancialCompanyJournalLine", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "PATCH", - "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}/paymentMethods/{paymentMethod-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyPaymentMethod" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -278664,67 +278847,78 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, + "Command": "Update-MgFinancialCompanyPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/paymentTerms/{paymentTerm-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyPaymentTerm" + "Method": "PATCH", + "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-MgFinancialCompanyPaymentTerm", + "ApiVersion": "beta" }, { - "Module": "Financials", - "Method": "PATCH", - "Permissions": [], "Uri": "/financials/companies/{company-id}/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyPicture" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanyPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyPurchaseInvoice" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanyPurchaseInvoice", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyPurchaseInvoiceCurrency" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanyPurchaseInvoiceCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -278735,15 +278929,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyPurchaseInvoiceLine" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanyPurchaseInvoiceLine", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -278754,15 +278948,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyPurchaseInvoiceLineItem" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanyPurchaseInvoiceLineItem", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/itemCategory", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -278773,15 +278967,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyPurchaseInvoiceLineItemCategory" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanyPurchaseInvoiceLineItemCategory", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoiceLines/{purchaseInvoiceLine-id}/item/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -278792,465 +278986,465 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyPurchaseInvoiceLineItemPicture" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanyPurchaseInvoiceLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyPurchaseInvoiceVendor" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanyPurchaseInvoiceVendor", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyPurchaseInvoiceVendorCurrency" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanyPurchaseInvoiceVendorCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyPurchaseInvoiceVendorPaymentMethod" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanyPurchaseInvoiceVendorPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyPurchaseInvoiceVendorPaymentTerm" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanyPurchaseInvoiceVendorPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/purchaseInvoices/{purchaseInvoice-id}/vendor/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyPurchaseInvoiceVendorPicture" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanyPurchaseInvoiceVendorPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleCreditMemo" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleCreditMemo", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleCreditMemoCurrency" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleCreditMemoCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleCreditMemoCustomer" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleCreditMemoCustomer", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleCreditMemoCustomerCurrency" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleCreditMemoCustomerCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleCreditMemoCustomerPaymentMethod" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleCreditMemoCustomerPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleCreditMemoCustomerPaymentTerm" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleCreditMemoCustomerPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleCreditMemoCustomerPicture" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleCreditMemoCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/customer/shipmentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleCreditMemoCustomerShipmentMethod" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleCreditMemoCustomerShipmentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleCreditMemoLine" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleCreditMemoLine", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleCreditMemoLineItem" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleCreditMemoLineItem", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleCreditMemoLineItemCategory" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleCreditMemoLineItemCategory", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleCreditMemoLineItemPicture" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleCreditMemoLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleCreditMemoPaymentTerm" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleCreditMemoPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleCreditMemoSaleCreditMemoLine" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleCreditMemoSaleCreditMemoLine", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItem" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItem", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/itemCategory", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemCategory", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesCreditMemos/{salesCreditMemo-id}/salesCreditMemoLines/{salesCreditMemoLine-id}/item/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleCreditMemoSaleCreditMemoLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleInvoice" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleInvoice", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleInvoiceCurrency" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleInvoiceCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleInvoiceCustomer" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleInvoiceCustomer", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleInvoiceCustomerCurrency" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleInvoiceCustomerCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleInvoiceCustomerPaymentMethod" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleInvoiceCustomerPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleInvoiceCustomerPaymentTerm" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleInvoiceCustomerPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleInvoiceCustomerPicture" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleInvoiceCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/customer/shipmentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleInvoiceCustomerShipmentMethod" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleInvoiceCustomerShipmentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -279261,15 +279455,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleInvoiceLine" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleInvoiceLine", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -279280,15 +279474,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleInvoiceLineItem" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleInvoiceLineItem", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/itemCategory", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -279299,15 +279493,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleInvoiceLineItemCategory" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleInvoiceLineItemCategory", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoiceLines/{salesInvoiceLine-id}/item/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -279318,165 +279512,165 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleInvoiceLineItemPicture" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleInvoiceLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleInvoicePaymentTerm" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleInvoicePaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesInvoices/{salesInvoice-id}/shipmentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleInvoiceShipmentMethod" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleInvoiceShipmentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleOrder" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleOrder", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleOrderCurrency" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleOrderCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleOrderCustomer" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleOrderCustomer", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleOrderCustomerCurrency" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleOrderCustomerCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleOrderCustomerPaymentMethod" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleOrderCustomerPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleOrderCustomerPaymentTerm" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleOrderCustomerPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleOrderCustomerPicture" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleOrderCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/customer/shipmentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleOrderCustomerShipmentMethod" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleOrderCustomerShipmentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -279487,15 +279681,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleOrderLine" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleOrderLine", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -279506,15 +279700,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleOrderLineItem" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleOrderLineItem", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/itemCategory", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -279525,15 +279719,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleOrderLineItemCategory" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleOrderLineItemCategory", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrderLines/{salesOrderLine-id}/item/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -279544,150 +279738,150 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleOrderLineItemPicture" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleOrderLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesOrders/{salesOrder-id}/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleOrderPaymentTerm" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleOrderPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleQuote" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleQuote", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleQuoteCurrency" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleQuoteCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleQuoteCustomer" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleQuoteCustomer", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleQuoteCustomerCurrency" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleQuoteCustomerCurrency", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleQuoteCustomerPaymentMethod" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleQuoteCustomerPaymentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleQuoteCustomerPaymentTerm" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleQuoteCustomerPaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleQuoteCustomerPicture" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleQuoteCustomerPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/customer/shipmentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleQuoteCustomerShipmentMethod" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleQuoteCustomerShipmentMethod", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -279698,15 +279892,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleQuoteLine" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleQuoteLine", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -279717,15 +279911,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleQuoteLineItem" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleQuoteLineItem", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/itemCategory", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -279736,15 +279930,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleQuoteLineItemCategory" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleQuoteLineItemCategory", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuoteLines/{salesQuoteLine-id}/item/picture/{picture-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -279755,42 +279949,51 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleQuoteLineItemPicture" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleQuoteLineItemPicture", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/paymentTerm", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleQuotePaymentTerm" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgFinancialCompanySaleQuotePaymentTerm", + "ApiVersion": "beta" + }, + { "Uri": "/financials/companies/{company-id}/salesQuotes/{salesQuote-id}/shipmentMethod", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanySaleQuoteShipmentMethod" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgFinancialCompanySaleQuoteShipmentMethod", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", "Module": "Financials", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -279798,19 +280001,19 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/shipmentMethods/{shipmentMethod-id}", + "Command": "Update-MgFinancialCompanyShipmentMethod", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyShipmentMethod" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -279818,19 +280021,19 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/taxAreas/{taxArea-id}", + "Command": "Update-MgFinancialCompanyTaxArea", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyTaxArea" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -279838,19 +280041,19 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/taxGroups/{taxGroup-id}", + "Command": "Update-MgFinancialCompanyTaxGroup", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyTaxGroup" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -279858,19 +280061,19 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/unitsOfMeasure/{unitOfMeasure-id}", + "Command": "Update-MgFinancialCompanyUnitOfMeasure", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyUnitOfMeasure" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": { "Name": "Financials.ReadWrite.All", @@ -279878,79 +280081,79 @@ "FullDescription": "Allows the app to read and write financials data on your behalf.", "IsAdmin": false }, - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}", + "Command": "Update-MgFinancialCompanyVendor", + "ApiVersion": "beta" + }, + { + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "Module": "Financials", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyVendor" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgFinancialCompanyVendorCurrency", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", "Module": "Financials", - "Method": "PATCH", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/currency", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyVendorCurrency" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgFinancialCompanyVendorPaymentMethod", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", "Module": "Financials", - "Method": "PATCH", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentMethod", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyVendorPaymentMethod" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgFinancialCompanyVendorPaymentTerm", + "ApiVersion": "beta" }, { + "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", "Module": "Financials", - "Method": "PATCH", - "Permissions": [], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/paymentTerm", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyVendorPaymentTerm" - }, - { - "Module": "Financials", "Method": "PATCH", "Permissions": [], - "Uri": "/financials/companies/{company-id}/vendors/{vendor-id}/picture/{picture-id}", + "Command": "Update-MgFinancialCompanyVendorPicture", + "ApiVersion": "beta" + }, + { + "Uri": "/groups/{group-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgFinancialCompanyVendorPicture" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [ { @@ -279966,19 +280169,19 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroup" + "Command": "Update-MgGroup", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -279994,159 +280197,139 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroup" + "Command": "Update-MgGroup", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "PATCH", - "Permissions": [], "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupAppRoleAssignment" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupAppRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/appRoleAssignments/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupAppRoleAssignment" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupCalendarMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupCalendarMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupCalendarMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupCalendarMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupCalendarPermission" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupCalendarPermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupCalendarPermission" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupCalendarPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupCalendarSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupCalendarSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupCalendarSingleValueExtendedProperty" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgGroupCalendarSingleValueExtendedProperty", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "PATCH", - "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 - }, "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupConversationThread" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": { "Name": "Group.ReadWrite.All", @@ -280154,1339 +280337,1359 @@ "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": "Update-MgGroupConversationThread", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupConversationThread" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgGroupConversationThread", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "PATCH", - "Permissions": [], "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupConversationThreadPost" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupConversationThreadPost", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupConversationThreadPostExtension" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupConversationThreadPostExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupConversationThreadPostExtension" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupConversationThreadPostExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupConversationThreadPostInReplyToExtension" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupConversationThreadPostInReplyToExtension" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupConversationThreadPostInReplyToExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupConversationThreadPostInReplyToMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupConversationThreadPostInReplyToSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupConversationThreadPostMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupConversationThreadPostMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupConversationThreadPostMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupConversationThreadPostMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupConversationThreadPostSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupConversationThreadPostSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/conversations/{conversation-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupConversationThreadPostSingleValueExtendedProperty" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupConversationThreadPostSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDrive" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDrive", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDrive" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveItemAnalytic" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveItemAnalytic" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveItemListItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemListItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveItemListItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveItemListItemField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveItemListItemField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveItemListItemVersionField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveItemListItemVersionField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveItemPermission" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemPermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveItemPermission" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveItemSubscription" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveItemSubscription" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveList" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveList", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveList" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveList", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveListColumn" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveListColumn" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveListContentType" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveListContentType" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveListItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveListItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveListItemField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveListItemField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveListItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveListItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveListItemVersionField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveListItemVersionField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveListOperation" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveListOperation" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveListSubscription" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveListSubscription" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveRoot" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveRoot" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveRootAnalytic" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveRootAnalytic" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveRootListItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootListItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveRootListItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveRootListItemField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveRootListItemField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveRootListItemVersionField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveRootListItemVersionField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveRootPermission" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootPermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveRootPermission" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveRootSubscription" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveRootSubscription" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupDriveRootVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupDriveRootVersion" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupDriveRootVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/endpoints/{endpoint-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupEndpoint" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgGroupEndpoint", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/{event-id}", "Module": "Calendar", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -281502,19 +281705,19 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/events/{event-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupEvent" + "Command": "Update-MgGroupEvent", + "ApiVersion": "beta" }, { + "Uri": "/groups/{group-id}/events/{event-id}", "Module": "Calendar", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -281530,384 +281733,364 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/events/{event-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupEvent" + "Command": "Update-MgGroupEvent", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "PATCH", - "Permissions": [], "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupEventExceptionOccurrenceExtension" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupEventExceptionOccurrenceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupEventExceptionOccurrenceInstanceExtension" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupEventExceptionOccurrenceInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupEventExceptionOccurrenceInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupEventExceptionOccurrenceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupEventExceptionOccurrenceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupEventExceptionOccurrenceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupEventExceptionOccurrenceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupEventExtension" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupEventExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupEventExtension" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupEventExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupEventInstanceExceptionOccurrenceExtension" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupEventInstanceExtension" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupEventInstanceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupEventInstanceExtension" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupEventInstanceExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupEventInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupEventInstanceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupEventInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupEventInstanceMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupEventInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupEventInstanceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupEventInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupEventInstanceSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupEventMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupEventMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupEventMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupEventMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupEventSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupEventSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupEventSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupEventSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupExtension" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupExtension" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgGroupExtension", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "PATCH", - "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 - }, "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupLifecyclePolicy" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -281915,219 +282098,219 @@ "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": "Update-MgGroupLifecyclePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/groupLifecyclePolicies/{groupLifecyclePolicy-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupLifecyclePolicy" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgGroupLifecyclePolicy", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "Method": "PATCH", - "Permissions": [], "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupOnenoteNotebook" - }, - { - "Module": "Notes", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupOnenoteNotebook", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupOnenoteNotebook" - }, - { - "Module": "Notes", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupOnenotePage" - }, - { - "Module": "Notes", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupOnenotePage", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupOnenotePage" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgGroupOnenotePage", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "POST", - "Permissions": [], "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "Module": "Groups", + "OutputType": null, "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupOnenotePageContent" - }, - { - "Module": "Groups", "Method": "POST", "Permissions": [], + "Command": "Update-MgGroupOnenotePageContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "Module": "Groups", + "OutputType": null, "Variants": [ "Patch1", "PatchExpanded1", "PatchViaIdentity1", "PatchViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupOnenotePageContent" + "Method": "POST", + "Permissions": [], + "Command": "Update-MgGroupOnenotePageContent", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "Method": "PATCH", - "Permissions": [], "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupOnenoteSection" - }, - { - "Module": "Notes", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupOnenoteSection", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupOnenoteSection" - }, - { - "Module": "Notes", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupOnenoteSection", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupOnenoteSectionGroup" - }, - { - "Module": "Notes", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupOnenoteSectionGroup", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupOnenoteSectionGroup" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupOnenoteSectionGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupPermissionGrant" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupPermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupPermissionGrant" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgGroupPermissionGrant", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "PATCH", - "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 - }, "Uri": "/groups/{group-id}/photo", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupPhoto" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": { "Name": "Group.ReadWrite.All", @@ -282135,79 +282318,99 @@ "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": "Update-MgGroupPhoto", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/photo", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupPhoto" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgGroupPhoto", + "ApiVersion": "v1.0" }, { - "Module": "Planner", - "Method": "PATCH", - "Permissions": [], "Uri": "/groups/{group-id}/planner", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupPlanner" - }, - { - "Module": "Planner", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupPlanner", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/planner", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupPlanner" - }, - { - "Module": "Planner", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupPlanner", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupPlannerPlanDetail" - }, - { - "Module": "Planner", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupPlannerPlanDetail", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/planner/plans/{plannerPlan-id}/details", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupPlannerPlanDetail" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgGroupPlannerPlanDetail", + "ApiVersion": "v1.0" }, { + "Uri": "/groups/{group-id}/settings/{directorySetting-id}", "Module": "Groups", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -282223,862 +282426,853 @@ "IsAdmin": true } ], - "Uri": "/groups/{group-id}/settings/{directorySetting-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSetting" + "Command": "Update-MgGroupSetting", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "PATCH", - "Permissions": [], "Uri": "/groups/{group-id}/sites/{site-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSite" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSite", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSite" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSite", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteColumn" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteColumn" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteContentType" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteContentType" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteContentTypeColumn" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteContentTypeColumn" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteInformationProtection" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteInformationProtection", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteInformationProtectionDataLossPreventionPolicy" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteInformationProtectionPolicy" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteInformationProtectionPolicyLabel" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteInformationProtectionPolicyLabel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteInformationProtectionSensitivityLabel" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteInformationProtectionSensitivityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteInformationProtectionSensitivityLabelSublabel" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/sensitivityPolicySettings", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteInformationProtectionSensitivityPolicySetting" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteInformationProtectionThreatAssessmentRequest" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteInformationProtectionThreatAssessmentRequestResult" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteList" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteList", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteList" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteList", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteListColumn" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteListColumn" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteListContentType" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteListContentType" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteListContentTypeColumn" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteListContentTypeColumn" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteListContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteListContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteListItem" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListItem", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteListItem" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteListItemDocumentSetVersion" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteListItemDocumentSetVersion" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteListItemField" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteListItemField" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteListItemVersion" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteListItemVersion" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteListItemVersionField" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteListItemVersionField" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteListOperation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteListOperation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteListSubscription" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteListSubscription" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteOperation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteOperation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteOperation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSitePage" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSitePage", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSitePageCanvaLayout" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSitePageCanvaLayout", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSitePageCanvaLayoutHorizontalSection" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSitePageCanvaLayoutHorizontalSectionColumn" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpart" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSitePageCanvaLayoutVerticalSection" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSitePageCanvaLayoutVerticalSection", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSitePageCanvaLayoutVerticalSectionWebpart" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSitePageWebPart" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSitePageWebPart", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSitePermission" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSitePermission", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/permissions/{permission-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSitePermission" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSitePermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStore" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStore", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "Update2", @@ -283089,30 +283283,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStore" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStore", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreGroup" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroup", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "Update2", @@ -283123,30 +283317,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreGroup" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreGroupSet" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSet", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "Update2", @@ -283157,30 +283351,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreGroupSet" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreGroupSetChild" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSetChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "Update2", @@ -283195,15 +283389,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreGroupSetChild" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -283214,45 +283408,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreGroupSetChildRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/parentGroup", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreGroupSetParentGroup" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSetParentGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreGroupSetRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "Update2", @@ -283263,30 +283457,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreGroupSetRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreGroupSetTerm" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "Update2", @@ -283297,30 +283491,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreGroupSetTerm" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "Update2", @@ -283331,45 +283525,45 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/groups/{group-id1}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreGroupSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/groups/{group-id1}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "Update2", @@ -283380,30 +283574,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSet" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSet", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "Update2", @@ -283414,30 +283608,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSet" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSetChild" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "Update2", @@ -283452,15 +283646,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSetChild" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -283471,45 +283665,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSetChildRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSetParentGroup" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetParentGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSet" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -283520,15 +283714,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChild" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -283539,105 +283733,105 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChildRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTerm" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSetRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetRelation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "Update2", @@ -283648,30 +283842,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSetRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSetTerm" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetTerm", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "Update2", @@ -283682,30 +283876,30 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSetTerm" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSetTermChild" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetTermChild", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "Update2", @@ -283716,45 +283910,45 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSetTermChild" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSetTermRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "Update2", @@ -283764,963 +283958,952 @@ "UpdateViaIdentity2", "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupSiteTermStoreSetTermRelation" - }, - { - "Module": "Teams", + ], "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamChannel" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamChannel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamChannel" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamChannel", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamChannelMember" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamChannelMember" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamChannelMessage", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamChannelMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamChannelMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamChannelMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamChannelTab" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamChannelTab", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamChannelTab" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamChannelTab", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamMember" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamMember" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamOperation" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamOperation", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/operations/{teamsAsyncOperation-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamOperation" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamPermissionGrant" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamPermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/photo", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamPhoto" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamPhoto", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/photo", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamPhoto" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamPhoto", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamPrimaryChannel" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamPrimaryChannel", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamPrimaryChannel" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamPrimaryChannel", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamPrimaryChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamPrimaryChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamPrimaryChannelMessage" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamPrimaryChannelMessage", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamPrimaryChannelMessage" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamPrimaryChannelMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamPrimaryChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamPrimaryChannelMessageReply" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamPrimaryChannelMessageReply" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamPrimaryChannelTab" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamPrimaryChannelTab", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/primaryChannel/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamPrimaryChannelTab" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamPrimaryChannelTab", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamScheduleOfferShiftRequest" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamScheduleOfferShiftRequest" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamScheduleOpenShift" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamScheduleOpenShift", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShifts/{openShift-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamScheduleOpenShift" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamScheduleOpenShift", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamScheduleSchedulingGroup" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamScheduleSchedulingGroup", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/schedulingGroups/{schedulingGroup-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamScheduleSchedulingGroup" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamScheduleShift" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamScheduleShift", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/shifts/{shift-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamScheduleShift" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamScheduleShift", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeCards/{timeCard-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamScheduleTimeCard" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamScheduleTimeCard", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamScheduleTimeOff" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamScheduleTimeOff", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timesOff/{timeOff-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamScheduleTimeOff" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamScheduleTimeOff", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamScheduleTimeOffReason" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamScheduleTimeOffReason", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffReasons/{timeOffReason-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamScheduleTimeOffReason" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamScheduleTimeOffReason", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamScheduleTimeOffRequest" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamScheduleTimeOffRequest", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamScheduleTimeOffRequest" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamTag" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamTag", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamTag" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamTag", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupTeamTagMember" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupTeamTagMember", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupTeamTagMember" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgGroupTeamTagMember", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "PATCH", - "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 - }, "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupThread" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": { "Name": "Group.ReadWrite.All", @@ -284728,234 +284911,234 @@ "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": "Update-MgGroupThread", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupThread" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgGroupThread", + "ApiVersion": "v1.0" }, { - "Module": "Groups", - "Method": "PATCH", - "Permissions": [], "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupThreadPost" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupThreadPost", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupThreadPostExtension" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupThreadPostExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupThreadPostExtension" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupThreadPostExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupThreadPostInReplyToExtension" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupThreadPostInReplyToExtension", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/extensions/{extension-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupThreadPostInReplyToExtension" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupThreadPostInReplyToExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupThreadPostInReplyToMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupThreadPostInReplyToMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupThreadPostInReplyToMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupThreadPostInReplyToSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/inReplyTo/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupThreadPostInReplyToSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupThreadPostInReplyToSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupThreadPostMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupThreadPostMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupThreadPostMultiValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupThreadPostMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgGroupThreadPostSingleValueExtendedProperty" - }, - { - "Module": "Groups", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgGroupThreadPostSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/groups/{group-id}/threads/{conversationThread-id}/posts/{post-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Groups", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgGroupThreadPostSingleValueExtendedProperty" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgGroupThreadPostSingleValueExtendedProperty", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "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 - }, "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityApiConnector" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "APIConnectors.ReadWrite.All", @@ -284963,34 +285146,54 @@ "FullDescription": "Allows the app to read, create and manage the API connectors used in user authentication flows, on your behalf.", "IsAdmin": true }, + "Command": "Update-MgIdentityApiConnector", + "ApiVersion": "beta" + }, + { "Uri": "/identity/apiConnectors/{identityApiConnector-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityApiConnector" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgIdentityApiConnector", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "Permissions": [], "Uri": "/identity/authenticationEventListeners/{authenticationEventListener-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityAuthenticationEventListener" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgIdentityAuthenticationEventListener", + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -284998,64 +285201,64 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}", + "Command": "Update-MgIdentityB2CUserFlow", + "ApiVersion": "beta" + }, + { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityB2CUserFlow" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgIdentityB2CUserFlowLanguage", + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", "Module": "Identity.SignIns", - "Method": "PATCH", - "Permissions": [], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityB2CUserFlowLanguage" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgIdentityB2CUserFlowLanguageDefaultPage", + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", "Module": "Identity.SignIns", - "Method": "PATCH", - "Permissions": [], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityB2CUserFlowLanguageDefaultPage" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgIdentityB2CUserFlowLanguageOverridePage", + "ApiVersion": "beta" }, { + "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", "Module": "Identity.SignIns", - "Method": "PATCH", - "Permissions": [], - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityB2CUserFlowLanguageOverridePage" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -285063,159 +285266,139 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, - "Uri": "/identity/b2cUserFlows/{b2cIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityB2CUserFlowUserAttributeAssignment" + "Command": "Update-MgIdentityB2CUserFlowUserAttributeAssignment", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "Permissions": [], "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityB2XUserFlow" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityB2XUserFlow", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityB2XUserFlow" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityB2XUserFlow", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityB2XUserFlowLanguage" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityB2XUserFlowLanguage" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityB2XUserFlowLanguage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/defaultPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityB2XUserFlowLanguageDefaultPage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/languages/{userFlowLanguageConfiguration-id}/overridesPages/{userFlowLanguagePage-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgIdentityB2XUserFlowLanguageOverridePage", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "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/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -285223,39 +285406,39 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, + "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/identity/b2xUserFlows/{b2xIdentityUserFlow-id}/userAttributeAssignments/{identityUserFlowAttributeAssignment-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityB2XUserFlowUserAttributeAssignment" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "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.", + "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-MgIdentityB2XUserFlowUserAttributeAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.ConditionalAccess", @@ -285263,77 +285446,97 @@ "FullDescription": "Allows the app to read and write your organization's conditional access policies on your behalf.", "IsAdmin": true }, + "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "beta" + }, + { "Uri": "/identity/conditionalAccess/authenticationContextClassReferences/{authenticationContextClassReference-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgIdentityConditionalAccessAuthenticationContextClassReference", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationStrengths", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityConditionalAccessAuthenticationStrength" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityConditionalAccessAuthenticationStrength", + "ApiVersion": "beta" + }, + { "Uri": "/identity/conditionalAccess/authenticationStrengths/authenticationMethodModes/{authenticationMethodModeDetail-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityConditionalAccessAuthenticationStrengthAuthenticationMethodMode", + "ApiVersion": "beta" + }, + { "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityConditionalAccessAuthenticationStrengthPolicy" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgIdentityConditionalAccessAuthenticationStrengthPolicy", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "POST", - "Permissions": [], "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", - "Command": "Update-MgIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination" + "Method": "POST", + "Permissions": [], + "Command": "Update-MgIdentityConditionalAccessAuthenticationStrengthPolicyAllowedCombination", + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -285349,19 +285552,19 @@ "IsAdmin": true } ], - "Uri": "/identity/conditionalAccess/authenticationStrengths/policies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Command": "Update-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta" + }, + { + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityConditionalAccessAuthenticationStrengthPolicyCombinationConfiguration" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [ { @@ -285377,19 +285580,19 @@ "IsAdmin": true } ], - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityConditionalAccessNamedLocation" + "Command": "Update-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -285405,19 +285608,19 @@ "IsAdmin": true } ], - "Uri": "/identity/conditionalAccess/namedLocations/{namedLocation-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityConditionalAccessNamedLocation" + "Command": "Update-MgIdentityConditionalAccessNamedLocation", + "ApiVersion": "v1.0" }, { + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -285439,19 +285642,19 @@ "IsAdmin": true } ], - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityConditionalAccessPolicy" + "Command": "Update-MgIdentityConditionalAccessPolicy", + "ApiVersion": "beta" }, { + "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -285473,19 +285676,17 @@ "IsAdmin": true } ], - "Uri": "/identity/conditionalAccess/policies/{conditionalAccessPolicy-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityConditionalAccessPolicy" + "Command": "Update-MgIdentityConditionalAccessPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/identity/continuousAccessEvaluationPolicy", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -285507,277 +285708,259 @@ "IsAdmin": true } ], - "Uri": "/identity/continuousAccessEvaluationPolicy", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityContinuouAccessEvaluationPolicy" + "Command": "Update-MgIdentityContinuouAccessEvaluationPolicy", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "Permissions": [], "Uri": "/identity/customAuthenticationExtensions/{customAuthenticationExtension-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityCustomAuthenticationExtension" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityCustomAuthenticationExtension", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDecision" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInsight" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInsight", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstance" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/contactedReviewers/{accessReviewReviewer-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceContactedReviewer", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceDecision" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceDecisionInsight", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceStage" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceStage", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecision" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/decisions/{accessReviewInstanceDecisionItem-id}/instance/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id1}/insights/{governanceInsight-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewDecisionInstanceStageDecisionInsight", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDefinition" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDefinition" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/contactedReviewers/{accessReviewReviewer-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceContactedReviewer", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "PATCH", - "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 - }, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -285785,69 +285968,69 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/insights/{governanceInsight-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInsight", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/decisions/{accessReviewInstanceDecisionItem-id}/instance", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceDecisionInstance", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "PATCH", - "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 - }, "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -285855,19 +286038,19 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -285875,19 +286058,19 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": { "Name": "AccessReview.ReadWrite.All", @@ -285895,79 +286078,97 @@ "FullDescription": "Allows the app to read, update and perform action on access reviews, reviewers, decisions and settings that you have access to.", "IsAdmin": true }, + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/stages/{accessReviewStage-id}/decisions/{accessReviewInstanceDecisionItem-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgIdentityGovernanceAccessReviewDefinitionInstanceStageDecision", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/instances/{accessReviewHistoryInstance-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgIdentityGovernanceAccessReviewHistoryDefinitionInstance", + "ApiVersion": "v1.0" }, { + "Uri": "/identityGovernance/accessReviews/policy", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.AccessReview", @@ -285975,157 +286176,139 @@ "FullDescription": "Allows the app to read and write your organization's directory access review default policy on your behalf.", "IsAdmin": true }, - "Uri": "/identityGovernance/accessReviews/policy", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAccessReviewPolicy" + "Command": "Update-MgIdentityGovernanceAccessReviewPolicy", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAppConsentRequest" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAppConsentRequest" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAppConsentRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApproval", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/stages/{approvalStage-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStage", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/{userConsentRequest-id}/approval/steps/{approvalStep-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgIdentityGovernanceAppConsentRequestUserConsentRequestApprovalStep", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "PATCH", - "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 - }, "Uri": "/identityGovernance/lifecycleWorkflows/workflows/{workflow-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflow" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", @@ -286133,19 +286316,19 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflow", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/customTaskExtensions/{customTaskExtension-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": { "Name": "LifecycleWorkflows.ReadWrite.All", @@ -286153,228 +286336,228 @@ "FullDescription": "Allows the app to create, update, list, read and delete all workflows, tasks and related lifecycle workflows resources on your behalf.", "IsAdmin": true }, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowCustomTaskExtension", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/lifecycleWorkflows/settings", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceLifecycleWorkflowSetting" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgIdentityGovernanceLifecycleWorkflowSetting", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], "Uri": "/identityGovernance/privilegedAccess", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernancePrivilegedAccess" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernancePrivilegedAccess", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroup" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroup", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentSchedules/{privilegedAccessGroupAssignmentSchedule-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleInstances/{privilegedAccessGroupAssignmentScheduleInstance-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/assignmentScheduleRequests/{privilegedAccessGroupAssignmentScheduleRequest-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupAssignmentScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilitySchedules/{privilegedAccessGroupEligibilitySchedule-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilitySchedule", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleInstances/{privilegedAccessGroupEligibilityScheduleInstance-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/privilegedAccess/group/eligibilityScheduleRequests/{privilegedAccessGroupEligibilityScheduleRequest-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernancePrivilegedAccessGroupEligibilityScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceRoleManagementAlert" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceRoleManagementAlert", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alertConfigurations/{unifiedRoleManagementAlertConfiguration-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceRoleManagementAlertConfiguration" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceRoleManagementAlertConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alertDefinitions/{unifiedRoleManagementAlertDefinition-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceRoleManagementAlertDefinition" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceRoleManagementAlertDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/alerts/{unifiedRoleManagementAlert-id}/alertIncidents/{unifiedRoleManagementAlertIncident-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceRoleManagementAlertIncident" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceRoleManagementAlertIncident", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/roleManagementAlerts/operations/{longRunningOperation-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceRoleManagementAlertOperation" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgIdentityGovernanceRoleManagementAlertOperation", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "PATCH", - "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 - }, "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceTermOfUseAgreement" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": { "Name": "Agreement.ReadWrite.All", @@ -286382,22 +286565,33 @@ "FullDescription": "Allows the app to read and write terms of use agreements on your behalf.", "IsAdmin": true }, + "Command": "Update-MgIdentityGovernanceTermOfUseAgreement", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceTermOfUseAgreement" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgIdentityGovernanceTermOfUseAgreement", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update2", "Update3", @@ -286408,15 +286602,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceTermOfUseAgreementAcceptance" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreementAcceptances/{agreementAcceptance-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -286427,122 +286621,111 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceTermOfUseAgreementAcceptance" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceTermOfUseAgreementAcceptance", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFile" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFile", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFile" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFile", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFileLocalization" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFileLocalization" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFileLocalization", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "ApiVersion": "beta" + }, + { "Uri": "/identityGovernance/termsOfUse/agreements/{agreement-id}/file/localizations/{agreementFileLocalization-id}/versions/{agreementFileVersion-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgIdentityGovernanceTermOfUseAgreementFileLocalizationVersion", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "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 - }, "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityProvider" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "IdentityProvider.ReadWrite.All", @@ -286550,54 +286733,54 @@ "FullDescription": "Allows the app to read and write your organization’s identity (authentication) providers’ properties on your behalf.", "IsAdmin": true }, + "Command": "Update-MgIdentityProvider", + "ApiVersion": "beta" + }, + { "Uri": "/identity/identityProviders/{identityProviderBase-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityProvider" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgIdentityProvider", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "Permissions": [], "Uri": "/identity/userFlows/{identityUserFlow-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityUserFlow" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgIdentityUserFlow", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "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/userFlowAttributes/{identityUserFlowAttribute-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgIdentityUserFlowAttribute" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "IdentityUserFlow.ReadWrite.All", @@ -286605,161 +286788,181 @@ "FullDescription": "Allows the app to read or write your organization's user flows, on your behalf.", "IsAdmin": true }, + "Command": "Update-MgIdentityUserFlowAttribute", + "ApiVersion": "beta" + }, + { "Uri": "/identity/userFlowAttributes/{identityUserFlowAttribute-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgIdentityUserFlowAttribute" + "Method": "PATCH", + "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-MgIdentityUserFlowAttribute", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "Permissions": [], "Uri": "/informationProtection", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgInformationProtection" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgInformationProtection", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgInformationProtection" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgInformationProtection", + "ApiVersion": "v1.0" + }, + { "Uri": "/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgInformationProtectionDataLossPreventionPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/policy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgInformationProtectionPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgInformationProtectionPolicyLabel" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgInformationProtectionPolicyLabel", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/sensitivityPolicySettings", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgInformationProtectionSensitivityPolicySetting" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgInformationProtectionThreatAssessmentRequest" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgInformationProtectionThreatAssessmentRequest" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgInformationProtectionThreatAssessmentRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" + }, + { "Uri": "/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "v1.0" }, { + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -286775,19 +286978,19 @@ "IsAdmin": true } ], - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOauth2PermissionGrant" + "Command": "Update-MgOauth2PermissionGrant", + "ApiVersion": "beta" }, { + "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -286803,19 +287006,19 @@ "IsAdmin": true } ], - "Uri": "/oauth2PermissionGrants/{oAuth2PermissionGrant-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgOauth2PermissionGrant" + "Command": "Update-MgOauth2PermissionGrant", + "ApiVersion": "v1.0" }, { + "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "DeviceManagementConfiguration.ReadWrite.All", @@ -286823,165 +287026,165 @@ "FullDescription": "Allows 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": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOfficeClientConfiguration" + "Command": "Update-MgOfficeClientConfiguration", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/officeConfiguration/clientConfigurations/{officeClientConfiguration-id}/assignments/{officeClientConfigurationAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOfficeClientConfigurationAssignment" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgOfficeClientConfigurationAssignment", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "POST", - "Permissions": [], "Uri": "/officeConfiguration/clientConfigurations/updatePriorities", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOfficeClientConfigurationPriority" + "Method": "POST", + "Permissions": [], + "Command": "Update-MgOfficeClientConfigurationPriority", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/officeConfiguration", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOfficeConfiguration" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgOfficeConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOnPremisePublishingProfile" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgOnPremisePublishingProfile", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agents/{onPremisesAgent-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOnPremisePublishingProfileAgent" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgOnPremisePublishingProfileAgent", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOnPremisePublishingProfileAgentGroup" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgOnPremisePublishingProfileAgentGroup", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/agents/{onPremisesAgent-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOnPremisePublishingProfileAgentGroupAgent" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgOnPremisePublishingProfileAgentGroupAgent", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/agentGroups/{onPremisesAgentGroup-id}/publishedResources/{publishedResource-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOnPremisePublishingProfileAgentGroupPublishedResource" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgOnPremisePublishingProfileAgentGroupPublishedResource", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectors/{connector-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOnPremisePublishingProfileConnector" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgOnPremisePublishingProfileConnector", + "ApiVersion": "beta" + }, + { "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/connectorGroups/{connectorGroup-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOnPremisePublishingProfileConnectorGroup" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgOnPremisePublishingProfileConnectorGroup", + "ApiVersion": "beta" }, { + "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "OnPremisesPublishingProfiles.ReadWrite.All", @@ -286989,19 +287192,19 @@ "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 }, - "Uri": "/onPremisesPublishingProfiles/{onPremisesPublishingProfile-id}/publishedResources/{publishedResource-id}", + "Command": "Update-MgOnPremisePublishingProfilePublishedResource", + "ApiVersion": "beta" + }, + { + "Uri": "/organization/{organization-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOnPremisePublishingProfilePublishedResource" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [ { @@ -287023,19 +287226,19 @@ "IsAdmin": true } ], - "Uri": "/organization/{organization-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOrganization" + "Command": "Update-MgOrganization", + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -287057,39 +287260,19 @@ "IsAdmin": true } ], - "Uri": "/organization/{organization-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgOrganization" + "Command": "Update-MgOrganization", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "PATCH", - "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", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOrganizationBranding" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": { "Name": "Organization.ReadWrite.All", @@ -287097,19 +287280,19 @@ "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": "Update-MgOrganizationBranding", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgOrganizationBranding" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": { "Name": "Organization.ReadWrite.All", @@ -287117,19 +287300,19 @@ "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": "Update-MgOrganizationBranding", + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOrganizationBrandingLocalization" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": { "Name": "Organization.ReadWrite.All", @@ -287137,64 +287320,84 @@ "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": "Update-MgOrganizationBrandingLocalization", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/branding/localizations/{organizationalBrandingLocalization-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgOrganizationBrandingLocalization" + "Method": "PATCH", + "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": "Update-MgOrganizationBrandingLocalization", + "ApiVersion": "v1.0" }, { - "Module": "Identity.DirectoryManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOrganizationExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgOrganizationExtension", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/extensions/{extension-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgOrganizationExtension" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgOrganizationExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/organization/{organization-id}/settings", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOrganizationSetting" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgOrganizationSetting", + "ApiVersion": "beta" }, { + "Uri": "/organization/{organization-id}/settings/contactInsights", "Module": "Identity.DirectoryManagement", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -287210,19 +287413,19 @@ "IsAdmin": true } ], - "Uri": "/organization/{organization-id}/settings/contactInsights", + "Command": "Update-MgOrganizationSettingContactInsight", + "ApiVersion": "beta" + }, + { + "Uri": "/organization/{organization-id}/settings/itemInsights", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOrganizationSettingContactInsight" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [ { @@ -287238,19 +287441,19 @@ "IsAdmin": true } ], - "Uri": "/organization/{organization-id}/settings/itemInsights", + "Command": "Update-MgOrganizationSettingItemInsight", + "ApiVersion": "beta" + }, + { + "Uri": "/organization/{organization-id}/settings/microsoftApplicationDataAccess", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOrganizationSettingItemInsight" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": { "Name": "Organization.ReadWrite.All", @@ -287258,19 +287461,19 @@ "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}/settings/microsoftApplicationDataAccess", + "Command": "Update-MgOrganizationSettingMicrosoftApplicationDataAccess", + "ApiVersion": "beta" + }, + { + "Uri": "/organization/{organization-id}/settings/peopleInsights", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOrganizationSettingMicrosoftApplicationDataAccess" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [ { @@ -287286,69 +287489,49 @@ "IsAdmin": true } ], - "Uri": "/organization/{organization-id}/settings/peopleInsights", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOrganizationSettingPersonInsight" + "Command": "Update-MgOrganizationSettingPersonInsight", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/organization/{organization-id}/settings/profileCardProperties/{profileCardProperty-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOrganizationSettingProfileCardProperty" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgOrganizationSettingProfileCardProperty", + "ApiVersion": "beta" + }, + { "Uri": "/organization/{organization-id}/settings/pronouns", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgOrganizationSettingPronoun" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgOrganizationSettingPronoun", + "ApiVersion": "beta" }, { - "Module": "Calendar", - "Method": "PATCH", - "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 - }, "Uri": "/places/{place-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPlace" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": { "Name": "Place.ReadWrite.All", @@ -287356,73 +287539,65 @@ "FullDescription": "Allows the app to manage organization places (conference rooms and room lists) for calendar events and other applications, on your behalf.", "IsAdmin": true }, + "Command": "Update-MgPlace", + "ApiVersion": "beta" + }, + { "Uri": "/places/{place-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPlace" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgPlace", + "ApiVersion": "v1.0" }, { - "Module": "Planner", - "Method": "PATCH", - "Permissions": [], "Uri": "/planner", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPlanner" - }, - { - "Module": "Planner", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPlanner", + "ApiVersion": "beta" + }, + { "Uri": "/planner", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPlanner" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPlanner", + "ApiVersion": "v1.0" }, { - "Module": "Planner", - "Method": "PATCH", - "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": "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 - } - ], "Uri": "/planner/buckets/{plannerBucket-id}", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPlannerBucket" - }, - { - "Module": "Planner", "Method": "PATCH", "Permissions": [ { @@ -287438,19 +287613,19 @@ "IsAdmin": false } ], + "Command": "Update-MgPlannerBucket", + "ApiVersion": "beta" + }, + { "Uri": "/planner/buckets/{plannerBucket-id}", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPlannerBucket" - }, - { - "Module": "Planner", "Method": "PATCH", "Permissions": [ { @@ -287466,19 +287641,19 @@ "IsAdmin": false } ], + "Command": "Update-MgPlannerBucket", + "ApiVersion": "v1.0" + }, + { "Uri": "/planner/plans/{plannerPlan-id}", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPlannerPlan" - }, - { - "Module": "Planner", "Method": "PATCH", "Permissions": [ { @@ -287494,19 +287669,19 @@ "IsAdmin": false } ], + "Command": "Update-MgPlannerPlan", + "ApiVersion": "beta" + }, + { "Uri": "/planner/plans/{plannerPlan-id}", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPlannerPlan" - }, - { - "Module": "Planner", "Method": "PATCH", "Permissions": [ { @@ -287522,19 +287697,19 @@ "IsAdmin": false } ], + "Command": "Update-MgPlannerPlan", + "ApiVersion": "v1.0" + }, + { "Uri": "/planner/plans/{plannerPlan-id}/details", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPlannerPlanDetail" - }, - { - "Module": "Planner", "Method": "PATCH", "Permissions": [ { @@ -287550,49 +287725,19 @@ "IsAdmin": false } ], - "Uri": "/planner/plans/{plannerPlan-id}/details", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPlannerPlanDetail" - }, - { - "Module": "Planner", - "Method": "PATCH", - "Permissions": [], - "Uri": "/planner/rosters/{plannerRoster-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPlannerRoster" + "Command": "Update-MgPlannerPlanDetail", + "ApiVersion": "beta" }, { - "Module": "Planner", - "Method": "PATCH", - "Permissions": [], - "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", + "Uri": "/planner/plans/{plannerPlan-id}/details", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPlannerRosterMember" - }, - { - "Module": "Planner", "Method": "PATCH", "Permissions": [ { @@ -287608,19 +287753,49 @@ "IsAdmin": false } ], + "Command": "Update-MgPlannerPlanDetail", + "ApiVersion": "v1.0" + }, + { + "Uri": "/planner/rosters/{plannerRoster-id}", + "Module": "Planner", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPlannerRoster", + "ApiVersion": "beta" + }, + { + "Uri": "/planner/rosters/{plannerRoster-id}/members/{plannerRosterMember-id}", + "Module": "Planner", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPlannerRosterMember", + "ApiVersion": "beta" + }, + { "Uri": "/planner/tasks/{plannerTask-id}", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPlannerTask" - }, - { - "Module": "Planner", "Method": "PATCH", "Permissions": [ { @@ -287636,19 +287811,19 @@ "IsAdmin": false } ], + "Command": "Update-MgPlannerTask", + "ApiVersion": "beta" + }, + { "Uri": "/planner/tasks/{plannerTask-id}", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPlannerTask" - }, - { - "Module": "Planner", "Method": "PATCH", "Permissions": [ { @@ -287664,19 +287839,19 @@ "IsAdmin": false } ], + "Command": "Update-MgPlannerTask", + "ApiVersion": "v1.0" + }, + { "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat" - }, - { - "Module": "Planner", "Method": "PATCH", "Permissions": [ { @@ -287692,19 +287867,19 @@ "IsAdmin": false } ], + "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "beta" + }, + { "Uri": "/planner/tasks/{plannerTask-id}/assignedToTaskBoardFormat", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat" - }, - { - "Module": "Planner", "Method": "PATCH", "Permissions": [ { @@ -287720,19 +287895,19 @@ "IsAdmin": false } ], + "Command": "Update-MgPlannerTaskAssignedToTaskBoardFormat", + "ApiVersion": "v1.0" + }, + { "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPlannerTaskBucketTaskBoardFormat" - }, - { - "Module": "Planner", "Method": "PATCH", "Permissions": [ { @@ -287748,19 +287923,19 @@ "IsAdmin": false } ], + "Command": "Update-MgPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "beta" + }, + { "Uri": "/planner/tasks/{plannerTask-id}/bucketTaskBoardFormat", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPlannerTaskBucketTaskBoardFormat" - }, - { - "Module": "Planner", "Method": "PATCH", "Permissions": [ { @@ -287776,19 +287951,19 @@ "IsAdmin": false } ], + "Command": "Update-MgPlannerTaskBucketTaskBoardFormat", + "ApiVersion": "v1.0" + }, + { "Uri": "/planner/tasks/{plannerTask-id}/details", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPlannerTaskDetail" - }, - { - "Module": "Planner", "Method": "PATCH", "Permissions": [ { @@ -287804,19 +287979,19 @@ "IsAdmin": false } ], + "Command": "Update-MgPlannerTaskDetail", + "ApiVersion": "beta" + }, + { "Uri": "/planner/tasks/{plannerTask-id}/details", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPlannerTaskDetail" - }, - { - "Module": "Planner", "Method": "PATCH", "Permissions": [ { @@ -287832,19 +288007,19 @@ "IsAdmin": false } ], + "Command": "Update-MgPlannerTaskDetail", + "ApiVersion": "v1.0" + }, + { "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPlannerTaskProgressTaskBoardFormat" - }, - { - "Module": "Planner", "Method": "PATCH", "Permissions": [ { @@ -287860,19 +288035,45 @@ "IsAdmin": false } ], + "Command": "Update-MgPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "beta" + }, + { "Uri": "/planner/tasks/{plannerTask-id}/progressTaskBoardFormat", + "Module": "Planner", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPlannerTaskProgressTaskBoardFormat" + "Method": "PATCH", + "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": "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 + } + ], + "Command": "Update-MgPlannerTaskProgressTaskBoardFormat", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/accessReviewPolicy", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.AccessReview", @@ -287880,37 +288081,19 @@ "FullDescription": "Allows the app to read and write your organization's directory access review default policy on your behalf.", "IsAdmin": true }, - "Uri": "/policies/accessReviewPolicy", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyAccessReviewPolicy" + "Command": "Update-MgPolicyAccessReviewPolicy", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "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 - }, "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyActivityBasedTimeoutPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -287918,65 +288101,65 @@ "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": "Update-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/activityBasedTimeoutPolicies/{activityBasedTimeoutPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyActivityBasedTimeoutPolicy" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgPolicyActivityBasedTimeoutPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "Permissions": [], "Uri": "/policies/adminConsentRequestPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyAdminConsentRequestPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPolicyAdminConsentRequestPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/adminConsentRequestPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyAdminConsentRequestPolicy" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPolicyAdminConsentRequestPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "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 - }, "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyAppManagementPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -287984,37 +288167,37 @@ "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": "Update-MgPolicyAppManagementPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/appManagementPolicies/{appManagementPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyAppManagementPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "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.", + "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": "Update-MgPolicyAppManagementPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/authenticationFlowsPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyAuthenticationFlowPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.AuthenticationFlows", @@ -288022,35 +288205,35 @@ "FullDescription": "Allows the app to read and write the authentication flow policies for your tenant, on your behalf.", "IsAdmin": true }, + "Command": "Update-MgPolicyAuthenticationFlowPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/authenticationFlowsPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyAuthenticationFlowPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "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.", + "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 }, + "Command": "Update-MgPolicyAuthenticationFlowPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/authenticationMethodsPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyAuthenticationMethodPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.AuthenticationMethod", @@ -288058,47 +288241,67 @@ "FullDescription": "Allows the app to read and write the authentication method policies for your tenant, on your behalf.", "IsAdmin": true }, + "Command": "Update-MgPolicyAuthenticationMethodPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/authenticationMethodsPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyAuthenticationMethodPolicy" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgPolicyAuthenticationMethodPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "Permissions": [], "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/policies/authenticationMethodsPolicy/authenticationMethodConfigurations/{authenticationMethodConfiguration-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPolicyAuthenticationMethodPolicyAuthenticationMethodConfiguration", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -288114,19 +288317,19 @@ "IsAdmin": true } ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}", + "Command": "Update-MgPolicyAuthenticationStrengthPolicy", + "ApiVersion": "beta" + }, + { + "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", + "Module": "Identity.SignIns", + "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyAuthenticationStrengthPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "POST", "Permissions": [ { @@ -288142,49 +288345,47 @@ "IsAdmin": true } ], - "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/updateAllowedCombinations", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphUpdateAllowedCombinationsResult", - "Command": "Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination" + "Command": "Update-MgPolicyAuthenticationStrengthPolicyAllowedCombination", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "Permissions": [], "Uri": "/policies/authenticationStrengthPolicies/{authenticationStrengthPolicy-id}/combinationConfigurations/{authenticationCombinationConfiguration-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPolicyAuthenticationStrengthPolicyCombinationConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyAuthorizationPolicy" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPolicyAuthorizationPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/authorizationPolicy", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1" + ], "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.Authorization", @@ -288192,32 +288393,32 @@ "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 }, - "Uri": "/policies/authorizationPolicy", - "Variants": [ - "Update1", - "UpdateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyAuthorizationPolicy" + "Command": "Update-MgPolicyAuthorizationPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "Permissions": [], "Uri": "/policies/authorizationPolicy/{authorizationPolicy-id}/defaultUserRoleOverrides/{defaultUserRoleOverride-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyAuthorizationPolicyDefaultUserRoleOverride" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPolicyAuthorizationPolicyDefaultUserRoleOverride", + "ApiVersion": "beta" }, { + "Uri": "/policies/b2cAuthenticationMethodsPolicy", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.AuthenticationMethod", @@ -288225,37 +288426,19 @@ "FullDescription": "Allows the app to read and write the authentication method policies for your tenant, on your behalf.", "IsAdmin": true }, - "Uri": "/policies/b2cAuthenticationMethodsPolicy", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyB2CAuthenticationMethodPolicy" + "Command": "Update-MgPolicyB2CAuthenticationMethodPolicy", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "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 - }, "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyClaimMappingPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -288263,37 +288446,37 @@ "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": "Update-MgPolicyClaimMappingPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/claimsMappingPolicies/{claimsMappingPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyClaimMappingPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "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.", + "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": "Update-MgPolicyClaimMappingPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/crossTenantAccessPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyCrossTenantAccessPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", @@ -288301,17 +288484,17 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, + "Command": "Update-MgPolicyCrossTenantAccessPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/crossTenantAccessPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyCrossTenantAccessPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", @@ -288319,17 +288502,17 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, + "Command": "Update-MgPolicyCrossTenantAccessPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/crossTenantAccessPolicy/default", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", @@ -288337,17 +288520,17 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, + "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault", + "ApiVersion": "beta" + }, + { "Uri": "/policies/crossTenantAccessPolicy/default", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", @@ -288355,19 +288538,19 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, + "Command": "Update-MgPolicyCrossTenantAccessPolicyDefault", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", @@ -288375,19 +288558,19 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, + "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "beta" + }, + { "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.CrossTenantAccess", @@ -288395,37 +288578,37 @@ "FullDescription": "Allows the app to read and write your organization's cross tenant access policies on your behalf.", "IsAdmin": true }, + "Command": "Update-MgPolicyCrossTenantAccessPolicyPartner", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/crossTenantAccessPolicy/partners/{crossTenantAccessPolicyConfigurationPartner-tenantId}/identitySynchronization", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "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.", + "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 }, + "Command": "Update-MgPolicyCrossTenantAccessPolicyPartnerIdentitySynchronization", + "ApiVersion": "beta" + }, + { "Uri": "/policies/defaultAppManagementPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyDefaultAppManagementPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -288433,30 +288616,48 @@ "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": "Update-MgPolicyDefaultAppManagementPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/defaultAppManagementPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyDefaultAppManagementPolicy" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgPolicyDefaultAppManagementPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "Permissions": [], "Uri": "/policies/directoryRoleAccessReviewPolicy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyDirectoryRoleAccessReviewPolicy" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPolicyDirectoryRoleAccessReviewPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/externalIdentitiesPolicy", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.ExternalIdentities", @@ -288464,37 +288665,19 @@ "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 }, - "Uri": "/policies/externalIdentitiesPolicy", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyExternalIdentityPolicy" + "Command": "Update-MgPolicyExternalIdentityPolicy", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "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 - }, "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyFeatureRolloutPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "Directory.ReadWrite.All", @@ -288502,39 +288685,39 @@ "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": "Update-MgPolicyFeatureRolloutPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/featureRolloutPolicies/{featureRolloutPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyFeatureRolloutPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "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.", + "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": "Update-MgPolicyFeatureRolloutPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyHomeRealmDiscoveryPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -288542,19 +288725,37 @@ "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": "Update-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/homeRealmDiscoveryPolicies/{homeRealmDiscoveryPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyHomeRealmDiscoveryPolicy" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgPolicyHomeRealmDiscoveryPolicy", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -288570,17 +288771,17 @@ "IsAdmin": true } ], - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy" + "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "ApiVersion": "beta" }, { + "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -288596,37 +288797,19 @@ "IsAdmin": true } ], - "Uri": "/policies/identitySecurityDefaultsEnforcementPolicy", - "Variants": [ - "Update1", - "UpdateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy" + "Command": "Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "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 - }, "Uri": "/policies/mobileAppManagementPolicies/{mobilityManagementPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyMobileAppManagementPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.MobilityManagement", @@ -288634,39 +288817,39 @@ "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 }, + "Command": "Update-MgPolicyMobileAppManagementPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/mobileDeviceManagementPolicies/{mobilityManagementPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyMobileDeviceManagementPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "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.", + "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 }, + "Command": "Update-MgPolicyMobileDeviceManagementPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyPermissionGrantPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.PermissionGrant", @@ -288674,169 +288857,189 @@ "FullDescription": "Allows the app to manage policies related to consent and permission grants for applications, on behalf of the signed-in user.", "IsAdmin": true }, + "Command": "Update-MgPolicyPermissionGrantPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyPermissionGrantPolicy" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgPolicyPermissionGrantPolicy", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "Permissions": [], "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyPermissionGrantPolicyExclude" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "beta" + }, + { "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyPermissionGrantPolicyExclude" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPolicyPermissionGrantPolicyExclude", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyPermissionGrantPolicyInclude" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPolicyPermissionGrantPolicyInclude", + "ApiVersion": "beta" + }, + { "Uri": "/policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyPermissionGrantPolicyInclude" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPolicyPermissionGrantPolicyInclude", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyRoleManagementPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPolicyRoleManagementPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyRoleManagementPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPolicyRoleManagementPolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyRoleManagementPolicyAssignment" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/policies/roleManagementPolicyAssignments/{unifiedRoleManagementPolicyAssignment-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyRoleManagementPolicyAssignment" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPolicyRoleManagementPolicyAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "beta" + }, + { "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules/{unifiedRoleManagementPolicyRule-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPolicyRoleManagementPolicyEffectiveRule", + "ApiVersion": "v1.0" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -288852,19 +289055,19 @@ "IsAdmin": true } ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyRoleManagementPolicyRule" + "Command": "Update-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "beta" }, { + "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -288880,84 +289083,64 @@ "IsAdmin": true } ], - "Uri": "/policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/rules/{unifiedRoleManagementPolicyRule-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyRoleManagementPolicyRule" + "Command": "Update-MgPolicyRoleManagementPolicyRule", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "Permissions": [], "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyServicePrincipalCreationPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPolicyServicePrincipalCreationPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/excludes/{servicePrincipalCreationConditionSet-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyServicePrincipalCreationPolicyExclude" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPolicyServicePrincipalCreationPolicyExclude", + "ApiVersion": "beta" + }, + { "Uri": "/policies/servicePrincipalCreationPolicies/{servicePrincipalCreationPolicy-id}/includes/{servicePrincipalCreationConditionSet-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyServicePrincipalCreationPolicyInclude" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPolicyServicePrincipalCreationPolicyInclude", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "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 - }, "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyTokenIssuancePolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -288965,19 +289148,19 @@ "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": "Update-MgPolicyTokenIssuancePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/tokenIssuancePolicies/{tokenIssuancePolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyTokenIssuancePolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -288985,19 +289168,19 @@ "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": "Update-MgPolicyTokenIssuancePolicy", + "ApiVersion": "v1.0" + }, + { "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPolicyTokenLifetimePolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": { "Name": "Policy.ReadWrite.ApplicationConfiguration", @@ -289005,65 +289188,65 @@ "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": "Update-MgPolicyTokenLifetimePolicy", + "ApiVersion": "beta" + }, + { "Uri": "/policies/tokenLifetimePolicies/{tokenLifetimePolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPolicyTokenLifetimePolicy" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgPolicyTokenLifetimePolicy", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "PATCH", - "Permissions": [], "Uri": "/print", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrint" - }, - { - "Module": "Devices.CloudPrint", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPrint", + "ApiVersion": "beta" + }, + { "Uri": "/print", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPrint" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrint", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "PATCH", - "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 - }, "Uri": "/print/connectors/{printConnector-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrintConnector" - }, - { - "Module": "Devices.CloudPrint", "Method": "PATCH", "Permissions": { "Name": "PrintConnector.ReadWrite.All", @@ -289071,49 +289254,69 @@ "FullDescription": "Allows the application to read and write print connectors on your behalf.", "IsAdmin": true }, + "Command": "Update-MgPrintConnector", + "ApiVersion": "beta" + }, + { "Uri": "/print/connectors/{printConnector-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPrintConnector" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgPrintConnector", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "PATCH", - "Permissions": [], "Uri": "/print/operations/{printOperation-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrintOperation" - }, - { - "Module": "Devices.CloudPrint", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPrintOperation", + "ApiVersion": "beta" + }, + { "Uri": "/print/operations/{printOperation-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPrintOperation" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrintOperation", + "ApiVersion": "v1.0" }, { + "Uri": "/print/printers/{printer-id}", "Module": "Devices.CloudPrint", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -289129,19 +289332,19 @@ "IsAdmin": true } ], - "Uri": "/print/printers/{printer-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrintPrinter" + "Command": "Update-MgPrintPrinter", + "ApiVersion": "beta" }, { + "Uri": "/print/printers/{printer-id}", "Module": "Devices.CloudPrint", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -289157,124 +289360,124 @@ "IsAdmin": true } ], - "Uri": "/print/printers/{printer-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPrintPrinter" + "Command": "Update-MgPrintPrinter", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "PATCH", - "Permissions": [], "Uri": "/print/printerShares/{printerShare-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrintPrinterShare" - }, - { - "Module": "Devices.CloudPrint", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPrintPrinterShare", + "ApiVersion": "beta" + }, + { "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrintPrinterTaskTrigger" - }, - { - "Module": "Devices.CloudPrint", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPrintPrinterTaskTrigger", + "ApiVersion": "beta" + }, + { "Uri": "/print/printers/{printer-id}/taskTriggers/{printTaskTrigger-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPrintPrinterTaskTrigger" - }, - { - "Module": "Devices.CloudPrint", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPrintPrinterTaskTrigger", + "ApiVersion": "v1.0" + }, + { "Uri": "/print/services/{printService-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrintService" - }, - { - "Module": "Devices.CloudPrint", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPrintService", + "ApiVersion": "beta" + }, + { "Uri": "/print/services/{printService-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPrintService" - }, - { - "Module": "Devices.CloudPrint", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPrintService", + "ApiVersion": "v1.0" + }, + { "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrintServiceEndpoint" - }, - { - "Module": "Devices.CloudPrint", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPrintServiceEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/print/services/{printService-id}/endpoints/{printServiceEndpoint-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPrintServiceEndpoint" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrintServiceEndpoint", + "ApiVersion": "v1.0" }, { + "Uri": "/print/shares/{printerShare-id}", "Module": "Devices.CloudPrint", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": { "Name": "PrinterShare.ReadWrite.All", @@ -289282,19 +289485,19 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, - "Uri": "/print/shares/{printerShare-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrintShare" + "Command": "Update-MgPrintShare", + "ApiVersion": "beta" }, { + "Uri": "/print/shares/{printerShare-id}", "Module": "Devices.CloudPrint", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "PrinterShare.ReadWrite.All", @@ -289302,39 +289505,34 @@ "FullDescription": "Allows the application to read and update printer shares on your behalf. ", "IsAdmin": true }, - "Uri": "/print/shares/{printerShare-id}", + "Command": "Update-MgPrintShare", + "ApiVersion": "v1.0" + }, + { + "Uri": "/print/shares/{printerShare-id}/allowedUsers/{user-id}/mailboxSettings", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPrintShare" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrintShareAllowedUserMailboxSetting", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CloudPrint", - "Method": "PATCH", - "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrintTaskDefinition" - }, - { - "Module": "Devices.CloudPrint", "Method": "PATCH", "Permissions": { "Name": "N/A", @@ -289342,19 +289540,19 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Update-MgPrintTaskDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/print/taskDefinitions/{printTaskDefinition-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPrintTaskDefinition" - }, - { - "Module": "Devices.CloudPrint", "Method": "PATCH", "Permissions": { "Name": "N/A", @@ -289362,19 +289560,19 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Update-MgPrintTaskDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrintTaskDefinitionTask" - }, - { - "Module": "Devices.CloudPrint", "Method": "PATCH", "Permissions": { "Name": "N/A", @@ -289382,319 +289580,339 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Update-MgPrintTaskDefinitionTask", + "ApiVersion": "beta" + }, + { "Uri": "/print/taskDefinitions/{printTaskDefinition-id}/tasks/{printTask-id}", + "Module": "Devices.CloudPrint", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgPrintTaskDefinitionTask" + "Method": "PATCH", + "Permissions": { + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false + }, + "Command": "Update-MgPrintTaskDefinitionTask", + "ApiVersion": "v1.0" }, { - "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], "Uri": "/privilegedAccess/{privilegedAccess-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedAccess" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPrivilegedAccess", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedAccessResource" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgPrivilegedAccessResource", + "ApiVersion": "beta" + }, + { "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedAccessResourceRoleAssignment" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedAccessResourceRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "Module": "Identity.Governance", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "Command": "Update-MgPrivilegedAccessResourceRoleAssignmentRequest", + "ApiVersion": "beta" + }, + { + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedAccessResourceRoleAssignmentRequest" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition", + "ApiVersion": "beta" }, { + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedAccessResourceRoleAssignmentRequestRoleDefinition" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedAccessResourceRoleAssignmentRequestSubject", + "ApiVersion": "beta" }, { + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedAccessResourceRoleAssignmentRequestSubject" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedAccessResourceRoleAssignmentRoleDefinition", + "ApiVersion": "beta" }, { + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedAccessResourceRoleAssignmentRoleDefinition" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedAccessResourceRoleAssignmentSubject", + "ApiVersion": "beta" }, { + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedAccessResourceRoleAssignmentSubject" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedAccessResourceRoleDefinition", + "ApiVersion": "beta" }, { + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleDefinitions/{governanceRoleDefinition-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedAccessResourceRoleDefinition" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedAccessResourceRoleSetting", + "ApiVersion": "beta" }, { + "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedAccessResourceRoleSetting" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedAccessResourceRoleSettingRoleDefinition", + "ApiVersion": "beta" }, { + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/resources/{governanceResource-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedAccessResourceRoleSettingRoleDefinition" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedAccessRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedAccessRoleAssignment" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedAccessRoleAssignmentRequest", + "ApiVersion": "beta" }, { + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedAccessRoleAssignmentRequest" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedAccessRoleAssignmentRequestRoleDefinition", + "ApiVersion": "beta" }, { + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/roleDefinition", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedAccessRoleAssignmentRequestRoleDefinition" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedAccessRoleAssignmentRequestSubject", + "ApiVersion": "beta" }, { + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignmentRequests/{governanceRoleAssignmentRequest-id}/subject", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedAccessRoleAssignmentRequestSubject" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedAccessRoleAssignmentRoleDefinition", + "ApiVersion": "beta" }, { + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/roleDefinition", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedAccessRoleAssignmentRoleDefinition" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedAccessRoleAssignmentSubject", + "ApiVersion": "beta" }, { + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleAssignments/{governanceRoleAssignment-id}/subject", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedAccessRoleAssignmentSubject" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedAccessRoleDefinition", + "ApiVersion": "beta" }, { + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleDefinitions/{governanceRoleDefinition-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedAccessRoleDefinition" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedAccessRoleSetting", + "ApiVersion": "beta" }, { + "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedAccessRoleSetting" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedAccessRoleSettingRoleDefinition", + "ApiVersion": "beta" }, { + "Uri": "/privilegedApproval/{privilegedApproval-id}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedAccess/{privilegedAccess-id}/roleSettings/{governanceRoleSetting-id}/roleDefinition", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedAccessRoleSettingRoleDefinition" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": { "Name": "PrivilegedAccess.ReadWrite.AzureAD", @@ -289702,244 +289920,244 @@ "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 }, - "Uri": "/privilegedApproval/{privilegedApproval-id}", + "Command": "Update-MgPrivilegedApproval", + "ApiVersion": "beta" + }, + { + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedApproval" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedApprovalRoleInfo", + "ApiVersion": "beta" }, { + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedApprovalRoleInfo" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedApprovalRoleInfoSetting", + "ApiVersion": "beta" }, { + "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/settings", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedApprovalRoleInfoSetting" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedApprovalRoleInfoSummary", + "ApiVersion": "beta" }, { + "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedApproval/{privilegedApproval-id}/roleInfo/summary", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedApprovalRoleInfoSummary" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedOperationEvent", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoles/{privilegedRole-id}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedOperationEvents/{privilegedOperationEvent-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedOperationEvent" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedRole", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedRoles/{privilegedRole-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedRole" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedRoleAssignment", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedRoleAssignment" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedRoleAssignmentRequest", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedRoleAssignmentRequest" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedRoleAssignmentRequestRoleInfo", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedRoleAssignmentRequestRoleInfo" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedRoleAssignmentRequestRoleInfoSetting", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/settings", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedRoleAssignmentRequestRoleInfoSetting" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedRoleAssignmentRequestRoleInfoSummary", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedRoleAssignmentRequests/{privilegedRoleAssignmentRequest-id}/roleInfo/summary", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedRoleAssignmentRequestRoleInfoSummary" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedRoleAssignmentRoleInfo", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedRoleAssignmentRoleInfo" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedRoleAssignmentRoleInfoSetting", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/settings", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedRoleAssignmentRoleInfoSetting" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedRoleAssignmentRoleInfoSummary", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoles/{privilegedRole-id}/settings", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedRoleAssignments/{privilegedRoleAssignment-id}/roleInfo/summary", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedRoleAssignmentRoleInfoSummary" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedRoleSetting", + "ApiVersion": "beta" }, { + "Uri": "/privilegedRoles/{privilegedRole-id}/summary", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedRoles/{privilegedRole-id}/settings", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedRoleSetting" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgPrivilegedRoleSummary", + "ApiVersion": "beta" }, { + "Uri": "/programs/{program-id}", "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], - "Uri": "/privilegedRoles/{privilegedRole-id}/summary", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgPrivilegedRoleSummary" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": { "Name": "ProgramControl.ReadWrite.All", @@ -289947,22 +290165,13 @@ "FullDescription": "Allows the app to read, update and perform action on programs and program controls that you have access to.", "IsAdmin": true }, - "Uri": "/programs/{program-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgProgram" + "Command": "Update-MgProgram", + "ApiVersion": "beta" }, { - "Module": "Identity.Governance", - "Method": "PATCH", - "Permissions": [], "Uri": "/programControls/{programControl-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -289977,15 +290186,15 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgProgramControl" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgProgramControl", + "ApiVersion": "beta" + }, + { "Uri": "/programControls/{programControl-id}/program", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -289996,192 +290205,199 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgProgramControlProgram" - }, - { - "Module": "Identity.Governance", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgProgramControlProgram", + "ApiVersion": "beta" + }, + { "Uri": "/programControlTypes/{programControlType-id}", + "Module": "Identity.Governance", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgProgramControlType" - }, - { - "Module": "Reports", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgProgramControlType", + "ApiVersion": "beta" + }, + { "Uri": "/reports/authenticationMethods/userRegistrationDetails/{userRegistrationDetails-id}", + "Module": "Reports", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgReportAuthenticationMethodUserRegistrationDetail" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgReportAuthenticationMethodUserRegistrationDetail", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRiskDetection" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRiskDetection", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskDetections/{riskDetection-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRiskDetection" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRiskDetection", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRiskyServicePrincipal" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRiskyServicePrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRiskyServicePrincipal" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRiskyServicePrincipal", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRiskyServicePrincipalHistory" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRiskyServicePrincipalHistory", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyServicePrincipals/{riskyServicePrincipal-id}/history/{riskyServicePrincipalHistoryItem-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRiskyServicePrincipalHistory" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRiskyServicePrincipalHistory", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRiskyUser" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRiskyUser", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyUsers/{riskyUser-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRiskyUser" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRiskyUser", + "ApiVersion": "v1.0" + }, + { "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRiskyUserHistory" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRiskyUserHistory", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/riskyUsers/{riskyUser-id}/history/{riskyUserHistoryItem-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRiskyUserHistory" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgRiskyUserHistory", + "ApiVersion": "v1.0" }, { + "Uri": "/roleManagement", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -290197,17 +290413,17 @@ "IsAdmin": true } ], - "Uri": "/roleManagement", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagement" + "Command": "Update-MgRoleManagement", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -290223,105 +290439,107 @@ "IsAdmin": true } ], - "Uri": "/roleManagement", - "Variants": [ - "Update1", - "UpdateExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagement" + "Command": "Update-MgRoleManagement", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "PATCH", - "Permissions": [], "Uri": "/roleManagement/cloudPC", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementCloudPc" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementCloudPc", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementCloudPcResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementCloudPcResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementCloudPcResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementCloudPcResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementCloudPcResourceNamespaceResourceActionResourceScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementCloudPcResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementCloudPcRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementCloudPcRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/cloudPC/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementCloudPcRoleAssignmentAppScope" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgRoleManagementCloudPcRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -290355,34 +290573,32 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementCloudPcRoleDefinition" + "Command": "Update-MgRoleManagementCloudPcRoleDefinition", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "PATCH", - "Permissions": [], "Uri": "/roleManagement/cloudPC/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgRoleManagementCloudPcRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -290398,92 +290614,94 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/deviceManagement", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDeviceManagement" + "Command": "Update-MgRoleManagementDeviceManagement", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "PATCH", - "Permissions": [], "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDeviceManagementResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDeviceManagementResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDeviceManagementResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDeviceManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDeviceManagementResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDeviceManagementRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDeviceManagementRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/deviceManagement/roleAssignments/{unifiedRoleAssignmentMultiple-id}/appScopes/{appScope-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDeviceManagementRoleAssignmentAppScope" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgRoleManagementDeviceManagementRoleAssignmentAppScope", + "ApiVersion": "beta" }, { + "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", "Module": "DeviceManagement.Enrolment", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -290517,335 +290735,315 @@ "IsAdmin": true } ], - "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDeviceManagementRoleDefinition" + "Command": "Update-MgRoleManagementDeviceManagementRoleDefinition", + "ApiVersion": "beta" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "PATCH", - "Permissions": [], "Uri": "/roleManagement/deviceManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDeviceManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectory" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectory", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectory" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectory", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryResourceNamespace", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceAction", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceActionResourceScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentApproval" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentApproval", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentApprovalStep" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentApprovalStep", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentAppScope", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentSchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "PATCH", - "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 - }, "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": { "Name": "RoleManagement.ReadWrite.Directory", @@ -290853,798 +291051,798 @@ "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": "Update-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleDefinition" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgRoleManagementDirectoryRoleDefinition", + "ApiVersion": "v1.0" }, { - "Module": "DeviceManagement.Enrolment", - "Method": "PATCH", - "Permissions": [], "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryRoleEligibilitySchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryTransitiveRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryTransitiveRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/directory/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementDirectoryTransitiveRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementDirectoryTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagement" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagement", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagement" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagement", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespace", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceAction", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentApproval" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentApproval", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentApprovals/{approval-id}/steps/{approvalStep-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentApprovalStep", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentAppScope", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentSchedules/{unifiedRoleAssignmentSchedule-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentSchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleInstances/{unifiedRoleAssignmentScheduleInstance-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleAssignmentScheduleRequests/{unifiedRoleAssignmentScheduleRequest-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleAssignmentScheduleRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinition", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleDefinitionInheritPermissionFrom", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilitySchedules/{unifiedRoleEligibilitySchedule-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilitySchedule", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleInstances/{unifiedRoleEligibilityScheduleInstance-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleInstance", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/roleEligibilityScheduleRequests/{unifiedRoleEligibilityScheduleRequest-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementRoleEligibilityScheduleRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementTransitiveRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementTransitiveRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/entitlementManagement/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementEntitlementManagementTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementExchange" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementExchange", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementExchangeResourceNamespace" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementExchangeResourceNamespace", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementExchangeResourceNamespaceResourceAction" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementExchangeResourceNamespaceResourceAction", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/resourceNamespaces/{unifiedRbacResourceNamespace-id}/resourceActions/{unifiedRbacResourceAction-id}/resourceScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementExchangeResourceNamespaceResourceActionResourceScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementExchangeResourceNamespaceResourceActionResourceScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementExchangeRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementExchangeRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementExchangeRoleAssignmentAppScope" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementExchangeRoleAssignmentAppScope", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementExchangeRoleDefinition" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementExchangeRoleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/roleDefinitions/{unifiedRoleDefinition-id}/inheritsPermissionsFrom/{unifiedRoleDefinition-id1}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementExchangeRoleDefinitionInheritPermissionFrom" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementExchangeRoleDefinitionInheritPermissionFrom", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementExchangeTransitiveRoleAssignment" - }, - { - "Module": "DeviceManagement.Enrolment", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgRoleManagementExchangeTransitiveRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/roleManagement/exchange/transitiveRoleAssignments/{unifiedRoleAssignment-id}/appScope", + "Module": "DeviceManagement.Enrolment", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgRoleManagementExchangeTransitiveRoleAssignmentAppScope" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgRoleManagementExchangeTransitiveRoleAssignmentAppScope", + "ApiVersion": "beta" }, { - "Module": "SchemaExtensions", - "Method": "PATCH", - "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 - }, "Uri": "/schemaExtensions/{schemaExtension-id}", + "Module": "SchemaExtensions", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSchemaExtension" - }, - { - "Module": "SchemaExtensions", "Method": "PATCH", "Permissions": { "Name": "Application.ReadWrite.All", @@ -291652,19 +291850,39 @@ "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 }, + "Command": "Update-MgSchemaExtension", + "ApiVersion": "beta" + }, + { "Uri": "/schemaExtensions/{schemaExtension-id}", + "Module": "SchemaExtensions", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSchemaExtension" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgSchemaExtension", + "ApiVersion": "v1.0" }, { + "Uri": "/search/acronyms/{acronym-id}", "Module": "Search", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -291680,19 +291898,19 @@ "IsAdmin": true } ], - "Uri": "/search/acronyms/{acronym-id}", + "Command": "Update-MgSearchAcronym", + "ApiVersion": "beta" + }, + { + "Uri": "/search/bookmarks/{bookmark-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSearchAcronym" - }, - { - "Module": "Search", "Method": "PATCH", "Permissions": [ { @@ -291708,95 +291926,75 @@ "IsAdmin": true } ], - "Uri": "/search/bookmarks/{bookmark-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSearchBookmark" + "Command": "Update-MgSearchBookmark", + "ApiVersion": "beta" }, { - "Module": "Search", - "Method": "PATCH", - "Permissions": [], "Uri": "/search", + "Module": "Search", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSearchEntity" - }, - { - "Module": "Search", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSearchEntity", + "ApiVersion": "beta" + }, + { "Uri": "/search", + "Module": "Search", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSearchEntity" - }, - { - "Module": "Search", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSearchEntity", + "ApiVersion": "v1.0" + }, + { "Uri": "/search/qnas/{qna-id}", + "Module": "Search", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSearchQna" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSearchQna", + "ApiVersion": "beta" + }, + { "Uri": "/security/securityActions/{securityAction-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityAction" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSecurityAction", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "PATCH", - "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 - }, "Uri": "/security/alerts/{alert-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityAlert" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": { "Name": "SecurityEvents.ReadWrite.All", @@ -291804,52 +292002,52 @@ "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 }, + "Command": "Update-MgSecurityAlert", + "ApiVersion": "beta" + }, + { "Uri": "/security/alerts/{alert-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityAlert" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgSecurityAlert", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "POST", - "Permissions": [], "Uri": "/security/alerts/updateAlerts", + "Module": "Security", + "OutputType": "IMicrosoftGraphAlert", "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphAlert", - "Command": "Update-MgSecurityAlertMultiple" + "Method": "POST", + "Permissions": [], + "Command": "Update-MgSecurityAlertMultiple", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "PATCH", - "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 - }, "Uri": "/security/alerts_v2/{alert-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityAlertV2" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": { "Name": "SecurityAlert.ReadWrite.All", @@ -291857,135 +292055,155 @@ "FullDescription": "Allows the app to read and write all alerts that you have access to.", "IsAdmin": true }, + "Command": "Update-MgSecurityAlertV2", + "ApiVersion": "beta" + }, + { "Uri": "/security/alerts_v2/{alert-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityAlertV2" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgSecurityAlertV2", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "PATCH", - "Permissions": [], "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityAttackSimulationAutomation" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityAttackSimulationAutomation", + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityAttackSimulationAutomation" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityAttackSimulationAutomation", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityAttackSimulationAutomationRun" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityAttackSimulationAutomationRun", + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/simulationAutomations/{simulationAutomation-id}/runs/{simulationAutomationRun-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityAttackSimulationAutomationRun" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityAttackSimulationAutomationRun", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/attackSimulation/operations/{attackSimulationOperation-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityAttackSimulationOperation" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityAttackSimulationOperation", + "ApiVersion": "beta" + }, + { "Uri": "/security/attackSimulation/payloads/{payload-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityAttackSimulationPayload" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityAttackSimulationPayload", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityCase" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityCase", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityCase" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSecurityCase", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -292001,19 +292219,19 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCase" + "Command": "Update-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -292029,49 +292247,47 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCase" + "Command": "Update-MgSecurityCaseEdiscoveryCase", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "PATCH", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodian", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", "Module": "Security", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -292087,17 +292303,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", - "Variants": [ - "Update1", - "UpdateViaIdentity1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex" + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", "Module": "Security", + "OutputType": null, + "Variants": [ + "Update", + "UpdateViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -292113,107 +292329,109 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/updateIndex", - "Variants": [ - "Update", - "UpdateViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex" + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianIndex", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "PATCH", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/siteSources/{siteSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/unifiedGroupSources/{unifiedGroupSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/custodians/{ediscoveryCustodian-id}/userSources/{userSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseCustodianUserSource", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -292229,79 +292447,77 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseLegalHold" + "Command": "Update-MgSecurityCaseEdiscoveryCaseLegalHold", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "PATCH", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/siteSources/{siteSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/legalHolds/{ediscoveryHoldPolicy-id}/userSources/{userSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseLegalHoldUserSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSource", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", "Module": "Security", + "OutputType": null, + "Variants": [ + "Update", + "UpdateViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -292317,17 +292533,17 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", - "Variants": [ - "Update", - "UpdateViaIdentity" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex" + "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", "Module": "Security", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateViaIdentity1" + ], "Method": "POST", "Permissions": [ { @@ -292343,120 +292559,94 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/noncustodialDataSources/{ediscoveryNoncustodialDataSource-id}/updateIndex", - "Variants": [ - "Update1", - "UpdateViaIdentity1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex" + "Command": "Update-MgSecurityCaseEdiscoveryCaseNoncustodialDataSourceIndex", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "PATCH", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/operations/{caseOperation-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/files/{ediscoveryFile-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetFile" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetFile", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "PATCH", - "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.", - "IsAdmin": true - }, - { - "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 - } - ], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [ { @@ -292472,19 +292662,19 @@ "IsAdmin": true } ], + "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/reviewSets/{ediscoveryReviewSet-id}/queries/{ediscoveryReviewSetQuery-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [ { @@ -292500,19 +292690,19 @@ "IsAdmin": true } ], + "Command": "Update-MgSecurityCaseEdiscoveryCaseReviewSetQuery", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [ { @@ -292528,69 +292718,77 @@ "IsAdmin": true } ], + "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch" + "Method": "PATCH", + "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.", + "IsAdmin": true + }, + { + "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 + } + ], + "Command": "Update-MgSecurityCaseEdiscoveryCaseSearch", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "PATCH", - "Permissions": [], "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/searches/{ediscoverySearch-id}/additionalSources/{dataSource-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSecurityCaseEdiscoveryCaseSearchAdditionalSource", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "PATCH", - "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 - }, "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": { "Name": "eDiscovery.ReadWrite.All", @@ -292598,19 +292796,39 @@ "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 }, + "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting", + "ApiVersion": "beta" + }, + { "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/settings", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgSecurityCaseEdiscoveryCaseSetting", + "ApiVersion": "v1.0" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -292626,19 +292844,19 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseTag" + "Command": "Update-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "beta" }, { + "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -292654,99 +292872,79 @@ "IsAdmin": true } ], - "Uri": "/security/cases/ediscoveryCases/{ediscoveryCase-id}/tags/{ediscoveryReviewTag-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityCaseEdiscoveryCaseTag" + "Command": "Update-MgSecurityCaseEdiscoveryCaseTag", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "PATCH", - "Permissions": [], "Uri": "/security/cloudAppSecurityProfiles/{cloudAppSecurityProfile-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityCloudAppSecurityProfile" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityCloudAppSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/domainSecurityProfiles/{domainSecurityProfile-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityDomainSecurityProfile" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityDomainSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/fileSecurityProfiles/{fileSecurityProfile-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityFileSecurityProfile" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityFileSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/hostSecurityProfiles/{hostSecurityProfile-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityHostSecurityProfile" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSecurityHostSecurityProfile", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "PATCH", - "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 - }, "Uri": "/security/incidents/{incident-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityIncident" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": { "Name": "SecurityIncident.ReadWrite.All", @@ -292754,103 +292952,123 @@ "FullDescription": "Allows the app to read and write to all security incidents that you have access to.", "IsAdmin": true }, + "Command": "Update-MgSecurityIncident", + "ApiVersion": "beta" + }, + { "Uri": "/security/incidents/{incident-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityIncident" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgSecurityIncident", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "PATCH", - "Permissions": [], "Uri": "/security/informationProtection", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityInformationProtection" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityInformationProtection", + "ApiVersion": "beta" + }, + { "Uri": "/security/informationProtection/labelPolicySettings", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityInformationProtectionLabelPolicySetting" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityInformationProtectionLabelPolicySetting", + "ApiVersion": "beta" + }, + { "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityInformationProtectionSensitivityLabel" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityInformationProtectionSensitivityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/security/informationProtection/sensitivityLabels/{sensitivityLabel-id}/parent", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityInformationProtectionSensitivityLabelParent" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityInformationProtectionSensitivityLabelParent", + "ApiVersion": "beta" + }, + { "Uri": "/security/ipSecurityProfiles/{ipSecurityProfile-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityIPSecurityProfile" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityIPSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/labels", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityLabel" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSecurityLabel", + "ApiVersion": "beta" }, { + "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "RecordsManagement.ReadWrite.All", @@ -292858,99 +293076,79 @@ "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 }, - "Uri": "/security/labels/retentionLabels/{retentionLabel-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityLabelRetentionLabel" + "Command": "Update-MgSecurityLabelRetentionLabel", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "PATCH", - "Permissions": [], "Uri": "/security/labels/retentionLabels/{retentionLabel-id}/dispositionReviewStages/{dispositionReviewStage-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityLabelRetentionLabelDispositionReviewStage" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityLabelRetentionLabelDispositionReviewStage", + "ApiVersion": "beta" + }, + { "Uri": "/security/providerTenantSettings/{providerTenantSetting-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityProviderTenantSetting" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityProviderTenantSetting", + "ApiVersion": "beta" + }, + { "Uri": "/security/secureScores/{secureScore-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecuritySecureScore" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecuritySecureScore", + "ApiVersion": "beta" + }, + { "Uri": "/security/secureScores/{secureScore-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecuritySecureScore" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSecuritySecureScore", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "PATCH", - "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 - }, "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecuritySecureScoreControlProfile" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": { "Name": "SecurityEvents.ReadWrite.All", @@ -292958,19 +293156,39 @@ "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 }, + "Command": "Update-MgSecuritySecureScoreControlProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/secureScoreControlProfiles/{secureScoreControlProfile-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecuritySecureScoreControlProfile" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgSecuritySecureScoreControlProfile", + "ApiVersion": "v1.0" }, { + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "SubjectRightsRequest.ReadWrite.All", @@ -292978,255 +293196,285 @@ "FullDescription": "Allows the app to read and write subject rights requests on your behalf.", "IsAdmin": true }, - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}", + "Command": "Update-MgSecuritySubjectRightsRequest", + "ApiVersion": "beta" + }, + { + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/approvers/{user-id}/mailboxSettings", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecuritySubjectRightsRequest" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSecuritySubjectRightsRequestApproverMailboxSetting", + "ApiVersion": "beta" }, { + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/collaborators/{user-id}/mailboxSettings", "Module": "Security", - "Method": "PATCH", - "Permissions": [], - "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecuritySubjectRightsRequestNote" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSecuritySubjectRightsRequestCollaboratorMailboxSetting", + "ApiVersion": "beta" }, { + "Uri": "/security/subjectRightsRequests/{subjectRightsRequest-id}/notes/{authoredNote-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecuritySubjectRightsRequestNote", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityThreatIntelligence" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityThreatIntelligence", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/articles/{article-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityThreatIntelligenceArticle" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityThreatIntelligenceArticle", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/articleIndicators/{articleIndicator-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityThreatIntelligenceArticleIndicator" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityThreatIntelligenceArticleIndicator", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityThreatIntelligenceHost" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityThreatIntelligenceHost", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostComponents/{hostComponent-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityThreatIntelligenceHostComponent" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityThreatIntelligenceHostComponent", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostCookies/{hostCookie-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityThreatIntelligenceHostCooky" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityThreatIntelligenceHostCooky", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hosts/{host-id}/reputation", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityThreatIntelligenceHostReputation" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityThreatIntelligenceHostReputation", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/hostTrackers/{hostTracker-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityThreatIntelligenceHostTracker" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityThreatIntelligenceHostTracker", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/intelProfiles/{intelligenceProfile-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityThreatIntelligenceIntelProfile" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityThreatIntelligenceIntelProfile", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/passiveDnsRecords/{passiveDnsRecord-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityThreatIntelligencePassiveDnsRecord" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityThreatIntelligencePassiveDnsRecord", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/intelligenceProfileIndicators/{intelligenceProfileIndicator-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityThreatIntelligenceProfileIndicator" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityThreatIntelligenceProfileIndicator", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityThreatIntelligenceVulnerability" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityThreatIntelligenceVulnerability", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatIntelligence/vulnerabilities/{vulnerability-id}/components/{vulnerabilityComponent-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityThreatIntelligenceVulnerabilityComponent" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityThreatIntelligenceVulnerabilityComponent", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatSubmission", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityThreatSubmission" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityThreatSubmission", + "ApiVersion": "beta" + }, + { "Uri": "/security/threatSubmission/emailThreats/{emailThreatSubmission-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityThreatSubmissionEmailThreat" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSecurityThreatSubmissionEmailThreat", + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", "Module": "Security", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "ThreatSubmissionPolicies.ReadWrite.All", @@ -293234,49 +293482,49 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/security/threatSubmission/emailThreatSubmissionPolicies/{emailThreatSubmissionPolicy-id}", + "Command": "Update-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy", + "ApiVersion": "beta" + }, + { + "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityThreatSubmissionEmailThreatSubmissionPolicy" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSecurityThreatSubmissionFileThreat", + "ApiVersion": "beta" }, { + "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", "Module": "Security", - "Method": "PATCH", - "Permissions": [], - "Uri": "/security/threatSubmission/fileThreats/{fileThreatSubmission-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityThreatSubmissionFileThreat" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSecurityThreatSubmissionUrlThreat", + "ApiVersion": "beta" }, { + "Uri": "/security/tiIndicators/{tiIndicator-id}", "Module": "Security", - "Method": "PATCH", - "Permissions": [], - "Uri": "/security/threatSubmission/urlThreats/{urlThreatSubmission-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityThreatSubmissionUrlThreat" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": { "Name": "ThreatIndicators.ReadWrite.OwnedBy", @@ -293284,134 +293532,114 @@ "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 }, - "Uri": "/security/tiIndicators/{tiIndicator-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityTiIndicator" + "Command": "Update-MgSecurityTiIndicator", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "POST", - "Permissions": [], "Uri": "/security/tiIndicators/updateTiIndicators", + "Module": "Security", + "OutputType": "IMicrosoftGraphTiIndicator", "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "beta", - "OutputType": "IMicrosoftGraphTiIndicator", - "Command": "Update-MgSecurityTiIndicatorMultiple" + "Method": "POST", + "Permissions": [], + "Command": "Update-MgSecurityTiIndicatorMultiple", + "ApiVersion": "beta" }, { - "Module": "Security", - "Method": "PATCH", - "Permissions": [], "Uri": "/security/triggers", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityTrigger" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityTrigger", + "ApiVersion": "beta" + }, + { "Uri": "/security/triggers", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityTrigger" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityTrigger", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityTriggerRetentionEvent" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityTriggerRetentionEvent", + "ApiVersion": "beta" + }, + { "Uri": "/security/triggers/retentionEvents/{retentionEvent-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityTriggerRetentionEvent" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityTriggerRetentionEvent", + "ApiVersion": "v1.0" + }, + { "Uri": "/security/triggerTypes", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityTriggerType" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityTriggerType", + "ApiVersion": "beta" + }, + { "Uri": "/security/triggerTypes", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityTriggerType" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSecurityTriggerType", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "PATCH", - "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 - }, "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityTriggerTypeRetentionEventType" - }, - { - "Module": "Security", "Method": "PATCH", "Permissions": { "Name": "RecordsManagement.ReadWrite.All", @@ -293419,204 +293647,204 @@ "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 }, + "Command": "Update-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "beta" + }, + { "Uri": "/security/triggerTypes/retentionEventTypes/{retentionEventType-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSecurityTriggerTypeRetentionEventType" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgSecurityTriggerTypeRetentionEventType", + "ApiVersion": "v1.0" }, { - "Module": "Security", - "Method": "PATCH", - "Permissions": [], "Uri": "/security/userSecurityProfiles/{userSecurityProfile-id}", + "Module": "Security", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSecurityUserSecurityProfile" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSecurityUserSecurityProfile", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgServiceAnnouncementHealthOverview" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServiceAnnouncementHealthOverview", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgServiceAnnouncementHealthOverview" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServiceAnnouncementHealthOverview", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgServiceAnnouncementHealthOverviewIssue" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/healthOverviews/{serviceHealth-id}/issues/{serviceHealthIssue-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgServiceAnnouncementHealthOverviewIssue" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServiceAnnouncementHealthOverviewIssue", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgServiceAnnouncementIssue" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServiceAnnouncementIssue", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/issues/{serviceHealthIssue-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgServiceAnnouncementIssue" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServiceAnnouncementIssue", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgServiceAnnouncementMessage" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServiceAnnouncementMessage", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgServiceAnnouncementMessage" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServiceAnnouncementMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgServiceAnnouncementMessageAttachment" - }, - { - "Module": "Devices.ServiceAnnouncement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServiceAnnouncementMessageAttachment", + "ApiVersion": "beta" + }, + { "Uri": "/admin/serviceAnnouncement/messages/{serviceUpdateMessage-id}/attachments/{serviceAnnouncementAttachment-id}", + "Module": "Devices.ServiceAnnouncement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgServiceAnnouncementMessageAttachment" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgServiceAnnouncementMessageAttachment", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "PATCH", - "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 - }, "Uri": "/servicePrincipals/{servicePrincipal-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgServicePrincipal" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": { "Name": "Application.ReadWrite.All", @@ -293624,154 +293852,174 @@ "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 }, + "Command": "Update-MgServicePrincipal", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgServicePrincipal" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgServicePrincipal", + "ApiVersion": "v1.0" }, { - "Module": "Applications", - "Method": "PATCH", - "Permissions": [], "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgServicePrincipalAppRoleAssignedTo" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignedTo/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgServicePrincipalAppRoleAssignedTo" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServicePrincipalAppRoleAssignedTo", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgServicePrincipalAppRoleAssignment" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/appRoleAssignments/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgServicePrincipalAppRoleAssignment" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServicePrincipalAppRoleAssignment", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgServicePrincipalDelegatedPermissionClassification" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/delegatedPermissionClassifications/{delegatedPermissionClassification-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgServicePrincipalDelegatedPermissionClassification" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServicePrincipalDelegatedPermissionClassification", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgServicePrincipalEndpoint" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServicePrincipalEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/endpoints/{endpoint-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgServicePrincipalEndpoint" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServicePrincipalEndpoint", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/licenseDetails/{licenseDetails-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgServicePrincipalLicenseDetail" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgServicePrincipalLicenseDetail", + "ApiVersion": "beta" }, { + "Uri": "/servicePrincipals/{servicePrincipal-id}/updatePasswordSingleSignOnCredentials", "Module": "Applications", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -293793,307 +294041,298 @@ "IsAdmin": true } ], - "Uri": "/servicePrincipals/{servicePrincipal-id}/updatePasswordSingleSignOnCredentials", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgServicePrincipalPasswordSingleSignOnCredentials" + "Command": "Update-MgServicePrincipalPasswordSingleSignOnCredentials", + "ApiVersion": "beta" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "Permissions": [], "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgServicePrincipalRiskDetection" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServicePrincipalRiskDetection", + "ApiVersion": "beta" + }, + { "Uri": "/identityProtection/servicePrincipalRiskDetections/{servicePrincipalRiskDetection-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgServicePrincipalRiskDetection" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServicePrincipalRiskDetection", + "ApiVersion": "v1.0" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgServicePrincipalSynchronization" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServicePrincipalSynchronization", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgServicePrincipalSynchronizationJob" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServicePrincipalSynchronizationJob", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgServicePrincipalSynchronizationJobSchema" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServicePrincipalSynchronizationJobSchema", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/jobs/{synchronizationJob-id}/schema/directories/{directoryDefinition-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgServicePrincipalSynchronizationJobSchemaDirectory" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServicePrincipalSynchronizationJobSchemaDirectory", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgServicePrincipalSynchronizationTemplate" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServicePrincipalSynchronizationTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgServicePrincipalSynchronizationTemplateSchema" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServicePrincipalSynchronizationTemplateSchema", + "ApiVersion": "beta" + }, + { "Uri": "/servicePrincipals/{servicePrincipal-id}/synchronization/templates/{synchronizationTemplate-id}/schema/directories/{directoryDefinition-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgServicePrincipalSynchronizationTemplateSchemaDirectory", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgShareList" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareList", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgShareList" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareList", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgShareListColumn" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgShareListColumn" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgShareListContentType" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgShareListContentType" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgShareListContentTypeColumn" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgShareListContentTypeColumn" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgShareListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgShareListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update2", "Update3", @@ -294104,15 +294343,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgShareListItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListItem", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -294123,15 +294362,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgShareListItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update2", "Update3", @@ -294142,15 +294381,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgShareListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -294161,15 +294400,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgShareListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update2", "Update3", @@ -294180,15 +294419,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgShareListItemField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -294199,15 +294438,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgShareListItemField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update2", "Update3", @@ -294218,15 +294457,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgShareListItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -294237,15 +294476,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgShareListItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update2", "Update3", @@ -294256,15 +294495,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgShareListItemVersionField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -294275,190 +294514,171 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgShareListItemVersionField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgShareListOperation" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgShareListOperation" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgShareListSubscription" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgShareListSubscription" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}/permission", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSharePermission" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSharePermission", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}/permission", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSharePermission" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSharePermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/shares/{sharedDriveItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgShareSharedDriveItemSharedDriveItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/shares/{sharedDriveItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgShareSharedDriveItemSharedDriveItem" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgShareSharedDriveItemSharedDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSite" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSite", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSite" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSite", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "PATCH", - "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 - } - ], "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteColumn" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [ { @@ -294474,19 +294694,19 @@ "IsAdmin": false } ], + "Command": "Update-MgSiteColumn", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteColumn" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [ { @@ -294502,19 +294722,19 @@ "IsAdmin": false } ], + "Command": "Update-MgSiteColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteContentType" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [ { @@ -294530,19 +294750,19 @@ "IsAdmin": false } ], + "Command": "Update-MgSiteContentType", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/contentTypes/{contentType-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteContentType" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [ { @@ -294558,19 +294778,19 @@ "IsAdmin": false } ], + "Command": "Update-MgSiteContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteContentTypeColumn" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [ { @@ -294586,107 +294806,107 @@ "IsAdmin": false } ], + "Command": "Update-MgSiteContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteContentTypeColumn" + "Method": "PATCH", + "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 + } + ], + "Command": "Update-MgSiteContentTypeColumn", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "PATCH", - "Permissions": [], "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteList" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteList", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteList" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSiteList", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "PATCH", - "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 - } - ], "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteListColumn" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [ { @@ -294702,19 +294922,19 @@ "IsAdmin": false } ], + "Command": "Update-MgSiteListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteListColumn" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [ { @@ -294730,19 +294950,19 @@ "IsAdmin": false } ], + "Command": "Update-MgSiteListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteListContentType" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [ { @@ -294758,19 +294978,19 @@ "IsAdmin": false } ], + "Command": "Update-MgSiteListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteListContentType" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [ { @@ -294786,19 +295006,19 @@ "IsAdmin": false } ], + "Command": "Update-MgSiteListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteListContentTypeColumn" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [ { @@ -294814,129 +295034,137 @@ "IsAdmin": false } ], + "Command": "Update-MgSiteListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteListContentTypeColumn" + "Method": "PATCH", + "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 + } + ], + "Command": "Update-MgSiteListContentTypeColumn", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "PATCH", - "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteListContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteListContentTypeColumnLink" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteListItem" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteListItem", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteListItem" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteListItemDocumentSetVersion" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteListItemDocumentSetVersion" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSiteListItemDocumentSetVersion", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "PATCH", - "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 - }, "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteListItemField" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": { "Name": "Sites.ReadWrite.All", @@ -294944,289 +295172,309 @@ "FullDescription": "Allow the application to edit or delete documents and list items in all site collections on your behalf.", "IsAdmin": false }, + "Command": "Update-MgSiteListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteListItemField" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgSiteListItemField", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "PATCH", - "Permissions": [], "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteListItemVersion" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteListItemVersion" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteListItemVersionField" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteListItemVersionField" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteListOperation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/operations/{richLongRunningOperation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteListOperation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteListSubscription" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/lists/{list-id}/subscriptions/{subscription-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteListSubscription" - }, - { - "Module": "Notes", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteOnenoteNotebook" - }, - { - "Module": "Notes", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteOnenoteNotebook", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteOnenoteNotebook" - }, - { - "Module": "Notes", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteOnenotePage" - }, - { - "Module": "Notes", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteOnenotePage", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteOnenotePage" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSiteOnenotePage", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "POST", - "Permissions": [], "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "Module": "Sites", + "OutputType": null, "Variants": [ "Patch1", "PatchExpanded1", "PatchViaIdentity1", "PatchViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteOnenotePageContent" - }, - { - "Module": "Sites", "Method": "POST", "Permissions": [], + "Command": "Update-MgSiteOnenotePageContent", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "Module": "Sites", + "OutputType": null, "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteOnenotePageContent" + "Method": "POST", + "Permissions": [], + "Command": "Update-MgSiteOnenotePageContent", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "Method": "PATCH", - "Permissions": [], "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteOnenoteSection" - }, - { - "Module": "Notes", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteOnenoteSection", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteOnenoteSection" - }, - { - "Module": "Notes", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteOnenoteSection", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteOnenoteSectionGroup" - }, - { - "Module": "Notes", + ], "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteOnenoteSectionGroup", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteOnenoteSectionGroup" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSiteOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { + "Uri": "/sites/{site-id}/pages/{sitePage-id}", "Module": "Sites", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "Sites.ReadWrite.All", @@ -295234,144 +295482,124 @@ "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}/pages/{sitePage-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSitePage" + "Command": "Update-MgSitePage", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "PATCH", - "Permissions": [], "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSitePageCanvaLayout" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSitePageCanvaLayout", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSitePageCanvaLayoutHorizontalSection" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSitePageCanvaLayoutHorizontalSection", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSitePageCanvaLayoutHorizontalSectionColumn" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSitePageCanvaLayoutHorizontalSectionColumn", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/horizontalSections/{horizontalSection-id}/columns/{horizontalSectionColumn-id}/webparts/{webPart-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSitePageCanvaLayoutHorizontalSectionColumnWebpart" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSitePageCanvaLayoutHorizontalSectionColumnWebpart", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSitePageCanvaLayoutVerticalSection" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSitePageCanvaLayoutVerticalSection", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/pages/{sitePage-id}/canvasLayout/verticalSection/webparts/{webPart-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSitePageCanvaLayoutVerticalSectionWebpart" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSitePageCanvaLayoutVerticalSectionWebpart", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/pages/{sitePage-id}/webParts/{webPart-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSitePageWebPart" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSitePageWebPart", + "ApiVersion": "beta" }, { - "Module": "Sites", - "Method": "PATCH", - "Permissions": { - "Name": "N/A", - "Description": "Consent name unavailable", - "FullDescription": "Consent description unavailable", - "IsAdmin": false - }, "Uri": "/sites/{site-id}/permissions/{permission-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSitePermission" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": { "Name": "N/A", @@ -295379,39 +295607,39 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, + "Command": "Update-MgSitePermission", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/permissions/{permission-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSitePermission" - }, - { - "Module": "Sites", "Method": "PATCH", "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 + "Name": "N/A", + "Description": "Consent name unavailable", + "FullDescription": "Consent description unavailable", + "IsAdmin": false }, + "Command": "Update-MgSitePermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteTermStore" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": { "Name": "TermStore.ReadWrite.All", @@ -295419,7 +295647,13 @@ "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 }, + "Command": "Update-MgSiteTermStore", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -295430,30 +295664,35 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStore" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgSiteTermStore", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "PATCH", - "Permissions": [], "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteTermStoreGroup" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreGroup", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -295464,30 +295703,30 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreGroup" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteTermStoreGroupSet" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSet", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -295498,30 +295737,30 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreGroupSet" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update3", "UpdateExpanded3", "UpdateViaIdentity3", "UpdateViaIdentityExpanded3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteTermStoreGroupSetChild" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSetChild", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -295536,15 +295775,15 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreGroupSetChild" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -295555,45 +295794,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreGroupSetChildRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/parentGroup", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreGroupSetParentGroup" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSetParentGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteTermStoreGroupSetRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSetRelation", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -295604,30 +295843,30 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreGroupSetRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteTermStoreGroupSetTerm" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSetTerm", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -295638,30 +295877,30 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreGroupSetTerm" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteTermStoreGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSetTermChild", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -295672,45 +295911,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/groups/{group-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreGroupSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteTermStoreGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSetTermRelation", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/groups/{group-id}/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -295721,32 +295960,21 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreGroupSetTermRelation" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSiteTermStoreGroupSetTermRelation", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "PATCH", - "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 - }, "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSet" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": { "Name": "TermStore.ReadWrite.All", @@ -295754,7 +295982,13 @@ "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 }, + "Command": "Update-MgSiteTermStoreSet", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -295765,30 +295999,35 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSet" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgSiteTermStoreSet", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "PATCH", - "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update3", "UpdateExpanded3", "UpdateViaIdentity3", "UpdateViaIdentityExpanded3" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSetChild" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreSetChild", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/children/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -295803,15 +296042,15 @@ "UpdateViaIdentityExpanded1", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSetChild" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -295822,45 +296061,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSetChildRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSetParentGroup" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreSetParentGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSetParentGroupSet" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreSetParentGroupSet", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -295871,15 +296110,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSetParentGroupSetChild" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreSetParentGroupSetChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/children/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -295890,105 +296129,105 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSetParentGroupSetChildRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreSetParentGroupSetChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSetParentGroupSetRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreSetParentGroupSetRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSetParentGroupSetTerm" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreSetParentGroupSetTerm", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChild" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreSetParentGroupSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/parentGroup/sets/{set-id1}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSetParentGroupSetTermRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreSetParentGroupSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSetRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreSetRelation", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -295999,32 +296238,21 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSetRelation" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSiteTermStoreSetRelation", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "PATCH", - "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 - }, "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSetTerm" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": { "Name": "TermStore.ReadWrite.All", @@ -296032,7 +296260,13 @@ "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 }, + "Command": "Update-MgSiteTermStoreSetTerm", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -296043,30 +296277,35 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSetTerm" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgSiteTermStoreSetTerm", + "ApiVersion": "v1.0" }, { - "Module": "Sites", - "Method": "PATCH", - "Permissions": [], "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSetTermChild" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreSetTermChild", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/children/{term-id1}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -296077,45 +296316,45 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSetTermChild" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreSetTermChild", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStores/{store-id}/sets/{set-id}/terms/{term-id}/children/{term-id1}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSetTermChildRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreSetTermChildRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSetTermRelation" - }, - { - "Module": "Sites", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreSetTermRelation", + "ApiVersion": "beta" + }, + { "Uri": "/sites/{site-id}/termStore/sets/{set-id}/terms/{term-id}/relations/{relation-id}", + "Module": "Sites", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -296126,72 +296365,81 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSiteTermStoreSetTermRelation" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSiteTermStoreSetTermRelation", + "ApiVersion": "v1.0" + }, + { "Uri": "/subscribedSkus/{subscribedSku-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSubscribedSku" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSubscribedSku", + "ApiVersion": "beta" + }, + { "Uri": "/subscribedSkus/{subscribedSku-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSubscribedSku" - }, - { - "Module": "ChangeNotifications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSubscribedSku", + "ApiVersion": "v1.0" + }, + { "Uri": "/subscriptions/{subscription-id}", + "Module": "ChangeNotifications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgSubscription" - }, - { - "Module": "ChangeNotifications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/subscriptions/{subscription-id}", + "Module": "ChangeNotifications", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgSubscription" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgSubscription", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -296213,19 +296461,19 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeam" + "Command": "Update-MgTeam", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -296247,19 +296495,19 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeam" + "Command": "Update-MgTeam", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -296281,19 +296529,19 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamChannel" + "Command": "Update-MgTeamChannel", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -296315,19 +296563,19 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamChannel" + "Command": "Update-MgTeamChannel", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -296343,19 +296591,19 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamChannelMember" + "Command": "Update-MgTeamChannelMember", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -296371,139 +296619,139 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/members/{conversationMember-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamChannelMember" + "Command": "Update-MgTeamChannelMember", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "PATCH", - "Permissions": [], "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamChannelMessage", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamChannelMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamChannelMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamChannelMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamChannelSharedWithTeam" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -296537,19 +296785,19 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamChannelTab" + "Command": "Update-MgTeamChannelTab", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -296583,19 +296831,19 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/channels/{channel-id}/tabs/{teamsTab-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamChannelTab" + "Command": "Update-MgTeamChannelTab", + "ApiVersion": "v1.0" }, { + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Upgrade1", + "UpgradeExpanded", + "UpgradeViaIdentity1", + "UpgradeViaIdentityExpanded" + ], "Method": "POST", "Permissions": [ { @@ -296623,19 +296871,17 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "Variants": [ - "Upgrade1", - "UpgradeExpanded", - "UpgradeViaIdentity1", - "UpgradeViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamInstalledApp" + "Command": "Update-MgTeamInstalledApp", + "ApiVersion": "beta" }, { + "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Upgrade", + "UpgradeViaIdentity" + ], "Method": "POST", "Permissions": [ { @@ -296663,37 +296909,19 @@ "IsAdmin": true } ], - "Uri": "/teams/{team-id}/installedApps/{teamsAppInstallation-id}/upgrade", - "Variants": [ - "Upgrade", - "UpgradeViaIdentity" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamInstalledApp" + "Command": "Update-MgTeamInstalledApp", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "PATCH", - "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 - }, "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamMember" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": { "Name": "TeamMember.ReadWrite.All", @@ -296701,609 +296929,609 @@ "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 }, + "Command": "Update-MgTeamMember", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamMember" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgTeamMember", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "PATCH", - "Permissions": [], "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamOperation" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamOperation", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/operations/{teamsAsyncOperation-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamOperation" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamPermissionGrant" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamPermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/photo", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamPhoto" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamPhoto", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/photo", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamPhoto" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamPhoto", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamPrimaryChannel" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamPrimaryChannel", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamPrimaryChannel" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamPrimaryChannel", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamPrimaryChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamPrimaryChannelMember" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamPrimaryChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamPrimaryChannelMessage" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamPrimaryChannelMessage", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamPrimaryChannelMessage" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamPrimaryChannelMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamPrimaryChannelMessageReply" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamPrimaryChannelMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamPrimaryChannelMessageReply" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamPrimaryChannelMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamPrimaryChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamPrimaryChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamPrimaryChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamPrimaryChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamPrimaryChannelTab" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamPrimaryChannelTab", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/primaryChannel/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamPrimaryChannelTab" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamPrimaryChannelTab", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamScheduleOfferShiftRequest" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/offerShiftRequests/{offerShiftRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamScheduleOfferShiftRequest" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamScheduleOfferShiftRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamScheduleOpenShift" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamScheduleOpenShift", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/openShifts/{openShift-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamScheduleOpenShift" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamScheduleOpenShift", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamScheduleOpenShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamScheduleOpenShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamScheduleOpenShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamScheduleSchedulingGroup" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamScheduleSchedulingGroup", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamScheduleSchedulingGroup" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamScheduleSchedulingGroup", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamScheduleShift" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamScheduleShift", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/shifts/{shift-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamScheduleShift" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamScheduleShift", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamScheduleSwapShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamScheduleSwapShiftChangeRequest" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamScheduleSwapShiftChangeRequest", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/timeCards/{timeCard-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamScheduleTimeCard" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamScheduleTimeCard", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamScheduleTimeOff" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamScheduleTimeOff", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/timesOff/{timeOff-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamScheduleTimeOff" - }, - { - "Module": "Teams", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamScheduleTimeOff", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamScheduleTimeOffReason" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamScheduleTimeOffReason", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamScheduleTimeOffReason" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamScheduleTimeOffReason", + "ApiVersion": "v1.0" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamScheduleTimeOffRequest" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamScheduleTimeOffRequest", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamScheduleTimeOffRequest" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTeamScheduleTimeOffRequest", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "PATCH", - "Permissions": { - "Name": "TeamworkTag.ReadWrite", - "Description": "Read and write tags in Teams", - "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", - "IsAdmin": true - }, "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamTag" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": { "Name": "TeamworkTag.ReadWrite", @@ -297311,420 +297539,440 @@ "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", "IsAdmin": true }, + "Command": "Update-MgTeamTag", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/tags/{teamworkTag-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamTag" + "Method": "PATCH", + "Permissions": { + "Name": "TeamworkTag.ReadWrite", + "Description": "Read and write tags in Teams", + "FullDescription": "Allows the app to read and write tags in Teams, on your behalf.", + "IsAdmin": true + }, + "Command": "Update-MgTeamTag", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "PATCH", - "Permissions": [], "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamTagMember" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamTagMember", + "ApiVersion": "beta" + }, + { "Uri": "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamTagMember" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamTagMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamwork" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamwork", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamwork" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamwork", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamworkDeletedTeam" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDeletedTeam", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamworkDeletedTeam" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDeletedTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamworkDeletedTeamChannel" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDeletedTeamChannel", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamworkDeletedTeamChannel" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDeletedTeamChannel", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamworkDeletedTeamChannelMember" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamworkDeletedTeamChannelMember" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDeletedTeamChannelMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamworkDeletedTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDeletedTeamChannelMessage", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamworkDeletedTeamChannelMessage" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDeletedTeamChannelMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDeletedTeamChannelMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDeletedTeamChannelMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDeletedTeamChannelMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/sharedWithTeams/{sharedWithChannelTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDeletedTeamChannelSharedWithTeam", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamworkDeletedTeamChannelTab" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDeletedTeamChannelTab", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/deletedTeams/{deletedTeam-id}/channels/{channel-id}/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamworkDeletedTeamChannelTab" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDeletedTeamChannelTab", + "ApiVersion": "v1.0" + }, + { "Uri": "/teamwork/devices/{teamworkDevice-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamworkDevice" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDevice", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/devices/{teamworkDevice-id}/activity", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamworkDeviceActivity" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDeviceActivity", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/devices/{teamworkDevice-id}/configuration", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamworkDeviceConfiguration" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDeviceConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/devices/{teamworkDevice-id}/health", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamworkDeviceHealth" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkDeviceHealth", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/devices/{teamworkDevice-id}/operations/{teamworkDeviceOperation-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamworkDeviceOperation" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTeamworkDeviceOperation", + "ApiVersion": "beta" }, { + "Uri": "/teamwork/devices/{teamworkDevice-id}/updateSoftware", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "POST", "Permissions": { "Name": "TeamworkDevice.ReadWrite.All", @@ -297732,19 +297980,17 @@ "FullDescription": "Allow the app to read and write the management data for Teams devices on your behalf.", "IsAdmin": true }, - "Uri": "/teamwork/devices/{teamworkDevice-id}/updateSoftware", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamworkDeviceSoftware" + "Command": "Update-MgTeamworkDeviceSoftware", + "ApiVersion": "beta" }, { + "Uri": "/teamwork/teamsAppSettings", "Module": "Teams", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "TeamworkAppSettings.ReadWrite.All", @@ -297752,82 +297998,64 @@ "FullDescription": "Allows the app to read and write the Teams app settings on your behalf.", "IsAdmin": true }, - "Uri": "/teamwork/teamsAppSettings", - "Variants": [ - "Update", - "UpdateExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamworkTeamAppSetting" + "Command": "Update-MgTeamworkTeamAppSetting", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "PATCH", - "Permissions": [], "Uri": "/teamwork/teamTemplates/{teamTemplate-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamworkTeamTemplate" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkTeamTemplate", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamworkTeamTemplateDefinition" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTeamworkTeamTemplateDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/teamTemplates/{teamTemplate-id}/definitions/{teamTemplateDefinition-id}/teamDefinition", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamworkTeamTemplateDefinitionTeamDefinition" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTeamworkTeamTemplateDefinitionTeamDefinition", + "ApiVersion": "beta" }, { - "Module": "Teams", - "Method": "PATCH", - "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 - }, "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTeamworkWorkforceIntegration" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": { "Name": "WorkforceIntegration.ReadWrite.All", @@ -297835,229 +298063,249 @@ "FullDescription": "Allows the app to manage workforce integrations, to synchronize data from Microsoft Teams Shifts, on your behalf.", "IsAdmin": true }, + "Command": "Update-MgTeamworkWorkforceIntegration", + "ApiVersion": "beta" + }, + { "Uri": "/teamwork/workforceIntegrations/{workforceIntegration-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgTeamworkWorkforceIntegration" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgTeamworkWorkforceIntegration", + "ApiVersion": "v1.0" }, { - "Module": "ManagedTenants", - "Method": "PATCH", - "Permissions": [], "Uri": "/tenantRelationships/managedTenants/tenants/{tenant-id}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenant" - }, - { - "Module": "ManagedTenants", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenant", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/aggregatedPolicyCompliances/{aggregatedPolicyCompliance-id}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantAggregatedPolicyCompliance" - }, - { - "Module": "ManagedTenants", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantAggregatedPolicyCompliance", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlerts/{managedTenantAlert-id}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantAlert" - }, - { - "Module": "ManagedTenants", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantAlert", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertLogs/{managedTenantAlertLog-id}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantAlertLog" - }, - { - "Module": "ManagedTenants", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantAlertLog", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRules/{managedTenantAlertRule-id}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantAlertRule" - }, - { - "Module": "ManagedTenants", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantAlertRule", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantAlertRuleDefinitions/{managedTenantAlertRuleDefinition-id}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantAlertRuleDefinition" - }, - { - "Module": "ManagedTenants", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantAlertRuleDefinition", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/managedTenantApiNotifications/{managedTenantApiNotification-id}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantApiNotification" - }, - { - "Module": "ManagedTenants", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantApiNotification", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/appPerformances/{appPerformance-id}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantAppPerformance" - }, - { - "Module": "ManagedTenants", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantAppPerformance", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/auditEvents/{auditEvent-id}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantAuditEvent" - }, - { - "Module": "ManagedTenants", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantAuditEvent", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/cloudPcConnections/{cloudPcConnection-id}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantCloudPcConnection" - }, - { - "Module": "ManagedTenants", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantCloudPcConnection", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/cloudPcDevices/{cloudPcDevice-id}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantCloudPcDevice" - }, - { - "Module": "ManagedTenants", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantCloudPcDevice", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/cloudPcsOverview/{cloudPcOverview-tenantId}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantCloudPcOverview" - }, - { - "Module": "ManagedTenants", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantCloudPcOverview", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/conditionalAccessPolicyCoverages/{conditionalAccessPolicyCoverage-id}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantConditionalAccessPolicyCoverage" - }, - { - "Module": "ManagedTenants", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantConditionalAccessPolicyCoverage", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/credentialUserRegistrationsSummaries/{credentialUserRegistrationsSummary-id}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantCredentialUserRegistrationSummary" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantCredentialUserRegistrationSummary", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", "Module": "ManagedTenants", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "ManagedTenants.ReadWrite.All", @@ -298065,304 +298313,304 @@ "FullDescription": "Allows the app to read and write all managed tenant information on your behalf.", "IsAdmin": true }, - "Uri": "/tenantRelationships/managedTenants/tenantsCustomizedInformation/{tenantCustomizedInformation-id}", + "Command": "Update-MgTenantRelationshipManagedTenantCustomizedInformation", + "ApiVersion": "beta" + }, + { + "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantCustomizedInformation" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantDetailedInformation", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", "Module": "ManagedTenants", - "Method": "PATCH", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/tenantsDetailedInformation/{tenantDetailedInformation-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantDetailedInformation" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantDeviceAppPerformance", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", "Module": "ManagedTenants", - "Method": "PATCH", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/deviceAppPerformances/{deviceAppPerformance-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantDeviceAppPerformance" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", "Module": "ManagedTenants", - "Method": "PATCH", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummary-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantDeviceCompliancePolicySettingStateSummary" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantDeviceHealthStatuses", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", "Module": "ManagedTenants", - "Method": "PATCH", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/deviceHealthStatuses/{deviceHealthStatus-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantDeviceHealthStatuses" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantEmailNotification", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", "Module": "ManagedTenants", - "Method": "PATCH", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedTenantEmailNotifications/{managedTenantEmailNotification-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantEmailNotification" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantGroup", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", "Module": "ManagedTenants", - "Method": "PATCH", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/tenantGroups/{tenantGroup-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantGroup" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantManagedDeviceCompliance", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", "Module": "ManagedTenants", - "Method": "PATCH", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedDeviceCompliances/{managedDeviceCompliance-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantManagedDeviceCompliance" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantManagedDeviceComplianceTrend", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", "Module": "ManagedTenants", - "Method": "PATCH", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managedDeviceComplianceTrends/{managedDeviceComplianceTrend-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantManagedDeviceComplianceTrend" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantManagementAction", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", "Module": "ManagedTenants", - "Method": "PATCH", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementActions/{managementAction-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantManagementAction" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantManagementActionTenantDeploymentStatuses", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", "Module": "ManagedTenants", - "Method": "PATCH", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementActionTenantDeploymentStatuses/{managementActionTenantDeploymentStatus-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantManagementActionTenantDeploymentStatuses" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantManagementIntent", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", "Module": "ManagedTenants", - "Method": "PATCH", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementIntents/{managementIntent-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantManagementIntent" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplate", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", "Module": "ManagedTenants", - "Method": "PATCH", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplates/{managementTemplate-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplate" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateCollection", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", "Module": "ManagedTenants", - "Method": "PATCH", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollections/{managementTemplateCollection-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateCollection" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", "Module": "ManagedTenants", - "Method": "PATCH", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateCollectionTenantSummaries/{managementTemplateCollectionTenantSummary-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateCollectionTenantSummary" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateStep", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", "Module": "ManagedTenants", - "Method": "PATCH", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateSteps/{managementTemplateStep-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateStep" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateStepTenantSummary", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", "Module": "ManagedTenants", - "Method": "PATCH", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepTenantSummaries/{managementTemplateStepTenantSummary-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateStepTenantSummary" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateStepVersion", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", "Module": "ManagedTenants", - "Method": "PATCH", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateStepVersion" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", "Module": "ManagedTenants", - "Method": "PATCH", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/managementTemplateStepVersions/{managementTemplateStepVersion-id}/deployments/{managementTemplateStepDeployment-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantManagementTemplateStepVersionDeployment" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantMyRole", + "ApiVersion": "beta" }, { + "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", "Module": "ManagedTenants", - "Method": "PATCH", - "Permissions": [], - "Uri": "/tenantRelationships/managedTenants/myRoles/{myRole-tenantId}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantMyRole" - }, - { - "Module": "ManagedTenants", "Method": "PATCH", "Permissions": { "Name": "ManagedTenants.WriteRead.All", @@ -298370,107 +298618,107 @@ "FullDescription": "Consent description unavailable", "IsAdmin": false }, - "Uri": "/tenantRelationships/managedTenants/tenantTags/{tenantTag-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantTag" + "Command": "Update-MgTenantRelationshipManagedTenantTag", + "ApiVersion": "beta" }, { - "Module": "ManagedTenants", - "Method": "PATCH", - "Permissions": [], "Uri": "/tenantRelationships/managedTenants/managedTenantTicketingEndpoints/{managedTenantTicketingEndpoint-id}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantTicketingEndpoint" - }, - { - "Module": "ManagedTenants", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantTicketingEndpoint", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/windowsDeviceMalwareStates/{windowsDeviceMalwareState-id}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantWindowDeviceMalwareState" - }, - { - "Module": "ManagedTenants", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantWindowDeviceMalwareState", + "ApiVersion": "beta" + }, + { "Uri": "/tenantRelationships/managedTenants/windowsProtectionStates/{windowsProtectionState-id}", + "Module": "ManagedTenants", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTenantRelationshipManagedTenantWindowProtectionState" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTenantRelationshipManagedTenantWindowProtectionState", + "ApiVersion": "beta" + }, + { "Uri": "/trustFramework", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTrustFramework" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTrustFramework", + "ApiVersion": "beta" + }, + { "Uri": "/trustFramework/keySets/{trustFrameworkKeySet-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTrustFrameworkKeySet" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgTrustFrameworkKeySet", + "ApiVersion": "beta" + }, + { "Uri": "/trustFramework/policies/{trustFrameworkPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgTrustFrameworkPolicy" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgTrustFrameworkPolicy", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}", "Module": "Users", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -298528,19 +298776,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUser" + "Command": "Update-MgUser", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}", "Module": "Users", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -298598,109 +298846,109 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUser" + "Command": "Update-MgUser", + "ApiVersion": "v1.0" }, { - "Module": "CrossDeviceExperiences", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/activities/{userActivity-id}", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserActivity" - }, - { - "Module": "CrossDeviceExperiences", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserActivity", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/activities/{userActivity-id}", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserActivity" - }, - { - "Module": "CrossDeviceExperiences", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserActivity", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserActivityHistoryItem" - }, - { - "Module": "CrossDeviceExperiences", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserActivityHistoryItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/activities/{userActivity-id}/historyItems/{activityHistoryItem-id}", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserActivityHistoryItem" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserActivityHistoryItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserAppRoleAssignment" - }, - { - "Module": "Applications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserAppRoleAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/appRoleAssignments/{appRoleAssignment-id}", + "Module": "Applications", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserAppRoleAssignment" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserAppRoleAssignment", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -298716,19 +298964,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserAuthenticationEmailMethod" + "Command": "Update-MgUserAuthenticationEmailMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -298744,49 +298992,49 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/emailMethods/{emailAuthenticationMethod-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserAuthenticationEmailMethod" + "Command": "Update-MgUserAuthenticationEmailMethod", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserAuthenticationOperation" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserAuthenticationOperation", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/authentication/operations/{longRunningOperation-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserAuthenticationOperation" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserAuthenticationOperation", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -298802,19 +299050,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserAuthenticationPhoneMethod" + "Command": "Update-MgUserAuthenticationPhoneMethod", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", "Module": "Identity.SignIns", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -298830,69 +299078,49 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/authentication/phoneMethods/{phoneAuthenticationMethod-id}", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserAuthenticationPhoneMethod" + "Command": "Update-MgUserAuthenticationPhoneMethod", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/calendars/{calendar-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserCalendar" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserCalendar", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendars/{calendar-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserCalendar" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserCalendar", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "PATCH", - "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 - }, "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserCalendarGroup" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": { "Name": "Calendars.ReadWrite", @@ -298900,22 +299128,33 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "Update-MgUserCalendarGroup", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendarGroups/{calendarGroup-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserCalendarGroup" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgUserCalendarGroup", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -298926,15 +299165,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserCalendarMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserCalendarMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendar/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update2", "Update3", @@ -298945,15 +299184,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserCalendarMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserCalendarMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -298964,15 +299203,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserCalendarPermission" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserCalendarPermission", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendar/calendarPermissions/{calendarPermission-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update2", "Update3", @@ -298983,15 +299222,15 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserCalendarPermission" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserCalendarPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -299002,15 +299241,15 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserCalendarSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserCalendarSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/calendar/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update2", "Update3", @@ -299021,360 +299260,349 @@ "UpdateViaIdentityExpanded2", "UpdateViaIdentityExpanded3" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserCalendarSingleValueExtendedProperty" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserCalendarSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserChat" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserChat", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserChat" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserChat", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Upgrade1", "UpgradeExpanded", "UpgradeViaIdentity1", "UpgradeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserChatInstalledApp" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Update-MgUserChatInstalledApp", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/installedApps/{teamsAppInstallation-id}/upgrade", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Upgrade", "UpgradeViaIdentity" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserChatInstalledApp" + "Method": "POST", + "Permissions": [], + "Command": "Update-MgUserChatInstalledApp", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserChatLastMessagePreview" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserChatLastMessagePreview", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/lastMessagePreview", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserChatLastMessagePreview" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserChatLastMessagePreview", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserChatMember" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserChatMember", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/members/{conversationMember-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserChatMember" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserChatMember", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserChatMessage" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserChatMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserChatMessage" - }, - { - "Module": "Teams", + ], "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserChatMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserChatMessageHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserChatMessageHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserChatMessageHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserChatMessageHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserChatMessageReply" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserChatMessageReply", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserChatMessageReply" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserChatMessageReply", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserChatMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserChatMessageReplyHostedContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/messages/{chatMessage-id}/replies/{chatMessage-id1}/hostedContents/{chatMessageHostedContent-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserChatMessageReplyHostedContent" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserChatMessageReplyHostedContent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/operations/{teamsAsyncOperation-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserChatOperation" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserChatOperation", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/permissionGrants/{resourceSpecificPermissionGrant-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserChatPermissionGrant" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserChatPermissionGrant", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserChatPinnedMessage" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserChatPinnedMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/pinnedMessages/{pinnedChatMessageInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserChatPinnedMessage" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserChatPinnedMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserChatTab" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserChatTab", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/chats/{chat-id}/tabs/{teamsTab-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserChatTab" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserChatTab", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "PATCH", - "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 - }, "Uri": "/users/{user-id}/contacts/{contact-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserContact" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": { "Name": "Contacts.ReadWrite", @@ -299382,69 +299610,69 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, + "Command": "Update-MgUserContact", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserContact" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgUserContact", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserContactExtension" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserContactExtension", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "PATCH", - "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 - }, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserContactFolder" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": { "Name": "Contacts.ReadWrite", @@ -299452,69 +299680,69 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, + "Command": "Update-MgUserContactFolder", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserContactFolder" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgUserContactFolder", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserContactFolderChildFolder" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactFolderChildFolder", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserContactFolderChildFolder" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserContactFolderChildFolder", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "PATCH", - "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 - }, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserContactFolderChildFolderContact" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": { "Name": "Contacts.ReadWrite", @@ -299522,219 +299750,219 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, + "Command": "Update-MgUserContactFolderChildFolderContact", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserContactFolderChildFolderContact" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgUserContactFolderChildFolderContact", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserContactFolderChildFolderContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactFolderChildFolderContactExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserContactFolderChildFolderContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactFolderChildFolderContactExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserContactFolderChildFolderContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserContactFolderChildFolderContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactFolderChildFolderContactMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserContactFolderChildFolderContactPhoto" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactFolderChildFolderContactPhoto", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/photo", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserContactFolderChildFolderContactPhoto" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactFolderChildFolderContactPhoto", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserContactFolderChildFolderContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserContactFolderChildFolderContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactFolderChildFolderContactSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserContactFolderChildFolderMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserContactFolderChildFolderMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactFolderChildFolderMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserContactFolderChildFolderSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/childFolders/{contactFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserContactFolderChildFolderSingleValueExtendedProperty" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserContactFolderChildFolderSingleValueExtendedProperty", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "PATCH", - "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 - }, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserContactFolderContact" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": { "Name": "Contacts.ReadWrite", @@ -299742,99 +299970,99 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, + "Command": "Update-MgUserContactFolderContact", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserContactFolderContact" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgUserContactFolderContact", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserContactFolderContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactFolderContactExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/extensions/{extension-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserContactFolderContactExtension" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactFolderContactExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserContactFolderContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactFolderContactMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserContactFolderContactMultiValueExtendedProperty" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserContactFolderContactMultiValueExtendedProperty", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "PATCH", - "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 - }, "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserContactFolderContactPhoto" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": { "Name": "Contacts.ReadWrite", @@ -299842,159 +300070,159 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, + "Command": "Update-MgUserContactFolderContactPhoto", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/photo", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserContactFolderContactPhoto" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgUserContactFolderContactPhoto", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserContactFolderContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactFolderContactSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserContactFolderContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactFolderContactSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserContactFolderMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserContactFolderMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactFolderMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserContactFolderSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contactFolders/{contactFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserContactFolderSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactFolderSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserContactMultiValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserContactMultiValueExtendedProperty" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserContactMultiValueExtendedProperty", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "PATCH", - "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 - }, "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserContactPhoto" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": { "Name": "Contacts.ReadWrite", @@ -300002,1299 +300230,1299 @@ "FullDescription": "Allows the app to read, update, create and delete contacts in your contact folders. ", "IsAdmin": false }, + "Command": "Update-MgUserContactPhoto", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/photo", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserContactPhoto" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgUserContactPhoto", + "ApiVersion": "v1.0" }, { - "Module": "PersonalContacts", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserContactSingleValueExtendedProperty" - }, - { - "Module": "PersonalContacts", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/contacts/{contact-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "PersonalContacts", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserContactSingleValueExtendedProperty" - }, - { - "Module": "CrossDeviceExperiences", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserContactSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/devices/{device-id}", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDevice" - }, - { - "Module": "CrossDeviceExperiences", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDevice", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/commands/{command-id}", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDeviceCommand" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDeviceCommand", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDeviceEnrollmentConfiguration" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDeviceEnrollmentConfiguration", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceEnrollmentConfigurations/{deviceEnrollmentConfiguration-id}/assignments/{enrollmentConfigurationAssignment-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDeviceEnrollmentConfigurationAssignment" - }, - { - "Module": "CrossDeviceExperiences", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDeviceEnrollmentConfigurationAssignment", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/extensions/{extension-id}", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDeviceExtension" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDeviceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDeviceManagementTroubleshootingEvent" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/deviceManagementTroubleshootingEvents/{deviceManagementTroubleshootingEvent-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDeviceManagementTroubleshootingEvent" - }, - { - "Module": "CrossDeviceExperiences", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDeviceManagementTroubleshootingEvent", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/devices/{device-id}/usageRights/{usageRight-id}", + "Module": "CrossDeviceExperiences", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDeviceUsageRights" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDeviceUsageRights", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDrive" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDrive", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDrive" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDrive", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveItemAnalytic" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveItemAnalytic" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveItemAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveItemListItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemListItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveItemListItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveItemListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveItemListItemField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveItemListItemField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveItemListItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveItemListItemVersionField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveItemListItemVersionField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveItemPermission" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemPermission", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/permissions/{permission-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveItemPermission" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveItemSubscription" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveItemSubscription" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveItemThumbnail" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/items/{driveItem-id}/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveList" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveList", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveList" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveList", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveListColumn" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListColumn", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveListColumn" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveListContentType" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListContentType", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveListContentType" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListContentType", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListContentTypeColumn", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columns/{columnDefinition-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveListContentTypeColumn" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListContentTypeColumn", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListContentTypeColumnLink", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/contentTypes/{contentType-id}/columnLinks/{columnLink-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveListContentTypeColumnLink" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListContentTypeColumnLink", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveListItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveListItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveListItemField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveListItemField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveListItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveListItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveListItemVersionField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/items/{listItem-id}/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveListItemVersionField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveListOperation" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListOperation", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/operations/{richLongRunningOperation-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveListOperation" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListOperation", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveListSubscription" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/list/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveListSubscription" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveListSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveRoot" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRoot", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveRoot" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRoot", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveRootAnalytic" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRootAnalytic", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveRootAnalytic" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRootAnalytic", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/analytics/itemActivityStats/{itemActivityStat-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveRootAnalyticItemActivityStat" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRootAnalyticItemActivityStat", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveRootListItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRootListItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveRootListItem" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRootListItem", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/documentSetVersions/{documentSetVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveRootListItemDocumentSetVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRootListItemDocumentSetVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveRootListItemField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRootListItemField", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveRootListItemField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRootListItemField", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRootListItemVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveRootListItemVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRootListItemVersion", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveRootListItemVersionField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRootListItemVersionField", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/listItem/versions/{listItemVersion-id}/fields", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveRootListItemVersionField" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRootListItemVersionField", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveRootPermission" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRootPermission", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/permissions/{permission-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveRootPermission" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRootPermission", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveRootSubscription" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRootSubscription", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/subscriptions/{subscription-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveRootSubscription" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRootSubscription", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRootThumbnail", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/thumbnails/{thumbnailSet-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveRootThumbnail" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRootThumbnail", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserDriveRootVersion" - }, - { - "Module": "Files", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserDriveRootVersion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/drives/{drive-id}/root/versions/{driveItemVersion-id}", + "Module": "Files", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserDriveRootVersion" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserDriveRootVersion", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "PATCH", - "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 - }, "Uri": "/users/{user-id}/events/{event-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserEvent" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": { "Name": "Calendars.ReadWrite", @@ -301302,414 +301530,414 @@ "FullDescription": "Allows the app to read, update, create and delete events in your calendars. ", "IsAdmin": false }, + "Command": "Update-MgUserEvent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserEvent" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgUserEvent", + "ApiVersion": "v1.0" }, { - "Module": "Calendar", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserEventExceptionOccurrenceExtension" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserEventExceptionOccurrenceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserEventExceptionOccurrenceInstanceExtension" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserEventExceptionOccurrenceInstanceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserEventExceptionOccurrenceInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserEventExceptionOccurrenceInstanceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/instances/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserEventExceptionOccurrenceInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserEventExceptionOccurrenceInstanceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserEventExceptionOccurrenceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserEventExceptionOccurrenceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/exceptionOccurrences/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserEventExceptionOccurrenceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserEventExceptionOccurrenceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserEventExtension" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserEventExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserEventExtension" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserEventExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserEventInstanceExceptionOccurrenceExtension" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserEventInstanceExceptionOccurrenceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserEventInstanceExceptionOccurrenceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/exceptionOccurrences/{event-id2}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserEventInstanceExceptionOccurrenceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserEventInstanceExtension" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserEventInstanceExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/extensions/{extension-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserEventInstanceExtension" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserEventInstanceExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserEventInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserEventInstanceMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserEventInstanceMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserEventInstanceMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserEventInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserEventInstanceSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/instances/{event-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserEventInstanceSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserEventInstanceSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserEventMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserEventMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserEventMultiValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserEventMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserEventSingleValueExtendedProperty" - }, - { - "Module": "Calendar", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserEventSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/events/{event-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Calendar", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserEventSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserEventSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/extensions/{extension-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserExtension" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/extensions/{extension-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserExtension" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/inferenceClassification", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserInferenceClassification" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserInferenceClassification", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/inferenceClassification", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserInferenceClassification" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserInferenceClassification", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "PATCH", - "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 - }, "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserInferenceClassificationOverride" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": { "Name": "Mail.ReadWrite", @@ -301717,204 +301945,204 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "Update-MgUserInferenceClassificationOverride", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/inferenceClassification/overrides/{inferenceClassificationOverride-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserInferenceClassificationOverride" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgUserInferenceClassificationOverride", + "ApiVersion": "v1.0" }, { - "Module": "Identity.SignIns", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/informationProtection", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserInformationProtection" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserInformationProtection", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/dataLossPreventionPolicies/{dataLossPreventionPolicy-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserInformationProtectionDataLossPreventionPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserInformationProtectionDataLossPreventionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/policy", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserInformationProtectionPolicy" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserInformationProtectionPolicy", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/policy/labels/{informationProtectionLabel-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserInformationProtectionPolicyLabel" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserInformationProtectionPolicyLabel", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserInformationProtectionSensitivityLabel" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserInformationProtectionSensitivityLabel", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityLabels/{sensitivityLabel-id}/sublabels/{sensitivityLabel-id1}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserInformationProtectionSensitivityLabelSublabel" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserInformationProtectionSensitivityLabelSublabel", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/sensitivityPolicySettings", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserInformationProtectionSensitivityPolicySetting" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserInformationProtectionSensitivityPolicySetting", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserInformationProtectionThreatAssessmentRequest" - }, - { - "Module": "Identity.SignIns", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserInformationProtectionThreatAssessmentRequest", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/informationProtection/threatAssessmentRequests/{threatAssessmentRequest-id}/results/{threatAssessmentResult-id}", + "Module": "Identity.SignIns", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserInformationProtectionThreatAssessmentRequestResult" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserInformationProtectionThreatAssessmentRequestResult", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserLicenseDetail" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserLicenseDetail", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/licenseDetails/{licenseDetails-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserLicenseDetail" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserLicenseDetail", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "PATCH", - "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 - }, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMailFolder" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": { "Name": "Mail.ReadWrite", @@ -301922,279 +302150,279 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "Update-MgUserMailFolder", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserMailFolder" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgUserMailFolder", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMailFolderChildFolder" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderChildFolder", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserMailFolderChildFolder" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderChildFolder", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMailFolderChildFolderMessage" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderChildFolderMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserMailFolderChildFolderMessage" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderChildFolderMessage", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMailFolderChildFolderMessageExtension" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderChildFolderMessageExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserMailFolderChildFolderMessageExtension" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderChildFolderMessageExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderChildFolderMessageMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMailFolderChildFolderMessageRule" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderChildFolderMessageRule", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messageRules/{messageRule-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserMailFolderChildFolderMessageRule" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderChildFolderMessageRule", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderChildFolderMessageSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMailFolderChildFolderMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserMailFolderChildFolderMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderChildFolderMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMailFolderChildFolderSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/childFolders/{mailFolder-id1}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserMailFolderChildFolderSingleValueExtendedProperty" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserMailFolderChildFolderSingleValueExtendedProperty", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "PATCH", - "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 - }, "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMailFolderMessage" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": { "Name": "Mail.ReadWrite", @@ -302202,489 +302430,489 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "Update-MgUserMailFolderMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserMailFolderMessage" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgUserMailFolderMessage", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMailFolderMessageExtension" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderMessageExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserMailFolderMessageExtension" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderMessageExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMailFolderMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderMessageMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserMailFolderMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderMessageMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMailFolderMessageRule" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderMessageRule", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messageRules/{messageRule-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserMailFolderMessageRule" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderMessageRule", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMailFolderMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderMessageSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserMailFolderMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderMessageSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMailFolderMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserMailFolderMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMailFolderSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mailFolders/{mailFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserMailFolderSingleValueExtendedProperty" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMailFolderSingleValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserManagedDevice" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserManagedDevice", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserManagedDevice" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserManagedDevice", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/assignmentFilterEvaluationStatusDetails/{assignmentFilterEvaluationStatusDetails-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserManagedDeviceAssignmentFilterEvaluationStatusDetail", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserManagedDeviceCategory" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserManagedDeviceCategory", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCategory", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserManagedDeviceCategory" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserManagedDeviceCategory", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserManagedDeviceCompliancePolicyState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserManagedDeviceCompliancePolicyState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceCompliancePolicyStates/{deviceCompliancePolicyState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserManagedDeviceCompliancePolicyState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserManagedDeviceCompliancePolicyState", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserManagedDeviceConfigurationState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserManagedDeviceConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceConfigurationStates/{deviceConfigurationState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserManagedDeviceConfigurationState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserManagedDeviceConfigurationState", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/deviceHealthScriptStates/id='{id}',policyId='{policyId}',deviceId='{deviceId}'", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserManagedDeviceHealthScriptState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserManagedDeviceHealthScriptState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/logCollectionRequests/{deviceLogCollectionResponse-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserManagedDeviceLogCollectionResponse" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserManagedDeviceLogCollectionResponse", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/managedDeviceMobileAppConfigurationStates/{managedDeviceMobileAppConfigurationState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserManagedDeviceMobileAppConfigurationState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserManagedDeviceMobileAppConfigurationState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserManagedDeviceSecurityBaselineState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserManagedDeviceSecurityBaselineState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/securityBaselineStates/{securityBaselineState-id}/settingStates/{securityBaselineSettingState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserManagedDeviceSecurityBaselineStateSettingState" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserManagedDeviceSecurityBaselineStateSettingState", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserManagedDeviceWindowDeviceAccount" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Update-MgUserManagedDeviceWindowDeviceAccount", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/updateWindowsDeviceAccount", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserManagedDeviceWindowDeviceAccount" + "Method": "POST", + "Permissions": [], + "Command": "Update-MgUserManagedDeviceWindowDeviceAccount", + "ApiVersion": "v1.0" }, { - "Module": "Devices.CorporateManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserManagedDeviceWindowProtectionState" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserManagedDeviceWindowProtectionState", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/managedDevices/{managedDevice-id}/windowsProtectionState/detectedMalwareState/{windowsDeviceMalwareState-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserManagedDeviceWindowProtectionStateDetectedMalwareState", + "ApiVersion": "beta" }, { - "Module": "Mail", - "Method": "PATCH", - "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 - }, "Uri": "/users/{user-id}/messages/{message-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMessage" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": { "Name": "Mail.ReadWrite", @@ -302692,109 +302920,129 @@ "FullDescription": "Allows the app to read, update, create and delete email in your mailbox. Does not include permission to send mail. ", "IsAdmin": false }, + "Command": "Update-MgUserMessage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserMessage" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgUserMessage", + "ApiVersion": "v1.0" }, { - "Module": "Mail", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMessageExtension" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMessageExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/extensions/{extension-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserMessageExtension" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMessageExtension", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMessageMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserMessageMultiValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMessageMultiValueExtendedProperty", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMessageSingleValueExtendedProperty" - }, - { - "Module": "Mail", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMessageSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/messages/{message-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Mail", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserMessageSingleValueExtendedProperty" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserMessageSingleValueExtendedProperty", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", "Module": "Devices.CorporateManagement", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "DeviceManagementManagedDevices.ReadWrite.All", @@ -302802,234 +303050,214 @@ "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": "/users/{user-id}/mobileAppIntentAndStates/{mobileAppIntentAndState-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMobileAppIntentAndState" + "Command": "Update-MgUserMobileAppIntentAndState", + "ApiVersion": "beta" }, { - "Module": "Devices.CorporateManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMobileAppTroubleshootingEvent" - }, - { - "Module": "Devices.CorporateManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMobileAppTroubleshootingEvent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/mobileAppTroubleshootingEvents/{mobileAppTroubleshootingEvent-id}/appLogCollectionRequests/{appLogCollectionRequest-id}", + "Module": "Devices.CorporateManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserMobileAppTroubleshootingEventAppLogCollectionRequest", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/notifications/{notification-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserNotification" - }, - { - "Module": "Notes", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserNotification", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOnenoteNotebook" - }, - { - "Module": "Notes", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserOnenoteNotebook", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/notebooks/{notebook-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserOnenoteNotebook" - }, - { - "Module": "Notes", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserOnenoteNotebook", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOnenotePage" - }, - { - "Module": "Notes", + ], "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserOnenotePage", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserOnenotePage" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserOnenotePage", + "ApiVersion": "v1.0" }, { - "Module": "Users.Actions", - "Method": "POST", - "Permissions": [], "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Patch", "PatchExpanded", "PatchViaIdentity", "PatchViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOnenotePageContent" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": [], + "Command": "Update-MgUserOnenotePageContent", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/pages/{onenotePage-id}/onenotePatchContent", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Patch1", "PatchExpanded1", "PatchViaIdentity1", "PatchViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserOnenotePageContent" + "Method": "POST", + "Permissions": [], + "Command": "Update-MgUserOnenotePageContent", + "ApiVersion": "v1.0" }, { - "Module": "Notes", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOnenoteSection" - }, - { - "Module": "Notes", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserOnenoteSection", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/sections/{onenoteSection-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserOnenoteSection" - }, - { - "Module": "Notes", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserOnenoteSection", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOnenoteSectionGroup" - }, - { - "Module": "Notes", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserOnenoteSectionGroup", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onenote/sectionGroups/{sectionGroup-id}", + "Module": "Notes", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserOnenoteSectionGroup" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserOnenoteSectionGroup", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "PATCH", - "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 - }, "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOnlineMeeting" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": { "Name": "OnlineMeetings.ReadWrite", @@ -303037,22 +303265,33 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false }, + "Command": "Update-MgUserOnlineMeeting", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserOnlineMeeting" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgUserOnlineMeeting", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -303063,30 +303302,30 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOnlineMeetingAttendanceReport" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserOnlineMeetingAttendanceReport", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserOnlineMeetingAttendanceReport" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserOnlineMeetingAttendanceReport", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update", "Update1", @@ -303097,27 +303336,36 @@ "UpdateViaIdentityExpanded", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/attendanceReports/{meetingAttendanceReport-id}/attendanceRecords/{attendanceRecord-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update2", "UpdateExpanded2", "UpdateViaIdentity2", "UpdateViaIdentityExpanded2" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserOnlineMeetingAttendanceReportAttendanceRecord", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", "Module": "CloudCommunications", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "OnlineMeetings.ReadWrite", @@ -303125,19 +303373,19 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration", + "Command": "Update-MgUserOnlineMeetingRegistration", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOnlineMeetingRegistration" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": { "Name": "OnlineMeetings.ReadWrite", @@ -303145,34 +303393,34 @@ "FullDescription": "Allows the app to read and create online meetings on your behalf.", "IsAdmin": false }, - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/registration/customQuestions/{meetingRegistrationQuestion-id}", + "Command": "Update-MgUserOnlineMeetingRegistrationCustomQuestion", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOnlineMeetingRegistrationCustomQuestion" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserOnlineMeetingTranscript", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/virtualAppointment", "Module": "CloudCommunications", - "Method": "PATCH", - "Permissions": [], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/transcripts/{callTranscript-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOnlineMeetingTranscript" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [ { @@ -303188,39 +303436,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/onlineMeetings/{onlineMeeting-id}/virtualAppointment", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOnlineMeetingVirtualAppointment" + "Command": "Update-MgUserOnlineMeetingVirtualAppointment", + "ApiVersion": "beta" }, { - "Module": "Users", - "Method": "PATCH", - "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 - }, "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOutlookMasterCategory" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": { "Name": "MailboxSettings.ReadWrite", @@ -303228,19 +303456,39 @@ "FullDescription": "Allows the app to read, update, create, and delete your mailbox settings.", "IsAdmin": false }, + "Command": "Update-MgUserOutlookMasterCategory", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/masterCategories/{outlookCategory-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserOutlookMasterCategory" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgUserOutlookMasterCategory", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", "Module": "Users", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "Tasks.ReadWrite", @@ -303248,19 +303496,19 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}", + "Command": "Update-MgUserOutlookTask", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOutlookTask" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": { "Name": "Tasks.ReadWrite", @@ -303268,94 +303516,94 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}", + "Command": "Update-MgUserOutlookTaskFolder", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOutlookTaskFolder" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserOutlookTaskFolderMultiValueExtendedProperty", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Module": "Users", - "Method": "PATCH", - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOutlookTaskFolderMultiValueExtendedProperty" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserOutlookTaskFolderSingleValueExtendedProperty", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", "Module": "Users", - "Method": "PATCH", - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOutlookTaskFolderSingleValueExtendedProperty" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserOutlookTaskFolderTask", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", "Module": "Users", - "Method": "PATCH", - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOutlookTaskFolderTask" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", "Module": "Users", - "Method": "PATCH", - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOutlookTaskFolderTaskMultiValueExtendedProperty" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", "Module": "Users", - "Method": "PATCH", - "Permissions": [], - "Uri": "/users/{user-id}/outlook/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOutlookTaskFolderTaskSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": { "Name": "Tasks.ReadWrite", @@ -303363,19 +303611,19 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}", + "Command": "Update-MgUserOutlookTaskGroup", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOutlookTaskGroup" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": { "Name": "Tasks.ReadWrite", @@ -303383,144 +303631,124 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, - "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOutlookTaskGroupTaskFolder" + "Command": "Update-MgUserOutlookTaskGroupTaskFolder", + "ApiVersion": "beta" }, { - "Module": "Users", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserOutlookTaskGroupTaskFolderMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserOutlookTaskGroupTaskFolderSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOutlookTaskGroupTaskFolderTask" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserOutlookTaskGroupTaskFolderTask", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOutlookTaskGroupTaskFolderTaskMultiValueExtendedProperty" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserOutlookTaskGroupTaskFolderTaskMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/taskGroups/{outlookTaskGroup-id}/taskFolders/{outlookTaskFolder-id}/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOutlookTaskGroupTaskFolderTaskSingleValueExtendedProperty" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserOutlookTaskGroupTaskFolderTaskSingleValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/multiValueExtendedProperties/{multiValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOutlookTaskMultiValueExtendedProperty" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserOutlookTaskMultiValueExtendedProperty", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/outlook/tasks/{outlookTask-id}/singleValueExtendedProperties/{singleValueLegacyExtendedProperty-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserOutlookTaskSingleValueExtendedProperty" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserOutlookTaskSingleValueExtendedProperty", + "ApiVersion": "beta" }, { - "Module": "Users.Actions", - "Method": "POST", - "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 - }, "Uri": "/users/{user-id}/changePassword", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Change", "ChangeExpanded", "ChangeViaIdentity", "ChangeViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserPassword" - }, - { - "Module": "Users.Actions", "Method": "POST", "Permissions": { "Name": "Directory.AccessAsUser.All", @@ -303528,39 +303756,39 @@ "FullDescription": "Allows the app to have the same access to information in your work or school directory as you do.", "IsAdmin": true }, + "Command": "Update-MgUserPassword", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/changePassword", + "Module": "Users.Actions", + "OutputType": null, "Variants": [ "Change1", "ChangeExpanded1", "ChangeViaIdentity1", "ChangeViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserPassword" - }, - { - "Module": "Users", - "Method": "PATCH", + "Method": "POST", "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 + "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": "Update-MgUserPassword", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/photo", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserPhoto" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": { "Name": "User.ReadWrite", @@ -303568,19 +303796,39 @@ "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 }, + "Command": "Update-MgUserPhoto", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/photo", + "Module": "Users", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserPhoto" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgUserPhoto", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/planner", "Module": "Planner", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -303596,19 +303844,19 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/planner", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserPlanner" + "Command": "Update-MgUserPlanner", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/planner", "Module": "Planner", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -303624,64 +303872,64 @@ "IsAdmin": false } ], - "Uri": "/users/{user-id}/planner", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserPlanner" + "Command": "Update-MgUserPlanner", + "ApiVersion": "v1.0" }, { - "Module": "CloudCommunications", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/presence", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserPresence" - }, - { - "Module": "CloudCommunications", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserPresence", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/presence", + "Module": "CloudCommunications", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserPresence" - }, - { - "Module": "People", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserPresence", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/profile", + "Module": "People", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserProfile" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserProfile", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", "Module": "People", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -303697,19 +303945,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/account/{userAccountInformation-id}", + "Command": "Update-MgUserProfileAccount", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserProfileAccount" - }, - { - "Module": "People", "Method": "PATCH", "Permissions": [ { @@ -303725,19 +303973,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/addresses/{itemAddress-id}", + "Command": "Update-MgUserProfileAddress", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserProfileAddress" - }, - { - "Module": "People", "Method": "PATCH", "Permissions": [ { @@ -303753,19 +304001,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/anniversaries/{personAnnualEvent-id}", + "Command": "Update-MgUserProfileAnniversary", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/awards/{personAward-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserProfileAnniversary" - }, - { - "Module": "People", "Method": "PATCH", "Permissions": [ { @@ -303781,19 +304029,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/awards/{personAward-id}", + "Command": "Update-MgUserProfileAward", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserProfileAward" - }, - { - "Module": "People", "Method": "PATCH", "Permissions": [ { @@ -303809,19 +304057,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/certifications/{personCertification-id}", + "Command": "Update-MgUserProfileCertification", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserProfileCertification" - }, - { - "Module": "People", "Method": "PATCH", "Permissions": [ { @@ -303837,19 +304085,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/educationalActivities/{educationalActivity-id}", + "Command": "Update-MgUserProfileEducationalActivity", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserProfileEducationalActivity" - }, - { - "Module": "People", "Method": "PATCH", "Permissions": [ { @@ -303865,19 +304113,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/emails/{itemEmail-id}", + "Command": "Update-MgUserProfileEmail", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserProfileEmail" - }, - { - "Module": "People", "Method": "PATCH", "Permissions": [ { @@ -303893,19 +304141,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/interests/{personInterest-id}", + "Command": "Update-MgUserProfileInterest", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserProfileInterest" - }, - { - "Module": "People", "Method": "PATCH", "Permissions": [ { @@ -303921,19 +304169,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/languages/{languageProficiency-id}", + "Command": "Update-MgUserProfileLanguage", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/names/{personName-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserProfileLanguage" - }, - { - "Module": "People", "Method": "PATCH", "Permissions": [ { @@ -303949,19 +304197,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/names/{personName-id}", + "Command": "Update-MgUserProfileName", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserProfileName" - }, - { - "Module": "People", "Method": "PATCH", "Permissions": [ { @@ -303995,19 +304243,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/notes/{personAnnotation-id}", + "Command": "Update-MgUserProfileNote", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserProfileNote" - }, - { - "Module": "People", "Method": "PATCH", "Permissions": [ { @@ -304023,19 +304271,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/patents/{itemPatent-id}", + "Command": "Update-MgUserProfilePatent", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserProfilePatent" - }, - { - "Module": "People", "Method": "PATCH", "Permissions": [ { @@ -304051,19 +304299,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/phones/{itemPhone-id}", + "Command": "Update-MgUserProfilePhone", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserProfilePhone" - }, - { - "Module": "People", "Method": "PATCH", "Permissions": [ { @@ -304079,19 +304327,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/positions/{workPosition-id}", + "Command": "Update-MgUserProfilePosition", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserProfilePosition" - }, - { - "Module": "People", "Method": "PATCH", "Permissions": [ { @@ -304107,19 +304355,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/projects/{projectParticipation-id}", + "Command": "Update-MgUserProfileProject", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserProfileProject" - }, - { - "Module": "People", "Method": "PATCH", "Permissions": [ { @@ -304135,19 +304383,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/publications/{itemPublication-id}", + "Command": "Update-MgUserProfilePublication", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserProfilePublication" - }, - { - "Module": "People", "Method": "PATCH", "Permissions": [ { @@ -304163,19 +304411,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/skills/{skillProficiency-id}", + "Command": "Update-MgUserProfileSkill", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserProfileSkill" - }, - { - "Module": "People", "Method": "PATCH", "Permissions": [ { @@ -304191,19 +304439,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/webAccounts/{webAccount-id}", + "Command": "Update-MgUserProfileWebAccount", + "ApiVersion": "beta" + }, + { + "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", + "Module": "People", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserProfileWebAccount" - }, - { - "Module": "People", "Method": "PATCH", "Permissions": [ { @@ -304219,49 +304467,49 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/profile/websites/{personWebsite-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserProfileWebsite" + "Command": "Update-MgUserProfileWebsite", + "ApiVersion": "beta" }, { - "Module": "Identity.DirectoryManagement", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserScopedRoleMemberOf" - }, - { - "Module": "Identity.DirectoryManagement", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserScopedRoleMemberOf", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/scopedRoleMemberOf/{scopedRoleMembership-id}", + "Module": "Identity.DirectoryManagement", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserScopedRoleMemberOf" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserScopedRoleMemberOf", + "ApiVersion": "v1.0" }, { + "Uri": "/users/{user-id}/settings", "Module": "Users", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": [ { @@ -304277,19 +304525,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/settings", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserSetting" + "Command": "Update-MgUserSetting", + "ApiVersion": "beta" }, { + "Uri": "/users/{user-id}/settings", "Module": "Users", + "OutputType": null, + "Variants": [ + "Update1", + "UpdateExpanded1", + "UpdateViaIdentity1", + "UpdateViaIdentityExpanded1" + ], "Method": "PATCH", "Permissions": [ { @@ -304305,39 +304553,19 @@ "IsAdmin": true } ], - "Uri": "/users/{user-id}/settings", - "Variants": [ - "Update1", - "UpdateExpanded1", - "UpdateViaIdentity1", - "UpdateViaIdentityExpanded1" - ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserSetting" + "Command": "Update-MgUserSetting", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "PATCH", - "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 - }, "Uri": "/users/{user-id}/settings/contactMergeSuggestions", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserSettingContactMergeSuggestion" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": { "Name": "User.ReadWrite", @@ -304345,54 +304573,54 @@ "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 }, + "Command": "Update-MgUserSettingContactMergeSuggestion", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/settings/itemInsights", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserSettingItemInsight" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgUserSettingItemInsight", + "ApiVersion": "beta" }, { - "Module": "Users", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/settings/regionalAndLanguageSettings", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserSettingRegionalAndLanguageSetting" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserSettingRegionalAndLanguageSetting", + "ApiVersion": "beta" }, { - "Module": "Users", - "Method": "PATCH", - "Permissions": { - "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}/settings/shiftPreferences", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserSettingShiftPreference" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": { "Name": "User.ReadWrite.All", @@ -304400,99 +304628,99 @@ "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": "Update-MgUserSettingShiftPreference", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/settings/shiftPreferences", + "Module": "Users", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserSettingShiftPreference" + "Method": "PATCH", + "Permissions": { + "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": "Update-MgUserSettingShiftPreference", + "ApiVersion": "v1.0" }, { - "Module": "Teams", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/teamwork", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserTeamwork" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserTeamwork", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/teamwork", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserTeamwork" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserTeamwork", + "ApiVersion": "v1.0" + }, + { "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserTeamworkAssociatedTeam" - }, - { - "Module": "Teams", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserTeamworkAssociatedTeam", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/teamwork/associatedTeams/{associatedTeamInfo-id}", + "Module": "Teams", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserTeamworkAssociatedTeam" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserTeamworkAssociatedTeam", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "PATCH", - "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 - }, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserTodoList" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": { "Name": "Tasks.ReadWrite", @@ -304500,69 +304728,69 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, + "Command": "Update-MgUserTodoList", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserTodoList" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgUserTodoList", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserTodoListExtension" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserTodoListExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/extensions/{extension-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserTodoListExtension" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserTodoListExtension", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "PATCH", - "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 - }, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserTodoListTask" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": { "Name": "Tasks.ReadWrite", @@ -304570,69 +304798,69 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, + "Command": "Update-MgUserTodoListTask", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserTodoListTask" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgUserTodoListTask", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserTodoListTaskAttachmentSession" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserTodoListTaskAttachmentSession", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/attachmentSessions/{attachmentSession-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserTodoListTaskAttachmentSession" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserTodoListTaskAttachmentSession", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "PATCH", - "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 - }, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserTodoListTaskChecklistItem" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": { "Name": "Tasks.ReadWrite", @@ -304640,69 +304868,69 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, + "Command": "Update-MgUserTodoListTaskChecklistItem", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/checklistItems/{checklistItem-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserTodoListTaskChecklistItem" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgUserTodoListTaskChecklistItem", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "PATCH", - "Permissions": [], "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserTodoListTaskExtension" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgUserTodoListTaskExtension", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/extensions/{extension-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserTodoListTaskExtension" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgUserTodoListTaskExtension", + "ApiVersion": "v1.0" }, { - "Module": "Users", - "Method": "PATCH", - "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 - }, "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgUserTodoListTaskLinkedResource" - }, - { - "Module": "Users", "Method": "PATCH", "Permissions": { "Name": "Tasks.ReadWrite", @@ -304710,19 +304938,39 @@ "FullDescription": "Allows the app to create, read, update, and delete your tasks and task lists, including any shared with you.", "IsAdmin": false }, + "Command": "Update-MgUserTodoListTaskLinkedResource", + "ApiVersion": "beta" + }, + { "Uri": "/users/{user-id}/todo/lists/{todoTaskList-id}/tasks/{todoTask-id}/linkedResources/{linkedResource-id}", + "Module": "Users", + "OutputType": null, "Variants": [ "Update1", "UpdateExpanded1", "UpdateViaIdentity1", "UpdateViaIdentityExpanded1" ], - "ApiVersion": "v1.0", - "OutputType": null, - "Command": "Update-MgUserTodoListTaskLinkedResource" + "Method": "PATCH", + "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 + }, + "Command": "Update-MgUserTodoListTaskLinkedResource", + "ApiVersion": "v1.0" }, { + "Uri": "/admin/windows/updates/deployments/{deployment-id}", "Module": "WindowsUpdates", + "OutputType": null, + "Variants": [ + "Update", + "UpdateExpanded", + "UpdateViaIdentity", + "UpdateViaIdentityExpanded" + ], "Method": "PATCH", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -304730,34 +304978,34 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Uri": "/admin/windows/updates/deployments/{deployment-id}", + "Command": "Update-MgWindowsUpdatesDeployment", + "ApiVersion": "beta" + }, + { + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudience", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgWindowsUpdatesDeployment" + "Method": "POST", + "Permissions": [], + "Command": "Update-MgWindowsUpdatesDeploymentAudience", + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudienceById", "Module": "WindowsUpdates", - "Method": "POST", - "Permissions": [], - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudience", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgWindowsUpdatesDeploymentAudience" - }, - { - "Module": "WindowsUpdates", "Method": "POST", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -304765,19 +305013,19 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Uri": "/admin/windows/updates/deployments/{deployment-id}/audience/updateAudienceById", + "Command": "Update-MgWindowsUpdatesDeploymentAudienceById", + "ApiVersion": "beta" + }, + { + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgWindowsUpdatesDeploymentAudienceById" - }, - { - "Module": "WindowsUpdates", "Method": "PATCH", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -304785,79 +305033,79 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}", + "Command": "Update-MgWindowsUpdatesPolicy", + "ApiVersion": "beta" + }, + { + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgWindowsUpdatesPolicy" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgWindowsUpdatesPolicyAudience", + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/updateAudienceById", "Module": "WindowsUpdates", - "Method": "PATCH", - "Permissions": [], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgWindowsUpdatesPolicyAudience" + "Method": "POST", + "Permissions": [], + "Command": "Update-MgWindowsUpdatesPolicyAudienceById", + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", "Module": "WindowsUpdates", - "Method": "POST", - "Permissions": [], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/updateAudienceById", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgWindowsUpdatesPolicyAudienceById" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgWindowsUpdatesPolicyAudienceExclusion", + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", "Module": "WindowsUpdates", - "Method": "PATCH", - "Permissions": [], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/exclusions/{updatableAsset-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgWindowsUpdatesPolicyAudienceExclusion" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgWindowsUpdatesPolicyAudienceMember", + "ApiVersion": "beta" }, { + "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", "Module": "WindowsUpdates", - "Method": "PATCH", - "Permissions": [], - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/audience/members/{updatableAsset-id}", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgWindowsUpdatesPolicyAudienceMember" - }, - { - "Module": "WindowsUpdates", "Method": "PATCH", "Permissions": { "Name": "WindowsUpdates.ReadWrite.All", @@ -304865,45 +305113,37 @@ "FullDescription": "Allows the app to read and write all Windows update deployment settings for the organization on your behalf.", "IsAdmin": true }, - "Uri": "/admin/windows/updates/updatePolicies/{updatePolicy-id}/complianceChanges/{complianceChange-id}", - "Variants": [ - "Update", - "UpdateExpanded", - "UpdateViaIdentity", - "UpdateViaIdentityExpanded" - ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgWindowsUpdatesPolicyComplianceChange" + "Command": "Update-MgWindowsUpdatesPolicyComplianceChange", + "ApiVersion": "beta" }, { - "Module": "WindowsUpdates", - "Method": "PATCH", - "Permissions": [], "Uri": "/admin/windows/updates/resourceConnections/{resourceConnection-id}", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgWindowsUpdatesResourceConnection" - }, - { - "Module": "WindowsUpdates", "Method": "PATCH", "Permissions": [], + "Command": "Update-MgWindowsUpdatesResourceConnection", + "ApiVersion": "beta" + }, + { "Uri": "/admin/windows/updates/updatableAssets/{updatableAsset-id}", + "Module": "WindowsUpdates", + "OutputType": null, "Variants": [ "Update", "UpdateExpanded", "UpdateViaIdentity", "UpdateViaIdentityExpanded" ], - "ApiVersion": "beta", - "OutputType": null, - "Command": "Update-MgWindowsUpdatesUpdatableAsset" + "Method": "PATCH", + "Permissions": [], + "Command": "Update-MgWindowsUpdatesUpdatableAsset", + "ApiVersion": "beta" } ]